# Logfile created on 2024-11-12 02:12:49 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000559f41141668 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @spec_opts="-j", @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, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk.20241112-021249", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000559f411ee598 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000559f411ee458 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000559f411ee2c8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20241112-021249", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20241112-021249>, @binmode=false, @mon_data=#<Monitor:0x0000559f411ee200>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j20
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
$$$[end] "make update-download -j20" exit with 0.
$$$[beg] make update-src      -j20
From https://github.com/ruby/ruby
   4c27020..107a4da  master     -> origin/master
Updating 4c27020..107a4da
Fast-forward
 lib/pp.rb       | 16 ++++++++++++++--
 test/test_pp.rb | 16 ++++++++++++++++
 2 files changed, 30 insertions(+), 2 deletions(-)
Latest commit hash = 107a4da122
$$$[end] "make update-src      -j20" exit with 0.
$$$[beg] make after-update    -j20
/tmp/ruby/src/trunk/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'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk/gems/typeprof-0.21.11.gem
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
Extracting bundle gem typeprof-0.21.11...
Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
Unpacked gems/typeprof-0.30.0.gem
$$$[end] "make after-update    -j20" exit with 0.
$$$[beg] make miniruby -j20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/version.c
linking miniruby
$$$[end] "make miniruby -j20" exit with 0.
$$$[beg] make ruby -j20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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
44637b1d132a6bc5d1698057c9161c8cf2cb538e134475e608a1f24f98986c5a  builtin_binary.inc
compiling /tmp/ruby/src/trunk/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.0
linking ruby
$$$[end] "make ruby -j20" exit with 0.
$$$[beg] make all -j20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
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'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk'
linking ruby
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$$$[end] "make all -j20" exit with 0.
$$$[beg] make install -j20
Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision -
echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
generating encdb.h
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk/gems/typeprof-0.21.11.gem
making srcs under enc
making enc
  Successfully built RubyGem
  Name: typeprof
  Version: 0.30.0
  File: typeprof-0.30.0.gem
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Extracting bundle gem typeprof-0.21.11...
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
Unpacked gems/typeprof-0.30.0.gem
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk/bin
installing base libraries:          /tmp/ruby/install/trunk/lib
installing arch files:              /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk/bin
installing library scripts:         /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    benchmark 0.4.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    irb 1.14.1
                                    logger 1.6.1
                                    net-http 0.5.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    ostruct 0.6.1
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 1.0.0
                                    pstore 0.1.4
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.11
                                    resolv 0.5.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.2
                                    set 1.1.0
                                    shellwords 0.2.1
                                    singleton 0.3.0
                                    syntax_suggest 2.0.1
                                    tempfile 0.3.0
                                    time 0.4.1
                                    timeout 0.4.2
                                    tmpdir 0.3.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.1
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    date 3.4.0
                                    digest 3.1.1
                                    etc 1.4.4
                                    fcntl 1.2.0
                                    fiddle 1.1.6.dev
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.8.1
                                    openssl 3.2.0
                                    pathname 0.4.0
                                    psych 5.2.0
                                    stringio 3.1.2.dev
                                    strscan 3.1.1.dev
                                    zlib 3.1.1
installing bundled gems:            /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    minitest 5.25.1
                                    power_assert 2.0.4
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.9
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.1
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.6.1
                                    debug 1.9.2
                                    racc 1.8.1
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.3.0
                                    repl_type_completor 0.1.7
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    typeprof-0.30.0.gem             not found in bundled_gems
$$$[end] "make install -j20" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j20'
PASS all 1990 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j20'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j20'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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.

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

test succeeded
$$$[end] "make yes-test-basic TESTS='-j20'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Run options: 
  --seed=31108
  "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j20

# Running tests:

[  1/917] 2294363=test_rdoc_store
[  2/917] 2294350=test_ensure_and_callcc
[  3/917] 2294347=test_gem_request_set_lockfile_parser
[  4/917] 2294349=test_depth_first
[  5/917] 2294346=test_raise
[  6/917] 2294348=test_x509attr
[  7/917] 2294361=test_pattern_matching
[  8/917] 2294364=test_rdoc_stats
[  9/917] 2294362=test_string
[ 10/917] 2294366=test_rdoc_parser
[ 11/917] 2294368=test_qsort
[ 12/917] 2294346=test_gem_dependency_resolution_error
[ 13/917] 2294368=json_addition_test
[ 14/917] 2294352=test_custom_command
[ 15/917] 2294355=integer_parse_test
[ 16/917] 2294356=test_proc
[ 17/917] 2294357=test_string
[ 18/917] 2294359=test_gc_compact
[ 19/917] 2294350=test_gem_resolver_index_set
[ 20/917] 2294349=test_gem_package_old
[ 21/917] 2294348=test_cgi_tag_helper
[ 22/917] 2294353=test_zlib
[ 23/917] 2294354=test_egrep_cpp
[ 24/917] 2294368=test_erb_m17n
[ 25/917] 2294370=test_ole_methods
[ 26/917] 2294348=test_optimization
[ 27/917] 2294361=test_date_conv
[ 28/917] 2294351=test_folderitem2_invokeverb
[ 29/917] 2294370=test_require_path_check
[ 30/917] 2294351=test_rdoc_markup_parser
[ 31/917] 2294368=test_fnmatch
[ 32/917] 2294361=test_files_test_2
[ 33/917] 2294362=test_gem_validator
[ 34/917] 2294355=test_defined
[ 35/917] 2294368=test_backtrace
[ 36/917] 2294368=test_key_name_check
[ 37/917] 2294366=test_io_buffer
[ 38/917] 2294370=test_disable_irb
[ 39/917] 2294368=test_rdoc_i18n_text
[ 40/917] 2294364=test_gem_uninstaller
[ 41/917] 2294352=test_svcb_https
[ 42/917] 2294346=test_buffering
[ 43/917] 2294355=test_gb18030
[ 44/917] 2294366=relocation_test
[ 45/917] 2294346=test_windows_1251
[ 46/917] 2294352=test_time
[ 47/917] 2294355=test_rdoc_rdoc
[ 48/917] 2294346=test_rdoc_markup_attributes
[ 49/917] 2294350=compiler_test
[ 50/917] 2294370=test_win32ole_type
[ 51/917] 2294370=test_null
[ 52/917] 2294351=test_mul
[ 53/917] 2294368=newline_offsets_test
[ 54/917] 2294351=test_rdoc_rd_inline_parser
[ 55/917] 2294370=test_rdoc_markup_to_rdoc
[ 56/917] 2294349=test_default_gems
[ 57/917] 2294366=test_pipe
[ 58/917] 2294347=test_trick
[ 59/917] 2294350=test_thread
[ 60/917] 2294350=integer_base_flags_test
[ 61/917] 2294354=test_pkey_ec
[ 62/917] 2294362=test_date_parse
[ 63/917] 2294346=test_psych
[ 64/917] 2294350=test_enc_raise
[ 65/917] 2294350=!Nothing_to_test
[ 66/917] 2294350=test_rdoc_markup_paragraph
[ 67/917] 2294351=snippets_test
[ 68/917] 2294352=test_command
[ 69/917] 2294349=test_at_exit
[ 70/917] 2294346=test_date
[ 71/917] 2294346=test_gem_rdoc
[ 72/917] 2294366=test_gem_ext_cargo_builder_unit
[ 73/917] 2294349=parse_success_test
[ 74/917] 2294350=test_object_create_start
[ 75/917] 2294354=test_emitter
[ 76/917] 2294350=test_gem_silent_ui
[ 77/917] 2294370=static_inspect_test
[ 78/917] 2294362=test_bug-5832
[ 79/917] 2294354=test_files_ext
[ 80/917] 2294362=test_kernel
[ 81/917] 2294355=test_eval_history
[ 82/917] 2294349=test_kdf
[ 83/917] 2294350=test_gem_doctor
[ 84/917] 2294368=test_gem_source_list
[ 85/917] 2294346=test_optarg
[ 86/917] 2294370=test_yaml_special_cases
[ 87/917] 2294370=test_config
[ 88/917] 2294366=test_rdoc_token_stream
[ 89/917] 2294366=test_address_resolve
[ 90/917] 2294350=test_exception
[ 91/917] 2294349=test_zsh_completion
[ 92/917] 2294349=test_iter_break
[ 93/917] 2294349=test_verbose
[ 94/917] 2294355=test_rdoc_single_class
[ 95/917] 2294355=test_nil
[ 96/917] 2294352=test_num2int
[ 97/917] 2294349=test_macro
[ 98/917] 2294350=test_gem_remote_fetcher_local_server
[ 99/917] 2294352=test_pp
[100/917] 2294370=test_gem_ext_configure_builder
[101/917] 2294355=test_frozen
[102/917] 2294355=test_rdoc_tom_doc
[103/917] 2294366=test_rdoc_markup_to_tt_only
[104/917] 2294346=test_hmac
[105/917] 2294346=test_gem_command
[106/917] 2294352=test_key_actor_vi
[107/917] 2294366=test_bug-3571
[108/917] 2294355=test_common
[109/917] 2294349=test_gem_spec_fetcher
[110/917] 2294354=parse_stream_test
[111/917] 2294366=test_numeric
[112/917] 2294368=test_ifunless
[113/917] 2294363=test_assignment
[114/917] 2294366=test_gem_commands_lock_command
[115/917] 2294368=test_gem_security_policy
[116/917] 2294354=test_gem_source_local
[117/917] 2294352=test_process
[118/917] 2294346=test_last_thread
[119/917] 2294366=test_pack
[120/917] 2294349=command_line_test
[121/917] 2294349=test_err_in_callback
[122/917] 2294349=test_gem_resolver_lock_specification
[123/917] 2294356=test_gc
[124/917] 2294370=test_x509cert
[125/917] 2294349=test_gem_ext_rake_builder
[126/917] 2294355=test_arity
[127/917] 2294355=test_logdevice
[128/917] 2294362=test_io_console
[129/917] 2294368=test_flush
[130/917] 2294368=test_singleton
[131/917] 2294368=test_switch_hitter
[132/917] 2294366=test_securerandom
[133/917] 2294368=test_c_union_entity
[134/917] 2294354=test_rdoc_normal_module
[135/917] 2294366=test_rdoc_markdown_test
[136/917] 2294368=test_logperiod
[137/917] 2294370=test_passing_block
[138/917] 2294368=test_thread_fd_close
[139/917] 2294370=test_uncorrectable_name_check
[140/917] 2294370=newline_test
[141/917] 2294368=test_hash_create
[142/917] 2294368=test_stringchar
[143/917] 2294370=test_rdoc_context
[144/917] 2294368=test_stream
[145/917] 2294368=test_nil2vtempty
[146/917] 2294368=test_httpresponse
[147/917] 2294354=test_open-uri
[148/917] 2294368=test_rdoc_parser_ruby
[149/917] 2294353=test_gem_safe_yaml
[150/917] 2294351=test_syntax
[151/917] 2294349=test_date_new
[152/917] 2294349=test_data
[153/917] 2294349=test_rdoc_markup_to_joined_paragraph
[154/917] 2294355=test_date_time
Leaked file descriptor: TestOpenURI#test_mode: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 37199>
[155/917] 2294353=test_require
[156/917] 2294353=test_iso_8859
[157/917] 2294355=test_tcpCOMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    2294354  ko1   11u  IPv4 1811883479      0t0  TCP localhost:37199->localhost:36790 (CLOSE_WAIT)

