# Logfile created on 2023-10-22 00:56:31 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055b7af10e138 @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.20231022-005631", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055b7af1a34b8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055b7af1a3350 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055b7af1a3198 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20231022-005631", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20231022-005631>, @binmode=false, @mon_data=#<Monitor:0x000055b7af1a30d0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk-yjit/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = 9e93af5329
$$$[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'
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk-yjit/gems/rbs-3.2.2.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.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.

builtin_binary.inc updated
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
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 '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: 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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering 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/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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]: 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/.bundle/gems/debug-1.8.0/ext/debug'
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/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
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
Update rbs to 2cac4e78dfd76e85342ab2c332d3fae046b36961
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/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
echo 2cac4e78dfd76e85342ab2c332d3fae046b36961 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision -
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision unchanged
generating enc.mk
encdb.h unchanged
Building rbs@2cac4e78dfd76e85342ab2c332d3fae046b36961 to /tmp/ruby/src/trunk-yjit/gems/rbs-3.2.2.gem
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
  Successfully built RubyGem
  Name: rbs
  Version: 3.2.0
  File: rbs-3.2.0.gem
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
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]: 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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering 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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving 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/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/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.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/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/rbs-3.2.2/ext/rbs_extension'
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'
./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.3.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.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.3.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.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    prism 0.15.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.9
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.2.1
                                    psych 5.1.1.1
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0/cache
skipped bundled gems:
    rbs-3.2.0.gem                   not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1857 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.2.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=56585
  "--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

# Running tests:

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

ruby -v: ruby 3.3.0dev (2023-10-21T23:44:52Z master 9e93af5329) +YJIT [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.2.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 .................................................................

Finished in 125.242277 seconds

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