# Logfile created on 2024-01-22 02:10:09 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055fabbeea2d0 @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.20240122-021009", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055fabbf7f538 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055fabbf7f3f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055fabbf7f218 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-021009", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-021009>, @binmode=false, @mon_data=#<Monitor:0x000055fabbf7f150>, @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
   67b00f7..0fadac4  master     -> origin/master
Updating 67b00f7..0fadac4
Fast-forward
 NEWS.md                                     |    1 +
 common.mk                                   |    2 +-
 doc/maintainers.md                          |    8 +-
 doc/standard_library.rdoc                   |    2 +-
 gems/bundled_gems                           |    1 +
 gems/lib/envutil.rb                         |    1 +
 lib/drb.rb                                  |    3 -
 lib/drb/acl.rb                              |  239 ----
 lib/drb/drb.gemspec                         |   43 -
 lib/drb/drb.rb                              | 1943 ---------------------------
 lib/drb/eq.rb                               |   15 -
 lib/drb/extserv.rb                          |   44 -
 lib/drb/extservm.rb                         |   94 --
 lib/drb/gw.rb                               |  161 ---
 lib/drb/invokemethod.rb                     |   35 -
 lib/drb/observer.rb                         |   26 -
 lib/drb/ssl.rb                              |  354 -----
 lib/drb/timeridconv.rb                      |   97 --
 lib/drb/unix.rb                             |  118 --
 lib/drb/version.rb                          |    3 -
 lib/drb/weakidconv.rb                       |   59 -
 spec/ruby/library/drb/start_service_spec.rb |   45 +-
 test/drb/drbtest.rb                         |  396 ------
 test/drb/ignore_test_drb.rb                 |   14 -
 test/drb/test_acl.rb                        |  207 ---
 test/drb/test_drb.rb                        |  371 -----
 test/drb/test_drbobject.rb                  |   69 -
 test/drb/test_drbssl.rb                     |   84 --
 test/drb/test_drbunix.rb                    |   60 -
 test/drb/ut_array.rb                        |   17 -
 test/drb/ut_array_drbssl.rb                 |   43 -
 test/drb/ut_array_drbunix.rb                |   17 -
 test/drb/ut_drb.rb                          |  189 ---
 test/drb/ut_drb_drbssl.rb                   |   40 -
 test/drb/ut_drb_drbunix.rb                  |   18 -
 test/drb/ut_eq.rb                           |   37 -
 test/drb/ut_large.rb                        |   62 -
 test/drb/ut_port.rb                         |   16 -
 test/drb/ut_safe1.rb                        |   17 -
 test/drb/ut_timerholder.rb                  |   74 -
 40 files changed, 32 insertions(+), 4993 deletions(-)
 create mode 100644 gems/lib/envutil.rb
 delete mode 100644 lib/drb.rb
 delete mode 100644 lib/drb/acl.rb
 delete mode 100644 lib/drb/drb.gemspec
 delete mode 100644 lib/drb/drb.rb
 delete mode 100644 lib/drb/eq.rb
 delete mode 100644 lib/drb/extserv.rb
 delete mode 100644 lib/drb/extservm.rb
 delete mode 100644 lib/drb/gw.rb
 delete mode 100644 lib/drb/invokemethod.rb
 delete mode 100644 lib/drb/observer.rb
 delete mode 100644 lib/drb/ssl.rb
 delete mode 100644 lib/drb/timeridconv.rb
 delete mode 100644 lib/drb/unix.rb
 delete mode 100644 lib/drb/version.rb
 delete mode 100644 lib/drb/weakidconv.rb
 delete mode 100644 test/drb/drbtest.rb
 delete mode 100644 test/drb/ignore_test_drb.rb
 delete mode 100644 test/drb/test_acl.rb
 delete mode 100644 test/drb/test_drb.rb
 delete mode 100644 test/drb/test_drbobject.rb
 delete mode 100644 test/drb/test_drbssl.rb
 delete mode 100644 test/drb/test_drbunix.rb
 delete mode 100644 test/drb/ut_array.rb
 delete mode 100644 test/drb/ut_array_drbssl.rb
 delete mode 100644 test/drb/ut_array_drbunix.rb
 delete mode 100644 test/drb/ut_drb.rb
 delete mode 100644 test/drb/ut_drb_drbssl.rb
 delete mode 100644 test/drb/ut_drb_drbunix.rb
 delete mode 100644 test/drb/ut_eq.rb
 delete mode 100644 test/drb/ut_large.rb
 delete mode 100644 test/drb/ut_port.rb
 delete mode 100644 test/drb/ut_safe1.rb
 delete mode 100644 test/drb/ut_timerholder.rb
Latest commit hash = 0fadac4c7d
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-yjit/common.mk > uncommon.mk
make[1]: Entering directory '/tmp/ruby/src/trunk-yjit/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-yjit/ext/socket'
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Downloading bundled gem drb-2.2.0...
Extracting bundle gem drb-2.2.0...
Unpacked gems/drb-2.2.0.gem
$$$[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.

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

ruby -v: ruby 3.4.0dev (2024-01-22T02:09:35Z master 0fadac4c7d) +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/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/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.2/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 164.103452 seconds

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