[158/917] 2294349=test_rdoc_text
[159/917] 2294353=test_gem_commands_specification_command
[160/917] 2294354=reflection_test
[161/917] 2294354=test_shift_jis
[162/917] 2294354=test_gem_commands_which_command
[163/917] 2294349=test_http
[164/917] 2294364=test_enumerator
[165/917] 2294349=test_inadvertent_creation
[166/917] 2294354=test_flags
[167/917] 2294353=test_name_error
[168/917] 2294349=test_rdoc_markup_attribute_manager
[169/917] 2294349=test_gem_commands_dependency_command
[170/917] 2294363=test_gem_resolver_composed_set
[171/917] 2294353=test_safe_load
[172/917] 2294370=test_gem_resolver
[173/917] 2294353=test_gem_request
[174/917] 2294349=test_method_cache
[175/917] 2294349=test_sprintf_comb
[176/917] 2294346=test_gem_commands_mirror
[177/917] 2294346=test_gem_ext_cargo_builder_link_flag_converter
[178/917] 2294363=test_enumerator_kw
[179/917] 2294363=test_settracefunc
[180/917] 2294346=test_gem_text
[181/917] 2294346=tunnel_test
[182/917] 2294349=test_generic
[183/917] 2294349=test_win32ole
[184/917] 2294349=test_scan_args
[185/917] 2294349=test_case_options
[186/917] 2294349=test_store
[187/917] 2294346=parameters_signature_test
[188/917] 2294346=test_rdoc_cross_reference
[189/917] 2294353=test_gem_dependency_installer
[190/917] 2294370=test_scalar
[191/917] 2294370=test_gem_commands_info_command
[192/917] 2294370=test_bug_reporter
[193/917] 2294368=test_rand
[194/917] 2294349=test_gem_name_tuple
[195/917] 2294349=test_gem_package_tar_reader_entry
[196/917] 2294359=test_exception
[197/917] 2294368=test_gem_stream_ui
[198/917] 2294349=test_rdoc_generator_ri
[199/917] 2294349=test_extlibs
[200/917] 2294366=test_severity
[201/917] 2294366=test_ractor
[202/917] 2294346=test_require_lib
[203/917] 2294368=test_gem_install_update_options
[204/917] 2294366=test_rdoc_markup_to_table_of_contents
[205/917] 2294366=test_socket
[206/917] 2294370=test_thread
[207/917] 2294347=test_gem_remote_fetcher_s3
[208/917] 2294368=location_test
[209/917] 2294368=test_objectspace
[210/917] 2294354=test_literal
[211/917] 2294347=test_str2big
[212/917] 2294347=test_c_struct_builder
[213/917] 2294363=test_dot_dot
[214/917] 2294363=test_cclass
[215/917] 2294347=test_gem_request_connection_pools
[216/917] 2294370=test_grapheme_breaks
[217/917] 2294370=test_gem_version_option
[218/917] 2294370=test_pkey
[219/917] 2294363=test_case
[220/917] 2294363=test_reline
[221/917] 2294370=test_parser_events
[222/917] 2294370=test_rdoc_generator_pot_po
[223/917] 2294370=test_ansi_with_terminfo
[224/917] 2294370=test_rdoc_markup_to_markdown
[225/917] 2294370=test_json_tree
[226/917] 2294370=test_m17n_comb
[227/917] 2294350=test_memory_view
[228/917] 2294354=test_ractor
[229/917] 2294361=json_fixtures_test
[230/917] 2294354=test_shapes
[231/917] 2294361=test_io_timeout
[232/917] 2294361=test_rdoc_parser_c
[233/917] 2294354=index_write_test
[234/917] 2294354=test_comparable
[235/917] 2294354=test_enc_str_buf_cat
[236/917] 2294354=test_class2name
[237/917] 2294354=test_gbk
[238/917] 2294354=test_profile_frames
[239/917] 2294350=test_cstr
[240/917] 2294348=test_pstore
[241/917] 2294348=test_warning
[242/917] 2294354=test_big2str
[243/917] 2294354=test_handle
[244/917] 2294348=test_wait
[245/917] 2294348=test_forwardable
[246/917] 2294348=test_yaml
[247/917] 2294357=test_rdoc_markup_formatter
[248/917] 2294361=test_thread_queue
[249/917] 2294350=test_nowrite
[250/917] 2294350=test_ansi_without_terminfo
[251/917] 2294359=test_gem_commands_sources_command
[252/917] 2294350=test_ractor
[253/917] 2294357=test_euc_tw
[254/917] 2294350=test_bmethod
[255/917] 2294357=test_pathname
[256/917] 2294350=test_init
[257/917] 2294355=test_complexrational
[258/917] 2294355=test_gem_package_tar_reader
[259/917] 2294348=regexp_test
[260/917] 2294354=test_coverage
[261/917] 2294357=test_rdoc_encoding
[262/917] 2294357=test_file
[263/917] 2294357=test_modify_expand
[264/917] 2294357=test_rdoc_any_method
[265/917] 2294348=test_gem_available_set
[266/917] 2294359=test_rdoc_markdown
[267/917] 2294350=test_bash_completion
[268/917] 2294350=test_formatter
[269/917] 2294350=test_rdoc_constant
[270/917] 2294362=test_deprecate
[271/917] 2294355=test_recorder
[272/917] 2294355=test_gem_commands_owner_command
[273/917] 2294362=test_gem_source_vendor
[274/917] 2294362=test_digest
[275/917] 2294349=test_marshalable
[276/917] 2294349=test_require
[277/917] 2294347=test_cgi_util
[278/917] 2294350=test_gem_commands_contents_command
[279/917] 2294348=test_gem_ext_cmake_builder
[280/917] 2294348=test_wss
[281/917] 2294348=test_fiddle
[282/917] 2294359=test_find
[283/917] 2294350=test_ractor
[284/917] 2294359=test_queue
[285/917] 2294347=test_function
[286/917] 2294359=test_noarg
[287/917] 2294348=pattern_test
[288/917] 2294348=test_tempfile
[289/917] 2294357=test_prettyprint
[290/917] 2294350=test_tracepoint
[291/917] 2294357=test_rdoc_markup
[292/917] 2294357=test_gem_commands_help_command
[293/917] 2294359=test_duplicate
[294/917] 2294359=test_basicsocket
[295/917] 2294363=test_utf32
[296/917] 2294363=desugar_compiler_test
[297/917] 2294354=test_gem_resolver_index_specification
[298/917] 2294366=test_internal_ivar
[299/917] 2294366=symbol_encoding_test
[300/917] 2294354=test_date_strftime
[301/917] 2294366=test_rdoc_parser_rd
[302/917] 2294363=test_gem_installer
[303/917] 2294366=test_yamlstore
[304/917] 2294353=test_asn1
[305/917] 2294366=test_random
[306/917] 2294350=test_load
[307/917] 2294353=json_string_matching_test
[308/917] 2294357=test_const
[309/917] 2294366=test_class
[310/917] 2294353=test_rdoc_normal_class
[311/917] 2294357=test_irb
[312/917] 2294350=test_complex
[313/917] 2294348=test_gem_commands_search_command
[314/917] 2294348=test_frozen_error
[315/917] 2294348=test_gem_stub_specification
[316/917] 2294350=test_method_cache
[317/917] 2294350=test_gem_ext_ext_conf_builder
[318/917] 2294348=test_path_to_class
[319/917] 2294348=lex_test
[320/917] 2294362=test_gem_dependency
[321/917] 2294353=test_gem_resolver_specification
[322/917] 2294355=test_rdoc_markup_verbatim
[323/917] 2294355=test_inlinecache
[324/917] 2294353=test_gem_remote_fetcher
[325/917] 2294355=test_parse
[326/917] 2294362=test_mdns
[327/917] 2294362=test_gem_resolver_installed_specification
[328/917] 2294362=test_scanner_events
[329/917] 2294357=test_gem_commands_list_command
[330/917] 2294370=test_stack
[331/917] 2294362=test_rdoc_include
[332/917] 2294357=test_reqarg
[333/917] 2294355=test_too_many_dummy_encodings
[334/917] 2294353=test_cesu8
[335/917] 2294353=test_econv
[336/917] 2294362=test_rdoc_options
[337/917] 2294355=test_gem_version
[338/917] 2294349=test_ldap
[339/917] 2294349=test_resource
[340/917] 2294349=test_gem_commands_signin_command
[341/917] 2294347=test_emitter
[342/917] 2294355=test_fileutils
[343/917] 2294347=encodings_test
[344/917] 2294349=test_string_processing
[345/917] 2294349=test_hash
[346/917] 2294357=test_gem_resolver_dependency_request
[347/917] 2294347=test_tree_builder
[348/917] 2294349=test_external_new
[349/917] 2294357=test_postponed_job
[350/917] 2294347=test_alias_and_anchor
[351/917] 2294349=test_raise_exception
[352/917] 2294347=test_gem_request_set_lockfile
[353/917] 2294346=test_win32ole_typelib
[354/917] 2294346=test_protect
[355/917] 2294351=test_argf
[356/917] 2294346=test_framework
[357/917] 2294346=test_ns_spki
[358/917] 2294348=test_kill_ring
[359/917] 2294362=test_workspace
[360/917] 2294346=test_weakmap
[361/917] 2294348=test_yjit
[362/917] 2294348=test_ws
[363/917] 2294348=test_m17n
[364/917] 2294362=test_gem_commands_environment_command
[365/917] 2294362=test_gem_security_trust_dir
[366/917] 2294357=test_string_memory
[367/917] 2294362=test_gem_requirement
[368/917] 2294348=test_sprintf
[369/917] 2294359=test_objspace
[370/917] 2294357=test_line_editor
[371/917] 2294357=test_undef
[372/917] 2294357=test_gem_commands_stale_command
[373/917] 2294347=test_c_struct_entry
[374/917] 2294355=test_lock_native_thread
[375/917] 2294357=test_remote_fetch_error
[376/917] 2294350=test_have_library
[377/917] 2294357=equality_test
[378/917] 2294370=test_show_source
[379/917] 2294349=regular_expression_encoding_test
[380/917] 2294349=test_set
[381/917] 2294370=test_gem_impossible_dependencies_error
[382/917] 2294349=test_pack
[383/917] 2294370=test_array_create
[384/917] 2294362=test_pattern_key_name_check
[385/917] 2294370=test_to_ruby
[386/917] 2294362=test_rdoc_rubygems_hook
[387/917] 2294357=test_method
[388/917] 2294370=test_gem_commands_query_command
[389/917] 2294354=test_euc_kr
[390/917] 2294354=test_rdoc_context_section
[391/917] 2294354=test_ftp
[392/917] 2294354=test_gem_commands_exec_command
[393/917] 2294362=test_io_wait
[394/917] 2294347=test_kwargs
[395/917] 2294347=test_ellipsize
[396/917] 2294347=test_date_attr
[397/917] 2294347=test_console_attr
[398/917] 2294347=test_summary
[399/917] 2294353=test_type_completor
[400/917] 2294353=test_gem_unsatisfiable_dependency_error
[401/917] 2294353=test_win32ole_record
[402/917] 2294353=test_cp949
[403/917] 2294355=test_condition
[404/917] 2294353=test_gem_source_specific_file
[405/917] 2294355=test_foreach
[406/917] 2294355=test_gem_commands_uninstall_command
[407/917] 2294368=test_io
[408/917] 2294348=test_emoji
[409/917] 2294349=test_win32ole_type_event
[410/917] 2294349=test_sorted_set
[411/917] 2294347=test_hash
[412/917] 2294348=test_ubf_async_safe
[413/917] 2294348=test_libs
[414/917] 2294348=test_gc
[415/917] 2294348=test_math
[416/917] 2294348=test_gem_commands_fetch_command
[417/917] 2294353=test_sleep
[418/917] 2294362=test_config
[419/917] 2294349=test_yaml_tree
[420/917] 2294362=test_case
[421/917] 2294348=test_sizeof
[422/917] 2294349=test_face
[423/917] 2294362=test_rendering
[424/917] 2294362=test_autoload
[425/917] 2294349=test_utf16
[426/917] 2294349=numeric_value_test
[427/917] 2294349=test_io
[428/917] 2294356=test_unicode_escape
[429/917] 2294370=test_bigzero
[430/917] 2294370=test_pkey_dh
[431/917] 2294356=test_gem_package_tar_header
[432/917] 2294370=source_location_test
[433/917] 2294370=test_iseq_load
[434/917] 2294356=test_gem_util
[435/917] 2294355=test_system
[436/917] 2294368=test_pkcs12
[437/917] 2294354=test_yjit_exit_locations
[438/917] 2294354=test_etc
[439/917] 2294356=test_gem_config_file
[440/917] 2294354=test_ripper
[441/917] 2294356=test_protocol
[442/917] 2294350=test_getopts
[443/917] 2294350=test_gem_resolver_activation_request
[444/917] 2294350=test_rat
[445/917] 2294350=test_webauthn_poller
[446/917] 2294354=test_rdoc_markup_raw
[447/917] 2294354=test_rdoc_markup_to_html_crossref
[448/917] 2294350=test_typeddata
[449/917] 2294356=test_gem_resolver_best_set
[450/917] 2294356=test_fstring
[451/917] 2294368=test_array
[452/917] 2294368=test_optparse
[453/917] 2294356=test_convertible
[454/917] 2294350=test_rdoc_alias
[455/917] 2294354=test_yield
[456/917] 2294350=test_stringscanner
[457/917] 2294350=test_files_sample
[458/917] 2294368=test_rdoc_markup_indented_paragraph
[459/917] 2294364=test_io_buffer
[460/917] 2294368=test_backtrace
[461/917] 2294355=test_pack
[462/917] 2294355=test_gem_resolver_conflict
[463/917] 2294350=test_rdoc_task
[464/917] 2294350=regular_expression_options_test
[465/917] 2294355=test_clone
[466/917] 2294350=test_gem_commands_install_command
[467/917] 2294355=test_ractor
[468/917] 2294364=test_readpartial
[469/917] 2294355=locals_test
[470/917] 2294355=test_rdoc_require
[471/917] 2294355=test_rdoc_markup_heading
[472/917] 2294355=test_iseq
[473/917] 2294346=test_exception_at_throwing
[474/917] 2294346=test_scheduler
[475/917] 2294361=test_pkey_dsa
[476/917] 2294346=test_class
[477/917] 2294346=test_ocsp
[478/917] 2294347=test_interned_str
[479/917] 2294370=test_case_comprehensive
[480/917] 2294347=test_gem_commands_build_command
[481/917] 2294370=node_id_test
[482/917] 2294364=test_cmethod
[483/917] 2294364=test_tracer
[484/917] 2294364=test_append
[485/917] 2294364=breadth_first_search_test
[486/917] 2294364=test_option
[487/917] 2294353=test_gem_commands_server_command
[488/917] 2294353=test_variable_name_check
[489/917] 2294355=test_io_m17n
[490/917] 2294353=test_did_you_mean
[491/917] 2294370=test_exit
[492/917] 2294364=test_recursion
[493/917] 2294364=test_history
[494/917] 2294364=test_date_marshal
[495/917] 2294364=test_mkmf
[496/917] 2294346=test_delegate
[497/917] 2294346=test_popen_deadlock
[498/917] 2294364=test_bundled_ca
[499/917] 2294370=test_closure
[500/917] 2294347=test_fiber
[501/917] 2294366=test_multi_irb_commands
[502/917] 2294366=test_open3
[503/917] 2294353=test_ractor
[504/917] 2294353=test_gem_security
[505/917] 2294351=test_rdoc_servlet
[506/917] 2294351=test_digest
[507/917] 2294351=test_rdoc_markup_to_bs
[508/917] 2294370=test_help
[509/917] 2294370=test_gem_commands_unpack_command
[510/917] 2294351=test_files_lib
[511/917] 2294368=test_beginendblock
[512/917] 2294346=test_gem_bundler_version_finder
[513/917] 2294346=test_emoji_breaks
[514/917] 2294346=test_within_pipe
[515/917] 2294350=test_pinned
[516/917] 2294363=test_webauthn_listener_response
[517/917] 2294363=test_time
[518/917] 2294346=test_to_ary_concat
[519/917] 2294350=test_stream
[520/917] 2294350=test_rdoc_markup_pre_process
[521/917] 2294350=test_printf
[522/917] 2294350=test_install
[523/917] 2294370=test_rdoc_markup_to_label
[524/917] 2294363=test_sockopt
[525/917] 2294363=string_encoding_test
[526/917] 2294363=test_encoding
[527/917] 2294370=test_httpresponses
[528/917] 2294363=test_set_len
[529/917] 2294363=test_gem_resolver_local_specification
[530/917] 2294368=test_httpheader
[531/917] 2294363=test_rdoc_ri_driver
[532/917] 2294368=test_color
[533/917] 2294370=json_encoding_test
[534/917] 2294370=test_key_stroke
[535/917] 2294370=test_rbconfig
[536/917] 2294370=test_human_typo
[537/917] 2294350=test_primitive
[538/917] 2294370=test_name_error_extension
[539/917] 2294370=test_rdoc_i18n_locale
[540/917] 2294350=test_bundled_gems
[541/917] 2294370=test_gem_commands_yank_command
[542/917] 2294350=test_win32ole_param
[543/917] 2294350=test_pair
[544/917] 2294355=test_document
[545/917] 2294355=test_rdoc_generator_pot_po_entry
[546/917] 2294355=test_euc_jp
[547/917] 2294368=test_acceptable
[548/917] 2294355=test_koi8
[549/917] 2294355=test_enumerator
[550/917] 2294355=test_rdoc_parser_changelog
[551/917] 2294368=test_unicode
[552/917] 2294368=test_rdoc_generator_pot
[553/917] 2294368=test_gem_gem_runner
[554/917] 2294355=test_filter
[555/917] 2294355=test_data
[556/917] 2294355=test_rdoc_method_attr
[557/917] 2294363=test_key_event_record
[558/917] 2294363=test_gem_uri
[559/917] 2294368=test_random
[560/917] 2294368=test_notimplement
[561/917] 2294363=test_gem_commands_update_command
[562/917] 2294368=test_gem_resolver_vendor_specification
[563/917] 2294368=test_dbm
[564/917] 2294368=test_thread_cv
[565/917] 2294357=test_lexer
[566/917] 2294357=test_ssl_session
[567/917] 2294348=test_compile_prism
[568/917] 2294355=test_terminfo
[569/917] 2294355=test_rdoc_parser_prism_ruby
[570/917] 2294361=test_date_compat
[571/917] 2294361=test_rdoc_markup_to_html
[572/917] 2294370=test_bug-14834
[573/917] 2294361=test_http
[574/917] 2294370=test_addrinfo
[575/917] 2294370=test_tree_spell_checker
[576/917] 2294348=test_path
[577/917] 2294348=test_case_mapping
[578/917] 2294348=test_bn
[579/917] 2294370=test_win32ole_param_event
[580/917] 2294370=test_whileuntil
[581/917] 2294348=test_rdoc_generator_markup
[582/917] 2294370=string_query_test
[583/917] 2294370=test_configuration
[584/917] 2294364=test_rubyvm
[585/917] 2294364=test_buffered_io
[586/917] 2294370=test_monitor
[587/917] 2294364=test_instrumentation_api
[588/917] 2294348=test_stringify_symbols
[589/917] 2294348=test_boolean
[590/917] 2294348=test_module
#<Thread:0x00007f81dc198060 /tmp/ruby/src/trunk/test/net/http/test_http.rb:570 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:38713 (execution expired)>. (Test::Unit::AssertionFailedError)
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:38713 (execution expired) (Net::OpenTimeout)
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2398:in 'Net::HTTP#send_entity'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2046:in 'Net::HTTP#post'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:574:in 'block (4 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:638:in 'block (2 levels) in Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk/tool/lib/envutil.rb:227:in 'EnvUtil.verbose_warning'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:637:in 'block in Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk/tool/lib/envutil.rb:292:in 'EnvUtil.with_default_internal'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:636:in 'Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:573:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
[591/917] 2294346=test_gem_request_set
#<Thread:0x00007f81dc9623b8 /tmp/ruby/src/trunk/test/net/http/test_http.rb:602 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:42661 (execution expired)>. (Test::Unit::AssertionFailedError)
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:42661 (execution expired) (Net::OpenTimeout)
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
[592/917] 2294368=test_gem_ext_cargo_builder
[593/917] 2294355=test_ssl
[594/917] 2294370=test_arith_seq_extract
[595/917] 2294368=test_method_name_check
[596/917] 2294368=test_parser
[597/917] 2294368=test_len
[598/917] 2294368=test_yield_block
[599/917] 2294368=test_proxy
[600/917] 2294368=test_completion
[601/917] 2294370=test_gem_commands_cert_command
[602/917] 2294366=test_x509ext
[603/917] 2294366=test_erb
[604/917] 2294354=test_gem_source_installed
[605/917] 2294346=test_assembler
[606/917] 2294346=test_spell_checker
[607/917] 2294354=test_propertyputref
[608/917] 2294346=test_rational
[609/917] 2294366=test_rational2
[610/917] 2294354=fixtures_test
[611/917] 2294366=test_gem_source
[612/917] 2294357=test_scalar_scanner
[613/917] 2294357=test_gem_commands_outdated_command
[614/917] 2294354=test_gem_package_tar_writer
[615/917] 2294357=test_helper_method
[616/917] 2294362=test_array
[617/917] 2294357=test_gem_dependency_list
unknown object: "\x04\b[\vi\x1Ai\x01\xD4[\a[\bI\"\x15TestNetHTTP_v1_2\x06:\x06EF:+test_timeout_during_HTTP_session_writeo:%Test::Unit::AssertionFailedError\t:\tmesgI\"\x01\x86[Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:38713 (execution expired)>.\x06;\x00T:\abt[\rI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'\x06;\x00TI\"n/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00T:\ncauseo:\x15Net::OpenTimeout\t;\bI\"IFailed to open TCP connection to localhost:38713 (execution expired)\x06;\x00T;\t[\x19I\"G/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize'\x06;\x00TI\":/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'\x06;\x00TI\"M/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'\x06;\x00TI\"I/tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'\x06;\x00TI\"@/tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'\x06;\x00TI\"E/tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'\x06;\x00TI\"B/tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'\x06;\x00TI\"H/tmp/ruby/src/trunk/lib/net/http.rb:2398:in 'Net::HTTP#send_entity'\x06;\x00TI\"A/tmp/ruby/src/trunk/lib/net/http.rb:2046:in 'Net::HTTP#post'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:574:in 'block (4 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00TI\"{/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:638:in 'block (2 levels) in Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"M/tmp/ruby/src/trunk/tool/lib/envutil.rb:227:in 'EnvUtil.verbose_warning'\x06;\x00TI\"p/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:637:in 'block in Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"S/tmp/ruby/src/trunk/tool/lib/envutil.rb:292:in 'EnvUtil.with_default_internal'\x06;\x00TI\"g/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:636:in 'Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:573:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00T;\n0:\x11bt_locations@\x16;\f@\v[\b@\b:@test_timeout_during_non_chunked_streamed_HTTP_session_writeo;\a\t;\bI\"\x01\x86[Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:42661 (execution expired)>.\x06;\x00T;\t[\rI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'\x06;\x00TI\"n/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\xA7/tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00T;\no;\v\t;\bI\"IFailed to open TCP connection to localhost:42661 (execution expired)\x06;\x00T;\t[\x11I\"G/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize'\x06;\x00TI\":/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'\x06;\x00TI\"M/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'\x06;\x00TI\"I/tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'\x06;\x00TI\"@/tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'\x06;\x00TI\"E/tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'\x06;\x00TI\"B/tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'\x06;\x00TI\"\x01\xA7/tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\xA7/tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00T;\n0;\f@9;\f@.[\bi\x00i\ai\x00[\x00@\b"[618/917] 2294354=test_benchmark
[619/917] 2294366=implicit_array_test
[620/917] 2294366=test_win32ole_method_event
[621/917] 2294366=test_nesting_parser
[622/917] 2294357=test_https
[623/917] 2294363=test_gem_ext_builder
[624/917] 2294366=test_evaluation
#<Thread:0x00007f81dc826760 /tmp/ruby/src/trunk/test/net/http/test_http.rb:570 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:39023 (execution expired)>. (Test::Unit::AssertionFailedError)
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:39023 (execution expired) (Net::OpenTimeout)
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2398:in 'Net::HTTP#send_entity'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2046:in 'Net::HTTP#post'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:574:in 'block (4 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:638:in 'block (2 levels) in Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk/tool/lib/envutil.rb:227:in 'EnvUtil.verbose_warning'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:637:in 'block in Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk/tool/lib/envutil.rb:292:in 'EnvUtil.with_default_internal'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:636:in 'Test::Unit::CoreAssertions#assert_warning'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:573:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'
[625/917] 2294366=test_abi
#<Thread:0x00007f81dc96f680 /tmp/ruby/src/trunk/test/net/http/test_http.rb:602 run> terminated with exception (report_on_exception is true):
/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': [Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:45521 (execution expired)>. (Test::Unit::AssertionFailedError)
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize': Failed to open TCP connection to localhost:45521 (execution expired) (Net::OpenTimeout)
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'
	from /tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
	from /tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'
	from /tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'
