# Logfile created on 2024-02-07 03:13:10 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000558be0102180 @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.20240207-031309", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000558be01974b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000558be0197320 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000558be0197190 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240207-031309", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240207-031309>, @binmode=false, @mon_data=#<Monitor:0x0000558be01970c8>, @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 debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /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
$$$[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
   44f0dc6..64b6a01  master     -> origin/master
Updating 44f0dc6..64b6a01
Fast-forward
 .github/workflows/prism.yml              | 30 +++++---------
 lib/prism/ripper_compat.rb               | 69 ++++++++++++++++++++++++++++----
 test/.excludes-prism/TestAssignment.rb   |  1 +
 test/.excludes-prism/TestM17N.rb         |  5 +++
 test/.excludes-prism/TestRequire.rb      |  1 +
 test/.excludes-prism/TestRubyLiteral.rb  |  1 +
 test/.excludes-prism/TestSetTraceFunc.rb |  3 ++
 test/.excludes-prism/TestSyntax.rb       |  1 +
 test/net/http/test_https.rb              |  2 +-
 test/prism/ripper_compat_test.rb         | 26 ++++++++++++
 10 files changed, 111 insertions(+), 28 deletions(-)
 create mode 100644 test/.excludes-prism/TestAssignment.rb
 create mode 100644 test/.excludes-prism/TestM17N.rb
 create mode 100644 test/.excludes-prism/TestRequire.rb
 create mode 100644 test/.excludes-prism/TestRubyLiteral.rb
 create mode 100644 test/.excludes-prism/TestSetTraceFunc.rb
 create mode 100644 test/.excludes-prism/TestSyntax.rb
Latest commit hash = 64b6a018a3
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/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 debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /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
$$$[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
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
e0593ad3aba6ad275abc1d98254ee1d11d074c4877e38743af0cc944fc81c665  builtin_binary.inc
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 encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making 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
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'
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
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'
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/digest'
make[2]: Entering 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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering 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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving 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/monitor'
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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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/rubyvm'
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/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving 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]: 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.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
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/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.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 debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
	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 encdb.h
generating enc.mk
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /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
encdb.h 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
making trans
generating makefiles ext/configure-ext.mk
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'
ext/configure-ext.mk unchanged
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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
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/pty'
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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving 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]: 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.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/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.4.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.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.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.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.21.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.3
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1891 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.

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
generating encdb.h
encdb.h unchanged
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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
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.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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=56870
  "--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
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1313.244252s, 19.0833 tests/s, 7202.7926 assertions/s.
25061 tests, 9459026 assertions, 0 failures, 0 errors, 222 skips

