# Logfile created on 2023-11-08 00:26:51 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056303ddb9db8 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20231108-002651", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056303de4f390 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056303de4f200 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056303de4f070 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231108-002651", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231108-002651>, @binmode=false, @mon_data=#<Monitor:0x000056303de4efa8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   aa6642d..c8d4b10  master     -> origin/master
Updating aa6642d..c8d4b10
Fast-forward
 ext/json/lib/json/add/range.rb                     | 29 +++++--
 lib/bundler.rb                                     |  8 --
 lib/bundler/errors.rb                              | 15 ++++
 lib/bundler/gem_helpers.rb                         |  7 ++
 lib/bundler/installer/gem_installer.rb             |  4 +-
 lib/bundler/lazy_specification.rb                  |  4 +
 lib/bundler/rubygems_ext.rb                        |  5 +-
 lib/bundler/rubygems_gem_installer.rb              | 27 ++++++-
 lib/bundler/source/git/git_proxy.rb                | 10 ++-
 lib/bundler/spec_set.rb                            |  8 +-
 lib/irb/easter-egg.rb                              |  6 +-
 lib/rubygems/commands/install_command.rb           |  8 --
 lib/rubygems/installer.rb                          | 28 +++----
 lib/rubygems/specification.rb                      | 22 ++++--
 spec/bundler/bundler/bundler_spec.rb               | 18 -----
 spec/bundler/commands/install_spec.rb              | 65 ++++++++++++++++
 .../install/gemfile/force_ruby_platform_spec.rb    | 19 +----
 spec/bundler/quality_spec.rb                       |  4 +-
 test/rubygems/installer_test_case.rb               | 10 +--
 test/rubygems/test_gem_commands_install_command.rb | 15 ----
 test/rubygems/test_gem_installer.rb                | 15 +++-
 yjit/src/asm/mod.rs                                | 39 ++++++----
 yjit/src/asm/x86_64/mod.rs                         |  9 +--
 yjit/src/asm/x86_64/tests.rs                       |  8 +-
 yjit/src/backend/arm64/mod.rs                      | 44 ++++++-----
 yjit/src/backend/ir.rs                             | 23 +++---
 yjit/src/backend/tests.rs                          |  6 +-
 yjit/src/backend/x86_64/mod.rs                     | 26 ++++---
 yjit/src/codegen.rs                                |  8 +-
 yjit/src/core.rs                                   | 39 +++++-----
 yjit/src/disasm.rs                                 | 22 +-----
 yjit/src/invariants.rs                             |  6 +-
 yjit/src/utils.rs                                  | 16 +++-
 yjit/src/virtualmem.rs                             | 90 +++++++++++-----------
 yjit/src/yjit.rs                                   |  2 +-
 35 files changed, 382 insertions(+), 283 deletions(-)
Latest commit hash = c8d4b103a9
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=4108
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

Retrying...
Finished tests in 1216.680803s, 21.9976 tests/s, 7794.1527 assertions/s.
26764 tests, 9482996 assertions, 0 failures, 0 errors, 190 skips

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-08T00:17:23Z master c8d4b103a9) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ..

Finished in 301.455430 seconds