[626/917] 2294366=test_provider
[627/917] 2294368=test_rdoc_parser_simple
[628/917] 2294368=test_gem_commands_rebuild_command
[629/917] 2294368=test_yamldbm
[630/917] 2294368=test_load
[631/917] 2294368=test_debug
[632/917] 2294368=test_memory_view
[633/917] 2294368=test_shellwords
[634/917] 2294368=test_digest_extend
[635/917] 2294368=test_string
[636/917] 2294368=test_iterator
[637/917] 2294368=test_omap
[638/917] 2294368=test_storage
[639/917] 2294368=test_gem_resolver_git_set
[640/917] 2294366=constant_path_node_test
[641/917] 2294366=test_new
[642/917] 2294366=test_cipher
[643/917] 2294366=test_gem_security_signer
[644/917] 2294366=test_refinement
[645/917] 2294368=test_gem_commands_signout_command
[646/917] 2294368=test_regex_casefold
[647/917] 2294368=test_gem_source_git
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 8 #<File::Stat dev=0x8, ino=1811897697, mode=0140777, nlink=1, uid=1000, gid=27, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    2294361  ko1    8u  IPv4 1811897697      0t0  TCP localhost:34831->localhost:58240 (CLOSE_WAIT)
unknown object: "\x04\b[\vi\x1Ai\x01\xBB[\a[\bI\"\x1DTestNetHTTP_v1_2_chunked\x06:\x06EF:+test_timeout_during_HTTP_session_writeo:%Test::Unit::AssertionFailedError\t:\tmesgI\"\x01\x86[Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:39023 (execution expired)>.\x06;\x00T:\abt[\rI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'\x06;\x00TI\"n/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00T:\ncauseo:\x15Net::OpenTimeout\t;\bI\"IFailed to open TCP connection to localhost:39023 (execution expired)\x06;\x00T;\t[\x19I\"G/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize'\x06;\x00TI\":/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'\x06;\x00TI\"M/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'\x06;\x00TI\"I/tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'\x06;\x00TI\"@/tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'\x06;\x00TI\"E/tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'\x06;\x00TI\"B/tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'\x06;\x00TI\"H/tmp/ruby/src/trunk/lib/net/http.rb:2398:in 'Net::HTTP#send_entity'\x06;\x00TI\"A/tmp/ruby/src/trunk/lib/net/http.rb:2046:in 'Net::HTTP#post'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:574:in 'block (4 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00TI\"{/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:638:in 'block (2 levels) in Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"M/tmp/ruby/src/trunk/tool/lib/envutil.rb:227:in 'EnvUtil.verbose_warning'\x06;\x00TI\"p/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:637:in 'block in Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"S/tmp/ruby/src/trunk/tool/lib/envutil.rb:292:in 'EnvUtil.with_default_internal'\x06;\x00TI\"g/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:636:in 'Test::Unit::CoreAssertions#assert_warning'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:573:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\x92/tmp/ruby/src/trunk/test/net/http/test_http.rb:572:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session_write'\x06;\x00T;\n0:\x11bt_locations@\x16;\f@\v[\b@\b:@test_timeout_during_non_chunked_streamed_HTTP_session_writeo;\a\t;\bI\"\x01\x86[Net::WriteTimeout] exception expected, not #<Net::OpenTimeout: Failed to open TCP connection to localhost:45521 (execution expired)>.\x06;\x00T;\t[\rI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:368:in 'Test::Unit::Assertions#flunk'\x06;\x00TI\"n/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:454:in 'block in Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"`/tmp/ruby/src/trunk/tool/lib/test/unit/assertions.rb:108:in 'Test::Unit::Assertions#assert'\x06;\x00TI\"_/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:453:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\xA7/tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00T;\no;\v\t;\bI\"IFailed to open TCP connection to localhost:45521 (execution expired)\x06;\x00T;\t[\x11I\"G/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'TCPSocket#initialize'\x06;\x00TI\":/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'IO.open'\x06;\x00TI\"M/tmp/ruby/src/trunk/lib/net/http.rb:1665:in 'block in Net::HTTP#connect'\x06;\x00TI\"I/tmp/ruby/src/trunk/lib/timeout.rb:183:in 'block in Timeout.timeout'\x06;\x00TI\"@/tmp/ruby/src/trunk/lib/timeout.rb:190:in 'Timeout.timeout'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:1663:in 'Net::HTTP#connect'\x06;\x00TI\"E/tmp/ruby/src/trunk/lib/net/http.rb:1642:in 'Net::HTTP#do_start'\x06;\x00TI\"B/tmp/ruby/src/trunk/lib/net/http.rb:1631:in 'Net::HTTP#start'\x06;\x00TI\"D/tmp/ruby/src/trunk/lib/net/http.rb:2375:in 'Net::HTTP#request'\x06;\x00TI\"\x01\xA7/tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (3 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00TI\"e/tmp/ruby/src/trunk/tool/lib/core_assertions.rb:440:in 'Test::Unit::CoreAssertions#assert_raise'\x06;\x00TI\"\x01\xA7/tmp/ruby/src/trunk/test/net/http/test_http.rb:603:in 'block (2 levels) in TestNetHTTP_version_1_1_methods#test_timeout_during_non_chunked_streamed_HTTP_session_write'\x06;\x00T;\n0;\f@9;\f@.[\bi\x00i\ai\x00[\x00@\b"[648/917] 2294363=test_dir_m17n
[649/917] 2294348=warnings_test
[650/917] 2294348=test_gem_resolver_installer_set
[651/917] 2294348=test_float
[652/917] 2294368=test_cd
[653/917] 2294368=test_cgi_cookie
[654/917] 2294368=test_require
[655/917] 2294354=test_process
[656/917] 2294351=test_windows_1252
[657/917] 2294354=test_input_method
[658/917] 2294351=test_cgi_session
[659/917] 2294351=dispatcher_test
[660/917] 2294351=test_rdoc_rd
[661/917] 2294363=test_metaclass
[662/917] 2294351=heredoc_test
[663/917] 2294363=test_rdoc_top_level
[664/917] 2294351=test_signal
[665/917] 2294356=test_fixnum
[666/917] 2294356=test_x509crl
[667/917] 2294354=test_serialize_subclasses
[668/917] 2294354=test_insns_leaf
[669/917] 2294354=test_color_printer
[670/917] 2294354=test_deprecated
[671/917] 2294354=test_win32ole_variant_m
[672/917] 2294354=test_engine
[673/917] 2294354=test_allocation
[674/917] 2294356=test_div
[675/917] 2294356=test_key_error
[676/917] 2294356=test_x509req
[677/917] 2294363=test_mutex
[678/917] 2294370=test_rdoc_rd_inline
[679/917] 2294370=test_files_test_1
[680/917] 2294356=test_set
[681/917] 2294356=test_gem_path_support
[682/917] 2294356=test_struct
[683/917] 2294346=comments_test
[684/917] 2294346=test_nomethod_error
[685/917] 2294346=json_parser_test
[686/917] 2294346=test_config
[687/917] 2294346=test_win32ole_variant_outarg
[688/917] 2294346=test_dln
[689/917] 2294346=test_gem_source_subpath_problem
[690/917] 2294346=json_common_interface_test
[691/917] 2294346=test_struct
[692/917] 2294346=test_rdoc_markup_to_html_snippet
[693/917] 2294351=magic_comment_test
[694/917] 2294346=onigmo_test
[695/917] 2294346=test_sexp
[696/917] 2294364=test_rdoc_markup_include
[697/917] 2294364=fuzzer_test
[698/917] 2294346=test_variable
[699/917] 2294364=test_pkg_config
[700/917] 2294350=test_cparser
[701/917] 2294364=test_rdoc_attr
[702/917] 2294364=test_env
[703/917] 2294346=test_integer
[704/917] 2294346=test_dryrun
[705/917] 2294356=test_gem_commands_setup_command
[706/917] 2294346=test_cgi_modruby
[707/917] 2294351=test_integer
[708/917] 2294346=test_super
[709/917] 2294348=test_rubyoptions
[710/917] 2294350=test_https_proxy
[711/917] 2294350=test_call
[712/917] 2294363=ripper_test
[713/917] 2294366=test_rubygems
[714/917] 2294350=test_nextafter
[715/917] 2294350=test_capacity
[716/917] 2294350=test_gem_request_set_lockfile_tokenizer
[717/917] 2294366=test_stat
[718/917] 2294366=test_have_func
[719/917] 2294356=test_gem_resolver_git_specification
[720/917] 2294350=test_object_references
[721/917] 2294350=test_usrmarshal
[722/917] 2294349=test_ssl
[723/917] 2294356=test_ractor
[724/917] 2294350=json_ext_parser_test
[725/917] 2294350=test_thread
[726/917] 2294359=test_my_integer
[727/917] 2294359=test_rendering
[728/917] 2294346=test_debugger_integration
[729/917] 2294346=test_unicode_normalize
[730/917] 2294359=test_marshal
[731/917] 2294346=test_weakref
[732/917] 2294363=test_nonblock
[733/917] 2294363=test_alias
[734/917] 2294368=test_timeout
[735/917] 2294346=test_ancdata
[736/917] 2294346=test_singleton_function
[737/917] 2294346=test_rb_str_dup
[738/917] 2294346=test_reline_key
[739/917] 2294346=test_cgi_core
[740/917] 2294346=test_parser
[741/917] 2294346=test_registry
[742/917] 2294346=test_dns
[743/917] 2294363=test_gem_commands_open_command
[744/917] 2294356=test_ractor
[745/917] 2294356=test_gem_source_lock
[746/917] 2294363=test_gem
[747/917] 2294356=test_rdoc_extend
[748/917] 2294352=test_merge_keys
[749/917] 2294352=test_gem_resolver_api_specification
[750/917] 2294356=overlap_test
[751/917] 2294347=static_literals_test
[752/917] 2294347=test_ipaddr
[753/917] 2294359=test_rdoc_markup_to_ansi
[754/917] 2294347=test_mixed_unicode_escapes
[755/917] 2294347=test_history
[756/917] 2294359=test_win32ole_variant
[757/917] 2294359=test_win32ole_variable
[758/917] 2294347=test_io_wait_uncommon
[759/917] 2294359=test_stringio
[760/917] 2294352=test_arity
[761/917] 2294347=test_gem_ci_detector
[762/917] 2294352=test_rdoc_class_module
[763/917] 2294347=test_bignum
[764/917] 2294347=test_rdoc_generator_json_index
[765/917] 2294359=test_time_tz
[766/917] 2294359=test_win32ole_event
[767/917] 2294359=test_trace
[768/917] 2294353=ractor_test
[769/917] 2294359=test_have_macro
[770/917] 2294347=test_gem_package
[771/917] 2294353=test_resolve_symbol
[772/917] 2294346=test_complex2
[773/917] 2294346=test_threadgroup
[774/917] 2294353=test_enum
[775/917] 2294356=test_gem_specification
[776/917] 2294370=test_gem_resolver_requirement_list
[777/917] 2294370=test_arith_seq_beg_len_step
[778/917] 2294370=test_pkcs7
[779/917] 2294368=test_function_entry
[780/917] 2294368=test_symbol
[781/917] 2294352=parser_test
[782/917] 2294352=test_coder
[783/917] 2294351=test_nofree
[784/917] 2294351=test_gem_commands_pristine_command
[785/917] 2294352=test_context
[786/917] 2294366=test_find_executable
[787/917] 2294366=test_lazy_enumerator
[788/917] 2294352=test_enc_associate
[789/917] 2294370=test_unix
[790/917] 2294362=test_ractor_compatibility
[791/917] 2294359=test_autoconf
[792/917] 2294359=test_eval
[793/917] 2294359=test_gem_console_ui
[794/917] 2294359=test_date_ractor
[795/917] 2294370=test_dir
[796/917] 2294359=test_gem_commands_cleanup_command
[797/917] 2294364=test_word
[798/917] 2294364=test_cgi_multipart
[799/917] 2294366=test_numeric
[800/917] 2294366=test_member
[801/917] 2294366=json_generic_object_test
[802/917] 2294366=test_gem_source_fetch_problem
[803/917] 2294366=test_http_request
[804/917] 2294366=test_rdoc_generator_darkfish
[805/917] 2294352=test_error_highlight
[806/917] 2294353=test_resize
[807/917] 2294364=test_rdoc_comment
[808/917] 2294353=test_mailto
[809/917] 2294353=test_coderange
[810/917] 2294353=test_symbol
[811/917] 2294353=test_logger
[812/917] 2294370=test_file_exhaustive
[813/917] 2294364=test_files_test
[814/917] 2294347=test_gem_update_suggestion
[815/917] 2294353=attribute_write_test
[816/917] 2294362=test_rdoc_parser_markdown
[817/917] 2294362=test_not
[818/917] 2294362=test_gem_resolver_lock_set
[819/917] 2294364=test_import
[820/917] 2294353=test_gem_platform
[821/917] 2294362=test_placearg
[822/917] 2294347=test_date_strptime
[823/917] 2294359=test_gem_package_task
[824/917] 2294359=test_rdoc_markup_hard_break
[825/917] 2294359=test_weakkeymap
[826/917] 2294347=test_gem_commands_push_command
[827/917] 2294362=test_numhash
[828/917] 2294362=test_pkey_rsa
[829/917] 2294353=test_keyword
[830/917] 2294366=test_class_name_check
[831/917] 2294366=dump_test
[832/917] 2294354=test_fd_setsize
[833/917] 2294354=test_continuation
[834/917] 2294354=test_win32ole_method
[835/917] 2294354=test_delete
[836/917] 2294354=test_sleep
[837/917] 2294346=test_object
[838/917] 2294352=test_ruby_lex
[839/917] 2294364=test_date_arith
[840/917] 2294364=test_gem_local_remote_options
[841/917] 2294364=test_timeout
[842/917] 2294364=test_ossl
[843/917] 2294346=test_normalize
[844/917] 2294346=test_change_word
[845/917] 2294346=test_flip
[846/917] 2294346=test_signedness
[847/917] 2294359=test_tsort
[848/917] 2294359=test_rdoc_rd_block_parser
[849/917] 2294352=test_func
[850/917] 2294359=test_big5
[851/917] 2294359=test_pointer
[852/917] 2294347=test_ractor
[853/917] 2294362=test_type
[854/917] 2294347=version_test
[855/917] 2294351=test_object
[856/917] 2294347=heredoc_dedent_test
[857/917] 2294362=test_cgi_header
[858/917] 2294362=test_arithmetic_sequence
[859/917] 2294347=parse_test
[860/917] 2294351=test_gem_gemcutter_utilities
[861/917] 2294362=test_basicinstructions
[862/917] 2294353=test_gem_command_manager
[863/917] 2294347=test_key_actor_emacs
[864/917] 2294362=test_gem_remote_fetcher_local_ssl_server
[865/917] 2294363=lex_test
[866/917] 2294363=test_project_sanity
[867/917] 2294353=test_range
[868/917] 2294347=test_pty
[869/917] 2294363=test_dup
[870/917] 2294363=test_constant
[871/917] 2294366=test_helper
[872/917] 2294366=test_erb_command
[873/917] 2294366=test_encoding
[874/917] 2294351=test_gem_uri_formatter
[875/917] 2294366=test_ensured
[876/917] 2294351=test_addr
[877/917] 2294351=test_locale
[878/917] 2294359=library_symbols_test
[879/917] 2294366=test_ts
[880/917] 2294359=test_rdoc_ri_paths
[881/917] 2294349=test_ftp
[882/917] 2294349=test_tmpdir
[883/917] 2294359=test_rdoc_markup_document
[884/917] 2294359=test_integer_comb
[885/917] 2294351=test_vm_dump
[886/917] 2294351=errors_test
[887/917] 2294347=test_regexp
[888/917] 2294349=test_gem_commands_check_command
[889/917] 2294349=test_udp
[890/917] 2294349=bom_test
[891/917] 2294349=test_data_error
[892/917] 2294351=test_file
[893/917] 2294356=test_force_exit
[894/917] 2294349=test_ostruct
[895/917] 2294356=unescape_test
[896/917] 2294349=test_update
[897/917] 2294349=test_x509name
[898/917] 2294349=test_fips
[899/917] 2294353=parse_comments_test
[900/917] 2294353=test_x509store
[901/917] 2294349=test_rdoc_code_object
[902/917] 2294366=test_webauthn_listener
[903/917] 2294353=test_helper
[904/917] 2294353=test_random_formatter
[905/917] 2294353=test_jaro_winkler
[906/917] 2294353=test_lambda
[907/917] 2294353=test_gem_request_set_gem_dependency_api
[908/917] 2294368=test_ast
[909/917] 2294349=test_gem_resolver_api_set
[910/917] 2294353=ruby_parser_test
[911/917] 2294353=test_gem_safe_marshal
[912/917] 2294349=test_enumerable
[913/917] 2294349=test_config
[914/917] 2294352=test_gem_resolver_vendor_set
[915/917] 2294352=json_generator_test
[916/917] 2294356=test_eval
[917/917] 2294356=test_transcode
Failed tests:

TestDefined#test_super_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTime#test_marshal_zone_gc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPipe#test_stdout_epipe: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPipe::WithConversion#test_stdout_epipe: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:ext: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestNumeric#test_coerced_remainder: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProc#test_hash_does_not_change_after_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message
URI::TestCommon#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPack#test_monkey_pack_buffer: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPack#test_monkey_pack: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPack#test_pack_resize: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPack#test_bug_18343: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPack#test_pack_unpack_m: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestLogDevice#test_shifting_monthly_dst_change: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestLogDevice#test_shifting_weekly_dst_change: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestString#test_eq_tilde_can_be_overridden: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestString#test_fs_setter: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_Symbol::TestInadvertent#test_gc_attrset: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestNameError#test_info_parent_iseq_mark: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestLastThread#test_last_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_ast_compacts: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_moving_objects_between_heaps_keeps_shape_frozen_status: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_updating_references_for_embed_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_updating_references_for_embed_frozen_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_moving_arrays_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_updating_references_for_heap_allocated_frozen_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_moving_strings_up_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_moving_strings_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_updating_references_for_heap_allocated_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_moving_hashes_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_moving_objects_between_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGCCompact#test_moving_arrays_up_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRand#test_default_seed: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfFlags#test_try_cppflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfFlags#test_try_ldflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfFlags#test_try_cflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSetTraceFunc#test_script_compiled: Test::Unit::PendedError: TODO: test for requires
TestSetTraceFunc#test_lineno_in_optimized_insn: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyLiteral#test_dsymbol_redefined_intern: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyLiteral#test_hash_literal_frozen: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyLiteral#test_big_hash_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/rubygems: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/ostruct: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/uri: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/rdoc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/ruby: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/zlib: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/prism: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/strscan: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/open-uri: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/win32ole: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/resolv: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/set: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/reline: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/openssl: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/optparse: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/objspace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/win32: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/pathname: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/socket: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/stringio: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/ripper: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/yaml: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/psych: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestFiberCurrentRactor#test_ractor_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_hash_aset_with: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_eq_neq: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_freeze_block: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_array_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_array_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_array_max: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_uminus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_or: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_mul: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_div: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_peephole_optimization_without_trace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_freeze: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_block_parameter_should_not_create_objects: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_size: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_mod: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_le: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_ge: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_ge: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_hash_aref_with: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_format: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_clear_unreachable_keyword_args: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_le: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_hash_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_and: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_array_min: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_hash_length: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_callinfo_unreachable_path: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_optimized_empty_ensure: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_gt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_gt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_opt_case_dispatch: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_eqq: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_ltlt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_div: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_float_mul: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_fixnum_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_objtostring: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_array_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_array_length: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptimization#test_string_length: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestWarning#test_warn_called_only_when_category_enabled: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestWait#test_wait_for_invalid_fd: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_undefined_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_blocking_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_redefined_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_wrong_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_exception_in_name_error_to_str: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_exception_in_exception_equal: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_super_in_method_missing: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestException#test_undef_Warning_warn: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPathname#test_split: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPathname#test_relative_path_from_casefold: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDigest::TestInitCopy#test_initialize_copy_md5_rmd160: Test::Unit::AssertionFailedError: assert_separately failed with error message
CGIUtilTest#test_cgi_unescapeURIComponent_accept_charset: Test::Unit::AssertionFailedError: assert_separately failed with error message
CGIUtilTest#test_cgi_unescape_accept_charset: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestCoverage#test_coverage_suspendable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTracepointObj#test_teardown_with_active_GC_end_hook: Test::Unit::AssertionFailedError: assert_separately failed with error message
Complex_Test#test_inspect_to_s_frozen_bug_20337: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDigest::TestDigestParen#test_no_lib: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDigest::TestDigestParen#test_race_mixed: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDigest::TestDigestParen#test_no_lib_no_def: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDigest::TestDigestParen#test_race: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDigest::TestDigestParen#test_sha2: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMethodInlineCache#test_zsuper: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestParse#test_unclosed_unicode_escape_at_eol_bug_19750: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestParse#test_shareable_constant_value_unshareable_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestParse#test_error_def_in_argument: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestParse#test_assign_in_conditional: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_TooManyDummyEncodings#test_exceed_encoding_table_size: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_syntax_test: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_value_of_def: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_anonymous_rest_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_cdhash: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_syntax_sample: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_class_module_Object_ancestors: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_anonymous_block_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message
Retrying...
TestSyntax#test_syntax_ext: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_keyword_empty_splat: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_syntax_lib: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_safe_call_in_for_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSyntax#test_anonymous_keyword_rest_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPostponed_job#test_legacy_register: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPostponed_job#test_multiple_preregistration_with_new_data: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPostponed_job#test_multiple_preregistration: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPostponed_job#test_preregister_and_trigger: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPostponed_job#test_legacy_register_one_same: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPostponed_job#test_legacy_register_in_c_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThreadLockNativeThread#test_lock_native_thread_tls: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThreadLockNativeThread#test_lock_native_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjectSpace#test_each_object_singleton_class: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjectSpace#test_each_object_no_garbage: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGc#test_latest_gc_info: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGc#test_expand_heap: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGc#test_latest_gc_info_weak_references_count: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGc#test_thrashing_for_young_objects: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGc#test_profiler_clear: Test::Unit::PendedError: for now
TestGc#test_measure_total_time: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestGc#test_gc_parameter_init_slots: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEtc#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Ripper#test_new: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Ripper#test_regexp_enc_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Ripper::TestInput#test_new: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Ripper::TestInput#test_regexp_enc_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_String_Fstring#test_rb_enc_interned_str_autoloaded_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnumerator#test_with_index_dangling_memo: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSystem#test_system_closed: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:sample: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestClone#test_user_flags: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestWeakMap#test_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestWeakMap#test_key?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f
TestWeakMap#test_member?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f
TestWeakMap#test_include?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f
Bug::Test_ExceptionAT#test_exception_at_throwing: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestHashOnly#test_any_hash_fixable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestHashOnly#test_AREF_fstring_key_default_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIseqLoad#test_next_in_block_in_block: Test::Unit::PendedError: failing due to stack_max mismatch
TestIseqLoad#test_break_ensure: Test::Unit::PendedError: failing due to exception entry sp mismatch
TestIseqLoad#test_require_integration: Test::Unit::PendedError: iseq loader require integration tests still failing
TestIseqLoad#test_stressful_roundtrip: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestISeq#test_iseq_builtin_load: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestISeq#test_mandatory_only: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestISeq#test_translate_by_object: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestClass#test_redefinition_mismatch: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestClass#test_superclass_of_basicobject: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjSpaceRactor#test_tracing_does_not_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArgf#test_wrong_type: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_0: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_2: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_4: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_6: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_8: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_7: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_5: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_3: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_1: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPopenDeadlock#test_popen_without_deadlock_9: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTimeExtension#test_rfc2822_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO_M17N#test_bom_too_long_utfname: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMethod#test_argument_error_location: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMethod#test_override_optimized_method_on_class_using_prepend: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMethod#test_hash_does_not_change_after_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMethod#test_zsuper_private_override_instance_method: Test::Unit::AssertionFailedError: assert_separately failed with error message
Prism::TestCompilePrism#test_ConstantPathTargetNode: Test::Unit::AssertionFailedError: assert_separately failed with error message
Prism::TestCompilePrism#test_ScopeNode: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfConfiguration#test_verbose_with_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_ArithSeq#test_extract_with_range: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_ArithSeq#test_extract_with_others: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_ArithSeq#test_extract_with_arith_seq: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyYieldGen#test_block_cached_argc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_p_with_static_extensions: Test::Unit::PendedError: Skipped, no message given
TestAutoload#test_autoload_private_constant_before_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_same_file: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_deprecate_constant_before_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_source_location: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_deprecate_constant: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_source_location_after_require: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_parallel_race: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_after_failed_and_removed_from_loaded_features: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_private_constant: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAutoload#test_autoload_parent_namespace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestABI#test_require_lib_with_incorrect_abi_on_release_ruby: Test::Unit::PendedError: ABI is enforced
TestABI#test_enable_abi_check_using_environment_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestABI#test_disable_abi_check_using_environment_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIterator#test_yield_at_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message
OpenSSL::TestProvider#test_unloaded_openssl_provider: Test::Unit::AssertionFailedError: assert_separately failed with error message
OpenSSL::TestProvider#test_openssl_provider_names: Test::Unit::AssertionFailedError: assert_separately failed with error message
OpenSSL::TestProvider#test_openssl_provider_name_inspect: Test::Unit::AssertionFailedError: assert_separately failed with error message
OpenSSL::TestProvider#test_openssl_legacy_provider: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_refine_module_then_include: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_private_top_methods: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_include_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_inspect_segfault: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_redefinition_mismatch: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_prepend_gc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_prepend_call_super: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_prepend_visibility_inherited: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_gc_prepend_chain: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_private_extended_module: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestModule#test_prepend_optmethod: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/unicode_normalize: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/rubygems: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/erb: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/irb: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/syntax_suggest: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/open3: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/rdoc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/logger: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/ruby_vm: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/forwardable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/set: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/yaml: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/optparse: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/did_you_mean: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/error_highlight: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/uri: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/reline: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/prism: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/bundler: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/net: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/cgi: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:lib/random: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_utf8_raw_windows_1251_name: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_utf8_raw_windows_1252_name: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_utf8_raw_jp_name: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_euc_jp: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_extutf8_inteucjp_representable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_bytes_euc_jp: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_extutf8: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_as_bytes_extutf8: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir_M17N#test_filename_extutf8_invalid: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::Literal#test_hash_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::Literal#test_array_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSignal#test_hup_me: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSignal#test_ignored_interrupt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSignal#test_sigwait_fd_unused: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSignal#test_trap_system_default: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThreadInstrumentation#test_sleeping_inside_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThreadInstrumentation#test_blocking_on_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArray#test_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArray#test_repeated_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArray#test_repeated_combination_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArray#test_sort_with_replace: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_Integer#test_positive_pow: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_nested_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestFloat#test_aliased_quo_recursion: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestFloat#test_long_string: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_symbol_proc_with_block: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_refined_protected_methods: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_inlinecache: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_alias_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_change_refined_new_method_visibility: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_undefined_refined_method_defined: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_using_wrong_argument: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_remove_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_public_in_refine: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_singleton_method_should_not_use_refinements: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_refine_basic_object: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_refine_after_using: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_refined_method_defined: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_remove_undefined_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_reopen_refinement_module: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRefinement#test_refine_with_prepend: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_puts_parallel: Test::Unit::PendedError: not portable
TestIO#test_race_gets_and_close: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_set_stdout: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_dup_many: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_race_closed_stream: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_open_fifo_does_not_block_other_threads: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_set_lineno: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_cross_thread_close_stdio: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_DATA_binmode: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_write_epipe_nosync: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_closed_stream_in_rescue: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestIO#test_copy_stream_no_busy_wait: Test::Unit::PendedError: multiple threads already active
TestObjSpace#test_load_allocation_path_compile_file: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjSpace#test_reachable_objects_during_iteration: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjSpace#test_reachable_objects_size: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjSpace#test_reachable_objects_from: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjSpace#test_trace_object_allocations_stop_first: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjSpace#test_count_symbols: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObjSpace#test_load_allocation_path_load: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_loading_fifo_threading_success: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_define_module_under: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_load_wrap_nil: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_load_error_path: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_require_in_wrapped_load: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_loading_fifo_fd_leak: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_require_too_long_filename: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_throw_while_loading: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_default_loaded_features_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_define_class_under: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_define_module: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_require_invalid_shared_object: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_loading_fifo_threading_raise: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRequire#test_define_class: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::MethodCall::WithBlock#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAlias#test_alias_in_module: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPsychRactor#test_ractor_constants: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPsychRactor#test_ractor_config: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPsychRactor#test_not_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPsychRactor#test_ractor_round_trip: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_warmup_precompute_string_coderange: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_to_hash_on_arguments: Test::Unit::AssertionFailedError: 
TestProcess#test_rescue_exec_fail: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_popen_reopen: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_execopts_rlimit: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_warmup_promote_all_objects_to_oldgen: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_warmup_run_major_gc_and_compact: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_overwrite_ENV: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_deadlock_by_signal_at_forking: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestProcess#test_exec_fd_3_redirect: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMarshal#test_marshal_load_r_prepare_reference_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMarshal#test_marshal_load_extended_class_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMarshal#test_continuation: Test::Unit::PendedError: requires callcc support
TestBignum#test_very_big_str_to_inum: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestStringIO#test_overflow: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_Load_ResolveSymbol#test_load_resolve_symbol_resolver: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/cgi: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/logger: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/did_you_mean: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/net: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/-ext-: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/date: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/error_highlight: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/fiber: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/io: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/json: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/benchmark: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/mkmf: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/coverage: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/fileutils: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/dtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/digest: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/irb: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/etc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/erb: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/lib: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/monitor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test/fiddle: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTimeout#test_handling_enclosed_threadgroup: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTimeout#test_threadgroup: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestInteger#test_times_bignum_redefine_plus_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestInteger#test_Integer_with_exception_keyword: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestInteger#test_Integer: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArraySubclass#test_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArraySubclass#test_repeated_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArraySubclass#test_repeated_combination_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestArraySubclass#test_sort_with_replace: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDateParseRactor#test_date_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_shared_substring_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_clear_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_frozen_env_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_getenv_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_inspect_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_assoc_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_keys_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_huge_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_filter_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_each_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_rehash_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_each_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_values_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_ivar_in_env_should_not_be_access_from_non_main_ractors: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_reject_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_select_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_to_h_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_shift_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_dup_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_slice_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_keep_if_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_replace_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_reject_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_rassoc_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_invert_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_aset_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_to_a_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_fetch_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_to_s_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_filter_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_update_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_each_pair_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_select_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_values_at_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_frozen_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_size_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_bracket_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_has_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_empty_p_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_to_hash_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_has_value2_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_except_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_delete_if_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_delete_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnv#test_has_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_CP50220: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_IBM037: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_2: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_UTF_32: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_KDDI: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_CP50221: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_UTF_16: Test::Unit::AssertionFailedError: assert_separately failed with error message
Test_StrEncAssociate#test_dummy_encoding_index_UTF_7: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnumerable#test_inject_array_op_private: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnumerable#test_inject_op_private: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnumerable#test_inject_op_redefined: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnumerable#test_callcc: Test::Unit::PendedError: requires callcc support
TestEnumerable#test_inject_array_op_redefined: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEnumerable#test_refine_Enumerable_then_include: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir#test_instance_chdir: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir#test_glob_too_may_open_files: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDir#test_glob_gc_for_fd: Test::Unit::AssertionFailedError: assert_separately failed with error message
RactorCompatibilityTest#test_variable_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
RactorCompatibilityTest#test_class_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
RactorCompatibilityTest#test_can_raise_other_name_error_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
RactorCompatibilityTest#test_key_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
RactorCompatibilityTest#test_method_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
RactorCompatibilityTest#test_pattern_key_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRipper::Generic#test_parse_files:test: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestAllocation::ProcCall::WithBlock#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestObject#test_redef_method_missing: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestWeakKeyMap#test_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestPathnameRactor#test_ractor_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestKeywordArguments#test_dynamic_symbol_keyword: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestKeywordArguments#test_large_kwsplat_to_method_taking_kw_and_kwsplat: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestDup#test_user_flags: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEncoding#test_nonascii_library_path: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestEncoding#test_errinfo_after_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message
Bug::Test_ExceptionE#test_ensured: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTmpdir#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TC_OpenStruct#test_access_methods_from_different_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
TC_OpenStruct#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message
OpenSSL::TestFIPS#test_fips_mode_get_is_true_on_fips_mode_enabled: Test::Unit::PendedError: Only for FIPS mode environment
OpenSSL::TestFIPS#test_fips_mode_is_reentrant: Test::Unit::AssertionFailedError: assert_separately failed with error message
OpenSSL::TestFIPS#test_fips_mode_get_is_false_on_fips_mode_disabled: Test::Unit::AssertionFailedError: assert_separately failed with error message
OpenSSL::TestFIPS#test_fips_mode_get_with_fips_mode_set: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestLambdaParameters#test_proc_inside_lambda_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_to_proc_iseq: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_to_proc_binding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_block_method_to_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_to_proc_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_hash_redefinition: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_block_curry_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_block_curry_lambda: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestSymbol#test_to_proc_no_method: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfConfig#test_with_config_without_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfConfig#test_dir_config: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfConfig#test_with_config_with_arg_and_value: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfConfig#test_with_target_rbconfig: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestMkmfConfig#test_with_config_with_arg_and_no_value: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTranscode#test_loading_race: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestTranscode#test_valid_dummy_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptions#test_setproctitle: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRubyOptions#test_yydebug: Test::Unit::PendedError: Skipped, no message given
TestRubyOptions#test_dump_parsetree_error_tolerant: Test::Unit::PendedError: Skipped, no message given
TestFileExhaustive#test_join_with_changed_separator: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestFileExhaustive#test_flock_exclusive: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestFileExhaustive#test_expand_path_for_existent_username: Test::Unit::PendedError: ENV['USER'] is not set
TestFileExhaustive#test_readlink_long_path: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestFileExhaustive#test_flock_shared: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThread#test_thread_join_in_trap: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThread#test_thread_value_in_trap: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThread#test_signal_at_join: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestThread#test_report_on_exception: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_atomic: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_invalid_group: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_positive_look_ahead_complex: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_nonextended_section_of_extended_regexp_bug_19379: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_s_timeout: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_bug_19467: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_s_timeout_corner_cases: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_invalid_free_at_parse_depth_limit_over: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_exponential: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_timeout_corner_cases: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_extended_comment_invalid_escape_bug_18294: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_negative_look_behind: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_atomic_complex: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_square: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_negative_look_ahead: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_eq_tilde_can_be_overridden: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_timeout_longer_than_global: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_positive_look_behind: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_timeout_shorter_than_global: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_timeout_nil: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_positive_look_ahead: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_match_cache_with_peek_optimization: Test::Unit::AssertionFailedError: assert_separately failed with error message
TestRegexp#test_utf8_comment_in_usascii_extended_regexp_bug_19455: Test::Unit::AssertionFailedError: assert_separately failed with error message


  1) Failure:
TestDefined#test_super_toplevel [/tmp/ruby/src/trunk/test/ruby/test_defined.rb:368]:
assert_separately failed with error message
pid 2533604 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  2) Failure:
TestTime#test_marshal_zone_gc [/tmp/ruby/src/trunk/test/ruby/test_time.rb:454]:
assert_separately failed with error message
pid 2533607 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  3) Failure:
TestPipe#test_stdout_epipe [/tmp/ruby/src/trunk/test/ruby/test_pipe.rb:32]:
assert_separately failed with error message
pid 2533610 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  4) Failure:
TestPipe::WithConversion#test_stdout_epipe [/tmp/ruby/src/trunk/test/ruby/test_pipe.rb:32]:
assert_separately failed with error message
pid 2533614 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  5) Failure:
TestRipper::Generic#test_parse_files:test/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533618 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  6) Failure:
TestRipper::Generic#test_parse_files:test/logger [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533621 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  7) Failure:
TestRipper::Generic#test_parse_files:test/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533624 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  8) Failure:
TestRipper::Generic#test_parse_files:test/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533627 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


  9) Failure:
TestRipper::Generic#test_parse_files:test/net [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533630 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 10) Failure:
TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533633 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 11) Failure:
TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533636 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 12) Failure:
TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5]:
assert_separately failed with error message
pid 2533639 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 13) Failure:
TestRipper::Generic#test_parse_files:test/-ext- [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533642 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 14) Failure:
TestRipper::Generic#test_parse_files:test/ostruct [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533645 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 15) Failure:
TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533648 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 16) Failure:
TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533651 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 17) Failure:
TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533654 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 18) Failure:
TestRipper::Generic#test_parse_files:test/date [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533657 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 19) Failure:
TestRipper::Generic#test_parse_files:test/uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533660 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 20) Failure:
TestRipper::Generic#test_parse_files:test/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533663 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 21) Failure:
TestRipper::Generic#test_parse_files:test/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533666 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 22) Failure:
TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533669 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 23) Failure:
TestRipper::Generic#test_parse_files:test/fiber [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533672 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 24) Failure:
TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533675 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 25) Failure:
TestRipper::Generic#test_parse_files:test/io [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533678 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 26) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533681 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 27) Failure:
TestRipper::Generic#test_parse_files:test/json [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533684 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 28) Failure:
TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533687 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 29) Failure:
TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533690 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 30) Failure:
TestRipper::Generic#test_parse_files:test/zlib [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533693 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 31) Failure:
TestRipper::Generic#test_parse_files:test/benchmark [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533696 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 32) Failure:
TestRipper::Generic#test_parse_files:test/prism [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533699 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 33) Failure:
TestRipper::Generic#test_parse_files:test/mkmf [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533702 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 34) Failure:
TestRipper::Generic#test_parse_files:test/strscan [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533705 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 35) Failure:
TestRipper::Generic#test_parse_files:test/coverage [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533708 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 36) Failure:
TestRipper::Generic#test_parse_files:test/open-uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533711 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 37) Failure:
TestRipper::Generic#test_parse_files:test [/tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5]:
assert_separately failed with error message
pid 2533714 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 38) Failure:
TestRipper::Generic#test_parse_files:test/fileutils [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533717 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 39) Failure:
TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533720 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 40) Failure:
TestRipper::Generic#test_parse_files:test/win32ole [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533723 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 41) Failure:
TestRipper::Generic#test_parse_files:test/resolv [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533726 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 42) Failure:
TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533729 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 43) Failure:
TestRipper::Generic#test_parse_files:test/set [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533732 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 44) Failure:
TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533735 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 45) Failure:
TestRipper::Generic#test_parse_files:test/dtrace [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533738 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 46) Failure:
TestRipper::Generic#test_parse_files:test/reline [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533741 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 47) Failure:
TestRipper::Generic#test_parse_files:test/digest [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533744 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 48) Failure:
TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533747 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 49) Failure:
TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533750 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 50) Failure:
TestRipper::Generic#test_parse_files:test/openssl [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533753 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 51) Failure:
TestRipper::Generic#test_parse_files:test/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533756 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 52) Failure:
TestRipper::Generic#test_parse_files:test/objspace [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533759 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 53) Failure:
TestRipper::Generic#test_parse_files:test/win32 [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533762 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 54) Failure:
TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:5]:
assert_separately failed with error message
pid 2533765 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 55) Failure:
TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533768 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 56) Failure:
TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533771 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 57) Failure:
TestRipper::Generic#test_parse_files:test/irb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533774 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 58) Failure:
TestRipper::Generic#test_parse_files:test/etc [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533777 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 59) Failure:
TestRipper::Generic#test_parse_files:test/erb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533780 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 60) Failure:
TestRipper::Generic#test_parse_files:sample [/tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5]:
assert_separately failed with error message
pid 2533783 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 61) Failure:
TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533786 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 62) Failure:
TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533789 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 63) Failure:
TestRipper::Generic#test_parse_files:test/pathname [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533792 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 64) Failure:
TestRipper::Generic#test_parse_files:test/lib [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533795 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 65) Failure:
TestRipper::Generic#test_parse_files:test/socket [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533798 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 66) Failure:
TestRipper::Generic#test_parse_files:test/monitor [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533801 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 67) Failure:
TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533804 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 68) Failure:
TestRipper::Generic#test_parse_files:test/stringio [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533807 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 69) Failure:
TestRipper::Generic#test_parse_files:test/ripper [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533810 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 70) Failure:
TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533813 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 71) Failure:
TestRipper::Generic#test_parse_files:test/fiddle [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2533816 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 72) Failure:
TestRipper::Generic#test_parse_files:test/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533819 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 73) Failure:
TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533822 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 74) Failure:
TestRipper::Generic#test_parse_files:test/psych [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2533825 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 75) Failure:
TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2533828 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 76) Failure:
TestNumeric#test_coerced_remainder [/tmp/ruby/src/trunk/test/ruby/test_numeric.rb:398]:
assert_separately failed with error message
pid 2533831 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 77) Failure:
TestProc#test_hash_does_not_change_after_compaction [/tmp/ruby/src/trunk/test/ruby/test_proc.rb:212]:
assert_separately failed with error message
pid 2533841 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 78) Failure:
URI::TestCommon#test_ractor [/tmp/ruby/src/trunk/test/uri/test_common.rb:69]:
assert_separately failed with error message
pid 2533858 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 79) Failure:
TestPack#test_monkey_pack_buffer [/tmp/ruby/src/trunk/test/ruby/test_pack.rb:918]:
assert_separately failed with error message
pid 2533863 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 80) Failure:
TestPack#test_monkey_pack [/tmp/ruby/src/trunk/test/ruby/test_pack.rb:900]:
assert_separately failed with error message
pid 2533866 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 81) Failure:
TestPack#test_pack_resize [/tmp/ruby/src/trunk/test/ruby/test_pack.rb:815]:
assert_separately failed with error message
pid 2533869 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 82) Failure:
TestPack#test_bug_18343 [/tmp/ruby/src/trunk/test/ruby/test_pack.rb:661]:
assert_separately failed with error message
pid 2533872 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 83) Failure:
TestPack#test_pack_unpack_m [/tmp/ruby/src/trunk/test/ruby/test_pack.rb:652]:
assert_separately failed with error message
pid 2533875 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 84) Failure:
TestLogDevice#test_shifting_monthly_dst_change [/tmp/ruby/src/trunk/test/logger/test_logdevice.rb:661]:
assert_separately failed with error message
pid 2533878 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 85) Failure:
TestLogDevice#test_shifting_weekly_dst_change [/tmp/ruby/src/trunk/test/logger/test_logdevice.rb:630]:
assert_separately failed with error message
pid 2533901 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 86) Failure:
TestString#test_eq_tilde_can_be_overridden [/tmp/ruby/src/trunk/test/ruby/test_string.rb:3326]:
assert_separately failed with error message
pid 2534004 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 87) Failure:
TestString#test_fs_setter [/tmp/ruby/src/trunk/test/ruby/test_string.rb:2779]:
assert_separately failed with error message
pid 2534010 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 88) Failure:
Test_Symbol::TestInadvertent#test_gc_attrset [/tmp/ruby/src/trunk/test/-ext-/symbol/test_inadvertent_creation.rb:351]:
assert_separately failed with error message
pid 2534013 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 89) Failure:
TestNameError#test_info_parent_iseq_mark [/tmp/ruby/src/trunk/test/ruby/test_name_error.rb:139]:
assert_separately failed with error message
pid 2534016 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 90) Failure:
TestLastThread#test_last_thread [/tmp/ruby/src/trunk/test/-ext-/gvl/test_last_thread.rb:6]:
assert_separately failed with error message
pid 2534019 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 91) Failure:
TestGCCompact#test_ast_compacts [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:149]:
assert_separately failed with error message
pid 2534023 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 92) Failure:
TestGCCompact#test_moving_objects_between_heaps_keeps_shape_frozen_status [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:430]:
assert_separately failed with error message
pid 2534026 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 93) Failure:
TestGCCompact#test_updating_references_for_embed_shared_arrays [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:212]:
assert_separately failed with error message
pid 2534029 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 94) Failure:
TestGCCompact#test_updating_references_for_embed_frozen_shared_arrays [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:261]:
assert_separately failed with error message
pid 2534032 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 95) Failure:
TestGCCompact#test_moving_arrays_down_heaps [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:289]:
assert_separately failed with error message
pid 2534035 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 96) Failure:
TestGCCompact#test_updating_references_for_heap_allocated_frozen_shared_arrays [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:236]:
assert_separately failed with error message
pid 2534038 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 97) Failure:
TestGCCompact#test_moving_strings_up_heaps [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:367]:
assert_separately failed with error message
pid 2534041 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 98) Failure:
TestGCCompact#test_moving_strings_down_heaps [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:388]:
assert_separately failed with error message
pid 2534044 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


 99) Failure:
TestGCCompact#test_updating_references_for_heap_allocated_shared_arrays [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:188]:
assert_separately failed with error message
pid 2534047 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


100) Failure:
TestGCCompact#test_moving_hashes_down_heaps [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:410]:
assert_separately failed with error message
pid 2534050 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


101) Failure:
TestGCCompact#test_moving_objects_between_heaps [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:335]:
assert_separately failed with error message
pid 2534053 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


102) Failure:
TestGCCompact#test_moving_arrays_up_heaps [/tmp/ruby/src/trunk/test/ruby/test_gc_compact.rb:311]:
assert_separately failed with error message
pid 2534056 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


103) Failure:
TestRand#test_default_seed [/tmp/ruby/src/trunk/test/ruby/test_rand.rb:403]:
assert_separately failed with error message
pid 2534062 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


104) Failure:
TestMkmfFlags#test_try_cppflag_invalid_opt [/tmp/ruby/src/trunk/test/mkmf/test_flags.rb:50]:
assert_separately failed with error message
pid 2534105 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


105) Failure:
TestMkmfFlags#test_try_ldflag_invalid_opt [/tmp/ruby/src/trunk/test/mkmf/test_flags.rb:36]:
assert_separately failed with error message
pid 2534117 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


106) Failure:
TestMkmfFlags#test_try_cflag_invalid_opt [/tmp/ruby/src/trunk/test/mkmf/test_flags.rb:43]:
assert_separately failed with error message
pid 2534129 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


107) Failure:
TestSetTraceFunc#test_lineno_in_optimized_insn [/tmp/ruby/src/trunk/test/ruby/test_settracefunc.rb:2277]:
assert_separately failed with error message
pid 2534194 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


108) Failure:
TestRubyLiteral#test_dsymbol_redefined_intern [/tmp/ruby/src/trunk/test/ruby/test_literal.rb:129]:
assert_separately failed with error message
pid 2534209 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


109) Failure:
TestRubyLiteral#test_hash_literal_frozen [/tmp/ruby/src/trunk/test/ruby/test_literal.rb:301]:
assert_separately failed with error message
pid 2534212 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


110) Failure:
TestRubyLiteral#test_big_hash_literal [/tmp/ruby/src/trunk/test/ruby/test_literal.rb:467]:
assert_separately failed with error message
pid 2534227 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


111) Failure:
TestRipper::Generic#test_parse_files:test/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534232 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


112) Failure:
TestRipper::Generic#test_parse_files:test/logger [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534235 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


113) Failure:
TestRipper::Generic#test_parse_files:test/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534238 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


114) Failure:
TestRipper::Generic#test_parse_files:test/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534241 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


115) Failure:
TestRipper::Generic#test_parse_files:test/net [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534244 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


116) Failure:
TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534247 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


117) Failure:
TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534250 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


118) Failure:
TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5]:
assert_separately failed with error message
pid 2534253 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


119) Failure:
TestRipper::Generic#test_parse_files:test/-ext- [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534256 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


120) Failure:
TestRipper::Generic#test_parse_files:test/ostruct [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534259 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


121) Failure:
TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534262 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


122) Failure:
TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534265 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


123) Failure:
TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534268 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


124) Failure:
TestRipper::Generic#test_parse_files:test/date [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534271 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


125) Failure:
TestRipper::Generic#test_parse_files:test/uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534274 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


126) Failure:
TestRipper::Generic#test_parse_files:test/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534277 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


127) Failure:
TestRipper::Generic#test_parse_files:test/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534280 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


128) Failure:
TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534283 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


129) Failure:
TestRipper::Generic#test_parse_files:test/fiber [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534286 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


130) Failure:
TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534289 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


131) Failure:
TestRipper::Generic#test_parse_files:test/io [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534292 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


132) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534295 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


133) Failure:
TestRipper::Generic#test_parse_files:test/json [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534298 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


134) Failure:
TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534301 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


135) Failure:
TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534304 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


136) Failure:
TestRipper::Generic#test_parse_files:test/zlib [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534307 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


137) Failure:
TestRipper::Generic#test_parse_files:test/benchmark [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534310 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


138) Failure:
TestRipper::Generic#test_parse_files:test/prism [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534313 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


139) Failure:
TestRipper::Generic#test_parse_files:test/mkmf [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534316 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


140) Failure:
TestRipper::Generic#test_parse_files:test/strscan [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534319 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


141) Failure:
TestRipper::Generic#test_parse_files:test/coverage [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534322 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


142) Failure:
TestRipper::Generic#test_parse_files:test/open-uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534325 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


143) Failure:
TestRipper::Generic#test_parse_files:test [/tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5]:
assert_separately failed with error message
pid 2534328 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


144) Failure:
TestRipper::Generic#test_parse_files:test/fileutils [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534331 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


145) Failure:
TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534334 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


146) Failure:
TestRipper::Generic#test_parse_files:test/win32ole [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534337 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


147) Failure:
TestRipper::Generic#test_parse_files:test/resolv [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534340 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


148) Failure:
TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534343 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


149) Failure:
TestRipper::Generic#test_parse_files:test/set [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534346 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


150) Failure:
TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534349 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


151) Failure:
TestRipper::Generic#test_parse_files:test/dtrace [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534352 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


152) Failure:
TestRipper::Generic#test_parse_files:test/reline [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534355 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


153) Failure:
TestRipper::Generic#test_parse_files:test/digest [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534358 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


154) Failure:
TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534361 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


155) Failure:
TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534364 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


156) Failure:
TestRipper::Generic#test_parse_files:test/openssl [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534367 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


157) Failure:
TestRipper::Generic#test_parse_files:test/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534370 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


158) Failure:
TestRipper::Generic#test_parse_files:test/objspace [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534373 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


159) Failure:
TestRipper::Generic#test_parse_files:test/win32 [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534376 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


160) Failure:
TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:5]:
assert_separately failed with error message
pid 2534379 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


161) Failure:
TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534382 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


162) Failure:
TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534385 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


163) Failure:
TestRipper::Generic#test_parse_files:test/irb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534388 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


164) Failure:
TestRipper::Generic#test_parse_files:test/etc [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534391 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


165) Failure:
TestRipper::Generic#test_parse_files:test/erb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534394 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


166) Failure:
TestRipper::Generic#test_parse_files:sample [/tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5]:
assert_separately failed with error message
pid 2534397 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


167) Failure:
TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534400 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


168) Failure:
TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534403 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


169) Failure:
TestRipper::Generic#test_parse_files:test/pathname [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534406 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


170) Failure:
TestRipper::Generic#test_parse_files:test/lib [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534409 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


171) Failure:
TestRipper::Generic#test_parse_files:test/socket [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534412 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


172) Failure:
TestRipper::Generic#test_parse_files:test/monitor [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534415 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


173) Failure:
TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534418 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


174) Failure:
TestRipper::Generic#test_parse_files:test/stringio [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534421 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


175) Failure:
TestRipper::Generic#test_parse_files:test/ripper [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534424 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


176) Failure:
TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534427 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


177) Failure:
TestRipper::Generic#test_parse_files:test/fiddle [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2534430 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


178) Failure:
TestRipper::Generic#test_parse_files:test/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534433 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


179) Failure:
TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534436 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


180) Failure:
TestRipper::Generic#test_parse_files:test/psych [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2534439 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


181) Failure:
TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2534442 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


182) Failure:
TestFiberCurrentRactor#test_ractor_shareable [/tmp/ruby/src/trunk/test/fiber/test_ractor.rb:11]:
assert_separately failed with error message
pid 2534445 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


183) Failure:
TestRubyOptimization#test_hash_aset_with [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:360]:
assert_separately failed with error message
pid 2534449 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


184) Failure:
TestRubyOptimization#test_string_eq_neq [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:274]:
assert_separately failed with error message
pid 2534452 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


185) Failure:
TestRubyOptimization#test_string_freeze_block [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:632]:
assert_separately failed with error message
pid 2534455 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


186) Failure:
TestRubyOptimization#test_array_minus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:314]:
assert_separately failed with error message
pid 2534458 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


187) Failure:
TestRubyOptimization#test_array_empty? [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:328]:
assert_separately failed with error message
pid 2534461 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


188) Failure:
TestRubyOptimization#test_array_max [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:199]:
assert_separately failed with error message
pid 2534464 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


189) Failure:
TestRubyOptimization#test_string_uminus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:186]:
assert_separately failed with error message
pid 2534467 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


190) Failure:
TestRubyOptimization#test_fixnum_or [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:302]:
assert_separately failed with error message
pid 2534472 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


191) Failure:
TestRubyOptimization#test_fixnum_mul [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:49]:
assert_separately failed with error message
pid 2534475 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


192) Failure:
TestRubyOptimization#test_string_empty? [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:152]:
assert_separately failed with error message
pid 2534478 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


193) Failure:
TestRubyOptimization#test_fixnum_div [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:55]:
assert_separately failed with error message
pid 2534481 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


194) Failure:
TestRubyOptimization#test_fixnum_minus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:43]:
assert_separately failed with error message
pid 2534484 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


195) Failure:
TestRubyOptimization#test_peephole_optimization_without_trace [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:950]:
assert_separately failed with error message
pid 2534487 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


196) Failure:
TestRubyOptimization#test_string_freeze [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:180]:
assert_separately failed with error message
pid 2534490 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


197) Failure:
TestRubyOptimization#test_block_parameter_should_not_create_objects [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:935]:
assert_separately failed with error message
pid 2534493 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


198) Failure:
TestRubyOptimization#test_string_size [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:145]:
assert_separately failed with error message
pid 2534496 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


199) Failure:
TestRubyOptimization#test_fixnum_mod [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:61]:
assert_separately failed with error message
pid 2534499 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


200) Failure:
TestRubyOptimization#test_fixnum_le [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:73]:
assert_separately failed with error message
pid 2534502 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


201) Failure:
TestRubyOptimization#test_float_ge [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:133]:
assert_separately failed with error message
pid 2534505 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


202) Failure:
TestRubyOptimization#test_float_plus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:91]:
assert_separately failed with error message
pid 2534508 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


203) Failure:
TestRubyOptimization#test_fixnum_ge [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:85]:
assert_separately failed with error message
pid 2534515 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


204) Failure:
TestRubyOptimization#test_hash_aref_with [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:349]:
assert_separately failed with error message
pid 2534518 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


205) Failure:
TestRubyOptimization#test_string_format [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:173]:
assert_separately failed with error message
pid 2534521 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


206) Failure:
TestRubyOptimization#test_clear_unreachable_keyword_args [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:957]:
assert_separately failed with error message
pid 2534524 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


207) Failure:
TestRubyOptimization#test_float_le [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:121]:
assert_separately failed with error message
pid 2534527 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


208) Failure:
TestRubyOptimization#test_hash_empty? [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:342]:
assert_separately failed with error message
pid 2534530 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


209) Failure:
TestRubyOptimization#test_fixnum_lt [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:67]:
assert_separately failed with error message
pid 2534533 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


210) Failure:
TestRubyOptimization#test_fixnum_and [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:296]:
assert_separately failed with error message
pid 2534536 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


211) Failure:
TestRubyOptimization#test_array_min [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:192]:
assert_separately failed with error message
pid 2534547 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


212) Failure:
TestRubyOptimization#test_hash_length [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:335]:
assert_separately failed with error message
pid 2534550 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


213) Failure:
TestRubyOptimization#test_callinfo_unreachable_path [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:972]:
assert_separately failed with error message
pid 2534553 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


214) Failure:
TestRubyOptimization#test_optimized_empty_ensure [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:1058]:
assert_separately failed with error message
pid 2534556 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


215) Failure:
TestRubyOptimization#test_float_gt [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:127]:
assert_separately failed with error message
pid 2534559 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


216) Failure:
TestRubyOptimization#test_fixnum_gt [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:79]:
assert_separately failed with error message
pid 2534562 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


217) Failure:
TestRubyOptimization#test_opt_case_dispatch [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:679]:
assert_separately failed with error message
pid 2534573 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


218) Failure:
TestRubyOptimization#test_float_minus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:97]:
assert_separately failed with error message
pid 2534580 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


219) Failure:
TestRubyOptimization#test_float_lt [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:115]:
assert_separately failed with error message
pid 2534583 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


220) Failure:
TestRubyOptimization#test_eqq [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:697]:
assert_separately failed with error message
pid 2534586 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


221) Failure:
TestRubyOptimization#test_string_ltlt [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:290]:
assert_separately failed with error message
pid 2534589 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


222) Failure:
TestRubyOptimization#test_float_div [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:109]:
assert_separately failed with error message
pid 2534595 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


223) Failure:
TestRubyOptimization#test_float_mul [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:103]:
assert_separately failed with error message
pid 2534602 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


224) Failure:
TestRubyOptimization#test_string_plus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:161]:
assert_separately failed with error message
pid 2534605 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


225) Failure:
TestRubyOptimization#test_fixnum_plus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:37]:
assert_separately failed with error message
pid 2534608 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


226) Failure:
TestRubyOptimization#test_objtostring [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:1086]:
assert_separately failed with error message
pid 2534611 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


227) Failure:
TestRubyOptimization#test_array_plus [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:308]:
assert_separately failed with error message
pid 2534614 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


228) Failure:
TestRubyOptimization#test_array_length [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:321]:
assert_separately failed with error message
pid 2534617 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


229) Failure:
TestRubyOptimization#test_string_length [/tmp/ruby/src/trunk/test/ruby/test_optimization.rb:139]:
assert_separately failed with error message
pid 2534620 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


230) Failure:
TestWarning#test_warn_called_only_when_category_enabled [/tmp/ruby/src/trunk/test/ruby/test_warning.rb:8]:
assert_separately failed with error message
pid 2534623 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


231) Failure:
TestWait#test_wait_for_invalid_fd [/tmp/ruby/src/trunk/test/-ext-/wait/test_wait.rb:15]:
assert_separately failed with error message
pid 2534626 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


232) Failure:
TestException#test_undefined_backtrace [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:1218]:
assert_separately failed with error message
pid 2534634 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


233) Failure:
TestException#test_blocking_backtrace [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:1250]:
assert_separately failed with error message
pid 2534649 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


234) Failure:
TestException#test_redefined_backtrace [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:1231]:
assert_separately failed with error message
pid 2534652 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


235) Failure:
TestException#test_wrong_backtrace [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:1272]:
assert_separately failed with error message
pid 2534659 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


236) Failure:
TestException#test_exception_in_name_error_to_str [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:597]:
assert_separately failed with error message
pid 2534670 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


237) Failure:
TestException#test_exception_in_exception_equal [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:644]:
assert_separately failed with error message
pid 2534673 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


238) Failure:
TestException#test_super_in_method_missing [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:1409]:
assert_separately failed with error message
pid 2534680 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


239) Failure:
TestException#test_undef_Warning_warn [/tmp/ruby/src/trunk/test/ruby/test_exception.rb:1210]:
assert_separately failed with error message
pid 2534719 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


240) Failure:
TestPathname#test_split [/tmp/ruby/src/trunk/test/pathname/test_pathname.rb:1090]:
assert_separately failed with error message
pid 2534738 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


241) Failure:
TestPathname#test_relative_path_from_casefold [/tmp/ruby/src/trunk/test/pathname/test_pathname.rb:1537]:
assert_separately failed with error message
pid 2534741 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


242) Failure:
TestDigest::TestInitCopy#test_initialize_copy_md5_rmd160 [/tmp/ruby/src/trunk/test/digest/test_digest.rb:210]:
assert_separately failed with error message
pid 2534744 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


243) Failure:
CGIUtilTest#test_cgi_unescapeURIComponent_accept_charset [/tmp/ruby/src/trunk/test/cgi/test_cgi_util.rb:123]:
assert_separately failed with error message
pid 2534747 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


244) Failure:
CGIUtilTest#test_cgi_unescape_accept_charset [/tmp/ruby/src/trunk/test/cgi/test_cgi_util.rb:66]:
assert_separately failed with error message
pid 2534750 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


245) Failure:
TestCoverage#test_coverage_suspendable [/tmp/ruby/src/trunk/test/coverage/test_coverage.rb:862]:
assert_separately failed with error message
pid 2534836 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


246) Failure:
TestTracepointObj#test_teardown_with_active_GC_end_hook [/tmp/ruby/src/trunk/test/-ext-/tracepoint/test_tracepoint.rb:86]:
assert_separately failed with error message
pid 2534923 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


247) Failure:
Complex_Test#test_inspect_to_s_frozen_bug_20337 [/tmp/ruby/src/trunk/test/ruby/test_complex.rb:745]:
assert_separately failed with error message
pid 2534962 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


248) Failure:
TestDigest::TestDigestParen#test_no_lib [/tmp/ruby/src/trunk/test/digest/test_digest.rb:231]:
assert_separately failed with error message
pid 2534965 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


249) Failure:
TestDigest::TestDigestParen#test_race_mixed [/tmp/ruby/src/trunk/test/digest/test_digest.rb:263]:
assert_separately failed with error message
pid 2534968 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


250) Failure:
TestDigest::TestDigestParen#test_no_lib_no_def [/tmp/ruby/src/trunk/test/digest/test_digest.rb:242]:
assert_separately failed with error message
pid 2534972 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


251) Failure:
TestDigest::TestDigestParen#test_race [/tmp/ruby/src/trunk/test/digest/test_digest.rb:250]:
assert_separately failed with error message
pid 2534975 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


252) Failure:
TestDigest::TestDigestParen#test_sha2 [/tmp/ruby/src/trunk/test/digest/test_digest.rb:221]:
assert_separately failed with error message
pid 2534979 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


253) Failure:
TestMethodInlineCache#test_zsuper [/tmp/ruby/src/trunk/test/ruby/test_inlinecache.rb:37]:
assert_separately failed with error message
pid 2534982 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


254) Failure:
TestParse#test_unclosed_unicode_escape_at_eol_bug_19750 [/tmp/ruby/src/trunk/test/ruby/test_parse.rb:1253]:
assert_separately failed with error message
pid 2534989 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


255) Failure:
TestParse#test_shareable_constant_value_unshareable_literal [/tmp/ruby/src/trunk/test/ruby/test_parse.rb:1628]:
assert_separately failed with error message
pid 2534992 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


256) Failure:
TestParse#test_error_def_in_argument [/tmp/ruby/src/trunk/test/ruby/test_parse.rb:1269]:
assert_separately failed with error message
pid 2534995 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


257) Failure:
TestParse#test_assign_in_conditional [/tmp/ruby/src/trunk/test/ruby/test_parse.rb:994]:
assert_separately failed with error message
pid 2534998 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


258) Failure:
Test_TooManyDummyEncodings#test_exceed_encoding_table_size [/tmp/ruby/src/trunk/test/-ext-/string/test_too_many_dummy_encodings.rb:7]:
assert_separately failed with error message
pid 2535002 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


259) Failure:
TestSyntax#test_syntax_test [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:27]:
assert_separately failed with error message
pid 2535081 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


260) Failure:
TestSyntax#test_value_of_def [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1142]:
assert_separately failed with error message
pid 2535308 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


261) Failure:
TestSyntax#test_anonymous_rest_forwarding [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:154]:
assert_separately failed with error message
pid 2535315 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


262) Failure:
TestSyntax#test_cdhash [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:2237]:
assert_separately failed with error message
pid 2535318 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


263) Failure:
TestSyntax#test_syntax_sample [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:25]:
assert_separately failed with error message
pid 2535640 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


264) Failure:
TestSyntax#test_class_module_Object_ancestors [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:2222]:
assert_separately failed with error message
pid 2535643 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


265) Failure:
TestSyntax#test_anonymous_block_forwarding [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:81]:
assert_separately failed with error message
pid 2535646 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


266) Failure:
TestSyntax#test_syntax_ext [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:26]:
assert_separately failed with error message
pid 2535649 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


267) Failure:
TestSyntax#test_keyword_empty_splat [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:382]:
assert_separately failed with error message
pid 2535658 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


268) Failure:
TestSyntax#test_syntax_lib [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:24]:
assert_separately failed with error message
pid 2535679 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


269) Failure:
TestSyntax#test_safe_call_in_for_variable [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:1260]:
assert_separately failed with error message
pid 2535689 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


270) Failure:
TestSyntax#test_anonymous_keyword_rest_forwarding [/tmp/ruby/src/trunk/test/ruby/test_syntax.rb:173]:
assert_separately failed with error message
pid 2535692 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


271) Failure:
TestPostponed_job#test_legacy_register [/tmp/ruby/src/trunk/test/-ext-/postponed_job/test_postponed_job.rb:38]:
assert_separately failed with error message
pid 2535695 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


272) Failure:
TestPostponed_job#test_multiple_preregistration_with_new_data [/tmp/ruby/src/trunk/test/-ext-/postponed_job/test_postponed_job.rb:29]:
assert_separately failed with error message
pid 2535698 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


273) Failure:
TestPostponed_job#test_multiple_preregistration [/tmp/ruby/src/trunk/test/-ext-/postponed_job/test_postponed_job.rb:20]:
assert_separately failed with error message
pid 2535701 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


274) Failure:
TestPostponed_job#test_preregister_and_trigger [/tmp/ruby/src/trunk/test/-ext-/postponed_job/test_postponed_job.rb:7]:
assert_separately failed with error message
pid 2535704 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


275) Failure:
TestPostponed_job#test_legacy_register_one_same [/tmp/ruby/src/trunk/test/-ext-/postponed_job/test_postponed_job.rb:54]:
assert_separately failed with error message
pid 2535707 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


276) Failure:
TestPostponed_job#test_legacy_register_in_c_thread [/tmp/ruby/src/trunk/test/-ext-/postponed_job/test_postponed_job.rb:64]:
assert_separately failed with error message
pid 2535710 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


277) Failure:
TestThreadLockNativeThread#test_lock_native_thread_tls [/tmp/ruby/src/trunk/test/-ext-/thread/test_lock_native_thread.rb:31]:
assert_separately failed with error message
pid 2535714 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


278) Failure:
TestThreadLockNativeThread#test_lock_native_thread [/tmp/ruby/src/trunk/test/-ext-/thread/test_lock_native_thread.rb:18]:
assert_separately failed with error message
pid 2535728 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


279) Failure:
TestObjectSpace#test_each_object_singleton_class [/tmp/ruby/src/trunk/test/ruby/test_objectspace.rb:269]:
assert_separately failed with error message
pid 2535733 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


280) Failure:
TestObjectSpace#test_each_object_no_garbage [/tmp/ruby/src/trunk/test/ruby/test_objectspace.rb:243]:
assert_separately failed with error message
pid 2535755 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


281) Failure:
TestGc#test_latest_gc_info [/tmp/ruby/src/trunk/test/ruby/test_gc.rb:306]:
assert_separately failed with error message
pid 2535792 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


282) Failure:
TestGc#test_expand_heap [/tmp/ruby/src/trunk/test/ruby/test_gc.rb:611]:
assert_separately failed with error message
pid 2535795 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


283) Failure:
TestGc#test_latest_gc_info_weak_references_count [/tmp/ruby/src/trunk/test/ruby/test_gc.rb:367]:
assert_separately failed with error message
pid 2535798 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


284) Failure:
TestGc#test_thrashing_for_young_objects [/tmp/ruby/src/trunk/test/ruby/test_gc.rb:632]:
assert_separately failed with error message
pid 2535801 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


285) Failure:
TestGc#test_measure_total_time [/tmp/ruby/src/trunk/test/ruby/test_gc.rb:287]:
assert_separately failed with error message
pid 2535897 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


286) Failure:
TestGc#test_gc_parameter_init_slots [/tmp/ruby/src/trunk/test/ruby/test_gc.rb:523]:
assert_separately failed with error message
pid 2535911 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


287) Failure:
TestEtc#test_ractor [/tmp/ruby/src/trunk/test/etc/test_etc.rb:180]:
assert_separately failed with error message
pid 2535914 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


288) Failure:
TestRipper::Ripper#test_new [/tmp/ruby/src/trunk/test/ripper/test_ripper.rb:18]:
assert_separately failed with error message
pid 2535919 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


289) Failure:
TestRipper::Ripper#test_regexp_enc_error [/tmp/ruby/src/trunk/test/ripper/test_ripper.rb:107]:
assert_separately failed with error message
pid 2535922 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


290) Failure:
TestRipper::Ripper::TestInput#test_new [/tmp/ruby/src/trunk/test/ripper/test_ripper.rb:18]:
assert_separately failed with error message
pid 2535925 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


291) Failure:
TestRipper::Ripper::TestInput#test_regexp_enc_error [/tmp/ruby/src/trunk/test/ripper/test_ripper.rb:107]:
assert_separately failed with error message
pid 2535928 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


292) Failure:
Test_String_Fstring#test_rb_enc_interned_str_autoloaded_encoding [/tmp/ruby/src/trunk/test/-ext-/string/test_fstring.rb:16]:
assert_separately failed with error message
pid 2535931 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


293) Failure:
Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding [/tmp/ruby/src/trunk/test/-ext-/string/test_fstring.rb:28]:
assert_separately failed with error message
pid 2535934 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


294) Failure:
TestEnumerator#test_with_index_dangling_memo [/tmp/ruby/src/trunk/test/ruby/test_enumerator.rb:163]:
assert_separately failed with error message
pid 2535937 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


295) Failure:
TestSystem#test_system_closed [/tmp/ruby/src/trunk/test/ruby/test_system.rb:150]:
assert_separately failed with error message
pid 2535941 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


296) Failure:
TestRipper::Generic#test_parse_files:test/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2535980 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


297) Failure:
TestRipper::Generic#test_parse_files:test/logger [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2535983 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


298) Failure:
TestRipper::Generic#test_parse_files:test/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2535986 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


299) Failure:
TestRipper::Generic#test_parse_files:test/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2535989 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


300) Failure:
TestRipper::Generic#test_parse_files:test/net [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2535992 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


301) Failure:
TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2535995 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


302) Failure:
TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2535998 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


303) Failure:
TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5]:
assert_separately failed with error message
pid 2536001 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


304) Failure:
TestRipper::Generic#test_parse_files:test/-ext- [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536004 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


305) Failure:
TestRipper::Generic#test_parse_files:test/ostruct [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536007 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


306) Failure:
TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536010 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


307) Failure:
TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536013 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


308) Failure:
TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536016 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


309) Failure:
TestRipper::Generic#test_parse_files:test/date [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536019 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


310) Failure:
TestRipper::Generic#test_parse_files:test/uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536022 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


311) Failure:
TestRipper::Generic#test_parse_files:test/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536025 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


312) Failure:
TestRipper::Generic#test_parse_files:test/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536028 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


313) Failure:
TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536031 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


314) Failure:
TestRipper::Generic#test_parse_files:test/fiber [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536034 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


315) Failure:
TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536037 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


316) Failure:
TestRipper::Generic#test_parse_files:test/io [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536040 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


317) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536043 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


318) Failure:
TestRipper::Generic#test_parse_files:test/json [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536046 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


319) Failure:
TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536049 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


320) Failure:
TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536052 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


321) Failure:
TestRipper::Generic#test_parse_files:test/zlib [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536055 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


322) Failure:
TestRipper::Generic#test_parse_files:test/benchmark [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536058 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


323) Failure:
TestRipper::Generic#test_parse_files:test/prism [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536061 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


324) Failure:
TestRipper::Generic#test_parse_files:test/mkmf [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536064 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


325) Failure:
TestRipper::Generic#test_parse_files:test/strscan [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536067 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


326) Failure:
TestRipper::Generic#test_parse_files:test/coverage [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536070 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


327) Failure:
TestRipper::Generic#test_parse_files:test/open-uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536073 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


328) Failure:
TestRipper::Generic#test_parse_files:test [/tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5]:
assert_separately failed with error message
pid 2536076 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


329) Failure:
TestRipper::Generic#test_parse_files:test/fileutils [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536079 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


330) Failure:
TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536082 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


331) Failure:
TestRipper::Generic#test_parse_files:test/win32ole [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536085 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


332) Failure:
TestRipper::Generic#test_parse_files:test/resolv [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536088 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


333) Failure:
TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536091 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


334) Failure:
TestRipper::Generic#test_parse_files:test/set [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536094 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


335) Failure:
TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536097 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


336) Failure:
TestRipper::Generic#test_parse_files:test/dtrace [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536100 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


337) Failure:
TestRipper::Generic#test_parse_files:test/reline [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536103 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


338) Failure:
TestRipper::Generic#test_parse_files:test/digest [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536106 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


339) Failure:
TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536109 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


340) Failure:
TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536112 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


341) Failure:
TestRipper::Generic#test_parse_files:test/openssl [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536115 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


342) Failure:
TestRipper::Generic#test_parse_files:test/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536118 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


343) Failure:
TestRipper::Generic#test_parse_files:test/objspace [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536121 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


344) Failure:
TestRipper::Generic#test_parse_files:test/win32 [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536124 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


345) Failure:
TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:5]:
assert_separately failed with error message
pid 2536127 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


346) Failure:
TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536130 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


347) Failure:
TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536133 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


348) Failure:
TestRipper::Generic#test_parse_files:test/irb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536136 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


349) Failure:
TestRipper::Generic#test_parse_files:test/etc [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536139 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


350) Failure:
TestRipper::Generic#test_parse_files:test/erb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536142 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


351) Failure:
TestRipper::Generic#test_parse_files:sample [/tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5]:
assert_separately failed with error message
pid 2536145 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


352) Failure:
TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536148 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


353) Failure:
TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536151 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


354) Failure:
TestRipper::Generic#test_parse_files:test/pathname [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536154 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


355) Failure:
TestRipper::Generic#test_parse_files:test/lib [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536157 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


356) Failure:
TestRipper::Generic#test_parse_files:test/socket [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536160 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


357) Failure:
TestRipper::Generic#test_parse_files:test/monitor [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536163 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


358) Failure:
TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536166 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


359) Failure:
TestRipper::Generic#test_parse_files:test/stringio [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536169 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


360) Failure:
TestRipper::Generic#test_parse_files:test/ripper [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536172 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


361) Failure:
TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536175 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


362) Failure:
TestRipper::Generic#test_parse_files:test/fiddle [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2536178 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


363) Failure:
TestRipper::Generic#test_parse_files:test/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536181 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


364) Failure:
TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536184 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


365) Failure:
TestRipper::Generic#test_parse_files:test/psych [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2536187 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


366) Failure:
TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2536190 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


367) Failure:
TestClone#test_user_flags [/tmp/ruby/src/trunk/test/ruby/test_clone.rb:84]:
assert_separately failed with error message
pid 2536193 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


368) Failure:
TestWeakMap#test_compaction [/tmp/ruby/src/trunk/test/ruby/test_weakmap.rb:206]:
assert_separately failed with error message
pid 2536196 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


369) Failure:
Bug::Test_ExceptionAT#test_exception_at_throwing [/tmp/ruby/src/trunk/test/-ext-/exception/test_exception_at_throwing.rb:7]:
assert_separately failed with error message
pid 2536202 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


370) Failure:
TestHashOnly#test_any_hash_fixable [/tmp/ruby/src/trunk/test/ruby/test_hash.rb:2338]:
assert_separately failed with error message
pid 2536205 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


371) Failure:
TestHashOnly#test_AREF_fstring_key_default_proc [/tmp/ruby/src/trunk/test/ruby/test_hash.rb:1995]:
assert_separately failed with error message
pid 2536244 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


372) Failure:
TestIseqLoad#test_stressful_roundtrip [/tmp/ruby/src/trunk/test/-ext-/iseq_load/test_iseq_load.rb:20]:
assert_separately failed with error message
pid 2536382 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


373) Failure:
TestISeq#test_iseq_builtin_load [/tmp/ruby/src/trunk/test/ruby/test_iseq.rb:769]:
assert_separately failed with error message
pid 2536403 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


374) Failure:
TestISeq#test_mandatory_only [/tmp/ruby/src/trunk/test/ruby/test_iseq.rb:788]:
assert_separately failed with error message
pid 2536424 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


375) Failure:
TestISeq#test_translate_by_object [/tmp/ruby/src/trunk/test/ruby/test_iseq.rb:407]:
assert_separately failed with error message
pid 2536427 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


376) Failure:
TestClass#test_redefinition_mismatch [/tmp/ruby/src/trunk/test/ruby/test_class.rb:722]:
assert_separately failed with error message
pid 2536437 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


377) Failure:
TestClass#test_superclass_of_basicobject [/tmp/ruby/src/trunk/test/ruby/test_class.rb:100]:
assert_separately failed with error message
pid 2536440 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


378) Failure:
TestObjSpaceRactor#test_tracing_does_not_crash [/tmp/ruby/src/trunk/test/objspace/test_ractor.rb:5]:
assert_separately failed with error message
pid 2536453 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


379) Failure:
TestArgf#test_wrong_type [/tmp/ruby/src/trunk/test/ruby/test_argf.rb:1097]:
assert_separately failed with error message
pid 2536494 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


380) Failure:
TestPopenDeadlock#test_popen_without_deadlock_0 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536630 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


381) Failure:
TestPopenDeadlock#test_popen_without_deadlock_2 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536635 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


382) Failure:
TestPopenDeadlock#test_popen_without_deadlock_4 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536640 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


383) Failure:
TestPopenDeadlock#test_popen_without_deadlock_6 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536645 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


384) Failure:
TestPopenDeadlock#test_popen_without_deadlock_8 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536650 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


385) Failure:
TestPopenDeadlock#test_popen_without_deadlock_7 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536655 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


386) Failure:
TestPopenDeadlock#test_popen_without_deadlock_5 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536660 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


387) Failure:
TestPopenDeadlock#test_popen_without_deadlock_3 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536665 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


388) Failure:
TestPopenDeadlock#test_popen_without_deadlock_1 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536670 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


389) Failure:
TestPopenDeadlock#test_popen_without_deadlock_9 [/tmp/ruby/src/trunk/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]:
assert_separately failed with error message
pid 2536675 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


390) Failure:
TestTimeExtension#test_rfc2822_ractor [/tmp/ruby/src/trunk/test/test_time.rb:76]:
assert_separately failed with error message
pid 2536683 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


391) Failure:
TestIO_M17N#test_bom_too_long_utfname [/tmp/ruby/src/trunk/test/ruby/test_io_m17n.rb:2251]:
assert_separately failed with error message
pid 2536730 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


392) Failure:
TestMethod#test_argument_error_location [/tmp/ruby/src/trunk/test/ruby/test_method.rb:1520]:
assert_separately failed with error message
pid 2536875 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


393) Failure:
TestMethod#test_override_optimized_method_on_class_using_prepend [/tmp/ruby/src/trunk/test/ruby/test_method.rb:1547]:
assert_separately failed with error message
pid 2536878 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


394) Failure:
TestMethod#test_hash_does_not_change_after_compaction [/tmp/ruby/src/trunk/test/ruby/test_method.rb:216]:
assert_separately failed with error message
pid 2536884 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


395) Failure:
TestMethod#test_zsuper_private_override_instance_method [/tmp/ruby/src/trunk/test/ruby/test_method.rb:1526]:
assert_separately failed with error message
pid 2536887 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


396) Failure:
Prism::TestCompilePrism#test_ConstantPathTargetNode [/tmp/ruby/src/trunk/test/ruby/test_compile_prism.rb:447]:
assert_separately failed with error message
pid 2536907 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


397) Failure:
Prism::TestCompilePrism#test_ScopeNode [/tmp/ruby/src/trunk/test/ruby/test_compile_prism.rb:2570]:
assert_separately failed with error message
pid 2536910 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


398) Failure:
TestMkmfConfiguration#test_verbose_with_arg [/tmp/ruby/src/trunk/test/mkmf/test_configuration.rb:28]:
assert_separately failed with error message
pid 2536913 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


399) Failure:
Test_ArithSeq#test_extract_with_range [/tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:21]:
assert_separately failed with error message
pid 2536916 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


400) Failure:
Test_ArithSeq#test_extract_with_others [/tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:33]:
assert_separately failed with error message
pid 2536919 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


401) Failure:
Test_ArithSeq#test_extract_with_arith_seq [/tmp/ruby/src/trunk/test/-ext-/arith_seq/test_arith_seq_extract.rb:6]:
assert_separately failed with error message
pid 2536922 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


402) Failure:
TestRubyYieldGen#test_block_cached_argc [/tmp/ruby/src/trunk/test/ruby/test_yield.rb:404]:
assert_separately failed with error message
pid 2536925 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


403) Failure:
TestAutoload#test_autoload_private_constant_before_autoload [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:333]:
assert_separately failed with error message
pid 2536944 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


404) Failure:
TestAutoload#test_autoload_same_file [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:419]:
assert_separately failed with error message
pid 2536957 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


405) Failure:
TestAutoload#test_autoload_deprecate_constant_before_autoload [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:363]:
assert_separately failed with error message
pid 2536962 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


406) Failure:
TestAutoload#test_source_location [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:460]:
assert_separately failed with error message
pid 2536965 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


407) Failure:
TestAutoload#test_autoload_deprecate_constant [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:314]:
assert_separately failed with error message
pid 2536968 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


408) Failure:
TestAutoload#test_source_location_after_require [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:476]:
assert_separately failed with error message
pid 2536971 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


409) Failure:
TestAutoload#test_autoload_parallel_race [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:563]:
assert_separately failed with error message
pid 2536994 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


410) Failure:
TestAutoload#test_autoload_after_failed_and_removed_from_loaded_features [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:506]:
assert_separately failed with error message
pid 2538997 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


411) Failure:
TestAutoload#test_autoload_private_constant [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:294]:
assert_separately failed with error message
pid 2539000 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


412) Failure:
TestAutoload#test_autoload_parent_namespace [/tmp/ruby/src/trunk/test/ruby/test_autoload.rb:592]:
assert_separately failed with error message
pid 2539003 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


413) Failure:
TestABI#test_enable_abi_check_using_environment_variable [/tmp/ruby/src/trunk/test/-ext-/test_abi.rb:27]:
assert_separately failed with error message
pid 2539006 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


414) Failure:
TestABI#test_disable_abi_check_using_environment_variable [/tmp/ruby/src/trunk/test/-ext-/test_abi.rb:19]:
assert_separately failed with error message
pid 2539009 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


415) Failure:
TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby [/tmp/ruby/src/trunk/test/-ext-/test_abi.rb:9]:
assert_separately failed with error message
pid 2539012 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


416) Failure:
TestIterator#test_yield_at_toplevel [/tmp/ruby/src/trunk/test/ruby/test_iterator.rb:16]:
assert_separately failed with error message
pid 2539015 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


417) Failure:
OpenSSL::TestProvider#test_unloaded_openssl_provider [/tmp/ruby/src/trunk/test/openssl/test_provider.rb:77]:
assert_separately failed with error message
pid 2539018 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


418) Failure:
OpenSSL::TestProvider#test_openssl_provider_names [/tmp/ruby/src/trunk/test/openssl/test_provider.rb:77]:
assert_separately failed with error message
pid 2539021 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


419) Failure:
OpenSSL::TestProvider#test_openssl_provider_name_inspect [/tmp/ruby/src/trunk/test/openssl/test_provider.rb:77]:
assert_separately failed with error message
pid 2539024 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


420) Failure:
OpenSSL::TestProvider#test_openssl_legacy_provider [/tmp/ruby/src/trunk/test/openssl/test_provider.rb:77]:
assert_separately failed with error message
pid 2539027 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


421) Failure:
TestModule#test_refine_module_then_include [/tmp/ruby/src/trunk/test/ruby/test_module.rb:626]:
assert_separately failed with error message
pid 2539038 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


422) Failure:
TestModule#test_private_top_methods [/tmp/ruby/src/trunk/test/ruby/test_module.rb:2982]:
assert_separately failed with error message
pid 2539053 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


423) Failure:
TestModule#test_include_toplevel [/tmp/ruby/src/trunk/test/ruby/test_module.rb:526]:
assert_separately failed with error message
pid 2539056 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


424) Failure:
TestModule#test_inspect_segfault [/tmp/ruby/src/trunk/test/ruby/test_module.rb:3141]:
assert_separately failed with error message
pid 2539059 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


425) Failure:
TestModule#test_redefinition_mismatch [/tmp/ruby/src/trunk/test/ruby/test_module.rb:3213]:
assert_separately failed with error message
pid 2539078 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


426) Failure:
TestModule#test_prepend_gc [/tmp/ruby/src/trunk/test/ruby/test_module.rb:3069]:
assert_separately failed with error message
pid 2539099 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


427) Failure:
TestModule#test_prepend_call_super [/tmp/ruby/src/trunk/test/ruby/test_module.rb:2760]:
assert_separately failed with error message
pid 2539122 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


428) Failure:
TestModule#test_prepend_visibility_inherited [/tmp/ruby/src/trunk/test/ruby/test_module.rb:2632]:
assert_separately failed with error message
pid 2539125 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


429) Failure:
TestModule#test_gc_prepend_chain [/tmp/ruby/src/trunk/test/ruby/test_module.rb:604]:
assert_separately failed with error message
pid 2539128 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


430) Failure:
TestModule#test_private_extended_module [/tmp/ruby/src/trunk/test/ruby/test_module.rb:3222]:
assert_separately failed with error message
pid 2539131 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


431) Failure:
TestModule#test_prepend_optmethod [/tmp/ruby/src/trunk/test/ruby/test_module.rb:2441]:
assert_separately failed with error message
pid 2539134 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


432) Failure:
TestRipper::Generic#test_parse_files:test/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539137 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


433) Failure:
TestRipper::Generic#test_parse_files:test/logger [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539140 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


434) Failure:
TestRipper::Generic#test_parse_files:test/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539143 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


435) Failure:
TestRipper::Generic#test_parse_files:test/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539146 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


436) Failure:
TestRipper::Generic#test_parse_files:test/net [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539149 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


437) Failure:
TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539152 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


438) Failure:
TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539155 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


439) Failure:
TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5]:
assert_separately failed with error message
pid 2539158 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


440) Failure:
TestRipper::Generic#test_parse_files:test/-ext- [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539161 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


441) Failure:
TestRipper::Generic#test_parse_files:test/ostruct [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539164 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


442) Failure:
TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539167 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


443) Failure:
TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539170 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


444) Failure:
TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539173 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


445) Failure:
TestRipper::Generic#test_parse_files:test/date [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539176 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


446) Failure:
TestRipper::Generic#test_parse_files:test/uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539179 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


447) Failure:
TestRipper::Generic#test_parse_files:test/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539182 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


448) Failure:
TestRipper::Generic#test_parse_files:test/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539185 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


449) Failure:
TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539188 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


450) Failure:
TestRipper::Generic#test_parse_files:test/fiber [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539191 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


451) Failure:
TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539194 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


452) Failure:
TestRipper::Generic#test_parse_files:test/io [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539197 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


453) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539200 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


454) Failure:
TestRipper::Generic#test_parse_files:test/json [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539203 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


455) Failure:
TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539206 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


456) Failure:
TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539209 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


457) Failure:
TestRipper::Generic#test_parse_files:test/zlib [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539212 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


458) Failure:
TestRipper::Generic#test_parse_files:test/benchmark [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539215 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


459) Failure:
TestRipper::Generic#test_parse_files:test/prism [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539218 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


460) Failure:
TestRipper::Generic#test_parse_files:test/mkmf [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539221 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


461) Failure:
TestRipper::Generic#test_parse_files:test/strscan [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539224 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


462) Failure:
TestRipper::Generic#test_parse_files:test/coverage [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539227 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


463) Failure:
TestRipper::Generic#test_parse_files:test/open-uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539230 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


464) Failure:
TestRipper::Generic#test_parse_files:test [/tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5]:
assert_separately failed with error message
pid 2539233 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


465) Failure:
TestRipper::Generic#test_parse_files:test/fileutils [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539236 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


466) Failure:
TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539239 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


467) Failure:
TestRipper::Generic#test_parse_files:test/win32ole [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539242 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


468) Failure:
TestRipper::Generic#test_parse_files:test/resolv [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539245 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


469) Failure:
TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539248 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


470) Failure:
TestRipper::Generic#test_parse_files:test/set [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539251 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


471) Failure:
TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539254 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


472) Failure:
TestRipper::Generic#test_parse_files:test/dtrace [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539257 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


473) Failure:
TestRipper::Generic#test_parse_files:test/reline [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539260 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


474) Failure:
TestRipper::Generic#test_parse_files:test/digest [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539263 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


475) Failure:
TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539266 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


476) Failure:
TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539269 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


477) Failure:
TestRipper::Generic#test_parse_files:test/openssl [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539272 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


478) Failure:
TestRipper::Generic#test_parse_files:test/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539275 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


479) Failure:
TestRipper::Generic#test_parse_files:test/objspace [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539278 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


480) Failure:
TestRipper::Generic#test_parse_files:test/win32 [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539281 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


481) Failure:
TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:5]:
assert_separately failed with error message
pid 2539284 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


482) Failure:
TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539287 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


483) Failure:
TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539290 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


484) Failure:
TestRipper::Generic#test_parse_files:test/irb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539293 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


485) Failure:
TestRipper::Generic#test_parse_files:test/etc [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539296 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


486) Failure:
TestRipper::Generic#test_parse_files:test/erb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539299 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


487) Failure:
TestRipper::Generic#test_parse_files:sample [/tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5]:
assert_separately failed with error message
pid 2539302 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


488) Failure:
TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539305 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


489) Failure:
TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539308 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


490) Failure:
TestRipper::Generic#test_parse_files:test/pathname [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539311 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


491) Failure:
TestRipper::Generic#test_parse_files:test/lib [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539314 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


492) Failure:
TestRipper::Generic#test_parse_files:test/socket [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539317 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


493) Failure:
TestRipper::Generic#test_parse_files:test/monitor [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539320 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


494) Failure:
TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539323 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


495) Failure:
TestRipper::Generic#test_parse_files:test/stringio [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539326 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


496) Failure:
TestRipper::Generic#test_parse_files:test/ripper [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539329 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


497) Failure:
TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539332 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


498) Failure:
TestRipper::Generic#test_parse_files:test/fiddle [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2539335 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


499) Failure:
TestRipper::Generic#test_parse_files:test/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539338 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


500) Failure:
TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539341 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


501) Failure:
TestRipper::Generic#test_parse_files:test/psych [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2539344 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


502) Failure:
TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2539347 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


503) Failure:
TestDir_M17N#test_filename_utf8_raw_windows_1251_name [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:223]:
assert_separately failed with error message
pid 2539350 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


504) Failure:
TestDir_M17N#test_filename_utf8_raw_windows_1252_name [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:227]:
assert_separately failed with error message
pid 2539353 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


505) Failure:
TestDir_M17N#test_filename_utf8_raw_jp_name [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:219]:
assert_separately failed with error message
pid 2539356 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


506) Failure:
TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:140]:
assert_separately failed with error message
pid 2539359 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


507) Failure:
TestDir_M17N#test_filename_euc_jp [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:191]:
assert_separately failed with error message
pid 2539362 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


508) Failure:
TestDir_M17N#test_filename_extutf8_inteucjp_representable [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:116]:
assert_separately failed with error message
pid 2539365 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


509) Failure:
TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8 [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:233]:
assert_separately failed with error message
pid 2539368 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


510) Failure:
TestDir_M17N#test_filename_bytes_euc_jp [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:174]:
assert_separately failed with error message
pid 2539371 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


511) Failure:
TestDir_M17N#test_filename_extutf8 [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:43]:
assert_separately failed with error message
pid 2539374 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


512) Failure:
TestDir_M17N#test_filename_as_bytes_extutf8 [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:79]:
assert_separately failed with error message
pid 2539377 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


513) Failure:
TestDir_M17N#test_filename_extutf8_invalid [/tmp/ruby/src/trunk/test/ruby/test_dir_m17n.rb:58]:
assert_separately failed with error message
pid 2539380 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


514) Failure:
TestAllocation::Literal#test_hash_literal [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539383 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


515) Failure:
TestAllocation::Literal#test_array_literal [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539386 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


516) Failure:
TestSignal#test_hup_me [/tmp/ruby/src/trunk/test/ruby/test_signal.rb:268]:
assert_separately failed with error message
pid 2539389 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


517) Failure:
TestSignal#test_ignored_interrupt [/tmp/ruby/src/trunk/test/ruby/test_signal.rb:284]:
assert_separately failed with error message
pid 2539412 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


518) Failure:
TestSignal#test_sigwait_fd_unused [/tmp/ruby/src/trunk/test/ruby/test_signal.rb:336]:
assert_separately failed with error message
pid 2539435 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


519) Failure:
TestSignal#test_trap_system_default [/tmp/ruby/src/trunk/test/ruby/test_signal.rb:197]:
assert_separately failed with error message
pid 2539459 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


520) Failure:
TestThreadInstrumentation#test_sleeping_inside_ractor [/tmp/ruby/src/trunk/test/-ext-/thread/test_instrumentation_api.rb:164]:
assert_separately failed with error message
pid 2539466 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


521) Failure:
TestThreadInstrumentation#test_blocking_on_ractor [/tmp/ruby/src/trunk/test/-ext-/thread/test_instrumentation_api.rb:137]:
assert_separately failed with error message
pid 2539473 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


522) Failure:
TestArray#test_permutation_stack_error [/tmp/ruby/src/trunk/test/ruby/test_array.rb:2488]:
assert_separately failed with error message
pid 2539490 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


523) Failure:
TestArray#test_repeated_permutation_stack_error [/tmp/ruby/src/trunk/test/ruby/test_array.rb:2530]:
assert_separately failed with error message
pid 2539496 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


524) Failure:
TestArray#test_repeated_combination_stack_error [/tmp/ruby/src/trunk/test/ruby/test_array.rb:2576]:
assert_separately failed with error message
pid 2539507 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


525) Failure:
TestArray#test_sort_with_replace [/tmp/ruby/src/trunk/test/ruby/test_array.rb:1877]:
assert_separately failed with error message
pid 2539514 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


526) Failure:
Test_Integer#test_positive_pow [/tmp/ruby/src/trunk/test/-ext-/integer/test_integer.rb:17]:
assert_separately failed with error message
pid 2539517 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


527) Failure:
TestAllocation::MethodCall#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539520 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


528) Failure:
TestAllocation::MethodCall#test_positional_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539523 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


529) Failure:
TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539526 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


530) Failure:
TestAllocation::MethodCall#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539529 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


531) Failure:
TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539532 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


532) Failure:
TestAllocation::MethodCall#test_nested_argument_forwarding [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539535 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


533) Failure:
TestAllocation::MethodCall#test_ruby2_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539538 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


534) Failure:
TestAllocation::MethodCall#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539541 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


535) Failure:
TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539544 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


536) Failure:
TestAllocation::MethodCall#test_optional_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539547 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


537) Failure:
TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539550 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


538) Failure:
TestAllocation::MethodCall#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539553 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


539) Failure:
TestAllocation::MethodCall#test_argument_forwarding [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539556 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


540) Failure:
TestAllocation::MethodCall#test_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539559 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


541) Failure:
TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539562 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


542) Failure:
TestAllocation::MethodCall#test_required_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539565 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


543) Failure:
TestAllocation::MethodCall#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539568 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


544) Failure:
TestAllocation::MethodCall#test_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539571 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


545) Failure:
TestAllocation::MethodCall#test_no_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2539574 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


546) Failure:
TestFloat#test_aliased_quo_recursion [/tmp/ruby/src/trunk/test/ruby/test_float.rb:1030]:
assert_separately failed with error message
pid 2539577 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


547) Failure:
TestFloat#test_long_string [/tmp/ruby/src/trunk/test/ruby/test_float.rb:981]:
assert_separately failed with error message
pid 2539580 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


548) Failure:
TestRefinement#test_symbol_proc_with_block [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1858]:
assert_separately failed with error message
pid 2539587 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


549) Failure:
TestRefinement#test_refined_protected_methods [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1210]:
assert_separately failed with error message
pid 2539593 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


550) Failure:
TestRefinement#test_inlinecache [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:2653]:
assert_separately failed with error message
pid 2539599 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


551) Failure:
TestRefinement#test_alias_refined_method [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1287]:
assert_separately failed with error message
pid 2539614 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


552) Failure:
TestRefinement#test_change_refined_new_method_visibility [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1273]:
assert_separately failed with error message
pid 2539632 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


553) Failure:
TestRefinement#test_undefined_refined_method_defined [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1372]:
assert_separately failed with error message
pid 2539635 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


554) Failure:
TestRefinement#test_using_wrong_argument [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:2052]:
assert_separately failed with error message
pid 2539646 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


555) Failure:
TestRefinement#test_remove_refined_method [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1405]:
assert_separately failed with error message
pid 2539649 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


556) Failure:
TestRefinement#test_public_in_refine [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1922]:
assert_separately failed with error message
pid 2539656 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


557) Failure:
TestRefinement#test_singleton_method_should_not_use_refinements [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1312]:
assert_separately failed with error message
pid 2539659 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


558) Failure:
TestRefinement#test_refine_basic_object [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1245]:
assert_separately failed with error message
pid 2539662 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


559) Failure:
TestRefinement#test_refine_after_using [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1039]:
assert_separately failed with error message
pid 2539665 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


560) Failure:
TestRefinement#test_refined_method_defined [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1330]:
assert_separately failed with error message
pid 2539668 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


561) Failure:
TestRefinement#test_remove_undefined_refined_method [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1433]:
assert_separately failed with error message
pid 2539671 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


562) Failure:
TestRefinement#test_reopen_refinement_module [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1596]:
assert_separately failed with error message
pid 2539674 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


563) Failure:
TestRefinement#test_refine_with_prepend [/tmp/ruby/src/trunk/test/ruby/test_refinement.rb:1908]:
assert_separately failed with error message
pid 2539677 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


564) Failure:
TestIO#test_race_gets_and_close [/tmp/ruby/src/trunk/test/ruby/test_io.rb:4023]:
assert_separately failed with error message
pid 2539740 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


565) Failure:
TestIO#test_set_stdout [/tmp/ruby/src/trunk/test/ruby/test_io.rb:2963]:
assert_separately failed with error message
pid 2539868 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


566) Failure:
TestIO#test_dup_many [/tmp/ruby/src/trunk/test/ruby/test_io.rb:1475]:
assert_separately failed with error message
pid 2539871 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


567) Failure:
TestIO#test_race_closed_stream [/tmp/ruby/src/trunk/test/ruby/test_io.rb:4055]:
assert_separately failed with error message
pid 2541713 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


568) Failure:
TestIO#test_open_fifo_does_not_block_other_threads [/tmp/ruby/src/trunk/test/ruby/test_io.rb:3938]:
assert_separately failed with error message
pid 2541717 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


569) Failure:
TestIO#test_set_lineno [/tmp/ruby/src/trunk/test/ruby/test_io.rb:1894]:
assert_separately failed with error message
pid 2541798 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


570) Failure:
TestIO#test_cross_thread_close_stdio [/tmp/ruby/src/trunk/test/ruby/test_io.rb:3359]:
assert_separately failed with error message
pid 2541807 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


571) Failure:
TestIO#test_DATA_binmode [/tmp/ruby/src/trunk/test/ruby/test_io.rb:3083]:
assert_separately failed with error message
pid 2541824 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


572) Failure:
TestIO#test_write_epipe_nosync [/tmp/ruby/src/trunk/test/ruby/test_io.rb:1793]:
assert_separately failed with error message
pid 2541833 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


573) Failure:
TestIO#test_closed_stream_in_rescue [/tmp/ruby/src/trunk/test/ruby/test_io.rb:4151]:
assert_separately failed with error message
pid 2541951 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


574) Failure:
TestObjSpace#test_load_allocation_path_compile_file [/tmp/ruby/src/trunk/test/objspace/test_objspace.rb:868]:
assert_separately failed with error message
pid 2542052 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


575) Failure:
TestObjSpace#test_reachable_objects_during_iteration [/tmp/ruby/src/trunk/test/objspace/test_objspace.rb:146]:
assert_separately failed with error message
pid 2542059 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


576) Failure:
TestObjSpace#test_reachable_objects_size [/tmp/ruby/src/trunk/test/objspace/test_objspace.rb:169]:
assert_separately failed with error message
pid 2542070 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


577) Failure:
TestObjSpace#test_reachable_objects_from [/tmp/ruby/src/trunk/test/objspace/test_objspace.rb:117]:
assert_separately failed with error message
pid 2542073 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


578) Failure:
TestObjSpace#test_trace_object_allocations_stop_first [/tmp/ruby/src/trunk/test/objspace/test_objspace.rb:182]:
assert_separately failed with error message
pid 2542080 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


579) Failure:
TestObjSpace#test_count_symbols [/tmp/ruby/src/trunk/test/objspace/test_objspace.rb:809]:
assert_separately failed with error message
pid 2542104 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


580) Failure:
TestObjSpace#test_load_allocation_path_load [/tmp/ruby/src/trunk/test/objspace/test_objspace.rb:868]:
assert_separately failed with error message
pid 2542107 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


581) Failure:
TestRequire#test_loading_fifo_threading_success [/tmp/ruby/src/trunk/test/ruby/test_require.rb:869]:
assert_separately failed with error message
pid 2542131 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


582) Failure:
TestRequire#test_define_module_under [/tmp/ruby/src/trunk/test/ruby/test_require.rb:332]:
assert_separately failed with error message
pid 2542135 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


583) Failure:
TestRequire#test_load_wrap_nil [/tmp/ruby/src/trunk/test/ruby/test_require.rb:431]:
assert_separately failed with error message
pid 2542144 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


584) Failure:
TestRequire#test_load_error_path [/tmp/ruby/src/trunk/test/ruby/test_require.rb:20]:
assert_separately failed with error message
pid 2542147 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


585) Failure:
TestRequire#test_require_in_wrapped_load [/tmp/ruby/src/trunk/test/ruby/test_require.rb:364]:
assert_separately failed with error message
pid 2542150 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


586) Failure:
TestRequire#test_loading_fifo_fd_leak [/tmp/ruby/src/trunk/test/ruby/test_require.rb:896]:
assert_separately failed with error message
pid 2542167 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


587) Failure:
TestRequire#test_require_too_long_filename [/tmp/ruby/src/trunk/test/ruby/test_require.rb:48]:
assert_separately failed with error message
pid 2542281 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


588) Failure:
TestRequire#test_throw_while_loading [/tmp/ruby/src/trunk/test/ruby/test_require.rb:920]:
assert_separately failed with error message
pid 2542288 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


589) Failure:
TestRequire#test_default_loaded_features_encoding [/tmp/ruby/src/trunk/test/ruby/test_require.rb:633]:
assert_separately failed with error message
pid 2542352 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


590) Failure:
TestRequire#test_define_class_under [/tmp/ruby/src/trunk/test/ruby/test_require.rb:285]:
assert_separately failed with error message
pid 2542355 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


591) Failure:
TestRequire#test_define_module [/tmp/ruby/src/trunk/test/ruby/test_require.rb:317]:
assert_separately failed with error message
pid 2542358 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


592) Failure:
TestRequire#test_require_invalid_shared_object [/tmp/ruby/src/trunk/test/ruby/test_require.rb:37]:
assert_separately failed with error message
pid 2542361 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


593) Failure:
TestRequire#test_loading_fifo_threading_raise [/tmp/ruby/src/trunk/test/ruby/test_require.rb:850]:
assert_separately failed with error message
pid 2542364 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


594) Failure:
TestRequire#test_define_class [/tmp/ruby/src/trunk/test/ruby/test_require.rb:256]:
assert_separately failed with error message
pid 2542368 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


595) Failure:
TestAllocation::MethodCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542381 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


596) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542384 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


597) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542387 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


598) Failure:
TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542390 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


599) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542393 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


600) Failure:
TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542396 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


601) Failure:
TestAllocation::MethodCall::WithBlock#test_ruby2_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542399 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


602) Failure:
TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542402 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


603) Failure:
TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542405 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


604) Failure:
TestAllocation::MethodCall::WithBlock#test_optional_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542408 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


605) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542411 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


606) Failure:
TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542414 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


607) Failure:
TestAllocation::MethodCall::WithBlock#test_argument_forwarding [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542417 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


608) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542420 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


609) Failure:
TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542423 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


610) Failure:
TestAllocation::MethodCall::WithBlock#test_required_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542426 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


611) Failure:
TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542429 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


612) Failure:
TestAllocation::MethodCall::WithBlock#test_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542432 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


613) Failure:
TestAllocation::MethodCall::WithBlock#test_no_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2542435 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


614) Failure:
TestAlias#test_alias_in_module [/tmp/ruby/src/trunk/test/ruby/test_alias.rb:207]:
assert_separately failed with error message
pid 2542438 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


615) Failure:
TestPsychRactor#test_ractor_constants [/tmp/ruby/src/trunk/test/psych/test_ractor.rb:43]:
assert_separately failed with error message
pid 2542452 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


616) Failure:
TestPsychRactor#test_ractor_config [/tmp/ruby/src/trunk/test/psych/test_ractor.rb:30]:
assert_separately failed with error message
pid 2542457 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


617) Failure:
TestPsychRactor#test_not_shareable [/tmp/ruby/src/trunk/test/psych/test_ractor.rb:18]:
assert_separately failed with error message
pid 2542462 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


618) Failure:
TestPsychRactor#test_ractor_round_trip [/tmp/ruby/src/trunk/test/psych/test_ractor.rb:6]:
assert_separately failed with error message
pid 2542466 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


619) Failure:
TestProcess#test_warmup_precompute_string_coderange [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2750]:
assert_separately failed with error message
pid 2542488 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


620) Failure:
TestProcess#test_to_hash_on_arguments [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2558]:

1. [1/2] Assertion for "Array"
   | assert_separately failed with error message
   | pid 2542491 exit 0
   | | /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


2. [2/2] Assertion for "String"
   | assert_separately failed with error message
   | pid 2542496 exit 0
   | | /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value
.

621) Failure:
TestProcess#test_rescue_exec_fail [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2539]:
assert_separately failed with error message
pid 2542522 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


622) Failure:
TestProcess#test_popen_reopen [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2000]:
assert_separately failed with error message
pid 2542576 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


623) Failure:
TestProcess#test_execopts_rlimit [/tmp/ruby/src/trunk/test/ruby/test_process.rb:251]:
assert_separately failed with error message
pid 2542592 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


624) Failure:
TestProcess#test_warmup_promote_all_objects_to_oldgen [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2724]:
assert_separately failed with error message
pid 2542595 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


625) Failure:
TestProcess#test_warmup_run_major_gc_and_compact [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2736]:
assert_separately failed with error message
pid 2542742 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


626) Failure:
TestProcess#test_overwrite_ENV [/tmp/ruby/src/trunk/test/ruby/test_process.rb:267]:
assert_separately failed with error message
pid 2542776 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


627) Failure:
TestProcess#test_deadlock_by_signal_at_forking [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2391]:
assert_separately failed with error message
pid 2542818 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


628) Failure:
TestProcess#test_exec_fd_3_redirect [/tmp/ruby/src/trunk/test/ruby/test_process.rb:2432]:
assert_separately failed with error message
pid 2543405 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


629) Failure:
TestMarshal#test_marshal_load_r_prepare_reference_crash [/tmp/ruby/src/trunk/test/ruby/test_marshal.rb:743]:
assert_separately failed with error message
pid 2543671 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


630) Failure:
TestMarshal#test_marshal_load_extended_class_crash [/tmp/ruby/src/trunk/test/ruby/test_marshal.rb:731]:
assert_separately failed with error message
pid 2543682 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


631) Failure:
TestBignum#test_very_big_str_to_inum [/tmp/ruby/src/trunk/test/ruby/test_bignum.rb:207]:
assert_separately failed with error message
pid 2543687 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


632) Failure:
TestStringIO#test_overflow [/tmp/ruby/src/trunk/test/stringio/test_stringio.rb:947]:
assert_separately failed with error message
pid 2543690 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


633) Failure:
Test_Load_ResolveSymbol#test_load_resolve_symbol_resolver [/tmp/ruby/src/trunk/test/-ext-/load/test_resolve_symbol.rb:6]:
assert_separately failed with error message
pid 2543693 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


634) Failure:
TestAllocation::ProcCall#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543696 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


635) Failure:
TestAllocation::ProcCall#test_positional_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543699 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


636) Failure:
TestAllocation::ProcCall#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543702 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


637) Failure:
TestAllocation::ProcCall#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543705 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


638) Failure:
TestAllocation::ProcCall#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543708 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


639) Failure:
TestAllocation::ProcCall#test_ruby2_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543711 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


640) Failure:
TestAllocation::ProcCall#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543714 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


641) Failure:
TestAllocation::ProcCall#test_optional_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543717 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


642) Failure:
TestAllocation::ProcCall#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543720 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


643) Failure:
TestAllocation::ProcCall#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543723 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


644) Failure:
TestAllocation::ProcCall#test_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543726 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


645) Failure:
TestAllocation::ProcCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543729 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


646) Failure:
TestAllocation::ProcCall#test_required_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543732 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


647) Failure:
TestAllocation::ProcCall#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543735 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


648) Failure:
TestAllocation::ProcCall#test_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543738 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


649) Failure:
TestAllocation::ProcCall#test_no_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2543741 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


650) Failure:
TestRipper::Generic#test_parse_files:test/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543744 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


651) Failure:
TestRipper::Generic#test_parse_files:test/logger [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543747 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


652) Failure:
TestRipper::Generic#test_parse_files:test/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543750 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


653) Failure:
TestRipper::Generic#test_parse_files:test/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543753 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


654) Failure:
TestRipper::Generic#test_parse_files:test/net [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543756 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


655) Failure:
TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543759 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


656) Failure:
TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543762 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


657) Failure:
TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5]:
assert_separately failed with error message
pid 2543765 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


658) Failure:
TestRipper::Generic#test_parse_files:test/-ext- [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543768 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


659) Failure:
TestRipper::Generic#test_parse_files:test/ostruct [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543771 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


660) Failure:
TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543774 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


661) Failure:
TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543777 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


662) Failure:
TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543780 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


663) Failure:
TestRipper::Generic#test_parse_files:test/date [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543783 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


664) Failure:
TestRipper::Generic#test_parse_files:test/uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543786 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


665) Failure:
TestRipper::Generic#test_parse_files:test/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543789 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


666) Failure:
TestRipper::Generic#test_parse_files:test/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543792 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


667) Failure:
TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543795 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


668) Failure:
TestRipper::Generic#test_parse_files:test/fiber [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543798 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


669) Failure:
TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543801 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


670) Failure:
TestRipper::Generic#test_parse_files:test/io [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543804 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


671) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543807 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


672) Failure:
TestRipper::Generic#test_parse_files:test/json [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543810 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


673) Failure:
TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543813 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


674) Failure:
TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543816 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


675) Failure:
TestRipper::Generic#test_parse_files:test/zlib [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543819 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


676) Failure:
TestRipper::Generic#test_parse_files:test/benchmark [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543822 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


677) Failure:
TestRipper::Generic#test_parse_files:test/prism [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543825 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


678) Failure:
TestRipper::Generic#test_parse_files:test/mkmf [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543828 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


679) Failure:
TestRipper::Generic#test_parse_files:test/strscan [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543831 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


680) Failure:
TestRipper::Generic#test_parse_files:test/coverage [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543834 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


681) Failure:
TestRipper::Generic#test_parse_files:test/open-uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543837 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


682) Failure:
TestRipper::Generic#test_parse_files:test [/tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5]:
assert_separately failed with error message
pid 2543840 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


683) Failure:
TestRipper::Generic#test_parse_files:test/fileutils [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543843 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


684) Failure:
TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543846 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


685) Failure:
TestRipper::Generic#test_parse_files:test/win32ole [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543849 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


686) Failure:
TestRipper::Generic#test_parse_files:test/resolv [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543852 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


687) Failure:
TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543855 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


688) Failure:
TestRipper::Generic#test_parse_files:test/set [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543858 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


689) Failure:
TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543861 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


690) Failure:
TestRipper::Generic#test_parse_files:test/dtrace [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543864 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


691) Failure:
TestRipper::Generic#test_parse_files:test/reline [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543867 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


692) Failure:
TestRipper::Generic#test_parse_files:test/digest [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543870 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


693) Failure:
TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543873 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


694) Failure:
TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543876 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


695) Failure:
TestRipper::Generic#test_parse_files:test/openssl [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543879 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


696) Failure:
TestRipper::Generic#test_parse_files:test/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543882 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


697) Failure:
TestRipper::Generic#test_parse_files:test/objspace [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543885 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


698) Failure:
TestRipper::Generic#test_parse_files:test/win32 [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543888 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


699) Failure:
TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:5]:
assert_separately failed with error message
pid 2543891 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


700) Failure:
TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543894 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


701) Failure:
TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543897 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


702) Failure:
TestRipper::Generic#test_parse_files:test/irb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543900 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


703) Failure:
TestRipper::Generic#test_parse_files:test/etc [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543903 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


704) Failure:
TestRipper::Generic#test_parse_files:test/erb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543906 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


705) Failure:
TestRipper::Generic#test_parse_files:sample [/tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5]:
assert_separately failed with error message
pid 2543909 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


706) Failure:
TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543912 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


707) Failure:
TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543915 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


708) Failure:
TestRipper::Generic#test_parse_files:test/pathname [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543918 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


709) Failure:
TestRipper::Generic#test_parse_files:test/lib [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543921 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


710) Failure:
TestRipper::Generic#test_parse_files:test/socket [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543924 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


711) Failure:
TestRipper::Generic#test_parse_files:test/monitor [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543927 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


712) Failure:
TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543930 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


713) Failure:
TestRipper::Generic#test_parse_files:test/stringio [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543933 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


714) Failure:
TestRipper::Generic#test_parse_files:test/ripper [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543936 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


715) Failure:
TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543939 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


716) Failure:
TestRipper::Generic#test_parse_files:test/fiddle [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2543942 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


717) Failure:
TestRipper::Generic#test_parse_files:test/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543945 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


718) Failure:
TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543948 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


719) Failure:
TestRipper::Generic#test_parse_files:test/psych [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2543951 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


720) Failure:
TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2543954 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


721) Failure:
TestTimeout#test_handling_enclosed_threadgroup [/tmp/ruby/src/trunk/test/test_timeout.rb:260]:
assert_separately failed with error message
pid 2543961 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


722) Failure:
TestTimeout#test_threadgroup [/tmp/ruby/src/trunk/test/test_timeout.rb:247]:
assert_separately failed with error message
pid 2543966 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


723) Failure:
TestInteger#test_times_bignum_redefine_plus_lt [/tmp/ruby/src/trunk/test/ruby/test_integer.rb:319]:
assert_separately failed with error message
pid 2543971 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


724) Failure:
TestInteger#test_Integer_with_exception_keyword [/tmp/ruby/src/trunk/test/ruby/test_integer.rb:226]:
assert_separately failed with error message
pid 2543974 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


725) Failure:
TestInteger#test_Integer [/tmp/ruby/src/trunk/test/ruby/test_integer.rb:167]:
assert_separately failed with error message
pid 2544028 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


726) Failure:
TestArraySubclass#test_permutation_stack_error [/tmp/ruby/src/trunk/test/ruby/test_array.rb:2488]:
assert_separately failed with error message
pid 2544031 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


727) Failure:
TestArraySubclass#test_repeated_permutation_stack_error [/tmp/ruby/src/trunk/test/ruby/test_array.rb:2530]:
assert_separately failed with error message
pid 2544037 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


728) Failure:
TestArraySubclass#test_repeated_combination_stack_error [/tmp/ruby/src/trunk/test/ruby/test_array.rb:2576]:
assert_separately failed with error message
pid 2544048 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


729) Failure:
TestArraySubclass#test_sort_with_replace [/tmp/ruby/src/trunk/test/ruby/test_array.rb:1877]:
assert_separately failed with error message
pid 2544051 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


730) Failure:
TestDateParseRactor#test_date_ractor [/tmp/ruby/src/trunk/test/date/test_date_ractor.rb:22]:
assert_separately failed with error message
pid 2544054 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


731) Failure:
TestEnv#test_shared_substring_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1390]:
assert_separately failed with error message
pid 2544058 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


732) Failure:
TestEnv#test_clear_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1064]:
assert_separately failed with error message
pid 2544063 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


733) Failure:
TestEnv#test_frozen_env_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1355]:
assert_separately failed with error message
pid 2544068 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


734) Failure:
TestEnv#test_getenv_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:760]:
assert_separately failed with error message
pid 2544073 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


735) Failure:
TestEnv#test_key_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:711]:
assert_separately failed with error message
pid 2544078 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


736) Failure:
TestEnv#test_inspect_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1083]:
assert_separately failed with error message
pid 2544083 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


737) Failure:
TestEnv#test_assoc_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1170]:
assert_separately failed with error message
pid 2544088 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


738) Failure:
TestEnv#test_keys_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:820]:
assert_separately failed with error message
pid 2544093 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


739) Failure:
TestEnv#test_huge_value_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1333]:
assert_separately failed with error message
pid 2544098 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


740) Failure:
TestEnv#test_filter_bang_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:936]:
assert_separately failed with error message
pid 2544102 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


741) Failure:
TestEnv#test_each_value_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:857]:
assert_separately failed with error message
pid 2544107 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


742) Failure:
TestEnv#test_rehash_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1122]:
assert_separately failed with error message
pid 2544112 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


743) Failure:
TestEnv#test_each_key_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:833]:
assert_separately failed with error message
pid 2544117 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


744) Failure:
TestEnv#test_values_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:845]:
assert_separately failed with error message
pid 2544122 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


745) Failure:
TestEnv#test_ivar_in_env_should_not_be_access_from_non_main_ractors [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1410]:
assert_separately failed with error message
pid 2544127 exit 0
Finished tests in 209.573022s, 152.7964 tests/s, 31163.8394 assertions/s.
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


746) Failure:
TestEnv#test_reject_bang_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:882]:
assert_separately failed with error message
pid 2544132 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


747) Failure:
TestEnv#test_select_bang_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:918]:
assert_separately failed with error message
pid 2544137 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


748) Failure:
TestEnv#test_to_h_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1240]:
assert_separately failed with error message
pid 2544142 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


749) Failure:
TestEnv#test_shift_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1267]:
assert_separately failed with error message
pid 2544147 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


750) Failure:
TestEnv#test_dup_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:678]:
assert_separately failed with error message
pid 2544152 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


751) Failure:
TestEnv#test_slice_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1026]:
assert_separately failed with error message
pid 2544157 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


752) Failure:
TestEnv#test_keep_if_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:954]:
assert_separately failed with error message
pid 2544162 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


753) Failure:
TestEnv#test_replace_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1298]:
assert_separately failed with error message
pid 2544167 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


754) Failure:
TestEnv#test_reject_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1253]:
assert_separately failed with error message
pid 2544172 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


755) Failure:
TestEnv#test_rassoc_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1206]:
assert_separately failed with error message
pid 2544177 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


756) Failure:
TestEnv#test_invert_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1285]:
assert_separately failed with error message
pid 2544182 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


757) Failure:
TestEnv#test_aset_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:803]:
assert_separately failed with error message
pid 2544187 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


758) Failure:
TestEnv#test_to_a_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1102]:
assert_separately failed with error message
pid 2544192 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


759) Failure:
TestEnv#test_fetch_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:774]:
assert_separately failed with error message
pid 2544197 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


760) Failure:
TestEnv#test_to_s_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1074]:
assert_separately failed with error message
pid 2544202 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


761) Failure:
TestEnv#test_filter_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1004]:
assert_separately failed with error message
pid 2544207 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


762) Failure:
TestEnv#test_update_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1313]:
assert_separately failed with error message
pid 2544212 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


763) Failure:
TestEnv#test_each_pair_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:869]:
assert_separately failed with error message
pid 2544217 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


764) Failure:
TestEnv#test_select_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:982]:
assert_separately failed with error message
pid 2544222 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


765) Failure:
TestEnv#test_values_at_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:972]:
assert_separately failed with error message
pid 2544227 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


766) Failure:
TestEnv#test_frozen_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1364]:
assert_separately failed with error message
pid 2544232 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


767) Failure:
TestEnv#test_size_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1131]:
assert_separately failed with error message
pid 2544237 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


768) Failure:
TestEnv#test_bracket_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:643]:
assert_separately failed with error message
pid 2544242 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


769) Failure:
TestEnv#test_has_key_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1156]:
assert_separately failed with error message
pid 2544247 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


770) Failure:
TestEnv#test_empty_p_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1143]:
assert_separately failed with error message
pid 2544252 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


771) Failure:
TestEnv#test_to_hash_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1228]:
assert_separately failed with error message
pid 2544257 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


772) Failure:
TestEnv#test_has_value2_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1193]:
assert_separately failed with error message
pid 2544262 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


773) Failure:
TestEnv#test_except_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:1045]:
assert_separately failed with error message
pid 2544267 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


774) Failure:
TestEnv#test_delete_if_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:900]:
assert_separately failed with error message
pid 2544272 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


775) Failure:
TestEnv#test_delete_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:744]:
assert_separately failed with error message
pid 2544277 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


776) Failure:
TestEnv#test_has_value_in_ractor [/tmp/ruby/src/trunk/test/ruby/test_env.rb:687]:
assert_separately failed with error message
pid 2544282 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


777) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_CP50220 [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544287 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


778) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_IBM037 [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544290 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


779) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_2 [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544293 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


780) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_UTF_32 [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544296 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


781) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_KDDI [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544299 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


782) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_CP50221 [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544302 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


783) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544305 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


784) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_UTF_16 [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544308 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


785) Failure:
Test_StrEncAssociate#test_dummy_encoding_index_UTF_7 [/tmp/ruby/src/trunk/test/-ext-/string/test_enc_associate.rb:17]:
assert_separately failed with error message
pid 2544311 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


786) Failure:
TestEnumerable#test_inject_array_op_private [/tmp/ruby/src/trunk/test/ruby/test_enum.rb:350]:
assert_separately failed with error message
pid 2544323 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


787) Failure:
TestEnumerable#test_inject_op_private [/tmp/ruby/src/trunk/test/ruby/test_enum.rb:302]:
assert_separately failed with error message
pid 2544342 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


788) Failure:
TestEnumerable#test_inject_op_redefined [/tmp/ruby/src/trunk/test/ruby/test_enum.rb:273]:
assert_separately failed with error message
pid 2544377 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


789) Failure:
TestEnumerable#test_inject_array_op_redefined [/tmp/ruby/src/trunk/test/ruby/test_enum.rb:329]:
assert_separately failed with error message
pid 2544380 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


790) Failure:
TestEnumerable#test_refine_Enumerable_then_include [/tmp/ruby/src/trunk/test/ruby/test_enum.rb:369]:
assert_separately failed with error message
pid 2544383 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


791) Failure:
TestDir#test_instance_chdir [/tmp/ruby/src/trunk/test/ruby/test_dir.rb:174]:
assert_separately failed with error message
pid 2544409 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


792) Failure:
TestDir#test_glob_too_may_open_files [/tmp/ruby/src/trunk/test/ruby/test_dir.rb:362]:
assert_separately failed with error message
pid 2544414 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


793) Failure:
TestDir#test_glob_gc_for_fd [/tmp/ruby/src/trunk/test/ruby/test_dir.rb:743]:
assert_separately failed with error message
pid 2544417 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


794) Failure:
RactorCompatibilityTest#test_variable_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:100]:
assert_separately failed with error message
pid 2544420 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


795) Failure:
RactorCompatibilityTest#test_class_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:7]:
assert_separately failed with error message
pid 2544425 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


796) Failure:
RactorCompatibilityTest#test_can_raise_other_name_error_in_ractor [/tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:83]:
assert_separately failed with error message
pid 2544430 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


797) Failure:
RactorCompatibilityTest#test_key_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:24]:
assert_separately failed with error message
pid 2544435 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


798) Failure:
RactorCompatibilityTest#test_method_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:43]:
assert_separately failed with error message
pid 2544440 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


799) Failure:
RactorCompatibilityTest#test_pattern_key_name_suggestion_works_in_ractor [/tmp/ruby/src/trunk/test/did_you_mean/test_ractor_compatibility.rb:61]:
assert_separately failed with error message
pid 2544445 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


800) Failure:
TestRipper::Generic#test_parse_files:test/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544450 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


801) Failure:
TestRipper::Generic#test_parse_files:test/logger [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544453 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


802) Failure:
TestRipper::Generic#test_parse_files:test/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544456 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


803) Failure:
TestRipper::Generic#test_parse_files:test/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544459 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


804) Failure:
TestRipper::Generic#test_parse_files:test/net [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544462 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


805) Failure:
TestRipper::Generic#test_parse_files:lib/unicode_normalize [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544465 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


806) Failure:
TestRipper::Generic#test_parse_files:lib/rubygems [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544468 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


807) Failure:
TestRipper::Generic#test_parse_files:ext [/tmp/ruby/src/trunk/test/ripper/test_files_ext.rb:5]:
assert_separately failed with error message
pid 2544471 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


808) Failure:
TestRipper::Generic#test_parse_files:test/-ext- [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544474 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


809) Failure:
TestRipper::Generic#test_parse_files:test/ostruct [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544477 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


810) Failure:
TestRipper::Generic#test_parse_files:lib/erb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544480 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


811) Failure:
TestRipper::Generic#test_parse_files:lib/irb [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544483 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


812) Failure:
TestRipper::Generic#test_parse_files:lib/syntax_suggest [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544486 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


813) Failure:
TestRipper::Generic#test_parse_files:test/date [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544489 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


814) Failure:
TestRipper::Generic#test_parse_files:test/uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544492 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


815) Failure:
TestRipper::Generic#test_parse_files:test/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544495 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


816) Failure:
TestRipper::Generic#test_parse_files:test/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544498 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


817) Failure:
TestRipper::Generic#test_parse_files:lib/open3 [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544501 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


818) Failure:
TestRipper::Generic#test_parse_files:test/fiber [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544504 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


819) Failure:
TestRipper::Generic#test_parse_files:lib/rdoc [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544507 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


820) Failure:
TestRipper::Generic#test_parse_files:test/io [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544510 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


821) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544513 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


822) Failure:
TestRipper::Generic#test_parse_files:test/json [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544516 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


823) Failure:
TestRipper::Generic#test_parse_files:lib/logger [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544519 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


824) Failure:
TestRipper::Generic#test_parse_files:lib/ruby_vm [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544522 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


825) Failure:
TestRipper::Generic#test_parse_files:test/zlib [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544525 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


826) Failure:
TestRipper::Generic#test_parse_files:test/benchmark [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544528 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


827) Failure:
TestRipper::Generic#test_parse_files:test/prism [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544531 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


828) Failure:
TestRipper::Generic#test_parse_files:test/mkmf [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544534 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


829) Failure:
TestRipper::Generic#test_parse_files:test/strscan [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544537 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


830) Failure:
TestRipper::Generic#test_parse_files:test/coverage [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544540 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


831) Failure:
TestRipper::Generic#test_parse_files:test/open-uri [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544543 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


832) Failure:
TestRipper::Generic#test_parse_files:test [/tmp/ruby/src/trunk/test/ripper/test_files_test.rb:5]:
assert_separately failed with error message
pid 2544546 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


833) Failure:
TestRipper::Generic#test_parse_files:test/fileutils [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544549 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


834) Failure:
TestRipper::Generic#test_parse_files:lib/forwardable [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544552 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


835) Failure:
TestRipper::Generic#test_parse_files:test/win32ole [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544555 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


836) Failure:
TestRipper::Generic#test_parse_files:test/resolv [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544558 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


837) Failure:
TestRipper::Generic#test_parse_files:lib/set [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544561 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


838) Failure:
TestRipper::Generic#test_parse_files:test/set [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544564 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


839) Failure:
TestRipper::Generic#test_parse_files:lib/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544567 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


840) Failure:
TestRipper::Generic#test_parse_files:test/dtrace [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544570 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


841) Failure:
TestRipper::Generic#test_parse_files:test/reline [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544573 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


842) Failure:
TestRipper::Generic#test_parse_files:test/digest [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544576 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


843) Failure:
TestRipper::Generic#test_parse_files:lib/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544579 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


844) Failure:
TestRipper::Generic#test_parse_files:lib/did_you_mean [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544582 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


845) Failure:
TestRipper::Generic#test_parse_files:test/openssl [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544585 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


846) Failure:
TestRipper::Generic#test_parse_files:test/optparse [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544588 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


847) Failure:
TestRipper::Generic#test_parse_files:test/objspace [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544591 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


848) Failure:
TestRipper::Generic#test_parse_files:test/win32 [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544594 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


849) Failure:
TestRipper::Generic#test_parse_files:lib [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:5]:
assert_separately failed with error message
pid 2544597 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


850) Failure:
TestRipper::Generic#test_parse_files:lib/error_highlight [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544600 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


851) Failure:
TestRipper::Generic#test_parse_files:lib/uri [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544603 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


852) Failure:
TestRipper::Generic#test_parse_files:test/irb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544606 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


853) Failure:
TestRipper::Generic#test_parse_files:test/etc [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544609 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


854) Failure:
TestRipper::Generic#test_parse_files:test/erb [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544612 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


855) Failure:
TestRipper::Generic#test_parse_files:sample [/tmp/ruby/src/trunk/test/ripper/test_files_sample.rb:5]:
assert_separately failed with error message
pid 2544615 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


856) Failure:
TestRipper::Generic#test_parse_files:lib/reline [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544618 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


857) Failure:
TestRipper::Generic#test_parse_files:lib/prism [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544621 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


858) Failure:
TestRipper::Generic#test_parse_files:test/pathname [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544624 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


859) Failure:
TestRipper::Generic#test_parse_files:test/lib [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544627 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


860) Failure:
TestRipper::Generic#test_parse_files:test/socket [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544630 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


861) Failure:
TestRipper::Generic#test_parse_files:test/monitor [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544633 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


862) Failure:
TestRipper::Generic#test_parse_files:lib/bundler [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544636 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


863) Failure:
TestRipper::Generic#test_parse_files:test/stringio [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544639 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


864) Failure:
TestRipper::Generic#test_parse_files:test/ripper [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544642 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


865) Failure:
TestRipper::Generic#test_parse_files:lib/net [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544645 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


866) Failure:
TestRipper::Generic#test_parse_files:test/fiddle [/tmp/ruby/src/trunk/test/ripper/test_files_test_1.rb:6]:
assert_separately failed with error message
pid 2544648 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


867) Failure:
TestRipper::Generic#test_parse_files:test/yaml [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544651 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


868) Failure:
TestRipper::Generic#test_parse_files:lib/cgi [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544654 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


869) Failure:
TestRipper::Generic#test_parse_files:test/psych [/tmp/ruby/src/trunk/test/ripper/test_files_test_2.rb:6]:
assert_separately failed with error message
pid 2544657 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


870) Failure:
TestRipper::Generic#test_parse_files:lib/random [/tmp/ruby/src/trunk/test/ripper/test_files_lib.rb:10]:
assert_separately failed with error message
pid 2544660 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


871) Failure:
TestAllocation::ProcCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544663 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


872) Failure:
TestAllocation::ProcCall::WithBlock#test_positional_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544666 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


873) Failure:
TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544669 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


874) Failure:
TestAllocation::ProcCall::WithBlock#test_required_positional_and_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544672 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


875) Failure:
TestAllocation::ProcCall::WithBlock#test_keyword_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544675 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


876) Failure:
TestAllocation::ProcCall::WithBlock#test_ruby2_keywords [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544678 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


877) Failure:
TestAllocation::ProcCall::WithBlock#test_required_and_positional_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544681 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


878) Failure:
TestAllocation::ProcCall::WithBlock#test_optional_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544684 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


879) Failure:
TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544687 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


880) Failure:
TestAllocation::ProcCall::WithBlock#test_positional_splat_and_post_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544690 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


881) Failure:
TestAllocation::ProcCall::WithBlock#test_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544693 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


882) Failure:
TestAllocation::ProcCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544696 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


883) Failure:
TestAllocation::ProcCall::WithBlock#test_required_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544699 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


884) Failure:
TestAllocation::ProcCall::WithBlock#test_required_and_keyword_splat_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544702 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


885) Failure:
TestAllocation::ProcCall::WithBlock#test_keyword_parameter [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544705 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


886) Failure:
TestAllocation::ProcCall::WithBlock#test_no_parameters [/tmp/ruby/src/trunk/test/ruby/test_allocation.rb:15]:
assert_separately failed with error message
pid 2544708 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


887) Failure:
TestObject#test_redef_method_missing [/tmp/ruby/src/trunk/test/ruby/test_object.rb:1016]:
assert_separately failed with error message
pid 2544711 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


888) Failure:
TestWeakKeyMap#test_compaction [/tmp/ruby/src/trunk/test/ruby/test_weakkeymap.rb:128]:
assert_separately failed with error message
pid 2544777 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


889) Failure:
TestPathnameRactor#test_ractor_shareable [/tmp/ruby/src/trunk/test/pathname/test_ractor.rb:11]:
assert_separately failed with error message
pid 2544783 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


890) Failure:
TestKeywordArguments#test_dynamic_symbol_keyword [/tmp/ruby/src/trunk/test/ruby/test_keyword.rb:4056]:
assert_separately failed with error message
pid 2544834 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


891) Failure:
TestKeywordArguments#test_large_kwsplat_to_method_taking_kw_and_kwsplat [/tmp/ruby/src/trunk/test/ruby/test_keyword.rb:4041]:
assert_separately failed with error message
pid 2544837 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


892) Failure:
TestDup#test_user_flags [/tmp/ruby/src/trunk/test/ruby/test_dup.rb:77]:
assert_separately failed with error message
pid 2544840 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


893) Failure:
TestEncoding#test_nonascii_library_path [/tmp/ruby/src/trunk/test/ruby/test_encoding.rb:120]:
assert_separately failed with error message
pid 2544843 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


894) Failure:
TestEncoding#test_errinfo_after_autoload [/tmp/ruby/src/trunk/test/ruby/test_encoding.rb:109]:
assert_separately failed with error message
pid 2544849 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


895) Failure:
Bug::Test_ExceptionE#test_ensured [/tmp/ruby/src/trunk/test/-ext-/exception/test_ensured.rb:10]:
assert_separately failed with error message
pid 2544852 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


896) Failure:
TestTmpdir#test_ractor [/tmp/ruby/src/trunk/test/test_tmpdir.rb:126]:
assert_separately failed with error message
pid 2544855 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


897) Failure:
TC_OpenStruct#test_access_methods_from_different_ractor [/tmp/ruby/src/trunk/test/ostruct/test_ostruct.rb:373]:
assert_separately failed with error message
pid 2544860 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


898) Failure:
TC_OpenStruct#test_ractor [/tmp/ruby/src/trunk/test/ostruct/test_ostruct.rb:360]:
assert_separately failed with error message
pid 2544869 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


899) Failure:
OpenSSL::TestFIPS#test_fips_mode_is_reentrant [/tmp/ruby/src/trunk/test/openssl/test_fips.rb:31]:
assert_separately failed with error message
pid 2544874 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


900) Failure:
OpenSSL::TestFIPS#test_fips_mode_get_is_false_on_fips_mode_disabled [/tmp/ruby/src/trunk/test/openssl/test_fips.rb:22]:
assert_separately failed with error message
pid 2544877 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


901) Failure:
OpenSSL::TestFIPS#test_fips_mode_get_with_fips_mode_set [/tmp/ruby/src/trunk/test/openssl/test_fips.rb:40]:
assert_separately failed with error message
pid 2544880 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


902) Failure:
TestLambdaParameters#test_proc_inside_lambda_toplevel [/tmp/ruby/src/trunk/test/ruby/test_lambda.rb:166]:
assert_separately failed with error message
pid 2544883 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


903) Failure:
TestSymbol#test_to_proc_iseq [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:267]:
assert_separately failed with error message
pid 2544890 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


904) Failure:
TestSymbol#test_to_proc_binding [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:280]:
assert_separately failed with error message
pid 2544893 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


905) Failure:
TestSymbol#test_block_method_to_proc [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:351]:
assert_separately failed with error message
pid 2544896 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


906) Failure:
TestSymbol#test_to_proc_arg [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:179]:
assert_separately failed with error message
pid 2544908 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


907) Failure:
TestSymbol#test_hash_redefinition [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:568]:
assert_separately failed with error message
pid 2544914 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


908) Failure:
TestSymbol#test_block_curry_proc [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:331]:
assert_separately failed with error message
pid 2544920 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


909) Failure:
TestSymbol#test_block_curry_lambda [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:341]:
assert_separately failed with error message
pid 2544923 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


910) Failure:
TestSymbol#test_to_proc_no_method [/tmp/ruby/src/trunk/test/ruby/test_symbol.rb:170]:
assert_separately failed with error message
pid 2544926 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


911) Failure:
TestMkmfConfig#test_with_config_without_arg [/tmp/ruby/src/trunk/test/mkmf/test_config.rb:27]:
assert_separately failed with error message
pid 2544941 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


912) Failure:
TestMkmfConfig#test_dir_config [/tmp/ruby/src/trunk/test/mkmf/test_config.rb:9]:
assert_separately failed with error message
pid 2544944 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


913) Failure:
TestMkmfConfig#test_with_config_with_arg_and_value [/tmp/ruby/src/trunk/test/mkmf/test_config.rb:15]:
assert_separately failed with error message
pid 2544947 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


914) Failure:
TestMkmfConfig#test_with_target_rbconfig [/tmp/ruby/src/trunk/test/mkmf/test_config.rb:51]:
assert_separately failed with error message
pid 2544950 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


915) Failure:
TestMkmfConfig#test_with_config_with_arg_and_no_value [/tmp/ruby/src/trunk/test/mkmf/test_config.rb:21]:
assert_separately failed with error message
pid 2544953 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


916) Failure:
TestTranscode#test_loading_race [/tmp/ruby/src/trunk/test/ruby/test_transcode.rb:2276]:
assert_separately failed with error message
pid 2544956 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


917) Failure:
TestTranscode#test_valid_dummy_encoding [/tmp/ruby/src/trunk/test/ruby/test_transcode.rb:2265]:
assert_separately failed with error message
pid 2544961 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


918) Failure:
TestRubyOptions#test_setproctitle [/tmp/ruby/src/trunk/test/ruby/test_rubyoptions.rb:800]:
assert_separately failed with error message
pid 2545013 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


919) Failure:
TestFileExhaustive#test_join_with_changed_separator [/tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1377]:
assert_separately failed with error message
pid 2546720 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


920) Failure:
TestFileExhaustive#test_flock_exclusive [/tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1421]:
assert_separately failed with error message
pid 2546723 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


921) Failure:
TestFileExhaustive#test_readlink_long_path [/tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:760]:
assert_separately failed with error message
pid 2546727 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


922) Failure:
TestFileExhaustive#test_flock_shared [/tmp/ruby/src/trunk/test/ruby/test_file_exhaustive.rb:1452]:
assert_separately failed with error message
pid 2546730 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


923) Failure:
TestThread#test_thread_join_in_trap [/tmp/ruby/src/trunk/test/ruby/test_thread.rb:1005]:
assert_separately failed with error message
pid 2546780 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


924) Failure:
TestThread#test_thread_value_in_trap [/tmp/ruby/src/trunk/test/ruby/test_thread.rb:1021]:
assert_separately failed with error message
pid 2546809 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


925) Failure:
TestThread#test_signal_at_join [/tmp/ruby/src/trunk/test/ruby/test_thread.rb:1506]:
assert_separately failed with error message
pid 2546872 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


926) Failure:
TestThread#test_report_on_exception [/tmp/ruby/src/trunk/test/ruby/test_thread.rb:430]:
assert_separately failed with error message
pid 2548887 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


927) Failure:
TestRegexp#test_match_cache_atomic [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1940]:
assert_separately failed with error message
pid 2838190 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


928) Failure:
TestRegexp#test_invalid_group [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1744]:
assert_separately failed with error message
pid 2838193 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


929) Failure:
TestRegexp#test_match_cache_positive_look_ahead_complex [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1967]:
assert_separately failed with error message
pid 2838196 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


930) Failure:
TestRegexp#test_nonextended_section_of_extended_regexp_bug_19379 [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:148]:
assert_separately failed with error message
pid 2838199 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


931) Failure:
TestRegexp#test_s_timeout [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1783]:
assert_separately failed with error message
pid 2838202 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


932) Failure:
TestRegexp#test_bug_19467 [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:2025]:
assert_separately failed with error message
pid 2838205 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


933) Failure:
TestRegexp#test_s_timeout_corner_cases [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1801]:
assert_separately failed with error message
pid 2838208 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


934) Failure:
TestRegexp#test_invalid_free_at_parse_depth_limit_over [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1699]:
assert_separately failed with error message
pid 2838211 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


935) Failure:
TestRegexp#test_match_cache_exponential [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1922]:
assert_separately failed with error message
pid 2838214 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


936) Failure:
TestRegexp#test_timeout_corner_cases [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1888]:
assert_separately failed with error message
pid 2838223 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


937) Failure:
TestRegexp#test_extended_comment_invalid_escape_bug_18294 [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:95]:
assert_separately failed with error message
pid 2838229 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


938) Failure:
TestRegexp#test_match_cache_negative_look_behind [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1994]:
assert_separately failed with error message
pid 2838232 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


939) Failure:
TestRegexp#test_match_cache_atomic_complex [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1949]:
assert_separately failed with error message
pid 2838235 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


940) Failure:
TestRegexp#test_match_cache_square [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1931]:
assert_separately failed with error message
pid 2838238 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


941) Failure:
TestRegexp#test_match_cache_negative_look_ahead [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1976]:
assert_separately failed with error message
pid 2838241 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


942) Failure:
TestRegexp#test_eq_tilde_can_be_overridden [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1686]:
assert_separately failed with error message
pid 2838244 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


943) Failure:
TestRegexp#test_timeout_longer_than_global [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1849]:
assert_separately failed with error message
pid 2838249 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


944) Failure:
TestRegexp#test_match_cache_positive_look_behind [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1985]:
assert_separately failed with error message
pid 2838252 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


945) Failure:
TestRegexp#test_timeout_shorter_than_global [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1849]:
assert_separately failed with error message
pid 2838255 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


946) Failure:
TestRegexp#test_timeout_nil [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1849]:
assert_separately failed with error message
pid 2838258 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


947) Failure:
TestRegexp#test_match_cache_positive_look_ahead [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:1958]:
assert_separately failed with error message
pid 2838265 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


948) Failure:
TestRegexp#test_match_cache_with_peek_optimization [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:2003]:
assert_separately failed with error message
pid 2838268 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


949) Failure:
TestRegexp#test_utf8_comment_in_usascii_extended_regexp_bug_19455 [/tmp/ruby/src/trunk/test/ruby/test_regexp.rb:204]:
assert_separately failed with error message
pid 2838271 exit 0
| /tmp/ruby/src/trunk/lib/pp.rb:458: warning: assigned but unused variable - value


32022 tests, 6531100 assertions, 949 failures, 0 errors, 349 skips

ruby -v: ruby 3.4.0dev (2024-11-12T02:11:43Z master 107a4da122) +PRISM [x86_64-linux]
make: *** [uncommon.mk:963: yes-test-all] Error 181
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
ruby 3.4.0dev (2024-11-12T02:11:43Z master 107a4da122) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ............................................................
  3420 .................

Finished in 8.524474 seconds

3436 files, 33248 examples, 188191 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 0.
raw logfile