ruby -v: ruby 3.4.0dev (2024-02-07T01:59:59Z master 64b6a018a3) [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
generating encdb.h
encdb.h unchanged
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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
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.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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.4.0dev (2024-02-07T01:59:59Z master 64b6a018a3) [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 639.230847 seconds

3730 files, 32088 examples, 141268 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.2515222.ruby -x gdbscript
[New LWP 2515222]
[New LWP 2515224]
[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 -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  uleb128 (p=0x55f119b028a0) at /tmp/ruby/src/trunk-O0/addr2line.c:232
232	}
[Current thread is 1 (Thread 0x7f1a4da307c0 (LWP 2515222))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f1a4da307c0 (LWP 2515222) uleb128 (p=0x55f119b028a0) at /tmp/ruby/src/trunk-O0/addr2line.c:232
  2    Thread 0x7f1a3444f640 (LWP 2515224) 0x00007f1a4db58fde in epoll_wait (epfd=4, events=0x55f11909b89c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f1a3444f640 (LWP 2515224)):
#0  0x00007f1a4db58fde in epoll_wait (epfd=4, events=0x55f11909b89c <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  0x000055f118bf11de in event_wait (vm=0x55f119a6e2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:857
        r = 22001
#2  0x000055f118bf1202 in timer_thread_polling (vm=0x55f119a6e2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:879
        r = 154557500
#3  0x000055f118bf18c2 in timer_thread_func (ptr=0x55f119a6e2a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3048
        vm = 0x55f119a6e2a0
#4  0x00007f1a4dac7b43 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 = {140721337499040, -7918713606381730044, 139750522811968, 25, 139750949025872, 140721337499392, 7795585165640632068, 7795599799278012164}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f1a4db58bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f1a4da307c0 (LWP 2515222)):
#0  uleb128 (p=0x55f119b028a0) at /tmp/ruby/src/trunk-O0/addr2line.c:232
        r = 3
        s = 0
#1  0x000055f118d5dcce in di_skip_records (reader=0x55f119b02820, errout=0x7f1a4dc4d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1482
        v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
        at = 956301312
        form = 57
#2  0x000055f118d5ecf8 in debug_info_read (reader=0x55f119b02820, num_traces=24, traces=0x55f11909e9a0 <trace>, lines=0x55f119d2ef60, offset=0, errout=0x7f1a4dc4d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1906
        die = {pos = 4691639, tag = 57, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#3  0x000055f118d5fe22 in fill_lines (num_traces=24, traces=0x55f11909e9a0 <trace>, check_debuglink=1, objp=0x55f119b03140, lines=0x55f119d2ef60, offset=0, errout=0x7f1a4dc4d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x55f119add8a0, file = 0x7f1a30036000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f1a30c87c50 "\354\375\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f1a31059419 "\343$", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f1a310558b2 "invariants.rs", debug_line_directories = 0x7f1a310550da "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7f1a30c94c6d "\356/,", cu_end = 0x7f1a30ca7a40 "w`\001", pend = 0x7f1a30ef7fc2 "\001$", q0 = 0x7f1a30f19b11 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f1a30f19b68 "\016", format = 4, address_size = 8 '\b', level = 3, abbrev_table = {0x7f1a4dc5b000 "", 0x7f1a30f19b12 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f1a30f19b28 "4", 0x7f1a30f19b33 "\023\001\035\023\003\016\v\v\210\001\017", 0x7f1a30f19b41 "\r", 0x7f1a30f19b4f "\017", 0x7f1a30f19b5a "$", 0x7f1a30f19b65 "9\001\003\016", 0x7f1a30f19b6c "\023\001\003\016\v\v\210\001\017", 0x7f1a30f19b78 ".\001n\016\003\016:\v;\005I\023 \v", 0x7f1a30f19b89 "4", 0x7f1a30f19b99 "\v\001", 0x7f1a30f19b9e "4", 0x7f1a30f19bab "\005", 0x7f1a30f19bb8 "/", 0x7f1a30f19bc1 ".\001\021\001\022\006@\030\061\023", 0x7f1a30f19bce "\005", 0x7f1a30f19bd7 "\035\001\061\023U\027X\vY\005W\v", 0x7f1a30f19be6 "\v\001U\027", 0x7f1a30f19bed "4", 0x7f1a30f19bf6 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f1a30f19c07 "\005", 0x7f1a30f19c10 "4", 0x7f1a30f19c19 "\035\001\061\023U\027X\vY\vW\v", 0x7f1a30f19c28 "4", 0x7f1a30f19c31 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f1a30f19c42 "4", 0x7f1a30f19c4b "\v\001\021\001\022\006", 0x7f1a30f19c54 "\035", 0x7f1a30f19c65 "4", 0x7f1a30f19c6c ".\001n\016\003\016:\v;\vI\023 \v", 0x7f1a30f19c7d "4", 0x7f1a30f19c8d ".\001n\016\003\016:\v;\005 \v", 0x7f1a30f19c9c "\005", 0x7f1a30f19ca9 "4", 0x7f1a30f19cb6 "\005", 0x7f1a30f19cc1 "\035", 0x7f1a30f19cd2 "\005", 0x7f1a30f19cdb "\005", 0x7f1a30f19ce2 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f1a30f19cf5 "\005", 0x7f1a30f19d02 "\035", 0x7f1a30f19d11 "\023", 0x7f1a30f19d1d "\023\001\003\016\v\005\210\001\017", 0x7f1a30f19d29 "3\001\025\023", 0x7f1a30f19d30 "\r", 0x7f1a30f19d3e "\031\001\026\v", 0x7f1a30f19d45 "\031\001", 0x7f1a30f19d4a "\023", 0x7f1a30f19d56 "\023\001\003\016<\031\210\001\017", 0x7f1a30f19d62 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f1a30f19d77 "\005", 0x7f1a30f19d86 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f1a30f19d9b "\005", 0x7f1a30f19daa "\005", 0x7f1a30f19db9 "\005", 0x7f1a30f19dc4 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f1a30f19dd4 "(", 0x7f1a30f19ddd ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7f1a30f19df0 ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7f1a30f19e03 "4", 0x7f1a30f19e12 "4", 0x7f1a30f19e21 "4", 0x7f1a30f19e33 "4", 0x7f1a30f19e42 "4", 0x7f1a30f19e54 "4", 0x7f1a30f19e66 "\027\001\003\016<\031\210\001\017", 0x7f1a30f19e72 "\027\001\003\016\v\v\210\001\017", 0x7f1a30f19e7e ".\001n\016\003\016:\v;\v \v", 0x7f1a30f19e8d "\r", 0x7f1a30f19e9e "\005", 0x7f1a30f19ead "4", 0x7f1a30f19ec1 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f1a30f19ed4 "\035", 0x7f1a30f19ee3 ".", 0x7f1a30f19ef4 ".\001\021\001\022\006@\030\003\016:\v;\v?\031", 0x7f1a30f19f07 ".\001\021\001\022\006@\030\003\016:\v;\005?\031", 0x7f1a30f19f1a "4", 0x7f1a30f19f2c "4", 0x7f1a30f19f3b ".\001\003\016:\v;\v \v", 0x7f1a30f19f48 ".\001\003\016:\v;\vI\023 \v", 0x7f1a30f19f57 ".\001\021\001\022\006@\030\003\016:\v;\vI\023?\031", 0x7f1a30f19f6c ".\001\021\001\022\006@\030\003\016:\v;\005I\023?\031", 0x7f1a30f19f81 ".", 0x7f1a30f19f92 "\001\001I\023", 0x7f1a30f19f99 "!", 0x7f1a30f19fa4 "$", 0x7f1a30f19faf "\017", 0x7f1a30f19fb8 "\025\001", 0x7f1a30f19fbd "\005", 0x7f1a30f19fc4 "\025\001I\023", 0x7f1a30f19300 "\025\001I\023", 0x7f1a30f18211 "4", 0x7f1a30f18223 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f1a30f18236 "\005", 0x7f1a30f1823f "4", 0x7f1a30f18248 ".", 0x7f1a30f18259 "\035\001\061\023\021\001\022\006X\vY\v", 0x7f1a30f18268 "4", 0x7f1a30f1827a "\035", 0x7f1a30f18289 ".", 0x7f1a30f1829c "\r", 0x7f1a30f182aa "\025\001I\023", 0x7f1a30f182b1 "\005", 0x7f1a30f182b8 "\025\001", 0x7f1a30f182bd ".\001\003\016:\v;\v \v", 0x7f1a30f182ca ".\001\003\016:\v;\vI\023 \v", 0x7f1a30f16bd3 "\025\001I\023", 0x7f1a30f16bda "\005", 0x7f1a30f16be1 "\025\001", 0x7f1a30f16be6 ".\001\003\016:\v;\v \v", 0x7f1a30f16bf3 ".\001\003\016:\v;\vI\023 \v", 0x7f1a30f16c02 ".\001\003\016:\v;\vI\023?\031 \v", 0x7f1a30f0e872 "\005", 0x7f1a30f0e881 ".\001\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031", 0x7f1a30f0b2ea "!", 0x7f1a30f0b2f3 "\r", 0x7f1a30f0b309 ".", 0x7f1a30f0b31d "\035\001\061\023\021\001\022\aX!(Y!\220\rW!\020\001\023", 0x7f1a30f0b334 "\n", 0x7f1a30f0b341 ".", 0x7f1a30f0b35a "4", 0x7f1a30f0b36b ".", 0x7f1a30f0b383 ".\001?\031\003\016:!6;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f1a30f0b3a0 ".", 0x7f1a30f0b3ba ".\001?\031\003\016:!!;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f1a30f0b3d6 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f1a30f0b3eb "\026", 0x7f1a30f0b3f5 "\023\001\003\016\v\v:\v;\v\001\023", 0x7f1a30f0b405 "\017", 0x7f1a30f0b40d "$", 0x7f1a30f0b419 "\026", 0x7f1a30f0b427 "&", 0x7f1a30f0b42d "\026", 0x7f1a30f0b43d "(", 0x7f1a30f0b447 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f1a30f0b45c "\025\001I\023\001\023", 0x7f1a30f0b466 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f1a30f0b47b "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f1a30f0b48d "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f1a30f0b49f "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f1a30f0b4b2 "\026", 0x7f1a30f0b4c5 "!", 0x7f1a30f0b4cb "4", 0x7f1a30f0b4db ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f1a30f0b4f6 ".", 0x7f1a30f0b50d ".", 0x7f1a30f0b524 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f1a30f0b540 ".", 0x7f1a30f0b55d ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f1a30f0b57e ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f1a30f0b59d ".", 0x7f1a30f0b5b7 ".", 0x7f1a30f0b5d3 "4", 0x7f1a30f0b5df ".", 0x7f1a30f0b5fa ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f1a30f0b60e ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f1a30f0b62d ".", 0x7f1a30f0b648 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f1a30f0b65e ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f1a30f0b67b ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f1a30f0b693 ".\001\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031", 0x7ffc3d558208 "", 0x55f119b03570 "\b", 0x55f119b03568 "\260K\316\062\032\177", 0x7ffc3d558210 "", 0x55f119b02da8 "H\266\360\060\032\177", 0x55f119b03528 "\345g\246\030\361U", 0x55f119b03530 "\340\300\301\031\361U", 0x55f119b03538 "\006", 0x55f119b03540 "\a", 0x7ffc3d558218 "\200\244\243\030\361U", 0x7ffc3d558220 "P\202U=\374\177", 0x7ffc3d558228 "", 0x7ffc3d558230 "", 0x7ffc3d558238 "\245\244\243\030\361U", 0x0, 0x7ffc3d558240 "H\202U=\374\177", 0x55f118a3a4a5 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x55f118a3a480 <_start> "\363\017\036\372\061\355I\211\321^H\211\342H\203\344\360PTE1\300\061\311H\215=;\001", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x55f119b02ee0 "\220\065\260\031\361U", 0x55f119b03180 "\320\061\260\031\361U", 0x7f1a4db66cb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x55f119b02ee0 "\220\065\260\031\361U", 0x55f119b02fd0 "", 0x55f119b03180 "\320\061\260\031\361U", 0x7f1a4dc74994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x55f119b03590 "", 0x55f119b03588 "", 0x55f119b03598 ""...}}
        i = 0
        j = 307
        shstr = 0x7f1a31aee478 ""
        ehdr = 0x7f1a30036000
        shdr = 0x7f1a31aee668
        shstr_shdr = 0x7f1a31aef1e8
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f1a31aee728
        fd = 5
        filesize = 28021288
        file = 0x7f1a30036000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f1a31aef168
        strtab_shdr = 0x7f1a31aef1a8
        dynsym_shdr = 0x7f1a31aee7e8
        dynstr_shdr = 0x7f1a31aee828
        obj = 0x55f119add8a0
        dladdr_fbase = 94493988552704
#4  0x000055f118d607cd in rb_dump_backtrace_with_lines (num_traces=24, traces=0x55f11909e9a0 <trace>, errout=0x7f1a4dc4d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 139750948401000
        i = 0
        lines = 0x55f119d2ef60
        obj = 0x55f119add8a0
        dladdr_fbases = 0x55f119bdfd60
        main_path = 0x55f119b030e0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#5  0x000055f118c6e1ef in rb_print_backtrace (errout=0x7f1a4dc4d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x55f118c6e1d4 <rb_print_backtrace+36>, 0x55f118c6e8f7 <rb_vm_bugreport+656>, 0x55f118e2082c <rb_bug_for_fatal_signal+327>, 0x55f118bb3017 <sigill>, 0x7f1a4da75520 <__restore_rt>, 0x55f118a66839 <heap_check_moved_i+84>, 0x55f118a56eab <objspace_each_objects_try+637>, 0x55f118a40c2d <rb_ensure+388>, 0x55f118a57026 <objspace_each_exec+186>, 0x55f118a570ae <objspace_each_objects+133>, 0x55f118a66da6 <gc_verify_compaction_references+901>, 0x55f118c4777f <builtin_invoker3+78>, 0x55f118c480a7 <invoke_bf+95>, 0x55f118c480e5 <vm_invoke_builtin+52>, 0x55f118c4efe1 <vm_exec_core+28215>, 0x55f118c6286d <rb_vm_exec+320>, 0x55f118c636cc <rb_iseq_eval_main+61>, 0x55f118a3ee4a <rb_ec_exec_node+318>, 0x55f118a3efbb <ruby_run_node+138>, 0x55f118a3a5c4 <rb_main+76>, 0x55f118a3a625 <main+75>, 0x7f1a4da5cd90 <__libc_start_call_main+128>, 0x7f1a4da5ce40 <__libc_start_main_impl+128>, 0x55f118a3a4a5 <_start+37>, 0x0 <repeats 1000 times>}
        n = 24
#6  0x000055f118c6e8f7 in rb_vm_bugreport (ctx=0x55f119b03500, errout=0x7f1a4dc4d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x55f119a6e2a0
        ec = 0x55f119a71c60
#7  0x000055f118e2082c in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55f119b03500, fmt=0x55f118ec442b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f1a4dc4d6a0 <_IO_2_1_stderr_>
        file = 0x7f1a32db80e0 "<internal:gc>"
        line = 286
#8  0x000055f118bb3017 in sigsegv (sig=11, info=0x55f119b03630, ctx=0x55f119b03500) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9  <signal handler called>
No locals.
#10 0x000055f118a66839 in heap_check_moved_i (vstart=0x7f1a32ce0010, vend=0x7f1a32cf0000, stride=80, data=0x0) at /tmp/ruby/src/trunk-O0/gc.c:11112
        poisoned = 0x0
        v = 139750498257840
        __func__ = <optimized out>
#11 0x000055f118a56eab in objspace_each_objects_try (arg=140721337495792) at /tmp/ruby/src/trunk-O0/gc.c:3989
        pstart = 139750498238480
        pend = 139750498304000
        i = 15
        size_pool = 0x55f119a70cf0
        pages_count = 56
        pages = 0x55f11a4d3a50
        page = 0x55f11a47bbb0
        i = 1
        data = 0x7ffc3d5570f0
        objspace = 0x55f119a70bf0
        __func__ = <optimized out>
#12 0x000055f118a40c2d in rb_ensure (b_proc=0x55f118a56c2e <objspace_each_objects_try>, data1=140721337495792, e_proc=0x55f118a56bb4 <objspace_each_objects_ensure>, data2=140721337495792) at /tmp/ruby/src/trunk-O0/eval.c:1003
        _ec = 0x55f119a71c60
        _tag = {tag = 36, retval = 94494009201120, buf = {0x7ffc3d557090, 0x55f118a40bd0 <rb_ensure+295>, 0x0, 0x7ffc3d556fa0, 0x55f118a4efc0 <RB_SPECIAL_CONST_P+24>}, prev = 0x7ffc3d557f40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 1504307968
        ec = 0x55f119a71c60
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x55f118a56bb4 <objspace_each_objects_ensure>, data2 = 140721337495792}}
#13 0x000055f118a57026 in objspace_each_exec (protected=true, each_obj_data=0x7ffc3d5570f0) at /tmp/ruby/src/trunk-O0/gc.c:4064
        objspace = 0x55f119a70bf0
        reenable_incremental = true
#14 0x000055f118a570ae in objspace_each_objects (objspace=0x55f119a70bf0, callback=0x55f118a667e5 <heap_check_moved_i>, data=0x0, protected=true) at /tmp/ruby/src/trunk-O0/gc.c:4077
        each_obj_data = {objspace = 0x55f119a70bf0, reenable_incremental = true, each_obj_callback = 0x55f118a667e5 <heap_check_moved_i>, each_page_callback = 0x0, data = 0x0, pages = {0x55f119d13af0, 0x55f11a4d3a50, 0x55f119d9c700, 0x55f11a4d3c20, 0x55f119c1c0e0}, pages_counts = {51, 56, 178, 54, 54}}
#15 0x000055f118a66da6 in gc_verify_compaction_references (ec=0x55f119a71c60, self=139750522931360, double_heap=0, expand_heap=20, toward_empty=20) at /tmp/ruby/src/trunk-O0/gc.c:11274
        objspace = 0x55f119a70bf0
#16 0x000055f118c4777f in builtin_invoker3 (ec=0x55f119a71c60, self=139750522931360, argv=0x7f1a4d92f088, funcptr=0x55f118a66a21 <gc_verify_compaction_references>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6767
No locals.
#17 0x000055f118c480a7 in invoke_bf (ec=0x55f119a71c60, reg_cfp=0x7f1a4da2ef68, bf=0x55f119080278 <gc_table+216>, argv=0x7f1a4d92f088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6886
        canary_p = false
        ret = 94493990943151
#18 0x000055f118c480e5 in vm_invoke_builtin (ec=0x55f119a71c60, cfp=0x7f1a4da2ef68, bf=0x55f119080278 <gc_table+216>, argv=0x7f1a4d92f088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6894
No locals.
#19 0x000055f118c4efe1 in vm_exec_core (ec=0x55f119a71c60) at ../../src/trunk-O0/insns.def:1511
        bf = 0x55f119080278 <gc_table+216>
        leaf = false
        val = 139750503022040
        reg_pc = 0x55f119b2d7f0
        reg_cfp = 0x7f1a4da2ef68
        insns_address_table = {0x55f118c48216 <vm_exec_core+108>, 0x55f118c48278 <vm_exec_core+206>, 0x55f118c4838b <vm_exec_core+481>, 0x55f118c4849f <vm_exec_core+757>, 0x55f118c4863d <vm_exec_core+1171>, 0x55f118c4876d <vm_exec_core+1475>, 0x55f118c4897f <vm_exec_core+2005>, 0x55f118c48a91 <vm_exec_core+2279>, 0x55f118c48b6a <vm_exec_core+2496>, 0x55f118c48c71 <vm_exec_core+2759>, 0x55f118c48d78 <vm_exec_core+3022>, 0x55f118c48e86 <vm_exec_core+3292>, 0x55f118c48f98 <vm_exec_core+3566>, 0x55f118c49068 <vm_exec_core+3774>, 0x55f118c49171 <vm_exec_core+4039>, 0x55f118c4926b <vm_exec_core+4289>, 0x55f118c4932e <vm_exec_core+4484>, 0x55f118c493f1 <vm_exec_core+4679>, 0x55f118c4947a <vm_exec_core+4816>, 0x55f118c49506 <vm_exec_core+4956>, 0x55f118c495ac <vm_exec_core+5122>, 0x55f118c49684 <vm_exec_core+5338>, 0x55f118c49751 <vm_exec_core+5543>, 0x55f118c4982f <vm_exec_core+5765>, 0x55f118c498f1 <vm_exec_core+5959>, 0x55f118c49a30 <vm_exec_core+6278>, 0x55f118c49ad6 <vm_exec_core+6444>, 0x55f118c49bbb <vm_exec_core+6673>, 0x55f118c49cea <vm_exec_core+6976>, 0x55f118c49dad <vm_exec_core+7171>, 0x55f118c49e70 <vm_exec_core+7366>, 0x55f118c49f67 <vm_exec_core+7613>, 0x55f118c4a029 <vm_exec_core+7807>, 0x55f118c4a0eb <vm_exec_core+8001>, 0x55f118c4a1e5 <vm_exec_core+8251>, 0x55f118c4a2c4 <vm_exec_core+8474>, 0x55f118c4a391 <vm_exec_core+8679>, 0x55f118c4a4a1 <vm_exec_core+8951>, 0x55f118c4a59b <vm_exec_core+9201>, 0x55f118c4a616 <vm_exec_core+9324>, 0x55f118c4a6d7 <vm_exec_core+9517>, 0x55f118c4a7c5 <vm_exec_core+9755>, 0x55f118c4a875 <vm_exec_core+9931>, 0x55f118c4a9f4 <vm_exec_core+10314>, 0x55f118c4aace <vm_exec_core+10532>, 0x55f118c4abba <vm_exec_core+10768>, 0x55f118c4ac4b <vm_exec_core+10913>, 0x55f118c4ada6 <vm_exec_core+11260>, 0x55f118c4b360 <vm_exec_core+12726>, 0x55f118c4b45c <vm_exec_core+12978>, 0x55f118c4b55f <vm_exec_core+13237>, 0x55f118c4b64b <vm_exec_core+13473>, 0x55f118c4b864 <vm_exec_core+14010>, 0x55f118c4b956 <vm_exec_core+14252>, 0x55f118c4ba5c <vm_exec_core+14514>, 0x55f118c4bc67 <vm_exec_core+15037>, 0x55f118c4be1e <vm_exec_core+15476>, 0x55f118c4bf52 <vm_exec_core+15784>, 0x55f118c4c0c7 <vm_exec_core+16157>, 0x55f118c4c1fb <vm_exec_core+16465>, 0x55f118c4c370 <vm_exec_core+16838>, 0x55f118c4c552 <vm_exec_core+17320>, 0x55f118c4c75d <vm_exec_core+17843>, 0x55f118c4c914 <vm_exec_core+18282>, 0x55f118c4ca36 <vm_exec_core+18572>, 0x55f118c4cadd <vm_exec_core+18739>, 0x55f118c4cba1 <vm_exec_core+18935>, 0x55f118c4cc8a <vm_exec_core+19168>, 0x55f118c4cd76 <vm_exec_core+19404>, 0x55f118c4ce5f <vm_exec_core+19637>, 0x55f118c4cf73 <vm_exec_core+19913>, 0x55f118c4d09a <vm_exec_core+20208>, 0x55f118c4d1d9 <vm_exec_core+20527>, 0x55f118c4d318 <vm_exec_core+20846>, 0x55f118c4d457 <vm_exec_core+21165>, 0x55f118c4d596 <vm_exec_core+21484>, 0x55f118c4d6d5 <vm_exec_core+21803>, 0x55f118c4d81f <vm_exec_core+22133>, 0x55f118c4d9a2 <vm_exec_core+22520>, 0x55f118c4dae1 <vm_exec_core+22839>, 0x55f118c4dc20 <vm_exec_core+23158>, 0x55f118c4dd5f <vm_exec_core+23477>, 0x55f118c4de9e <vm_exec_core+23796>, 0x55f118c4dfdd <vm_exec_core+24115>, 0x55f118c4e11c <vm_exec_core+24434>, 0x55f118c4e25b <vm_exec_core+24753>, 0x55f118c4e39a <vm_exec_core+25072>, 0x55f118c4e4f2 <vm_exec_core+25416>, 0x55f118c4e6b8 <vm_exec_core+25870>, 0x55f118c4e83f <vm_exec_core+26261>, 0x55f118c4e967 <vm_exec_core+26557>, 0x55f118c4ea8f <vm_exec_core+26853>, 0x55f118c4ebb2 <vm_exec_core+27144>, 0x55f118c4ecd5 <vm_exec_core+27435>, 0x55f118c4ee09 <vm_exec_core+27743>, 0x55f118c4ef48 <vm_exec_core+28062>, 0x55f118c4f033 <vm_exec_core+28297>, 0x55f118c4f138 <vm_exec_core+28558>, 0x55f118c4f280 <vm_exec_core+28886>, 0x55f118c4f36f <vm_exec_core+29125>, 0x55f118c4f449 <vm_exec_core+29343>, 0x55f118c4f51e <vm_exec_core+29556>, 0x55f118c4f5f9 <vm_exec_core+29775>, 0x55f118c4f675 <vm_exec_core+29899>, 0x55f118c4f6f1 <vm_exec_core+30023>, 0x55f118c4f70f <vm_exec_core+30053>, 0x55f118c4f72d <vm_exec_core+30083>, 0x55f118c4f74b <vm_exec_core+30113>, 0x55f118c4f769 <vm_exec_core+30143>, 0x55f118c4f787 <vm_exec_core+30173>, 0x55f118c4f7a5 <vm_exec_core+30203>, 0x55f118c4f7c3 <vm_exec_core+30233>, 0x55f118c4f7e1 <vm_exec_core+30263>, 0x55f118c4f7ff <vm_exec_core+30293>, 0x55f118c4f81d <vm_exec_core+30323>, 0x55f118c4f83b <vm_exec_core+30353>, 0x55f118c4f859 <vm_exec_core+30383>, 0x55f118c4f877 <vm_exec_core+30413>, 0x55f118c4f895 <vm_exec_core+30443>, 0x55f118c4f8b3 <vm_exec_core+30473>, 0x55f118c4f8d1 <vm_exec_core+30503>, 0x55f118c4f8ef <vm_exec_core+30533>, 0x55f118c4f90d <vm_exec_core+30563>, 0x55f118c4f92b <vm_exec_core+30593>, 0x55f118c4f949 <vm_exec_core+30623>, 0x55f118c4f967 <vm_exec_core+30653>, 0x55f118c4f985 <vm_exec_core+30683>, 0x55f118c4f9a3 <vm_exec_core+30713>, 0x55f118c4f9c1 <vm_exec_core+30743>, 0x55f118c4f9df <vm_exec_core+30773>, 0x55f118c4f9fd <vm_exec_core+30803>, 0x55f118c4fa1b <vm_exec_core+30833>, 0x55f118c4fa39 <vm_exec_core+30863>, 0x55f118c4fa57 <vm_exec_core+30893>, 0x55f118c4fa75 <vm_exec_core+30923>, 0x55f118c4fa93 <vm_exec_core+30953>, 0x55f118c4fab1 <vm_exec_core+30983>, 0x55f118c4facf <vm_exec_core+31013>, 0x55f118c4faed <vm_exec_core+31043>, 0x55f118c4fb0b <vm_exec_core+31073>, 0x55f118c4fb29 <vm_exec_core+31103>, 0x55f118c4fb47 <vm_exec_core+31133>, 0x55f118c4fb65 <vm_exec_core+31163>, 0x55f118c4fb83 <vm_exec_core+31193>, 0x55f118c4fba1 <vm_exec_core+31223>, 0x55f118c4fbbf <vm_exec_core+31253>, 0x55f118c4fbdd <vm_exec_core+31283>, 0x55f118c4fbfb <vm_exec_core+31313>, 0x55f118c4fc19 <vm_exec_core+31343>, 0x55f118c4fc37 <vm_exec_core+31373>, 0x55f118c4fc55 <vm_exec_core+31403>, 0x55f118c4fc73 <vm_exec_core+31433>, 0x55f118c4fc91 <vm_exec_core+31463>, 0x55f118c4fcaf <vm_exec_core+31493>, 0x55f118c4fccd <vm_exec_core+31523>, 0x55f118c4fceb <vm_exec_core+31553>, 0x55f118c4fd09 <vm_exec_core+31583>, 0x55f118c4fd27 <vm_exec_core+31613>, 0x55f118c4fd45 <vm_exec_core+31643>, 0x55f118c4fd63 <vm_exec_core+31673>, 0x55f118c4fd81 <vm_exec_core+31703>, 0x55f118c4fd9f <vm_exec_core+31733>, 0x55f118c4fdbd <vm_exec_core+31763>, 0x55f118c4fddb <vm_exec_core+31793>, 0x55f118c4fdf9 <vm_exec_core+31823>, 0x55f118c4fe17 <vm_exec_core+31853>, 0x55f118c4fe35 <vm_exec_core+31883>, 0x55f118c4fe53 <vm_exec_core+31913>, 0x55f118c4fe71 <vm_exec_core+31943>, 0x55f118c4fe8f <vm_exec_core+31973>, 0x55f118c4fead <vm_exec_core+32003>, 0x55f118c4fecb <vm_exec_core+32033>, 0x55f118c4fee9 <vm_exec_core+32063>, 0x55f118c4ff07 <vm_exec_core+32093>, 0x55f118c4ff25 <vm_exec_core+32123>, 0x55f118c4ff43 <vm_exec_core+32153>, 0x55f118c4ff61 <vm_exec_core+32183>, 0x55f118c4ff7f <vm_exec_core+32213>, 0x55f118c4ff9d <vm_exec_core+32243>, 0x55f118c4ffbb <vm_exec_core+32273>, 0x55f118c4ffd9 <vm_exec_core+32303>, 0x55f118c4fff7 <vm_exec_core+32333>, 0x55f118c50028 <vm_exec_core+32382>, 0x55f118c50046 <vm_exec_core+32412>, 0x55f118c50064 <vm_exec_core+32442>, 0x55f118c50082 <vm_exec_core+32472>, 0x55f118c500a0 <vm_exec_core+32502>, 0x55f118c500be <vm_exec_core+32532>, 0x55f118c500dc <vm_exec_core+32562>, 0x55f118c500fa <vm_exec_core+32592>, 0x55f118c50118 <vm_exec_core+32622>, 0x55f118c50136 <vm_exec_core+32652>, 0x55f118c50154 <vm_exec_core+32682>, 0x55f118c50172 <vm_exec_core+32712>, 0x55f118c50190 <vm_exec_core+32742>, 0x55f118c501ae <vm_exec_core+32772>, 0x55f118c501cc <vm_exec_core+32802>, 0x55f118c501ea <vm_exec_core+32832>, 0x55f118c50208 <vm_exec_core+32862>, 0x55f118c50226 <vm_exec_core+32892>...}
#20 0x000055f118c6286d in rb_vm_exec (ec=0x55f119a71c60) at /tmp/ruby/src/trunk-O0/vm.c:2489
        _ec = 0x55f119a71c60
        _tag = {tag = 36, retval = 4, buf = {0x7ffc3d557fc0, 0x55f118c627eb <rb_vm_exec+190>, 0x0, 0x7ffc3d557f10, 0x55f119af68e0}, prev = 0x7ffc3d558030, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#21 0x000055f118c636cc in rb_iseq_eval_main (iseq=0x7f1a333a1f70) at /tmp/ruby/src/trunk-O0/vm.c:2755
        ec = 0x55f119a71c60
        val = 94494005861472
#22 0x000055f118a3ee4a in rb_ec_exec_node (ec=0x55f119a71c60, n=0x7f1a333a1f70) at /tmp/ruby/src/trunk-O0/eval.c:283
        th = 0x55f119a70810
        _ec = 0x55f119a71c60
        _tag = {tag = 36, retval = 94493988873286, buf = {0x7ffc3d5580b0, 0x55f118a3ede0 <rb_ec_exec_node+212>, 0x0, 0x7ffc3d558000, 0x55f119a71c60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f1a333a1f70
#23 0x000055f118a3efbb in ruby_run_node (n=0x7f1a333a1f70) at /tmp/ruby/src/trunk-O0/eval.c:323
        ec = 0x55f119a71c60
        status = 22001
#24 0x000055f118a3a5c4 in rb_main (argc=120, argv=0x7ffc3d558258) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140721337499952
#25 0x000055f118a3a625 in main (argc=120, argv=0x7ffc3d558258) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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