3725 files, 32454 examples, 141405 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.384230.ruby -x gdbscript
[New LWP 384230]
[New LWP 384232]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055b0289d6f78 in RVALUE_WB_UNPROTECTED (obj=140652402891600) at /tmp/ruby/src/trunk-O0/gc.c:1765
1765	    return RVALUE_WB_UNPROTECTED_BITMAP(obj) != 0;
[Current thread is 1 (Thread 0x7fec49ddd7c0 (LWP 384230))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fec49ddd7c0 (LWP 384230) 0x000055b0289d6f78 in RVALUE_WB_UNPROTECTED (obj=140652402891600) at /tmp/ruby/src/trunk-O0/gc.c:1765
  2    Thread 0x7fec307ff640 (LWP 384232) 0x00007fec49f05fde in epoll_wait (epfd=4, events=0x55b028fdd23c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fec307ff640 (LWP 384232)):
#0  0x00007fec49f05fde in epoll_wait (epfd=4, events=0x55b028fdd23c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055b028b6afaa in timer_thread_polling (vm=0x55b02a58eb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = 62104588
#2  0x000055b028b6b652 in timer_thread_func (ptr=0x55b02a58eb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x55b02a58eb10
#3  0x00007fec49e74b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140728069148528, -4125377341636296574, 140652402701888, 25, 140652828903504, 140728069148880, 4136512096358809730, 4136315347283263618}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007fec49f05bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fec49ddd7c0 (LWP 384230)):
#0  0x000055b0289d6f78 in RVALUE_WB_UNPROTECTED (obj=140652402891600) at /tmp/ruby/src/trunk-O0/gc.c:1765
No locals.
#1  0x000055b0289e1399 in rgengc_check_relation (objspace=0x55b02a591260, obj=140652402891600) at /tmp/ruby/src/trunk-O0/gc.c:6900
        old_parent = 140652384046960
        __func__ = <optimized out>
#2  0x000055b0289e15de in gc_mark_ptr (objspace=0x55b02a591260, obj=140652402891600) at /tmp/ruby/src/trunk-O0/gc.c:6953
        __func__ = "gc_mark_ptr"
#3  0x000055b0289e1864 in gc_mark (objspace=0x55b02a591260, obj=140652402891600) at /tmp/ruby/src/trunk-O0/gc.c:7005
No locals.
#4  0x000055b0289da57b in cc_table_mark_i (id=3137, ccs_ptr=94215114396320, data_ptr=0x7ffdce924a60) at /tmp/ruby/src/trunk-O0/gc.c:3363
        data = 0x7ffdce924a60
        ccs = 0x55b02a6d12a0
#5  0x000055b028b63ac6 in rb_id_table_foreach (tbl=0x55b02a6d1230, func=0x55b0289da50b <cc_table_mark_i>, data=0x7ffdce924a60) at /tmp/ruby/src/trunk-O0/id_table.c:278
        key = 196
        ret = 21936
        i = 0
        capa = 4
#6  0x000055b0289da66c in cc_table_mark (objspace=0x55b02a591260, klass=140652384046960) at /tmp/ruby/src/trunk-O0/gc.c:3385
        data = {objspace = 0x55b02a591260, klass = 140652384046960, alive = false}
        cc_tbl = 0x55b02a6d1230
#7  0x000055b0289e220c in gc_mark_children (objspace=0x55b02a591260, obj=140652384046960) at /tmp/ruby/src/trunk-O0/gc.c:7299
        any = 0x7fec2f634f70
#8  0x000055b0289e29e7 in gc_mark_stacked_objects (objspace=0x55b02a591260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7473
        mstack = 0x55b02a5916e8
        obj = 140652384046960
        marked_slots_at_the_beginning = 696
        popped_count = 0
#9  0x000055b0289e2b67 in gc_mark_stacked_objects_all (objspace=0x55b02a591260) at /tmp/ruby/src/trunk-O0/gc.c:7511
No locals.
#10 0x000055b0289e4e3d in gc_marks_rest (objspace=0x55b02a591260) at /tmp/ruby/src/trunk-O0/gc.c:8698
No locals.
#11 0x000055b0289e4f71 in gc_marks (objspace=0x55b02a591260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8756
        marking_finished = false
#12 0x000055b0289e6cf9 in gc_start (objspace=0x55b02a591260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9506
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 685652705
#13 0x000055b0289e6996 in garbage_collect (objspace=0x55b02a591260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9390
        _lev = 795535272
        ret = 32748
#14 0x000055b0289e7419 in garbage_collect_with_gvl (objspace=0x55b02a591260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9767
No locals.
#15 0x000055b0289ee2dc in objspace_malloc_gc_stress (objspace=0x55b02a591260) at /tmp/ruby/src/trunk-O0/gc.c:12208
        reason = 45568
#16 0x000055b0289ee724 in objspace_xrealloc (objspace=0x55b02a591260, ptr=0x55b02a82af80, new_size=64, old_size=40) at /tmp/ruby/src/trunk-O0/gc.c:12483
        gpr = 107008
        mem = 0x40
#17 0x000055b0289eeb8f in ruby_sized_xrealloc2 (ptr=0x55b02a82af80, n=64, size=1, old_n=0) at /tmp/ruby/src/trunk-O0/gc.c:12709
        len = 64
#18 0x000055b0289eebc6 in ruby_xrealloc2_body (ptr=0x55b02a82af80, n=64, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12715
No locals.
#19 0x000055b0289f22e9 in ruby_xrealloc2 (ptr=0x55b02a82af80, n=64, new_size=1) at /tmp/ruby/src/trunk-O0/gc.c:14256
No locals.
#20 0x000055b028b45394 in str_buf_cat4 (str=140652384549960, ptr=0x7fec2f6ae7c0 "NameError", len=9, keep_cr=true) at /tmp/ruby/src/trunk-O0/string.c:3197
        total = 36
        olen = 27
        off = -1
        sptr = 0x55b02a82af80 "-:38:in `block in <main>': "
        termlen = 1
        capa = 63
#21 0x000055b028b45ad4 in rb_str_buf_append (str=140652384549960, str2=140652384544680) at /tmp/ruby/src/trunk-O0/string.c:3364
        str2_cr = 1048576
#22 0x000055b028b45c4d in rb_str_append (str=140652384549960, str2=140652384544680) at /tmp/ruby/src/trunk-O0/string.c:3393
No locals.
#23 0x000055b028b45f24 in rb_str_concat (str1=140652384549960, str2=140652384544680) at /tmp/ruby/src/trunk-O0/string.c:3498
        code = 814011392
        enc = 0x55b02a5b0a10
        encidx = 2
#24 0x000055b0289c0bc1 in print_errinfo (eclass=140652403020800, errat=140652384548880, emesg=4, str=140652384549960, highlight=0) at /tmp/ruby/src/trunk-O0/eval_error.c:116
        epath = 140652384544680
        elen = 0
        mesg = 140652384349920
#25 0x000055b0289c1cfb in rb_error_write (errinfo=140652384549320, emesg=4, errat=140652384548880, str=140652384549960, opt=140652384350080, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:346
        eclass = 140652403020800
        shown_causes = 0
        backtrace_limit = -1
#26 0x000055b0289c1fc5 in rb_ec_error_print_detailed (ec=0x55b02a5922c0, errinfo=140652384549320, str=140652384549960, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:379
        _ec = 0x55b02a5922c0
        _tag = {tag = 36, retval = 0, buf = {0x7ffdce925190, 0x55b0289c1eda <rb_ec_error_print_detailed+356>, 0x0, 0x7ffdce9250c0, 0x0}, prev = 0x7ffdce925200, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140652384548880
        written = true
        emesg = 4
        opt = 140652384350080
        highlight = 0
#27 0x000055b0289c34fb in rb_ec_cleanup (ec=0x55b02a5922c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140652384549320
        mode0 = 0
        mode1 = 3
        _ec = 0x55b02a5922c0
        _tag = {tag = 36, retval = 94215083929068, buf = {0x7ffdce925280, 0x55b0289c32e4 <rb_ec_cleanup+279>, 0x0, 0x7ffdce9251a0, 0x55b02a5922c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x55b02a591090
        th0 = 0x55b02a591090
        step = 2
        message = 4
        buf = 140652384549960
#28 0x000055b0289c3982 in ruby_run_node (n=0x7fec2f6f0f90) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55b02a5922c0
        status = 21936
#29 0x000055b0289bf2f4 in rb_main (argc=2, argv=0x7ffdce925428) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140728069149440
#30 0x000055b0289bf355 in main (argc=2, argv=0x7ffdce925428) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile