# Logfile created on 2024-01-11 06:09:35 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000560fddbc6090 @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.20240111-060935", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000560fddc5b488 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000560fddc5b2f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000560fddc5b168 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240111-060935", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240111-060935>, @binmode=false, @mon_data=#<Monitor:0x0000560fddc5b0a0>, @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
$$$[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
   1bd98c8..0ebc3f7  master     -> origin/master
Updating 1bd98c8..0ebc3f7
Fast-forward
 .github/dependabot.yml                             |  2 +-
 lib/bundler/cli.rb                                 |  2 +-
 lib/bundler/cli/binstubs.rb                        |  2 +-
 lib/bundler/definition.rb                          | 12 ++--
 lib/bundler/dsl.rb                                 | 14 ++--
 lib/bundler/lazy_specification.rb                  |  1 +
 lib/bundler/rubygems_ext.rb                        |  2 +-
 lib/bundler/spec_set.rb                            | 81 ++++++++++++++--------
 lib/rubygems.rb                                    |  2 +-
 lib/rubygems/commands/rdoc_command.rb              |  2 +-
 lib/rubygems/commands/update_command.rb            |  8 +--
 lib/rubygems/defaults.rb                           | 10 +--
 lib/rubygems/specification_policy.rb               |  2 +-
 spec/bundler/commands/install_spec.rb              | 29 ++++++++
 spec/bundler/commands/update_spec.rb               |  2 +-
 spec/bundler/lock/lockfile_spec.rb                 | 40 +++++++++++
 spec/bundler/support/rubygems_ext.rb               |  2 +-
 .../test_gem_commands_environment_command.rb       |  2 +-
 test/rubygems/test_gem_commands_update_command.rb  | 34 +++++++--
 test/rubygems/test_gem_dependency_installer.rb     |  6 +-
 test/rubygems/test_gem_ext_builder.rb              | 14 ++--
 test/rubygems/test_gem_safe_marshal.rb             |  4 +-
 test/rubygems/test_gem_source.rb                   |  2 +-
 23 files changed, 194 insertions(+), 81 deletions(-)
Latest commit hash = 0ebc3f7969
$$$[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'
$$$[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
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc  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 enc.mk
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
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
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/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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
	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
generating enc.mk
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.

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

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

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.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/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.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=56623
  "--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/908] 1243639=test_rdoc_stats
[  2/908] 1243641=test_gem_dependency_resolution_error
[  3/908] 1243640=test_rdoc_store
[  4/908] 1243638=test_syntax
[  5/908] 1243639=test_case_comprehensive
[  6/908] 1243641=test_exception
[  7/908] 1243640=test_provider
[  8/908] 1243640=test_inadvertent_creation
[  9/908] 1243640=test_webauthn_listener_response
[ 10/908] 1243641=test_enc_raise
[ 11/908] 1243641=test_io_wait_uncommon
[ 12/908] 1243640=test_gem_request_set_lockfile_parser
[ 13/908] 1243641=test_parser_events
[ 14/908] 1243641=test_gem_ci_detector
[ 15/908] 1243641=test_gem_commands_signout_command
[ 16/908] 1243640=test_gem_silent_ui
[ 17/908] 1243641=test_gem_bundler_version_finder
[ 18/908] 1243640=test_time
[ 19/908] 1243641=test_files_test
[ 20/908] 1243641=test_continuation
[ 21/908] 1243640=test_str2big
[ 22/908] 1243640=test_bigmath
[ 23/908] 1243641=json_generator_test
[ 24/908] 1243640=test_gem_impossible_dependencies_error
[ 25/908] 1243640=test_delete
[ 26/908] 1243640=test_rdoc_markup_to_ansi
[ 27/908] 1243640=test_gc_compact
[ 28/908] 1243641=test_ractor
[ 29/908] 1243641=attribute_write_test
[ 30/908] 1243641=test_features
[ 31/908] 1243641=test_len
[ 32/908] 1243641=test_placearg
[ 33/908] 1243641=test_asn1
[ 34/908] 1243641=test_gem_commands_specification_command
[ 35/908] 1243641=test_popen_deadlock
[ 36/908] 1243641=test_base64
[ 37/908] 1243641=json_generic_object_test
[ 38/908] 1243641=test_complex
[ 39/908] 1243641=test_class_name_check
[ 40/908] 1243641=test_common
[ 41/908] 1243641=test_type
[ 42/908] 1243641=test_backtrace
[ 43/908] 1243641=test_gem_commands_push_command
[ 44/908] 1243641=test_m17n_comb
[ 45/908] 1243638=json_addition_test
[ 46/908] 1243638=test_gem_commands_build_command
[ 47/908] 1243640=test_invalid
[ 48/908] 1243638=test_qsort
[ 49/908] 1243640=test_rdoc_generator_json_index
[ 50/908] 1243638=test_cgi_tag_helper
[ 51/908] 1243638=test_gem_resolver_index_set
[ 52/908] 1243640=test_rdoc_single_class
[ 53/908] 1243640=test_win32ole_param_event
[ 54/908] 1243640=test_debug_cmd
[ 55/908] 1243638=test_workspace
[ 56/908] 1243640=test_gem_spec_fetcher
[ 57/908] 1243638=test_folderitem2_invokeverb
[ 58/908] 1243638=test_write
[ 59/908] 1243640=test_enum
[ 60/908] 1243638=test_date_parse
[ 61/908] 1243638=test_thread
[ 62/908] 1243638=test_rdoc_token_stream
[ 63/908] 1243638=test_recorder
[ 64/908] 1243638=test_gem_request
[ 65/908] 1243638=test_pkey_ec
[ 66/908] 1243638=!Nothing_to_test
[ 67/908] 1243638=test_rendering
[ 68/908] 1243638=test_gem_commands_outdated_command
[ 69/908] 1243638=test_rdoc_markup_formatter
[ 70/908] 1243638=test_usrmarshal
[ 71/908] 1243638=test_gem_validator
[ 72/908] 1243638=test_gbk
[ 73/908] 1243638=json_parser_test
[ 74/908] 1243638=parse_test
[ 75/908] 1243640=test_each
[ 76/908] 1243640=test_profile_frames
[ 77/908] 1243640=test_read_write
[ 78/908] 1243640=test_integer_comb
[ 79/908] 1243641=test_deprecated
[ 80/908] 1243638=test_div
[ 81/908] 1243638=test_kernel
[ 82/908] 1243641=test_nil2vtempty
[ 83/908] 1243641=test_generic
[ 84/908] 1243641=test_enc_str_buf_cat
[ 85/908] 1243641=regexp_test
[ 86/908] 1243641=test_input_method
[ 87/908] 1243641=test_syslog_logger
[ 88/908] 1243641=test_optarg
[ 89/908] 1243641=test_ripper
[ 90/908] 1243638=test_gem_dependency_installer
[ 91/908] 1243641=test_gem_source_lock
[ 92/908] 1243641=test_null
[ 93/908] 1243641=test_windows_1252
[ 94/908] 1243641=test_win32ole_type
[ 95/908] 1243641=test_header
[ 96/908] 1243641=test_x509store
[ 97/908] 1243641=test_exception
[ 98/908] 1243641=test_gem_source_vendor
[ 99/908] 1243641=test_require
[100/908] 1243641=test_data_converters
[101/908] 1243641=test_call
[102/908] 1243640=test_rdoc_text
[103/908] 1243640=test_ansi_without_terminfo
[104/908] 1243640=test_gem_dependency
[105/908] 1243641=test_cgi_util
[106/908] 1243640=test_autoload
[107/908] 1243641=test_modify_expand
[108/908] 1243641=test_memory_view
[109/908] 1243641=test_gem_available_set
[110/908] 1243641=test_assignment
[111/908] 1243638=test_my_integer
[112/908] 1243638=test_fiddle
[113/908] 1243638=test_gem_resolver_git_set
[114/908] 1243638=test_nofree
[115/908] 1243638=test_gem_resolver_lock_specification
[116/908] 1243638=test_ractor
[117/908] 1243638=test_gem_command
[118/908] 1243638=test_emoji_breaks
[119/908] 1243641=test_files_lib
[120/908] 1243641=test_digest
[121/908] 1243640=test_bug-5832
[122/908] 1243640=test_store
[123/908] 1243641=test_gem_commands_open_command
[124/908] 1243641=test_shift_jis
[125/908] 1243641=test_rdoc_cross_reference
[126/908] 1243640=test_quote_char_nil
[127/908] 1243640=test_stringchar
[128/908] 1243640=test_rubygems
[129/908] 1243640=test_gem_security
[130/908] 1243641=test_member
[131/908] 1243641=test_eval
[132/908] 1243641=test_kconv
[133/908] 1243641=test_read
[134/908] 1243638=test_unicode_normalize
[135/908] 1243641=test_bug-3571
[136/908] 1243641=test_reline_key
[137/908] 1243641=test_rdoc_markup_to_joined_paragraph
[138/908] 1243641=test_arity
[139/908] 1243641=test_handle
[140/908] 1243641=test_did_you_mean
[141/908] 1243641=test_date_time
[142/908] 1243641=test_weakref
[143/908] 1243640=test_enumerator
[144/908] 1243641=test_timeout
[145/908] 1243641=test_pkey_dsa
[146/908] 1243641=test_switch_hitter
[147/908] 1243641=test_gem_commands_dependency_command
[148/908] 1243641=test_rdoc_rubygems_hook
[149/908] 1243641=test_hash_create
[150/908] 1243641=bom_test
[151/908] 1243641=test_safe_load
[152/908] 1243641=test_ansi_with_terminfo
[153/908] 1243641=test_gem_stream_ui
[154/908] 1243641=test_thread_fd_close
[155/908] 1243641=test_file
[156/908] 1243641=test_rdoc_generator_ri
[157/908] 1243641=test_string
[158/908] 1243638=test_name_error
[159/908] 1243638=locals_test
[160/908] 1243638=test_gem_source_local
[161/908] 1243638=test_frozen
[162/908] 1243638=test_flip
[163/908] 1243638=test_win32ole_method
[164/908] 1243638=test_dot_dot
[165/908] 1243638=test_scan_args
[166/908] 1243638=test_case_mapping
[167/908] 1243638=test_date_compat
[168/908] 1243638=test_gem_source_subpath_problem
[169/908] 1243638=test_date_conv
[170/908] 1243638=test_weakmap
[171/908] 1243640=test_egrep_cpp
[172/908] 1243640=test_gem_uri
[173/908] 1243640=test_sprintf
[174/908] 1243640=test_rewind
[175/908] 1243640=test_rdoc_method_attr
[176/908] 1243640=test_win32ole_type_event
[177/908] 1243640=test_exception_at_throwing
[178/908] 1243640=test_row
[179/908] 1243640=test_enumerator
[180/908] 1243640=test_stringio
[181/908] 1243640=test_memory_view
[182/908] 1243640=test_arithmetic_sequence
[183/908] 1243640=test_ractor
[184/908] 1243640=test_load
[185/908] 1243640=test_severity
[186/908] 1243640=test_http
[187/908] 1243640=test_gem_update_suggestion
[188/908] 1243640=test_ole_methods
[189/908] 1243640=test_flags
[190/908] 1243640=test_psych
[191/908] 1243640=test_gem_resolver_installer_set
[192/908] 1243640=test_rdoc_i18n_locale
[193/908] 1243640=test_gem_resolver_lock_set
[194/908] 1243640=test_gem_source_installed
[195/908] 1243640=test_kdf
[196/908] 1243640=test_rdoc_comment
[197/908] 1243640=test_tcp
[198/908] 1243640=test_win32ole_variant_m
[199/908] 1243640=test_cclass
[200/908] 1243640=test_rdoc_rdoc
[201/908] 1243640=test_bug_reporter
[202/908] 1243640=test_autoconf
[203/908] 1243640=test_io_buffer
[204/908] 1243640=test_json_tree
[205/908] 1243640=test_cgi_multipart
[206/908] 1243640=test_rdoc_markdown
[207/908] 1243640=test_rdoc_rd_inline
[208/908] 1243640=test_ipaddr
[209/908] 1243640=test_comparable
[210/908] 1243640=test_rdoc_normal_class
[211/908] 1243640=test_gem_package_tar_reader
[212/908] 1243640=test_rdoc_encoding
[213/908] 1243640=test_class
[214/908] 1243639=test_const
[215/908] 1243639=test_io_timeout
[216/908] 1243639=test_files_test_1
[217/908] 1243638=test_gem_source_specific_file
[218/908] 1243638=test_rdoc_markup_parser
[219/908] 1243638=test_method
[220/908] 1243639=test_rdoc_constant
[221/908] 1243640=test_deprecate
[222/908] 1243640=test_pkcs12
[223/908] 1243640=test_gem_installer
[224/908] 1243639=test_row_separator
[225/908] 1243639=test_tempfile
[226/908] 1243639=test_wait
[227/908] 1243639=test_gem_commands_cert_command
[228/908] 1243641=test_date_new
[229/908] 1243641=magic_comment_test
[230/908] 1243641=test_duplicate
[231/908] 1243641=test_object_create_start
[232/908] 1243641=test_acl
[233/908] 1243641=test_gem_unsatisfiable_dependency_error
[234/908] 1243641=test_require_path_check
[235/908] 1243641=test_utf16
[236/908] 1243641=test_path
[237/908] 1243641=test_cmd
[238/908] 1243639=test_rdoc_markup_paragraph
[239/908] 1243639=json_string_matching_test
[240/908] 1243639=test_euc_tw
[241/908] 1243639=test_nomethod_error
[242/908] 1243639=test_fstring
[243/908] 1243639=test_quote_empty
[244/908] 1243639=test_rdoc_markup_raw
[245/908] 1243639=test_gem_platform
[246/908] 1243639=test_rdoc_parser_c
[247/908] 1243641=test_rdoc_markup_verbatim
[248/908] 1243641=test_emitter
[249/908] 1243641=newline_test
[250/908] 1243641=test_econv
[251/908] 1243639=json_fixtures_test
[252/908] 1243639=test_color
[253/908] 1243639=test_ldap
[254/908] 1243639=test_rdoc_markup_to_html
[255/908] 1243639=test_macro
[256/908] 1243639=test_rdoc_task
[257/908] 1243639=test_numhash
[258/908] 1243639=test_stack
[259/908] 1243641=test_bigzero
[260/908] 1243641=test_pkey_rsa
[261/908] 1243641=test_backtrace
[262/908] 1243639=test_postponed_job
[263/908] 1243641=test_uncorrectable_name_check
[264/908] 1243641=test_gem_request_set_lockfile
[265/908] 1243639=test_parse
[266/908] 1243641=test_observer
[267/908] 1243641=test_method_name_check
[268/908] 1243641=test_rdoc_top_level
[269/908] 1243639=test_hmac
[270/908] 1243639=test_gem_commands_setup_command
[271/908] 1243641=test_pty
[272/908] 1243639=encoding_test
[273/908] 1243639=test_bmethod
[274/908] 1243639=test_erb
[275/908] 1243639=test_numeric
[276/908] 1243641=test_gem_commands_environment_command
[277/908] 1243639=test_raise
[278/908] 1243639=test_mkmf
[279/908] 1243639=test_gem_stub_specification
[280/908] 1243641=test_assembler
[281/908] 1243641=test_function
[282/908] 1243640=test_string
[283/908] 1243640=comments_test
[284/908] 1243641=test_yaml
[285/908] 1243640=test_array
[286/908] 1243640=test_debug
[287/908] 1243640=test_reline
[288/908] 1243641=test_framework
[289/908] 1243639=test_socket
[290/908] 1243641=test_yamlstore
[291/908] 1243641=test_class2name
[292/908] 1243641=test_rdoc_markup_to_html_crossref
[293/908] 1243640=test_syslog
[294/908] 1243640=test_erb_m17n
[295/908] 1243640=test_rdoc_code_object
[296/908] 1243641=test_gem_commands_uninstall_command
[297/908] 1243640=test_pack
[298/908] 1243640=test_rdoc_markup_heading
[299/908] 1243640=test_fnmatch
[300/908] 1243640=test_x509name
[301/908] 1243640=test_skip_lines
[302/908] 1243640=test_gem_source
[303/908] 1243640=test_depth_first
[304/908] 1243640=test_random_formatter
[305/908] 1243640=test_benchmark
[306/908] 1243639=test_cp949
[307/908] 1243639=test_gem_commands_search_command
[308/908] 1243639=test_condition
[309/908] 1243639=test_defined
[310/908] 1243641=test_sorted_set
[311/908] 1243639=test_face
[312/908] 1243639=test_emoji
[313/908] 1243639=test_sizeof
[314/908] 1243640=test_iseq
[315/908] 1243641=test_color_printer
[316/908] 1243641=test_rdoc_rd_inline_parser
[317/908] 1243641=test_date_attr
[318/908] 1243641=test_basicsocket
[319/908] 1243641=test_sleep
[320/908] 1243641=test_file
[321/908] 1243641=test_reqarg
[322/908] 1243641=test_date_strftime
[323/908] 1243640=test_init
[324/908] 1243640=test_set
[325/908] 1243640=library_symbols_test
[326/908] 1243640=test_zsh_completion
[327/908] 1243640=test_resource
[328/908] 1243640=test_system
[329/908] 1243641=test_gem_commands_signin_command
[330/908] 1243641=test_random
[331/908] 1243641=test_ssl_session
[332/908] 1243641=test_rdoc_markup_hard_break
[333/908] 1243641=test_gem_version
[334/908] 1243639=test_rdoc_markdown_test
[335/908] 1243641=test_rdoc_normal_module
[336/908] 1243641=test_gem_resolver_dependency_request
[337/908] 1243641=test_encodings
[338/908] 1243640=test_ns_spki
[339/908] 1243640=test_iseq_load
[340/908] 1243641=test_utf32
[341/908] 1243641=test_type_completor
[342/908] 1243641=test_key_name_check
[343/908] 1243641=test_trick
[344/908] 1243639=test_rdoc_markup_to_markdown
[345/908] 1243639=test_scalar
[346/908] 1243639=test_arith_seq_beg_len_step
[347/908] 1243639=test_gem_resolver_requirement_list
[348/908] 1243639=test_change_word
[349/908] 1243639=test_gem_commands_pristine_command
[350/908] 1243638=test_tmpdir
[351/908] 1243638=test_noarg
[352/908] 1243638=test_typeddata
[353/908] 1243640=test_inputs_scanner
[354/908] 1243640=test_cesu8
[355/908] 1243640=test_rdoc_markup_include
[356/908] 1243640=test_protect
[357/908] 1243640=test_rdoc_servlet
[358/908] 1243640=test_clone
[359/908] 1243638=test_rdoc_generator_pot_po
[360/908] 1243638=test_tree_builder
[361/908] 1243638=test_capacity
[362/908] 1243638=test_thread
[363/908] 1243638=test_nextafter
[364/908] 1243640=test_rubyoptions
[365/908] 1243638=test_shapes
[366/908] 1243638=test_rdoc_ri_driver
[367/908] 1243638=test_httpheader
[368/908] 1243638=test_literal
[369/908] 1243639=test_date_marshal
[370/908] 1243639=test_euc_kr
[371/908] 1243639=test_gem_commands_cleanup_command
[372/908] 1243638=test_gem_commands_mirror
[373/908] 1243638=test_gem_security_trust_dir
[374/908] 1243638=test_line_editor
[375/908] 1243638=test_rinda
[376/908] 1243639=test_io_wait
[377/908] 1243639=test_string_memory
[378/908] 1243639=test_acceptable
[379/908] 1243639=test_kwargs
[380/908] 1243639=test_yield
[381/908] 1243641=test_integer
[382/908] 1243641=test_stream
[383/908] 1243641=test_pkey
[384/908] 1243641=test_gem_resolver_api_set
[385/908] 1243641=parse_comments_test
[386/908] 1243641=test_forwardable
[387/908] 1243641=test_ractor
[388/908] 1243638=test_dryrun
[389/908] 1243641=test_win32ole_typelib
[390/908] 1243641=test_external_new
[391/908] 1243641=test_bundled_ca
[392/908] 1243638=test_key_stroke
[393/908] 1243638=test_ractor
[394/908] 1243638=test_ifunless
[395/908] 1243638=test_rat
[396/908] 1243638=test_mdns
[397/908] 1243638=test_config
[398/908] 1243638=test_process
[399/908] 1243641=test_gem_name_tuple
[400/908] 1243641=test_undef
[401/908] 1243641=test_date_ractor
[402/908] 1243641=test_http_request
[403/908] 1243641=test_gem_request_set
[404/908] 1243641=constant_path_node_test
[405/908] 1243641=test_win32ole_method_event
[406/908] 1243641=test_gem_ext_ext_conf_builder
[407/908] 1243641=test_pkey_dh
[408/908] 1243641=test_path_to_class
[409/908] 1243641=test_gem_resolver_activation_request
[410/908] 1243641=test_function_entry
[411/908] 1243641=test_securerandom
[412/908] 1243641=test_abi
[413/908] 1243641=test_rdoc_any_method
[414/908] 1243641=test_config
[415/908] 1243641=test_alias_and_anchor
[416/908] 1243641=test_hash
[417/908] 1243641=test_drb
[418/908] 1243639=test_complexrational
[419/908] 1243639=test_gem_ext_builder
[420/908] 1243639=test_stream
[421/908] 1243639=test_threadgroup
[422/908] 1243639=test_prettyprint
[423/908] 1243639=test_human_typo
[424/908] 1243639=test_rdoc_context_section
[425/908] 1243639=test_ellipsize
[426/908] 1243639=test_emitter
[427/908] 1243639=test_io
[428/908] 1243639=test_gem_security_policy
[429/908] 1243639=test_queue
[430/908] 1243639=test_rdoc_alias
[431/908] 1243639=test_data
[432/908] 1243639=test_big2str
[433/908] 1243639=test_gem_commands_yank_command
[434/908] 1243639=test_gem_commands_check_command
[435/908] 1243639=test_gem_ext_cargo_builder
[436/908] 1243639=test_io_buffer
[437/908] 1243639=test_gem_package_tar_header
[438/908] 1243639=test_rdoc_extend
[439/908] 1243639=test_to_ruby
[440/908] 1243639=test_c_struct_builder
[441/908] 1243639=test_gem_resolver_index_specification
[442/908] 1243640=test_merge_keys
[443/908] 1243640=test_gem_package_tar_reader_entry
[444/908] 1243639=test_gem_specification
[445/908] 1243640=test_tsort
[446/908] 1243640=test_gem_commands_exec_command
[447/908] 1243640=test_rdoc_markup_to_label
[448/908] 1243640=test_rbconfig
[449/908] 1243640=test_files_sample
[450/908] 1243640=test_metaclass
[451/908] 1243640=version_test
[452/908] 1243640=test_bigdecimal
[453/908] 1243639=test_object_references
[454/908] 1243639=test_scheduler
[455/908] 1243639=test_cgi_cookie
[456/908] 1243639=test_gem_resolver
[457/908] 1243641=test_win32ole_variable
[458/908] 1243639=test_within_pipe
[459/908] 1243641=test_load
[460/908] 1243641=test_have_library
[461/908] 1243639=test_mixed_unicode_escapes
[462/908] 1243639=test_rdoc_generator_darkfish
[463/908] 1243639=test_cipher
[464/908] 1243639=test_httpresponse
[465/908] 1243639=test_rdoc_parser_ruby
[466/908] 1243641=test_beginendblock
[467/908] 1243641=test_time_tz
[468/908] 1243641=test_big5
[469/908] 1243641=test_new
[470/908] 1243640=test_abbrev
[471/908] 1243641=test_httpresponses
[472/908] 1243640=test_gem_commands_server_command
[473/908] 1243641=test_general
[474/908] 1243640=test_objspace
[475/908] 1243641=test_timeout
[476/908] 1243641=test_bn
[477/908] 1243641=test_io_console
[478/908] 1243639=test_unicode_escape
[479/908] 1243639=test_cparser
[480/908] 1243641=test_rdoc_markup_attributes
[481/908] 1243641=test_recursion
[482/908] 1243641=test_string_processing
[483/908] 1243641=test_c_union_entity
[484/908] 1243641=test_arith_seq_extract
[485/908] 1243641=test_rubyvm
[486/908] 1243641=test_ractor
[487/908] 1243641=test_gem_request_connection_pools
[488/908] 1243639=test_config
[489/908] 1243639=test_getoptlong
[490/908] 1243639=test_pack
[491/908] 1243641=test_logperiod
[492/908] 1243641=test_pp
[493/908] 1243641=test_enc_associate
[494/908] 1243639=test_x509cert
[495/908] 1243639=test_gem_commands_unpack_command
[496/908] 1243641=test_rdoc_markup_to_table_of_contents
[497/908] 1243641=test_import
[498/908] 1243639=test_last_thread
[499/908] 1243639=test_ftp
[500/908] 1243639=test_logdevice
[501/908] 1243639=test_ssl
[502/908] 1243641=test_digest_extend
[503/908] 1243641=test_logger
[504/908] 1243641=test_append
[505/908] 1243641=test_symbol
[506/908] 1243641=test_rb_str_dup
[507/908] 1243641=test_module
[508/908] 1243641=test_key_error
[509/908] 1243641=test_engine
[510/908] 1243641=test_struct
[511/908] 1243641=test_etc
[512/908] 1243641=test_option
[513/908] 1243641=test_mutex
[514/908] 1243639=test_win32ole_event
[515/908] 1243639=test_key_event_record
[516/908] 1243639=test_array_create
[517/908] 1243639=test_notimplement
[518/908] 1243639=test_scalar_scanner
[519/908] 1243639=test_gem_ext_cmake_builder
[520/908] 1243639=test_interned_str
[521/908] 1243639=test_integer
[522/908] 1243641=test_objectspace
[523/908] 1243638=test_compile_prism
[524/908] 1243638=test_io
[525/908] 1243641=test_sexp
[526/908] 1243641=test_gem_util
[527/908] 1243641=test_tree_spell_checker
[528/908] 1243641=test_euc_jp
[529/908] 1243641=test_require_lib
[530/908] 1243639=test_ssl
[531/908] 1243639=test_evaluation
[532/908] 1243639=test_case_options
[533/908] 1243639=test_convert
[534/908] 1243639=test_gem_console_ui
[535/908] 1243639=test_https
[536/908] 1243639=test_rdoc_markup_to_tt_only
[537/908] 1243639=test_ractor
[538/908] 1243639=test_raise_exception
[539/908] 1243639=test_rdoc_markup_to_bs
[540/908] 1243639=test_gem_commands_update_command
[541/908] 1243641=json_encoding_test
[542/908] 1243641=test_marshal
[543/908] 1243641=test_optparse
[544/908] 1243641=ripper_compat_test
[545/908] 1243641=test_delegate
[546/908] 1243639=test_gem_ext_cargo_builder_unit
[547/908] 1243641=test_bash_completion
[548/908] 1243641=test_cgi_core
[549/908] 1243641=test_signal
[550/908] 1243639=test_fixnum
[551/908] 1243639=test_bug-14834
[552/908] 1243639=test_terminfo
[553/908] 1243639=test_rational2
[554/908] 1243639=test_fiber
[555/908] 1243641=test_rdoc_require
[556/908] 1243641=test_parser
[557/908] 1243641=test_buffered_io
[558/908] 1243641=test_completion
[559/908] 1243641=test_constant
[560/908] 1243639=test_gem
[561/908] 1243641=test_addrinfo
[562/908] 1243641=test_encoding
[563/908] 1243639=test_to_ary_concat
[564/908] 1243641=test_data_error
[565/908] 1243641=test_yjit_exit_locations
[566/908] 1243641=test_monitor
[567/908] 1243641=test_document
[568/908] 1243641=test_gem_config_file
[569/908] 1243641=test_cstr
[570/908] 1243641=test_gem_resolver_best_set
[571/908] 1243641=test_whileuntil
[572/908] 1243641=test_float
[573/908] 1243639=test_gem_gemcutter_utilities
[574/908] 1243639=test_method_cache
[575/908] 1243639=test_history
[576/908] 1243639=test_primitive
[577/908] 1243639=test_mul
[578/908] 1243639=test_passing_block
[579/908] 1243639=test_gem_commands_which_command
[580/908] 1243639=test_gem_resolver_conflict
[581/908] 1243639=test_nowrite
[582/908] 1243639=test_nesting_parser
[583/908] 1243639=test_thread_queue
[584/908] 1243641=test_vm_dump
[585/908] 1243641=test_gem_package_tar_writer
[586/908] 1243641=test_gb18030
[587/908] 1243641=test_fileutils
[588/908] 1243641=errors_test
[589/908] 1243641=test_sockopt
[590/908] 1243641=test_gem_uri_formatter
[591/908] 1243641=test_omap
[592/908] 1243641=test_windows_1251
[593/908] 1243641=test_shellwords
[594/908] 1243641=test_yaml_tree
[595/908] 1243641=test_encoding
[596/908] 1243641=test_wss
[597/908] 1243641=test_x509ext
[598/908] 1243641=test_fips
[599/908] 1243641=test_configuration
[600/908] 1243641=test_class
[601/908] 1243641=test_libs
[602/908] 1243641=test_gc
[603/908] 1243641=test_math
[604/908] 1243638=test_coverage
[605/908] 1243641=test_pathname
[606/908] 1243641=test_case
[607/908] 1243641=test_gem_path_support
[608/908] 1243641=test_helper
[609/908] 1243641=test_rdoc_parser
[610/908] 1243639=test_pattern_matching
[611/908] 1243641=test_thread_cv
[612/908] 1243639=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 45669>
[613/908] 1243639=test_webauthn_poller
[614/908] 1243641=test_rdoc_parser_rd
[615/908] 1243641=test_marshalable
[616/908] 1243641=test_set_len
[617/908] 1243641=test_x509attr
[618/908] 1243641=test_unicode
[619/908] 1243641=test_gem_resolver_installed_specification
[620/908] 1243639=test_gem_resolver_vendor_set
[621/908] 1243641=test_gem_commands_list_command.Closed file descriptor: TestGemResolverVendorSet#test_find_all: 11

[622/908] 1243639=test_cmethod
[623/908] 1243639=test_gem_ext_rake_builder
[624/908] 1243641=test_parser
[625/908] 1243641=test_irb
[626/908] 1243638=test_gem_requirement
[627/908] 1243638=test_numeric
[628/908] 1243638=test_word
[629/908] 1243638=test_project_sanity
[630/908] 1243641=test_refinement
[631/908] 1243638=test_gem_command_manager
[632/908] 1243639=test_address_resolve
[633/908] 1243638=test_cgi_session
[634/908] 1243638=test_pkcs7
[635/908] 1243639=test_iter_break
[636/908] 1243639=test_keyword
[637/908] 1243638=test_x509crl
[638/908] 1243638=test_hash
[639/908] 1243639=test_ensured
[640/908] 1243639=test_num2int
[641/908] 1243639=test_gem_install_update_options
[642/908] 1243639=test_win32ole_record
[643/908] 1243639=test_ruby_lex
[644/908] 1243639=dispatcher_test
[645/908] 1243639=test_complex2
[646/908] 1243639=test_eval_history
[647/908] 1243639=test_insns_leaf
[648/908] 1243639=test_gem_version_option
[649/908] 1243639=test_ossl
[650/908] 1243639=test_ubf_async_safe
[651/908] 1243639=test_yjit
[652/908] 1243640=test_frozen_error
[653/908] 1243640=test_m17n
[654/908] 1243640=test_x509req
[655/908] 1243640=test_array
[656/908] 1243638=test_gem_ext_cargo_builder_link_flag_converter
[657/908] 1243641=test_console_attr
[658/908] 1243641=test_argf
[659/908] 1243638=test_files_ext
[660/908] 1243638=test_dln
[661/908] 1243638=test_rdoc_options
[662/908] 1243638=test_closure
[663/908] 1243638=test_at_exit
[664/908] 1243638=test_digest
[665/908] 1243638=test_object
[666/908] 1243638=test_gem_resolver_local_specification
[667/908] 1243638=test_pkg_config
[668/908] 1243638=test_yield_block
[669/908] 1243638=test_set
[670/908] 1243638=test_gem_commands_help_command
[671/908] 1243638=test_rdoc_include
[672/908] 1243638=test_func
[673/908] 1243641=test_jaro_winkler
[674/908] 1243641=test_foreach
[675/908] 1243641=test_install
[676/908] 1243641=test_yamldbm
[677/908] 1243641=unescape_test
[678/908] 1243639=test_rdoc_markup_attribute_manager
[679/908] 1243639=test_nil
[680/908] 1243639=test_trace
[681/908] 1243639=test_rdoc_class_module
[682/908] 1243639=test_liberal_parsing
[683/908] 1243639=test_gem_resolver_composed_set
[684/908] 1243639=test_summary
[685/908] 1243639=test_win32ole_variant
[686/908] 1243639=test_find
[687/908] 1243639=test_arity
[688/908] 1243639=test_object
[689/908] 1243640=test_gem_local_remote_options
[690/908] 1243640=test_gc
[691/908] 1243639=test_cgi_modruby
[692/908] 1243639=test_gem_commands_owner_command
[693/908] 1243641=test_rational
[694/908] 1243639=test_resolve_symbol
[695/908] 1243641=test_flush
[696/908] 1243641=test_stat
[697/908] 1243641=test_pair
[698/908] 1243639=test_gem_commands_install_command
[699/908] 1243639=test_enumerator_kw
[700/908] 1243639=test_mailto
[701/908] 1243639=test_transcode
[702/908] 1243641=test_dir
[703/908] 1243639=test_coderange
[704/908] 1243639=test_iso_8859
[705/908] 1243639=test_c_struct_entry
[706/908] 1243641=test_rdoc_context
[707/908] 1243638=test_random
[708/908] 1243638=test_lexer
[709/908] 1243638=test_nonblock
[710/908] 1243638=test_strip
[711/908] 1243638=test_open-uri
[712/908] 1243639=test_date
[713/908] 1243639=test_kill_ring
[714/908] 1243639=test_boolean
[715/908] 1243639=test_column_separator
[716/908] 1243639=test_yaml_special_cases
[717/908] 1243639=test_gem_source_list
[718/908] 1243639=test_drbssl
[719/908] 1243638=test_rdoc_parser_changelog
[720/908] 1243638=parameters_signature_test
[721/908] 1243638=test_pstore
[722/908] 1243638=test_variable
[723/908] 1243638=test_gem_text
[724/908] 1243638=test_settracefunc
[725/908] 1243641=test_gem_request_set_gem_dependency_api
[726/908] 1243641=test_lambda
[727/908] 1243641=test_readpartial
[728/908] 1243641=test_win32ole
[729/908] 1243641=heredoc_dedent_test
[730/908] 1243641=test_sprintf_comb
[731/908] 1243641=test_time
[732/908] 1243641=test_gem_package_old
[733/908] 1243641=memsize_test
[734/908] 1243641=test_method_cache
[735/908] 1243641=test_super
[736/908] 1243638=test_ocsp
[737/908] 1243638=test_win32ole_param
[738/908] 1243638=test_convertible
[739/908] 1243641=test_env
[740/908] 1243641=test_nkf
[741/908] 1243638=test_rdoc_markup_pre_process
[742/908] 1243641=test_internal_ivar
[743/908] 1243641=test_error_highlight
[744/908] 1243638=test_config
[745/908] 1243638=desugar_compiler_test
[746/908] 1243638=test_pipe
[747/908] 1243641=test_general
[748/908] 1243638=test_have_macro
[749/908] 1243641=test_resize
[750/908] 1243641=test_io_m17n
[751/908] 1243638=test_stringscanner
[752/908] 1243638=test_gem_resolver_specification
[753/908] 1243638=test_tracepoint
[754/908] 1243638=test_process
[755/908] 1243638=test_dns
[756/908] 1243639=test_addr
[757/908] 1243639=test_gem_commands_info_command
[758/908] 1243639=test_getopts
[759/908] 1243639=test_helper
[760/908] 1243639=test_dir_m17n
[761/908] 1243638=test_rdoc_generator_pot_po_entry
[762/908] 1243638=test_cgi_header
[763/908] 1243638=test_show_source
[764/908] 1243638=test_tuplebag
[765/908] 1243638=test_singleton_function
[766/908] 1243638=test_protocol
[767/908] 1243638=test_rdoc_markup_to_rdoc
[768/908] 1243638=test_storage
[769/908] 1243638=test_zlib
[770/908] 1243641=test_rdoc_generator_pot
[771/908] 1243641=test_gem_uninstaller
[772/908] 1243639=test_alias
[773/908] 1243639=test_proc
[774/908] 1243641=test_eval
[775/908] 1243641=test_pointer
[776/908] 1243639=test_gem_gem_runner
[777/908] 1243640=test_regexp
[778/908] 1243639=pattern_test
[779/908] 1243639=test_file_exhaustive
[780/908] 1243641=test_extlibs
[781/908] 1243641=test_printf
[782/908] 1243641=compiler_test
[783/908] 1243641=test_iterator
[784/908] 1243641=test_variable_name_check
[785/908] 1243641=test_string
[786/908] 1243641=test_gem_remote_fetcher
[787/908] 1243641=test_case
[788/908] 1243641=test_open3
[789/908] 1243639=test_pinned
[790/908] 1243639=test_udp
[791/908] 1243639=test_pattern_key_name_check
[792/908] 1243639=test_thread
[793/908] 1243641=test_require
[794/908] 1243641=test_remote_fetch_error
[795/908] 1243641=test_weakkeymap
[796/908] 1243638=test_formatter
[797/908] 1243638=test_rdoc_markup_document
[798/908] 1243638=test_lazy_enumerator
[799/908] 1243641=test_key_actor_vi
[800/908] 1243641=test_require
[801/908] 1243638=test_unconverted_fields
[802/908] 1243638=test_find_executable
[803/908] 1243638=test_ts
[804/908] 1243638=test_dup
[805/908] 1243638=test_delegation
[806/908] 1243638=test_history
[807/908] 1243638=test_locale
[808/908] 1243638=test_exit
[809/908] 1243638=test_optimization
[810/908] 1243639=test_gem_commands_query_command
[811/908] 1243639=test_drbobject
[812/908] 1243639=test_range
[813/908] 1243641=test_rdoc_rd
[814/908] 1243641=test_buffering
[815/908] 1243641=test_svcb_https
[816/908] 1243641=test_drbunix
[817/908] 1243639=test_gem_commands_stale_command
[818/908] 1243639=test_patterns
[819/908] 1243639=test_gem_resolver_api_specification
[820/908] 1243639=location_test
[821/908] 1243639=test_date_arith
[822/908] 1243639=test_gem_security_signer
[823/908] 1243639=test_gem_package
[824/908] 1243639=json_common_interface_test
[825/908] 1243639=test_grapheme_breaks
[826/908] 1243639=test_ractor
[827/908] 1243639=test_enumerable
[828/908] 1243639=test_too_many_dummy_encodings
[829/908] 1243639=test_signedness
[830/908] 1243639=test_rdoc_parser_simple
[831/908] 1243639=ruby_api_test
[832/908] 1243639=test_gem_safe_marshal
[833/908] 1243641=test_date_strptime
[834/908] 1243641=test_gem_request_set_lockfile_tokenizer
[835/908] 1243641=test_gem_doctor
[836/908] 1243641=fuzzer_test
[837/908] 1243641=test_ast
[838/908] 1243639=test_propertyputref
[839/908] 1243639=test_struct
[840/908] 1243639=test_default_gems
[841/908] 1243639=test_instrumentation_api
[842/908] 1243639=test_rand
[843/908] 1243638=test_serialize_subclasses
[844/908] 1243638=test_ws
[845/908] 1243638=test_erb_command
[846/908] 1243638=test_gem_rdoc
[847/908] 1243639=test_win32ole_variant_outarg
[848/908] 1243639=test_gem_commands_contents_command
[849/908] 1243638=test_have_func
[850/908] 1243639=test_ractor_compatibility
[851/908] 1243639=test_http
[852/908] 1243638=test_fd_setsize
[853/908] 1243638=test_gem_source_git
[854/908] 1243638=test_regex_casefold
[855/908] 1243638=test_unix
[856/908] 1243638=test_context
[857/908] 1243638=test_coder
[858/908] 1243638=test_symbol
[859/908] 1243639=test_gem_commands_sources_command
[860/908] 1243639=test_rdoc_i18n_text
[861/908] 1243639=test_gem_source_fetch_problem
[862/908] 1243639=test_rdoc_parser_markdown
[863/908] 1243639=test_rdoc_markup_indented_paragraph
[864/908] 1243639=test_rdoc_markup_to_html_snippet
[865/908] 1243639=test_gem_commands_lock_command
[866/908] 1243639=test_data
[867/908] 1243639=test_err_in_callback
[868/908] 1243639=test_force_quotes
[869/908] 1243639=json_ext_parser_test
[870/908] 1243639=test_gem_resolver_vendor_specification
[871/908] 1243639=test_rdoc_attr
[872/908] 1243639=test_not
[873/908] 1243639=test_table
[874/908] 1243639=test_ostruct
[875/908] 1243639=test_koi8
[876/908] 1243639=test_rdoc_generator_markup
[877/908] 1243639=test_rendering
[878/908] 1243639=test_gem_dependency_list
[879/908] 1243639=test_gem_ext_configure_builder
[880/908] 1243639=test_scanner_events
[881/908] 1243639=test_inlinecache
[882/908] 1243639=test_filter
[883/908] 1243639=test_stringify_symbols
[884/908] 1243639=test_pack
[885/908] 1243639=test_read
[886/908] 1243639=test_basicinstructions
[887/908] 1243639=test_update
[888/908] 1243639=test_key_actor_emacs
[889/908] 1243639=test_ractor
[890/908] 1243639=test_verbose
[891/908] 1243639=test_https_proxy
[892/908] 1243639=test_bigdecimal_util
[893/908] 1243639=test_rdoc_rd_block_parser
[894/908] 1243639=test_name_error_extension
[895/908] 1243639=test_rdoc_ri_paths
[896/908] 1243639=test_gem_resolver_git_specification
[897/908] 1243639=test_files_test_2
[898/908] 1243639=test_rdoc_markup
[899/908] 1243639=test_singleton
[900/908] 1243639=test_ancdata
[901/908] 1243639=test_spell_checker
[902/908] 1243639=test_rdoc_tom_doc
[903/908] 1243639=ractor_test
[904/908] 1243639=test_gem_commands_fetch_command
[905/908] 1243639=test_converters
[906/908] 1243639=test_normalize
[907/908] 1243639=test_bignum
[908/908] 1243639=test_sleep

Retrying...
Finished tests in 1297.026188s, 20.8639 tests/s, 7386.3196 assertions/s.
27061 tests, 9580250 assertions, 0 failures, 0 errors, 240 skips

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.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/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.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-11T06:02:13Z master 0ebc3f7969) [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 269.827279 seconds

3728 files, 32492 examples, 143689 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.1244704.ruby -x gdbscript
[New LWP 1244704]
[New LWP 1244706]
[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/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000558eddce8647 in get_uint16 (p=0x7f14ccd6e019 "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
947	    return (uint16_t)MERGE_2INTS(p[0],p[1],8);
[Current thread is 1 (Thread 0x7f14e7c387c0 (LWP 1244704))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f14e7c387c0 (LWP 1244704) 0x0000558eddce8647 in get_uint16 (p=0x7f14ccd6e019 "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
  2    Thread 0x7f14ce65f640 (LWP 1244706) 0x00007f14e7d60fde in epoll_wait (epfd=4, events=0x558eddfe383c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f14ce65f640 (LWP 1244706)):
#0  0x00007f14e7d60fde in epoll_wait (epfd=4, events=0x558eddfe383c <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  0x0000558eddb48962 in event_wait (vm=0x558ede557b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21902
#2  0x0000558eddb48986 in timer_thread_polling (vm=0x558ede557b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1624491286
#3  0x0000558eddb49046 in timer_thread_func (ptr=0x558ede557b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x558ede557b10
#4  0x00007f14e7ccfb43 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 = {140729695867744, -7674073457952965072, 139727338862144, 25, 139727765043280, 140729695868096, 7757918829786021424, 7758005889163312688}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f14e7d60bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f14e7c387c0 (LWP 1244704)):
#0  0x0000558eddce8647 in get_uint16 (p=0x7f14ccd6e019 "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
No locals.
#1  0x0000558eddce8686 in get_uint32 (p=0x7f14ccd6e019 "") at /tmp/ruby/src/trunk-O0/addr2line.c:953
No locals.
#2  0x0000558eddce86b2 in get_uint64 (p=0x7f14ccd6e015 "") at /tmp/ruby/src/trunk-O0/addr2line.c:959
No locals.
#3  0x0000558eddce8834 in read_uintptr (ptr=0x558ede5eb5f0) at /tmp/ruby/src/trunk-O0/addr2line.c:1008
        p = 0x7f14ccd6e015 ""
#4  0x0000558eddcea196 in ranges_include (reader=0x558ede5eb8e0, ptr=0x558ede5eb6e0, addr=4402020, rnglists_header=0x558ede5eb6a0, errout=0x7f14e7e556a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1698
        from = 0
        to = 3454232
        p = 0x7f14ccd6e01d "\220\267\064"
        base = 0
        base_valid = true
#5  0x0000558eddceac81 in debug_info_read (reader=0x558ede5eb8e0, num_traces=39, traces=0x558eddfe6940 <trace>, lines=0x558edee10480, offset=0, errout=0x7f14e7e556a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1947
        addr = 94072095636324
        offset = 4402020
        saddr = 0
        i = 37
        die = {pos = 4365797, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 480400, low_pc_set = false, high_pc_set = false, ranges_set = true}
        line = {dirname = 0x7f14cc5398b1 "/tmp/ruby/src/trunk-O0/yjit/src", filename = 0x7f14cc53a128 "codegen.rs", path = 0x0, line = 8662, base_addr = 0, saddr = 0, sname = 0x7f14cc832702 "push<yjit::backend::ir::Opnd, alloc::alloc::Global>", 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}
#6  0x0000558eddcebb43 in fill_lines (num_traces=39, traces=0x558eddfe6940 <trace>, check_debuglink=1, objp=0x558ede5ec200, lines=0x558edee10480, offset=0, errout=0x7f14e7e556a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x558edee10fa0, file = 0x7f14cb55d000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f14cc0f9eb1 "a \006", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f14cc54e5c2 "(\026", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f14cc53a128 "codegen.rs", debug_line_directories = 0x7f14cc5398b1 "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7f14cc155854 "\030\216B\031", cu_end = 0x7f14cc15bf16 "\350[", pend = 0x7f14cc3f24a7 "\001$", q0 = 0x7f14cc412eb2 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f14cc41305c "#4", format = 4, address_size = 8 '\b', level = 15, abbrev_table = {0x7f14e7e63000 "", 0x7f14cc412eb3 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f14cc412ec9 "4", 0x7f14cc412ed4 "\023\001\035\023\003\016\v\v\210\001\017", 0x7f14cc412ee2 "\r", 0x7f14cc412ef0 "\017", 0x7f14cc412efb "$", 0x7f14cc412f06 "9\001\003\016", 0x7f14cc412f0d "\023", 0x7f14cc412f19 "\023\001\003\016\v\v\210\001\017", 0x7f14cc412f25 "/", 0x7f14cc412f2e ".\001n\016\003\016:\v;\005I\023 \v", 0x7f14cc412f3f "4", 0x7f14cc412f4f "\005", 0x7f14cc412f5c ".\001n\016\003\016:\v;\005 \v", 0x7f14cc412f6b "\v\001", 0x7f14cc412f70 "\023", 0x7f14cc412f7c "4", 0x7f14cc412f89 ".\001n\016\003\016:\v;\vI\023 \v", 0x7f14cc412f9a "4", 0x7f14cc412faa "\005", 0x7f14cc412fb7 "4", 0x7f14cc412fc4 "\005", 0x7f14cc412fcf ".\001\021\001\022\006@\030\061\023", 0x7f14cc412fdc "\005", 0x7f14cc412fe5 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f14cc412ff6 "4", 0x7f14cc412fff "\035", 0x7f14cc413010 "\v\001\021\001\022\006", 0x7f14cc413019 "4", 0x7f14cc413022 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f14cc413033 "\005", 0x7f14cc41303c "\005", 0x7f14cc413045 "4", 0x7f14cc41304e "\035\001\061\023U\027X\vY\005W\v", 0x7f14cc41305d "4", 0x7f14cc413064 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f14cc413077 "\005", 0x7f14cc413084 "\v\001U\027", 0x7f14cc41308b "\005", 0x7f14cc413092 "\035", 0x7f14cc4130a1 "\035\001\061\023U\027X\vY\vW\v", 0x7f14cc4130b0 "\005", 0x7f14cc4130bd "3\001\025\023", 0x7f14cc4130c4 "\r", 0x7f14cc4130d2 "\031\001\026\v", 0x7f14cc4130d9 "\031\001", 0x7f14cc4130de "\023\001\003\016\v\005\210\001\017", 0x7f14cc4130ea "3\001", 0x7f14cc4130ef "\023\001\003\016<\031\210\001\017", 0x7f14cc4130fb "3", 0x7f14cc413100 "\027\001\003\016\v\v\210\001\017", 0x7f14cc41310c "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f14cc41311c "(", 0x7f14cc413125 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7f14cc413138 "(", 0x7f14cc413141 "\005", 0x7f14cc413150 "4", 0x7f14cc413162 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f14cc413177 "\005", 0x7f14cc413186 "\r", 0x7f14cc413197 ".\001n\016\003\016:\v;\v \v", 0x7f14cc4131a6 "\005", 0x7f14cc4131b5 "4", 0x7f14cc4131c7 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f14cc4131dc "4", 0x7f14cc4131e5 ".", 0x7f14cc4131f6 ".", 0x7f14cc413209 "\017", 0x7f14cc413212 "\001\001I\023", 0x7f14cc413219 "!", 0x7f14cc413224 "$", 0x7f14cc41322f "\025\001I\023", 0x7f14cc413236 "\005", 0x7f14cc41323d "\005", 0x7f14cc41324c "\035", 0x7f14cc41325d ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f14cc413270 "4", 0x7f14cc413284 "\r", 0x7f14cc413292 "4", 0x7f14cc4132a1 "4", 0x7f14cc4132b3 "\005", 0x7f14cc4132bc "4", 0x7f14cc4132cb "\035", 0x7f14cc4132da "4", 0x7f14cc4132e3 "\005", 0x7f14cc4132f2 "4", 0x7f14cc413301 "4", 0x7f14cc413313 ".", 0x7f14cc413324 ".\001\003\016:\v;\v \v", 0x7f14cc413331 ".\001\003\016:\v;\vI\023 \v", 0x7f14cc413340 "\025\001", 0x7f14cc412a10 "4", 0x7f14cc412a22 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f14cc412a35 "\005", 0x7f14cc412a3e "4", 0x7f14cc412a47 ".", 0x7f14cc412a58 "\035\001\061\023\021\001\022\006X\vY\v", 0x7f14cc412a67 "4", 0x7f14cc412a79 "\035", 0x7f14cc412a88 ".", 0x7f14cc412a9b "\r", 0x7f14cc412aa9 "\025\001I\023", 0x7f14cc412ab0 "\005", 0x7f14cc412ab7 "\025\001", 0x7f14cc412abc ".\001\003\016:\v;\v \v", 0x7f14cc412ac9 ".\001\003\016:\v;\vI\023 \v", 0x7f14cc4113d2 "\025\001I\023", 0x7f14cc4113d9 "\005", 0x7f14cc4113e0 "\025\001", 0x7f14cc4113e5 ".\001\003\016:\v;\v \v", 0x7f14cc4113f2 ".\001\003\016:\v;\vI\023 \v", 0x7f14cc411401 ".\001\003\016:\v;\vI\023?\031 \v", 0x7f14cc40906f "\005", 0x7f14cc40907e ".", 0x7f14cc4051b8 "!", 0x7f14cc4051c1 "\r", 0x7f14cc4051d7 ".", 0x7f14cc4051eb "\035\001\061\023\021\001\022\aX!)Y!\215\rW!\020\001\023", 0x7f14cc405202 "\n", 0x7f14cc40520f ".", 0x7f14cc405228 "4", 0x7f14cc405239 ".", 0x7f14cc405251 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f14cc40526e ".", 0x7f14cc405288 ".\001?\031\003\016:! ;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f14cc4052a4 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f14cc4052b9 "\026", 0x7f14cc4052c3 "\023\001\003\016\v\v:\v;\v\001\023", 0x7f14cc4052d3 "\017", 0x7f14cc4052db "$", 0x7f14cc4052e7 "\026", 0x7f14cc4052f5 "&", 0x7f14cc4052fb "\026", 0x7f14cc40530b "(", 0x7f14cc405315 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f14cc40532a "\025\001I\023\001\023", 0x7f14cc405334 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f14cc405349 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f14cc40535b "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f14cc40536d "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f14cc405380 "\026", 0x7f14cc405393 "!", 0x7f14cc405399 "4", 0x7f14cc4053a9 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f14cc4053c4 ".", 0x7f14cc4053db ".", 0x7f14cc4053f2 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f14cc40540e ".", 0x7f14cc40542b ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f14cc40544c ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f14cc40546b ".", 0x7f14cc405485 ".", 0x7f14cc4054a1 "4", 0x7f14cc4054ad ".", 0x7f14cc4054c8 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f14cc4054dc ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f14cc4054fb ".", 0x7f14cc405516 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f14cc40552c ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f14cc405549 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f14cc405561 ".", 0x7f14cde3ef98 "", 0x558ede5ec630 "", 0x558ede5ec628 "\260\267q\336\216U", 0x7f14cde3efc0 "\360\357\343\315\024\177", 0x558ede5ebe68 "\026U@\314\024\177", 0x558ede5ec5e8 "", 0x558ede5ec5f0 "\030P\t\315\024\177", 0x558ede5ec5f8 "\001", 0x558ede5ec600 "\003", 0x7f14cde3efa0 "", 0x7f14cde3efa8 "", 0x7f14cde3efb0 "", 0x7f14cde3efb8 "", 0x7f14cde3efc8 "\210\321\327\335\216U", 0x0, 0x7f14cde3efd0 "\200\271q\336\216U", 0x558eddd7d188 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x558eddd7d13a <fiber_entry> "\363\017\036\372UH\211\345H\203\354 H\211}\350H\211u\340H\213E\340H\213@\bH\211E\360H\213E\360H\213\200\200", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x558ede5ebfa0 "P\306^\336\216U", 0x558ede5ec240 "\220\302^\336\216U", 0x7f14e7d6ecb5 <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", 0x558ede5ebfa0 "P\306^\336\216U", 0x558ede5ec090 "", 0x558ede5ec240 "\220\302^\336\216U", 0x7f14e7e7c994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x558ede5ec650 "\002", 0x558ede5ec648 "x\356\345\315\024\177", 0x558ede5ec658 "\340\360\343\315\024\177"...}}
        i = 0
        j = 307
        shstr = 0x7f14ccfbe5e3 ""
        ehdr = 0x7f14cb55d000
        shdr = 0x7f14ccfbe7d8
        shstr_shdr = 0x7f14ccfbf358
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f14ccfbe898
        fd = 5
        filesize = 27665304
        file = 0x7f14cb55d000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f14ccfbf2d8
        strtab_shdr = 0x7f14ccfbf318
        dynsym_shdr = 0x7f14ccfbe958
        dynstr_shdr = 0x7f14ccfbe998
        obj = 0x558edee10fa0
        dladdr_fbase = 94072091234304
#7  0x0000558eddcec4ee in rb_dump_backtrace_with_lines (num_traces=39, traces=0x558eddfe6940 <trace>, errout=0x7f14e7e556a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 139727330471600
        i = 0
        lines = 0x558edee10480
        obj = 0x558edee10fa0
        dladdr_fbases = 0x558edee10e50
        main_path = 0x558ede5ec1a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#8  0x0000558eddbc469b in rb_print_backtrace (errout=0x7f14e7e556a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x558eddbc4680 <rb_print_backtrace+36>, 0x558eddbc4da3 <rb_vm_bugreport+656>, 0x558eddda77c7 <rb_bug_for_fatal_signal+327>, 0x558eddb0b2e3 <sigill>, 0x7f14e7c7d520 <__restore_rt>, 0x558eddb94cc5 <vm_call_cfunc_with_frame_+443>, 0x558eddb94efc <vm_call_cfunc_with_frame+121>, 0x558eddb9b29e <vm_sendish+502>, 0x558eddba282f <vm_exec_core+14741>, 0x558eddbb9219 <rb_vm_exec+320>, 0x558eddbad99a <vm_call0_body+422>, 0x558eddbad20f <vm_call0_cc+430>, 0x558eddbaedf2 <rb_call0+538>, 0x558eddbafb3e <rb_call+89>, 0x558eddbb08c9 <rb_funcall_with_block_kw+126>, 0x558eddb36486 <rb_sym_proc_call+121>, 0x558eddb9932a <vm_yield_with_symbol+93>, 0x558eddbb6312 <invoke_block_from_c_bh+1023>, 0x558eddbb6426 <vm_yield_with_cref+90>, 0x558eddbb6464 <vm_yield+56>, 0x558eddbb0d66 <rb_yield_0+47>, 0x558eddbb0dcd <rb_yield+66>, 0x558eddcf3558 <rb_ary_each+109>, 0x558eddb94122 <ractor_safe_call_cfunc_0+48>, 0x558eddb94d27 <vm_call_cfunc_with_frame_+541>, 0x558eddb94efc <vm_call_cfunc_with_frame+121>, 0x558eddb95014 <vm_call_cfunc_other+278>, 0x558eddb9543c <vm_call_cfunc+302>, 0x558eddb97f6b <vm_call_method_each_type+289>, 0x558eddb98a17 <vm_call_method+161>, 0x558eddb98c19 <vm_call_general+47>, 0x558eddb9b29e <vm_sendish+502>, 0x558eddba2686 <vm_exec_core+14316>, 0x558eddbb9219 <rb_vm_exec+320>, 0x558eddbb5e06 <invoke_block+216>, 0x558eddbb68a2 <vm_invoke_proc+911>, 0x558eddbb7046 <rb_vm_invoke_proc+170>, 0x558eddd7fb64 <rb_fiber_start+726>, 0x558eddd7d188 <fiber_initialize_coroutine>, 0x0 <repeats 985 times>}
        n = 39
#9  0x0000558eddbc4da3 in rb_vm_bugreport (ctx=0x558ede5ec5c0, errout=0x7f14e7e556a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x558ede557b10
        ec = 0x558ede71b7b0
#10 0x0000558eddda77c7 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x558ede5ec5c0, fmt=0x558edde1018b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f14e7e556a0 <_IO_2_1_stderr_>
        file = 0x7f14cd4b1060 "-"
        line = 10
#11 0x0000558eddb0b2e3 in sigsegv (sig=11, info=0x558ede5ec6f0, ctx=0x558ede5ec5c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#12 <signal handler called>
No locals.
#13 0x0000558eddb94cc5 in vm_call_cfunc_with_frame_ (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5eeb0, calling=0x7f14cde3c920, argc=2, argv=0x7f14cde3f0c0, stack_bottom=0x7f14cde3f0b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3486
        ci = 0x111100140005
        cc = 0x7f14cd094ff0
        val = 139727315695560
        me = 0x7f14cd095018
        cfunc = 0x558ede584038
        recv = 139727316321040
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#14 0x0000558eddb94efc in vm_call_cfunc_with_frame (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5eeb0, calling=0x7f14cde3c920) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 2
        stack_bottom = 0x7f14cde3f0b8
        argv = 0x7f14cde3f0c0
#15 0x0000558eddb9b29e in vm_sendish (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5eeb0, cd=0x558ede6f4be0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x111100140005
        cc = 0x7f14cd094ff0
        argc = 2
        recv = 139727316321040
        calling = {cd = 0x558ede6f4be0, cc = 0x7f14cd094ff0, block_handler = 0, recv = 139727316321040, argc = 2, kw_splat = false, heap_argv = 0}
#16 0x0000558eddba282f in vm_exec_core (ec=0x558ede71b7b0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x558ede6f4be0
        leaf = false
        val = 139727315695560
        reg_pc = 0x558ede6f3940
        reg_cfp = 0x7f14cde5eeb0
        insns_address_table = {0x558eddb9ef06 <vm_exec_core+108>, 0x558eddb9ef68 <vm_exec_core+206>, 0x558eddb9f07b <vm_exec_core+481>, 0x558eddb9f18f <vm_exec_core+757>, 0x558eddb9f32d <vm_exec_core+1171>, 0x558eddb9f45d <vm_exec_core+1475>, 0x558eddb9f66f <vm_exec_core+2005>, 0x558eddb9f781 <vm_exec_core+2279>, 0x558eddb9f85a <vm_exec_core+2496>, 0x558eddb9f961 <vm_exec_core+2759>, 0x558eddb9fa68 <vm_exec_core+3022>, 0x558eddb9fb76 <vm_exec_core+3292>, 0x558eddb9fc88 <vm_exec_core+3566>, 0x558eddb9fd58 <vm_exec_core+3774>, 0x558eddb9fe61 <vm_exec_core+4039>, 0x558eddb9ff5b <vm_exec_core+4289>, 0x558eddba001e <vm_exec_core+4484>, 0x558eddba00e1 <vm_exec_core+4679>, 0x558eddba016a <vm_exec_core+4816>, 0x558eddba01f6 <vm_exec_core+4956>, 0x558eddba029c <vm_exec_core+5122>, 0x558eddba0374 <vm_exec_core+5338>, 0x558eddba0441 <vm_exec_core+5543>, 0x558eddba051f <vm_exec_core+5765>, 0x558eddba05e1 <vm_exec_core+5959>, 0x558eddba0720 <vm_exec_core+6278>, 0x558eddba07c6 <vm_exec_core+6444>, 0x558eddba08ab <vm_exec_core+6673>, 0x558eddba09da <vm_exec_core+6976>, 0x558eddba0a9d <vm_exec_core+7171>, 0x558eddba0b60 <vm_exec_core+7366>, 0x558eddba0c57 <vm_exec_core+7613>, 0x558eddba0d19 <vm_exec_core+7807>, 0x558eddba0df8 <vm_exec_core+8030>, 0x558eddba0ec5 <vm_exec_core+8235>, 0x558eddba0fd5 <vm_exec_core+8507>, 0x558eddba10cf <vm_exec_core+8757>, 0x558eddba114a <vm_exec_core+8880>, 0x558eddba120b <vm_exec_core+9073>, 0x558eddba12f9 <vm_exec_core+9311>, 0x558eddba13a9 <vm_exec_core+9487>, 0x558eddba1528 <vm_exec_core+9870>, 0x558eddba1602 <vm_exec_core+10088>, 0x558eddba16ee <vm_exec_core+10324>, 0x558eddba177f <vm_exec_core+10469>, 0x558eddba18da <vm_exec_core+10816>, 0x558eddba1e7c <vm_exec_core+12258>, 0x558eddba1f78 <vm_exec_core+12510>, 0x558eddba207b <vm_exec_core+12769>, 0x558eddba2167 <vm_exec_core+13005>, 0x558eddba2380 <vm_exec_core+13542>, 0x558eddba2472 <vm_exec_core+13784>, 0x558eddba2578 <vm_exec_core+14046>, 0x558eddba2775 <vm_exec_core+14555>, 0x558eddba291e <vm_exec_core+14980>, 0x558eddba2a49 <vm_exec_core+15279>, 0x558eddba2bb5 <vm_exec_core+15643>, 0x558eddba2ce0 <vm_exec_core+15942>, 0x558eddba2e4c <vm_exec_core+16306>, 0x558eddba302e <vm_exec_core+16788>, 0x558eddba322b <vm_exec_core+17297>, 0x558eddba33d4 <vm_exec_core+17722>, 0x558eddba34f6 <vm_exec_core+18012>, 0x558eddba359d <vm_exec_core+18179>, 0x558eddba3661 <vm_exec_core+18375>, 0x558eddba374a <vm_exec_core+18608>, 0x558eddba3836 <vm_exec_core+18844>, 0x558eddba391f <vm_exec_core+19077>, 0x558eddba3a33 <vm_exec_core+19353>, 0x558eddba3b5a <vm_exec_core+19648>, 0x558eddba3c90 <vm_exec_core+19958>, 0x558eddba3dc6 <vm_exec_core+20268>, 0x558eddba3efc <vm_exec_core+20578>, 0x558eddba4032 <vm_exec_core+20888>, 0x558eddba4168 <vm_exec_core+21198>, 0x558eddba42a9 <vm_exec_core+21519>, 0x558eddba4423 <vm_exec_core+21897>, 0x558eddba4559 <vm_exec_core+22207>, 0x558eddba468f <vm_exec_core+22517>, 0x558eddba47c5 <vm_exec_core+22827>, 0x558eddba48fb <vm_exec_core+23137>, 0x558eddba4a31 <vm_exec_core+23447>, 0x558eddba4b67 <vm_exec_core+23757>, 0x558eddba4c9d <vm_exec_core+24067>, 0x558eddba4dd3 <vm_exec_core+24377>, 0x558eddba4f22 <vm_exec_core+24712>, 0x558eddba50dc <vm_exec_core+25154>, 0x558eddba525a <vm_exec_core+25536>, 0x558eddba5379 <vm_exec_core+25823>, 0x558eddba5498 <vm_exec_core+26110>, 0x558eddba55b2 <vm_exec_core+26392>, 0x558eddba56cc <vm_exec_core+26674>, 0x558eddba57f7 <vm_exec_core+26973>, 0x558eddba592d <vm_exec_core+27283>, 0x558eddba5a18 <vm_exec_core+27518>, 0x558eddba5b1d <vm_exec_core+27779>, 0x558eddba5c65 <vm_exec_core+28107>, 0x558eddba5d54 <vm_exec_core+28346>, 0x558eddba5e2e <vm_exec_core+28564>, 0x558eddba5f03 <vm_exec_core+28777>, 0x558eddba5fde <vm_exec_core+28996>, 0x558eddba605a <vm_exec_core+29120>, 0x558eddba60d6 <vm_exec_core+29244>, 0x558eddba60f4 <vm_exec_core+29274>, 0x558eddba6112 <vm_exec_core+29304>, 0x558eddba6130 <vm_exec_core+29334>, 0x558eddba614e <vm_exec_core+29364>, 0x558eddba616c <vm_exec_core+29394>, 0x558eddba618a <vm_exec_core+29424>, 0x558eddba61a8 <vm_exec_core+29454>, 0x558eddba61c6 <vm_exec_core+29484>, 0x558eddba61e4 <vm_exec_core+29514>, 0x558eddba6202 <vm_exec_core+29544>, 0x558eddba6220 <vm_exec_core+29574>, 0x558eddba623e <vm_exec_core+29604>, 0x558eddba625c <vm_exec_core+29634>, 0x558eddba627a <vm_exec_core+29664>, 0x558eddba6298 <vm_exec_core+29694>, 0x558eddba62b6 <vm_exec_core+29724>, 0x558eddba62d4 <vm_exec_core+29754>, 0x558eddba62f2 <vm_exec_core+29784>, 0x558eddba6310 <vm_exec_core+29814>, 0x558eddba632e <vm_exec_core+29844>, 0x558eddba634c <vm_exec_core+29874>, 0x558eddba636a <vm_exec_core+29904>, 0x558eddba6388 <vm_exec_core+29934>, 0x558eddba63a6 <vm_exec_core+29964>, 0x558eddba63c4 <vm_exec_core+29994>, 0x558eddba63e2 <vm_exec_core+30024>, 0x558eddba6400 <vm_exec_core+30054>, 0x558eddba641e <vm_exec_core+30084>, 0x558eddba643c <vm_exec_core+30114>, 0x558eddba645a <vm_exec_core+30144>, 0x558eddba6478 <vm_exec_core+30174>, 0x558eddba6496 <vm_exec_core+30204>, 0x558eddba64b4 <vm_exec_core+30234>, 0x558eddba64d2 <vm_exec_core+30264>, 0x558eddba64f0 <vm_exec_core+30294>, 0x558eddba650e <vm_exec_core+30324>, 0x558eddba652c <vm_exec_core+30354>, 0x558eddba654a <vm_exec_core+30384>, 0x558eddba6568 <vm_exec_core+30414>, 0x558eddba6586 <vm_exec_core+30444>, 0x558eddba65a4 <vm_exec_core+30474>, 0x558eddba65c2 <vm_exec_core+30504>, 0x558eddba65e0 <vm_exec_core+30534>, 0x558eddba65fe <vm_exec_core+30564>, 0x558eddba661c <vm_exec_core+30594>, 0x558eddba663a <vm_exec_core+30624>, 0x558eddba6658 <vm_exec_core+30654>, 0x558eddba6676 <vm_exec_core+30684>, 0x558eddba6694 <vm_exec_core+30714>, 0x558eddba66b2 <vm_exec_core+30744>, 0x558eddba66d0 <vm_exec_core+30774>, 0x558eddba66ee <vm_exec_core+30804>, 0x558eddba670c <vm_exec_core+30834>, 0x558eddba672a <vm_exec_core+30864>, 0x558eddba6748 <vm_exec_core+30894>, 0x558eddba6766 <vm_exec_core+30924>, 0x558eddba6784 <vm_exec_core+30954>, 0x558eddba67a2 <vm_exec_core+30984>, 0x558eddba67c0 <vm_exec_core+31014>, 0x558eddba67de <vm_exec_core+31044>, 0x558eddba67fc <vm_exec_core+31074>, 0x558eddba681a <vm_exec_core+31104>, 0x558eddba6838 <vm_exec_core+31134>, 0x558eddba6856 <vm_exec_core+31164>, 0x558eddba6874 <vm_exec_core+31194>, 0x558eddba6892 <vm_exec_core+31224>, 0x558eddba68b0 <vm_exec_core+31254>, 0x558eddba68ce <vm_exec_core+31284>, 0x558eddba68ec <vm_exec_core+31314>, 0x558eddba690a <vm_exec_core+31344>, 0x558eddba6928 <vm_exec_core+31374>, 0x558eddba6946 <vm_exec_core+31404>, 0x558eddba6964 <vm_exec_core+31434>, 0x558eddba6982 <vm_exec_core+31464>, 0x558eddba69a0 <vm_exec_core+31494>, 0x558eddba69d1 <vm_exec_core+31543>, 0x558eddba69ef <vm_exec_core+31573>, 0x558eddba6a0d <vm_exec_core+31603>, 0x558eddba6a2b <vm_exec_core+31633>, 0x558eddba6a49 <vm_exec_core+31663>, 0x558eddba6a67 <vm_exec_core+31693>, 0x558eddba6a85 <vm_exec_core+31723>, 0x558eddba6aa3 <vm_exec_core+31753>, 0x558eddba6ac1 <vm_exec_core+31783>, 0x558eddba6adf <vm_exec_core+31813>, 0x558eddba6afd <vm_exec_core+31843>, 0x558eddba6b1b <vm_exec_core+31873>, 0x558eddba6b39 <vm_exec_core+31903>, 0x558eddba6b57 <vm_exec_core+31933>, 0x558eddba6b75 <vm_exec_core+31963>, 0x558eddba6b93 <vm_exec_core+31993>, 0x558eddba6bb1 <vm_exec_core+32023>, 0x558eddba6bcf <vm_exec_core+32053>, 0x558eddba6bed <vm_exec_core+32083>, 0x558eddba6c0b <vm_exec_core+32113>, 0x558eddba6c29 <vm_exec_core+32143>, 0x558eddba6c47 <vm_exec_core+32173>...}
#17 0x0000558eddbb9219 in rb_vm_exec (ec=0x558ede71b7b0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x558ede71b7b0
        _tag = {tag = 36, retval = 4, buf = {0x7f14cde3d600, 0x558eddbb9197 <rb_vm_exec+190>, 0x0, 0x7f14cde3d550, 0x7f14cde3d5d0}, prev = 0x7f14cde3ec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#18 0x0000558eddbad99a in vm_call0_body (ec=0x558ede71b7b0, calling=0x7f14cde3d7a0, argv=0x7f14cde3db60) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7f14cde5ef58
        i = 0
        ci = 0x7f14cde3d770
        cc = 0x7f14cd095130
        ret = 36
#19 0x0000558eddbad20f in vm_call0_cc (ec=0x558ede71b7b0, recv=139727316321040, id=50385, argc=0, argv=0x7f14cde3db60, cc=0x7f14cd095130, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7f14cde3db60
        av = {94072091672534, 94072105711536}
        calling = {cd = 0x7f14cde3d760, cc = 0x7f14cd095130, block_handler = 0, recv = 139727316321040, argc = 0, kw_splat = false, heap_argv = 0}
#20 0x0000558eddbaedf2 in rb_call0 (ec=0x558ede71b7b0, recv=139727316321040, mid=50385, argc=0, argv=0x7f14cde3db60, call_scope=CALL_PUBLIC, self=139727339059880) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_PUBLIC
        kw_splat = 0
        cc = 0x7f14cd095130
#21 0x0000558eddbafb3e in rb_call (recv=139727316321040, mid=50385, argc=0, argv=0x7f14cde3db60, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x558ede71b7b0
#22 0x0000558eddbb08c9 in rb_funcall_with_block_kw (recv=139727316321040, mid=50385, argc=0, argv=0x7f14cde3db60, passed_procval=4, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1214
No locals.
#23 0x0000558eddb36486 in rb_sym_proc_call (mid=50385, argc=1, argv=0x7f14cde3db58, kw_splat=0, passed_proc=4) at /tmp/ruby/src/trunk-O0/string.c:11703
        obj = 139727316321040
#24 0x0000558eddb9932a in vm_yield_with_symbol (ec=0x558ede71b7b0, symbol=12898572, argc=1, argv=0x7f14cde3db58, kw_splat=0, block_handler=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4798
No locals.
#25 0x0000558eddbb6312 in invoke_block_from_c_bh (ec=0x558ede71b7b0, block_handler=12898572, argc=1, argv=0x7f14cde3db58, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1606
No locals.
#26 0x0000558eddbb6426 in vm_yield_with_cref (ec=0x558ede71b7b0, argc=1, argv=0x7f14cde3db58, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#27 0x0000558eddbb6464 in vm_yield (ec=0x558ede71b7b0, argc=1, argv=0x7f14cde3db58, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#28 0x0000558eddbb0d66 in rb_yield_0 (argc=1, argv=0x7f14cde3db58) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#29 0x0000558eddbb0dcd in rb_yield (val=139727316321040) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#30 0x0000558eddcf3558 in rb_ary_each (ary=139727339059880) at /tmp/ruby/src/trunk-O0/array.c:2538
        i = 42314
#31 0x0000558eddb94122 in ractor_safe_call_cfunc_0 (recv=139727339059880, argc=0, argv=0x7f14cde3f038, func=0x558eddcf34eb <rb_ary_each>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x558eddcf34eb <rb_ary_each>
#32 0x0000558eddb94d27 in vm_call_cfunc_with_frame_ (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5ef90, calling=0x7f14cde3dfe0, argc=0, argv=0x7f14cde3f038, stack_bottom=0x7f14cde3f030) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xbe100020001
        cc = 0x7f14cd095158
        val = 48
        me = 0x7f14cd4bfee0
        cfunc = 0x558ede5ab1e8
        recv = 139727339059880
        block_handler = 12898572
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#33 0x0000558eddb94efc in vm_call_cfunc_with_frame (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5ef90, calling=0x7f14cde3dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f14cde3f030
        argv = 0x7f14cde3f038
#34 0x0000558eddb95014 in vm_call_cfunc_other (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5ef90, calling=0x7f14cde3dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0xbe100020001
        argv_ary = 0
#35 0x0000558eddb9543c in vm_call_cfunc (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5ef90, calling=0x7f14cde3dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0xbe100020001
#36 0x0000558eddb97f6b in vm_call_method_each_type (ec=0x558ede71b7b0, cfp=0x7f14cde5ef90, calling=0x7f14cde3dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 3454262800
        ci = 0xbe100020001
        cc = 0x7f14cd095158
        cme = 0x7f14cd4bfee0
        v = 94072105908392
#37 0x0000558eddb98a17 in vm_call_method (ec=0x558ede71b7b0, cfp=0x7f14cde5ef90, calling=0x7f14cde3dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0xbe100020001
        cc = 0x7f14cd095158
#38 0x0000558eddb98c19 in vm_call_general (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5ef90, calling=0x7f14cde3dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#39 0x0000558eddb9b29e in vm_sendish (ec=0x558ede71b7b0, reg_cfp=0x7f14cde5ef90, cd=0x558ede6f5050, block_handler=12898572, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xbe100020001
        cc = 0x7f14cd095158
        argc = 0
        recv = 139727339059880
        calling = {cd = 0x558ede6f5050, cc = 0x7f14cd095158, block_handler = 12898572, recv = 139727339059880, argc = 0, kw_splat = false, heap_argv = 0}
#40 0x0000558eddba2686 in vm_exec_core (ec=0x558ede71b7b0) at ../../src/trunk-O0/insns.def:814
        bh = 12898572
        cd = 0x558ede6f5050
        blockiseq = 0x0
        leaf = false
        val = 139727339059880
        reg_pc = 0x558ede6ec840
        reg_cfp = 0x7f14cde5ef90
        insns_address_table = {0x558eddb9ef06 <vm_exec_core+108>, 0x558eddb9ef68 <vm_exec_core+206>, 0x558eddb9f07b <vm_exec_core+481>, 0x558eddb9f18f <vm_exec_core+757>, 0x558eddb9f32d <vm_exec_core+1171>, 0x558eddb9f45d <vm_exec_core+1475>, 0x558eddb9f66f <vm_exec_core+2005>, 0x558eddb9f781 <vm_exec_core+2279>, 0x558eddb9f85a <vm_exec_core+2496>, 0x558eddb9f961 <vm_exec_core+2759>, 0x558eddb9fa68 <vm_exec_core+3022>, 0x558eddb9fb76 <vm_exec_core+3292>, 0x558eddb9fc88 <vm_exec_core+3566>, 0x558eddb9fd58 <vm_exec_core+3774>, 0x558eddb9fe61 <vm_exec_core+4039>, 0x558eddb9ff5b <vm_exec_core+4289>, 0x558eddba001e <vm_exec_core+4484>, 0x558eddba00e1 <vm_exec_core+4679>, 0x558eddba016a <vm_exec_core+4816>, 0x558eddba01f6 <vm_exec_core+4956>, 0x558eddba029c <vm_exec_core+5122>, 0x558eddba0374 <vm_exec_core+5338>, 0x558eddba0441 <vm_exec_core+5543>, 0x558eddba051f <vm_exec_core+5765>, 0x558eddba05e1 <vm_exec_core+5959>, 0x558eddba0720 <vm_exec_core+6278>, 0x558eddba07c6 <vm_exec_core+6444>, 0x558eddba08ab <vm_exec_core+6673>, 0x558eddba09da <vm_exec_core+6976>, 0x558eddba0a9d <vm_exec_core+7171>, 0x558eddba0b60 <vm_exec_core+7366>, 0x558eddba0c57 <vm_exec_core+7613>, 0x558eddba0d19 <vm_exec_core+7807>, 0x558eddba0df8 <vm_exec_core+8030>, 0x558eddba0ec5 <vm_exec_core+8235>, 0x558eddba0fd5 <vm_exec_core+8507>, 0x558eddba10cf <vm_exec_core+8757>, 0x558eddba114a <vm_exec_core+8880>, 0x558eddba120b <vm_exec_core+9073>, 0x558eddba12f9 <vm_exec_core+9311>, 0x558eddba13a9 <vm_exec_core+9487>, 0x558eddba1528 <vm_exec_core+9870>, 0x558eddba1602 <vm_exec_core+10088>, 0x558eddba16ee <vm_exec_core+10324>, 0x558eddba177f <vm_exec_core+10469>, 0x558eddba18da <vm_exec_core+10816>, 0x558eddba1e7c <vm_exec_core+12258>, 0x558eddba1f78 <vm_exec_core+12510>, 0x558eddba207b <vm_exec_core+12769>, 0x558eddba2167 <vm_exec_core+13005>, 0x558eddba2380 <vm_exec_core+13542>, 0x558eddba2472 <vm_exec_core+13784>, 0x558eddba2578 <vm_exec_core+14046>, 0x558eddba2775 <vm_exec_core+14555>, 0x558eddba291e <vm_exec_core+14980>, 0x558eddba2a49 <vm_exec_core+15279>, 0x558eddba2bb5 <vm_exec_core+15643>, 0x558eddba2ce0 <vm_exec_core+15942>, 0x558eddba2e4c <vm_exec_core+16306>, 0x558eddba302e <vm_exec_core+16788>, 0x558eddba322b <vm_exec_core+17297>, 0x558eddba33d4 <vm_exec_core+17722>, 0x558eddba34f6 <vm_exec_core+18012>, 0x558eddba359d <vm_exec_core+18179>, 0x558eddba3661 <vm_exec_core+18375>, 0x558eddba374a <vm_exec_core+18608>, 0x558eddba3836 <vm_exec_core+18844>, 0x558eddba391f <vm_exec_core+19077>, 0x558eddba3a33 <vm_exec_core+19353>, 0x558eddba3b5a <vm_exec_core+19648>, 0x558eddba3c90 <vm_exec_core+19958>, 0x558eddba3dc6 <vm_exec_core+20268>, 0x558eddba3efc <vm_exec_core+20578>, 0x558eddba4032 <vm_exec_core+20888>, 0x558eddba4168 <vm_exec_core+21198>, 0x558eddba42a9 <vm_exec_core+21519>, 0x558eddba4423 <vm_exec_core+21897>, 0x558eddba4559 <vm_exec_core+22207>, 0x558eddba468f <vm_exec_core+22517>, 0x558eddba47c5 <vm_exec_core+22827>, 0x558eddba48fb <vm_exec_core+23137>, 0x558eddba4a31 <vm_exec_core+23447>, 0x558eddba4b67 <vm_exec_core+23757>, 0x558eddba4c9d <vm_exec_core+24067>, 0x558eddba4dd3 <vm_exec_core+24377>, 0x558eddba4f22 <vm_exec_core+24712>, 0x558eddba50dc <vm_exec_core+25154>, 0x558eddba525a <vm_exec_core+25536>, 0x558eddba5379 <vm_exec_core+25823>, 0x558eddba5498 <vm_exec_core+26110>, 0x558eddba55b2 <vm_exec_core+26392>, 0x558eddba56cc <vm_exec_core+26674>, 0x558eddba57f7 <vm_exec_core+26973>, 0x558eddba592d <vm_exec_core+27283>, 0x558eddba5a18 <vm_exec_core+27518>, 0x558eddba5b1d <vm_exec_core+27779>, 0x558eddba5c65 <vm_exec_core+28107>, 0x558eddba5d54 <vm_exec_core+28346>, 0x558eddba5e2e <vm_exec_core+28564>, 0x558eddba5f03 <vm_exec_core+28777>, 0x558eddba5fde <vm_exec_core+28996>, 0x558eddba605a <vm_exec_core+29120>, 0x558eddba60d6 <vm_exec_core+29244>, 0x558eddba60f4 <vm_exec_core+29274>, 0x558eddba6112 <vm_exec_core+29304>, 0x558eddba6130 <vm_exec_core+29334>, 0x558eddba614e <vm_exec_core+29364>, 0x558eddba616c <vm_exec_core+29394>, 0x558eddba618a <vm_exec_core+29424>, 0x558eddba61a8 <vm_exec_core+29454>, 0x558eddba61c6 <vm_exec_core+29484>, 0x558eddba61e4 <vm_exec_core+29514>, 0x558eddba6202 <vm_exec_core+29544>, 0x558eddba6220 <vm_exec_core+29574>, 0x558eddba623e <vm_exec_core+29604>, 0x558eddba625c <vm_exec_core+29634>, 0x558eddba627a <vm_exec_core+29664>, 0x558eddba6298 <vm_exec_core+29694>, 0x558eddba62b6 <vm_exec_core+29724>, 0x558eddba62d4 <vm_exec_core+29754>, 0x558eddba62f2 <vm_exec_core+29784>, 0x558eddba6310 <vm_exec_core+29814>, 0x558eddba632e <vm_exec_core+29844>, 0x558eddba634c <vm_exec_core+29874>, 0x558eddba636a <vm_exec_core+29904>, 0x558eddba6388 <vm_exec_core+29934>, 0x558eddba63a6 <vm_exec_core+29964>, 0x558eddba63c4 <vm_exec_core+29994>, 0x558eddba63e2 <vm_exec_core+30024>, 0x558eddba6400 <vm_exec_core+30054>, 0x558eddba641e <vm_exec_core+30084>, 0x558eddba643c <vm_exec_core+30114>, 0x558eddba645a <vm_exec_core+30144>, 0x558eddba6478 <vm_exec_core+30174>, 0x558eddba6496 <vm_exec_core+30204>, 0x558eddba64b4 <vm_exec_core+30234>, 0x558eddba64d2 <vm_exec_core+30264>, 0x558eddba64f0 <vm_exec_core+30294>, 0x558eddba650e <vm_exec_core+30324>, 0x558eddba652c <vm_exec_core+30354>, 0x558eddba654a <vm_exec_core+30384>, 0x558eddba6568 <vm_exec_core+30414>, 0x558eddba6586 <vm_exec_core+30444>, 0x558eddba65a4 <vm_exec_core+30474>, 0x558eddba65c2 <vm_exec_core+30504>, 0x558eddba65e0 <vm_exec_core+30534>, 0x558eddba65fe <vm_exec_core+30564>, 0x558eddba661c <vm_exec_core+30594>, 0x558eddba663a <vm_exec_core+30624>, 0x558eddba6658 <vm_exec_core+30654>, 0x558eddba6676 <vm_exec_core+30684>, 0x558eddba6694 <vm_exec_core+30714>, 0x558eddba66b2 <vm_exec_core+30744>, 0x558eddba66d0 <vm_exec_core+30774>, 0x558eddba66ee <vm_exec_core+30804>, 0x558eddba670c <vm_exec_core+30834>, 0x558eddba672a <vm_exec_core+30864>, 0x558eddba6748 <vm_exec_core+30894>, 0x558eddba6766 <vm_exec_core+30924>, 0x558eddba6784 <vm_exec_core+30954>, 0x558eddba67a2 <vm_exec_core+30984>, 0x558eddba67c0 <vm_exec_core+31014>, 0x558eddba67de <vm_exec_core+31044>, 0x558eddba67fc <vm_exec_core+31074>, 0x558eddba681a <vm_exec_core+31104>, 0x558eddba6838 <vm_exec_core+31134>, 0x558eddba6856 <vm_exec_core+31164>, 0x558eddba6874 <vm_exec_core+31194>, 0x558eddba6892 <vm_exec_core+31224>, 0x558eddba68b0 <vm_exec_core+31254>, 0x558eddba68ce <vm_exec_core+31284>, 0x558eddba68ec <vm_exec_core+31314>, 0x558eddba690a <vm_exec_core+31344>, 0x558eddba6928 <vm_exec_core+31374>, 0x558eddba6946 <vm_exec_core+31404>, 0x558eddba6964 <vm_exec_core+31434>, 0x558eddba6982 <vm_exec_core+31464>, 0x558eddba69a0 <vm_exec_core+31494>, 0x558eddba69d1 <vm_exec_core+31543>, 0x558eddba69ef <vm_exec_core+31573>, 0x558eddba6a0d <vm_exec_core+31603>, 0x558eddba6a2b <vm_exec_core+31633>, 0x558eddba6a49 <vm_exec_core+31663>, 0x558eddba6a67 <vm_exec_core+31693>, 0x558eddba6a85 <vm_exec_core+31723>, 0x558eddba6aa3 <vm_exec_core+31753>, 0x558eddba6ac1 <vm_exec_core+31783>, 0x558eddba6adf <vm_exec_core+31813>, 0x558eddba6afd <vm_exec_core+31843>, 0x558eddba6b1b <vm_exec_core+31873>, 0x558eddba6b39 <vm_exec_core+31903>, 0x558eddba6b57 <vm_exec_core+31933>, 0x558eddba6b75 <vm_exec_core+31963>, 0x558eddba6b93 <vm_exec_core+31993>, 0x558eddba6bb1 <vm_exec_core+32023>, 0x558eddba6bcf <vm_exec_core+32053>, 0x558eddba6bed <vm_exec_core+32083>, 0x558eddba6c0b <vm_exec_core+32113>, 0x558eddba6c29 <vm_exec_core+32143>, 0x558eddba6c47 <vm_exec_core+32173>...}
#41 0x0000558eddbb9219 in rb_vm_exec (ec=0x558ede71b7b0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x558ede71b7b0
        _tag = {tag = 36, retval = 4, buf = {0x7f14cde3ecc0, 0x558eddbb9197 <rb_vm_exec+190>, 0x0, 0x7f14cde3ec10, 0x0}, prev = 0x7f14cde3ef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#42 0x0000558eddbb5e06 in invoke_block (ec=0x558ede71b7b0, iseq=0x7f14cd49a0a0, self=139727763328480, captured=0x558ede7537b0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#43 0x0000558eddbb68a2 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f14cde3ef08, argc=0, self=139727763328480, captured=0x558ede7537b0, ec=0x558ede71b7b0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f14cd49a0a0
        opt_pc = 0
        type = 572653569
        cfp = 0x7f14cde5efc8
        sp = 0x7f14cde3f018
        flags = 0
        use_argv = 0x7f14cde3ef08
        av = {94072104417648, 0}
        stack_argv = 0x7f14cde3f018
#44 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f14cde3ef08, argc=0, self=139727763328480, proc=0x558ede7537b0, ec=0x558ede71b7b0) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x558ede7537b0
#45 vm_invoke_proc (ec=0x558ede71b7b0, proc=0x558ede7537b0, self=139727763328480, argc=0, argv=0x7f14cde3ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#46 0x0000558eddbb7046 in rb_vm_invoke_proc (ec=0x558ede71b7b0, proc=0x558ede7537b0, argc=0, argv=0x7f14cde3ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 139727763328480
#47 0x0000558eddd7fb64 in rb_fiber_start (fiber=0x558ede71b760) at /tmp/ruby/src/trunk-O0/cont.c:2536
        cont = 0x558ede71b760
        argc = 0
        argv = 0x7f14cde3ef08
        args = 4
        _ec = 0x558ede71b7b0
        _tag = {tag = 36, retval = 0, buf = {0x7f14cde3efc0, 0x558eddd7f97d <rb_fiber_start+239>, 0x0, 0x7f14cde3eee0, 0x7f14cde3efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x558ede55a090
        proc = 0x558ede7537b0
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#48 0x0000558eddd7d188 in fiber_entry (from=0x558ede55b6b0, to=0x558ede71b980) at /tmp/ruby/src/trunk-O0/cont.c:847
        fiber = 0x558ede71b760
        thread = 0x558ede55a090
#49 0x0000000000000000 in ?? ()
No symbol table info available.

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