# Logfile created on 2024-01-17 23:15:42 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000557f49ffa078 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-231542", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000557f4a0833f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000557f4a083288 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000557f4a0830d0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-231542", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-231542>, @binmode=false, @mon_data=#<Monitor:0x0000557f4a083008>, @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 bigdecimal to 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c
echo 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/bigdecimal.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/bigdecimal.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = 6ddd583ad2
$$$[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 bigdecimal to 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c
echo 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/bigdecimal.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/bigdecimal.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/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
1ccf29a4d303e91b79316036c11de3b1b88e175b300faf6e8b5762ea7b3f5735  builtin_binary.inc
compiling /tmp/ruby/src/trunk-yjit/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating 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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/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/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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering 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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/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/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
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/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/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 bigdecimal to 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c
	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 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/bigdecimal.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/bigdecimal.revision unchanged
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 unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: 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/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/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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.5/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/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.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.5
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1874 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
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.5/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Run options: 
  --seed=953
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-yjit/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

ruby -v: ruby 3.4.0dev (2024-01-17T22:44:42Z master 6ddd583ad2) +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.5/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$ /tmp/ruby/build/trunk-yjit/miniruby -I/tmp/ruby/src/trunk-yjit/lib /tmp/ruby/src/trunk-yjit/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-yjit --extout=.ext -- /tmp/ruby/src/trunk-yjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-yjit/spec/default.mspec --error-output stderr --debug
description_with_yjit
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 162.784439 seconds

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