# Logfile created on 2024-02-23 20:01:09 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055bb149d65c8 @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.20240223-200109", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055bb14a6b560 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055bb14a6b420 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055bb14a6b240 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240223-200109", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240223-200109>, @binmode=false, @mon_data=#<Monitor:0x000055bb14a6b178>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision unchanged
Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50
echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/drb.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/drb.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   73dd3ce..ce8531f  master     -> origin/master
Updating 73dd3ce..ce8531f
Fast-forward
 bootstraptest/test_yjit.rb                         |  51 +++++
 common.mk                                          |  47 +++++
 error.c                                            |   3 +
 ext/-test-/string/fstring.c                        |   6 +-
 ext/socket/init.c                                  |   3 +-
 lib/prism/prism.gemspec                            |   2 +
 object.c                                           |   2 +
 parse.y                                            |  10 +-
 prism/diagnostic.c                                 |   2 +
 prism/diagnostic.h                                 |   2 +
 prism/node.h                                       |  18 ++
 prism/prism.c                                      | 106 ++++++++--
 prism/prism.h                                      |   1 +
 prism/static_literals.c                            | 221 +++++++++++++++++++++
 prism/static_literals.h                            | 109 ++++++++++
 prism/templates/src/node.c.erb                     |  49 +++--
 prism/util/pm_integer.c                            |  25 +++
 prism/util/pm_integer.h                            |  11 +
 ruby_parser.c                                      |   2 +-
 rubyparser.h                                       |   2 +-
 spec/ruby/optional/capi/ext/string_spec.c          |   4 +-
 string.c                                           |   5 +-
 test/prism/newline_test.rb                         |   2 +-
 test/prism/snapshots/whitequark/case_expr.txt      |   2 +-
 test/prism/snapshots/whitequark/case_expr_else.txt |   2 +-
 test/prism/snapshots/whitequark/when_multi.txt     |   4 +-
 test/prism/snapshots/whitequark/when_then.txt      |   2 +-
 test/prism/static_literals_test.rb                 |  86 ++++++++
 test/ruby/test_parse.rb                            |  10 +
 universal_parser.c                                 |   2 +-
 vm_insnhelper.c                                    |  18 ++
 yjit.h                                             |   2 +
 yjit.rb                                            |   4 +
 yjit/src/codegen.rs                                | 109 +++++++++-
 yjit/src/cruby.rs                                  |   2 +
 yjit/src/stats.rs                                  |   5 +
 yjit/src/yjit.rs                                   |  16 ++
 37 files changed, 886 insertions(+), 61 deletions(-)
 create mode 100644 prism/static_literals.c
 create mode 100644 prism/static_literals.h
 create mode 100644 test/prism/static_literals_test.rb
Latest commit hash = ce8531fed4
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-O0/common.mk > uncommon.mk
generating node_name.inc
generating parse.c
making /tmp/ruby/src/trunk-O0/yjit.rbinc
/tmp/ruby/src/trunk-O0/revision.h updated
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
extracting ripper.y from ../../parse.y
generating miniprelude.c
miniprelude.c updated
generating x86_64-linux-fake.rb
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
x86_64-linux-fake.rb updated
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
/bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
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'
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.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'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.h
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'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.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'
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'
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision -
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision unchanged
Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/drb.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/drb.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/imemo.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/ruby_parser.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling /tmp/ruby/src/trunk-O0/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-O0/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_integer.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
compiling /tmp/ruby/src/trunk-O0/yjit.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '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
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering 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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
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'
linking shared-object coverage.so
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'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
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'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
linking shared-object -test-/string.so
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
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.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision unchanged
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.revision -
echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/drb.revision -
generating encdb.h
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/drb.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.revision unchanged
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.

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

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

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

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

# Running tests:

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

Retrying...
Finished tests in 1152.084492s, 21.9046 tests/s, 8246.3023 assertions/s.
25236 tests, 9500437 assertions, 0 failures, 0 errors, 256 skips

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

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

Finished in 397.294152 seconds

3424 files, 32111 examples, 136704 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.2904427.ruby -x gdbscript
[New LWP 2904427]
[New LWP 2904431]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  debug_info_reader_read_value (reader=0x560c3a18c1a0, form=14, v=0x560c3a18beb0, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1243
1243	        set_cstrp_value(v, reader->obj->debug_str.ptr, read_uint(reader));
[Current thread is 1 (Thread 0x7f534fd077c0 (LWP 2904427))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f534fd077c0 (LWP 2904427) debug_info_reader_read_value (reader=0x560c3a18c1a0, form=14, v=0x560c3a18beb0, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1243
  2    Thread 0x7f533672f640 (LWP 2904431) 0x00007f534fe2ffde in epoll_wait (epfd=4, events=0x560c398f68fc <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f533672f640 (LWP 2904431)):
#0  0x00007f534fe2ffde in epoll_wait (epfd=4, events=0x560c398f68fc <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  0x0000560c39420182 in event_wait (vm=0x560c3a0f62a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 22028
#2  0x0000560c394201a6 in timer_thread_polling (vm=0x560c3a0f62a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = -475469173
#3  0x0000560c39420866 in timer_thread_func (ptr=0x560c3a0f62a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3053
        vm = 0x560c3a0f62a0
#4  0x00007f534fd9eb43 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 = {140726783603872, 4334333555207872492, 139995372516928, 25, 139995798693968, 140726783604224, -4431320470398656532, -4431477348260732948}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f534fe2fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f534fd077c0 (LWP 2904427)):
#0  debug_info_reader_read_value (reader=0x560c3a18c1a0, form=14, v=0x560c3a18beb0, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1243
No locals.
#1  0x0000560c39594e49 in di_read_record (reader=0x560c3a18c1a0, vp=0x560c3a18beb0, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1473
        at = 110
        form = 14
#2  0x0000560c39595cc9 in read_abstract_origin (reader=0x560c3a18c1a0, form=19, abstract_origin=62495, line=0x560c3a18bff0, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1871
        v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 110, form = 14, size = 0, type = 0}
        p = 0x7f5332f5a45a "\300i3"
        q = 0x7f53331c917e "\021\001\022\006X\vY\vW\v"
        level = 15
        die = {pos = 4975825, tag = 46, has_children = 1}
#3  0x0000560c395960c5 in debug_info_read (reader=0x560c3a18c1a0, num_traces=36, traces=0x560c398f9a00 <trace>, lines=0x560c3ad85250, offset=0, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1938
        v = {as = {ptr = 0xf41f <error: Cannot access memory at address 0xf41f>, uint64 = 62495, int64 = 62495, addr_idx = 62495}, off = 0, at = 49, form = 19, size = 0, type = 3}
        die = {pos = 4952035, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#4  0x0000560c39597014 in fill_lines (num_traces=36, traces=0x560c398f9a00 <trace>, check_debuglink=1, objp=0x560c3a18cac0, lines=0x560c3ad85250, offset=0, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x560c3ad85ca0, file = 0x7f5332287000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f5332f50d24 "@\231\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f53333114a3 "\037i", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f533330eb12 "options.rs", debug_line_directories = 0x7f533330e2fc "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7f5332f60148 "\351\336\017", cu_end = 0x7f5332f6a668 "\276\374\002", pend = 0x7f53331a62c7 "\001(", q0 = 0x7f53331c900a "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f53331c934d "\003\016:\v;\v \v", format = 4, address_size = 8 '\b', level = 16, abbrev_table = {0x7f534ff32000 "", 0x7f53331c900b "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f53331c9021 "4", 0x7f53331c902a "\023\001\035\023\003\016\v\v\210\001\017", 0x7f53331c9038 "\r", 0x7f53331c9046 "\017", 0x7f53331c9051 "$", 0x7f53331c905c "9\001\003\016", 0x7f53331c9063 "\023\001\003\016\v\v\210\001\017", 0x7f53331c906f "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f53331c907f "(", 0x7f53331c9088 ".\001n\016\003\016:\v;\005I\023 \v", 0x7f53331c9099 "4", 0x7f53331c90a9 "\v\001", 0x7f53331c90ae "4", 0x7f53331c90bb "\005", 0x7f53331c90c8 ".\001n\016\003\016:\v;\vI\023 \v", 0x7f53331c90d9 "4", 0x7f53331c90e9 "/", 0x7f53331c90f2 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7f53331c9105 "\023", 0x7f53331c9111 ".\001n\016\003\016:\v;\005 \v", 0x7f53331c9120 "\005", 0x7f53331c912b "4", 0x7f53331c9138 ".\001\021\001\022\006@\030\061\023", 0x7f53331c9145 "\005", 0x7f53331c914e "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f53331c915f "\v\001\021\001\022\006", 0x7f53331c9168 "4", 0x7f53331c9171 "\005", 0x7f53331c917a "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f53331c918b "4", 0x7f53331c9194 "\005", 0x7f53331c919d "\035\001\061\023U\027X\vY\005W\v", 0x7f53331c91ac "\v\001U\027", 0x7f53331c91b3 "\035", 0x7f53331c91c4 "4", 0x7f53331c91cd "4", 0x7f53331c91d4 "\005", 0x7f53331c91db "\035\001\061\023U\027X\vY\vW\v", 0x7f53331c91ea ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f53331c91fd "\005", 0x7f53331c920a "\005", 0x7f53331c9217 "\023", 0x7f53331c9223 "3\001\025\023", 0x7f53331c922a "\r", 0x7f53331c9238 "\031\001\026\v", 0x7f53331c923f "\031\001", 0x7f53331c9244 "\023\001\003\016<\031\210\001\017", 0x7f53331c9250 "3\001", 0x7f53331c9255 "\r", 0x7f53331c9266 "\005", 0x7f53331c9273 "\027\001\003\016\v\v\210\001\017", 0x7f53331c927f "\027\001\003\016<\031\210\001\017", 0x7f53331c928b "3", 0x7f53331c9290 "4", 0x7f53331c929b ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f53331c92b0 "\005", 0x7f53331c92bf ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f53331c92d4 "\005", 0x7f53331c92e3 "\005", 0x7f53331c92f2 "4", 0x7f53331c9304 "\035", 0x7f53331c9315 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f53331c9328 "\005", 0x7f53331c9337 "4", 0x7f53331c9349 ".\001n\016\003\016:\v;\v \v", 0x7f53331c9358 "4", 0x7f53331c936a "4", 0x7f53331c937e "4", 0x7f53331c9392 "4", 0x7f53331c93a4 "4", 0x7f53331c93ad "4", 0x7f53331c93bf ".\001\021\001\022\006@\030\003\016:\v;\005?\031", 0x7f53331c93d2 ".\001\003\016:\v;\v \v", 0x7f53331c93df "\005", 0x7f53331c93ea ".", 0x7f53331c93fb ".", 0x7f53331c940c "\001\001I\023", 0x7f53331c9413 "!", 0x7f53331c941e "\017", 0x7f53331c9427 "$", 0x7f53331c9432 "\035", 0x7f53331c9441 "\035", 0x7f53331c9450 ".", 0x7f53331c9463 "\025\001I\023", 0x7f53331c946a "\005", 0x7f53331c9471 "\025\001", 0x7f53331c78a9 ".\001\003\016:\v;\vI\023 \v", 0x7f53331c78b8 "\025\001I\023", 0x7f53331c78bf "\005", 0x7f53331c78c6 "\025\001", 0x7f53331c6f9a "4", 0x7f53331c6fac ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f53331c6fbf "\005", 0x7f53331c6fc8 "4", 0x7f53331c6fd1 ".", 0x7f53331c6fe2 "\035\001\061\023\021\001\022\006X\vY\v", 0x7f53331c6ff1 "4", 0x7f53331c7003 "\035", 0x7f53331c7012 ".", 0x7f53331c7025 "\r", 0x7f53331c7033 "\025\001I\023", 0x7f53331c703a "\005", 0x7f53331c7041 "\025\001", 0x7f53331c7046 ".\001\003\016:\v;\v \v", 0x7f53331c7053 ".\001\003\016:\v;\vI\023 \v", 0x7f53331c595c "\025\001I\023", 0x7f53331c5963 "\005", 0x7f53331c596a "\025\001", 0x7f53331c596f ".\001\003\016:\v;\v \v", 0x7f53331c597c ".\001\003\016:\v;\vI\023 \v", 0x7f53331c598b ".\001\003\016:\v;\vI\023?\031 \v", 0x7f53331bd5fb "\005", 0x7f53331bd60a ".\001\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031", 0x7f53331b9c62 "!", 0x7f53331b9c6b "\r", 0x7f53331b9c81 ".", 0x7f53331b9c95 "\035\001\061\023\021\001\022\aX!(Y!\224\rW!\020\001\023", 0x7f53331b9cac "\n", 0x7f53331b9cb9 ".", 0x7f53331b9cd2 "4", 0x7f53331b9ce3 ".", 0x7f53331b9cfb ".\001?\031\003\016:!6;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f53331b9d18 ".", 0x7f53331b9d32 ".\001?\031\003\016:!!;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f53331b9d4e "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f53331b9d63 "\026", 0x7f53331b9d6d "\023\001\003\016\v\v:\v;\v\001\023", 0x7f53331b9d7d "\017", 0x7f53331b9d85 "$", 0x7f53331b9d91 "\026", 0x7f53331b9d9f "&", 0x7f53331b9da5 "\026", 0x7f53331b9db5 "(", 0x7f53331b9dbf "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f53331b9dd4 "\025\001I\023\001\023", 0x7f53331b9dde "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f53331b9df3 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f53331b9e05 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f53331b9e17 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f53331b9e2a "\026", 0x7f53331b9e3d "\r", 0x7f53331b9e51 "\r", 0x7f53331b9e63 "\023\001\v\005:\v;\v9\v\001\023", 0x7f53331b9e73 "!", 0x7f53331b9e79 "4", 0x7f53331b9e89 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f53331b9ea4 ".", 0x7f53331b9ebb ".", 0x7f53331b9ed2 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f53331b9eee ".", 0x7f53331b9f0b ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f53331b9f2c ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f53331b9f4b ".", 0x7f53331b9f65 ".", 0x7f53331b9f81 "4", 0x7f53331b9f8d ".", 0x7f53331b9fa8 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f53331b9fbc ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f53331b9fdb ".", 0x7f53331b9ff6 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f53331ba00c ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f53331ba029 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f53331ba041 ".\001\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031", 0x7ffd81f27910 "", 0x560c3a18c728 "\250\237\033\063S\177", 0x560c3a18cea8 "", 0x560c3a18ceb0 "@Q\330:\fV", 0x560c3a18ceb8 "\005", 0x560c3a18cec0 "\340<\362OS\177", 0x7ffd81f27918 "", 0x7ffd81f27920 "Py\362\201\375\177", 0x7ffd81f27928 "", 0x7ffd81f27930 "", 0x7ffd81f27938 "%h&9\fV", 0x0, 0x7ffd81f27940 "Hy\362\201\375\177", 0x560c39266825 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x560c39266800 <_start> "\363\017\036\372\061\355I\211\321^H\211\342H\203\344\360PTE1\300\061\311H\215=\265\003", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x560c3a18c860 "\020\317\030:\fV", 0x560c3a18cb00 "P\313\030:\fV", 0x7f534fe3dcb5 <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", 0x560c3a18c860 "\020\317\030:\fV", 0x560c3a18c950 "", 0x560c3a18cb00 "P\313\030:\fV", 0x7f534ff4b994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x560c3a18cf10 "\f\321\302", 0x560c3a18cf08 "\330`\300OS\177", 0x560c3a18cf18 "\375\377\377\377"...}}
        i = 0
        j = 308
        shstr = 0x7f5333dce660 ""
        ehdr = 0x7f5332287000
        shdr = 0x7f5333dce850
        shstr_shdr = 0x7f5333dcf3d0
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f5333dce910
        fd = 5
        filesize = 28607504
        file = 0x7f5332287000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f5333dcf350
        strtab_shdr = 0x7f5333dcf390
        dynsym_shdr = 0x7f5333dce9d0
        dynstr_shdr = 0x7f5333dcea10
        obj = 0x560c3ad85ca0
        dladdr_fbase = 94610498109440
#5  0x0000560c395979bf in rb_dump_backtrace_with_lines (num_traces=36, traces=0x560c398f9a00 <trace>, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2625
        addr = 139995798068984
        i = 0
        lines = 0x560c3ad85250
        obj = 0x560c3ad85ca0
        dladdr_fbases = 0x560c3ad85b60
        main_path = 0x560c3a18ca60 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#6  0x0000560c3949e5eb in rb_print_backtrace (errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x560c3949e5d0 <rb_print_backtrace+36>, 0x560c3949ecf3 <rb_vm_bugreport+656>, 0x560c3965ef9a <rb_bug_for_fatal_signal+327>, 0x560c393e1eb3 <sigill>, 0x7f534fd4c520 <__restore_rt>, 0x560c39478807 <vm_exec_core+4985>, 0x560c39492929 <rb_vm_exec+320>, 0x560c3948f2bd <invoke_block+216>, 0x560c3948f6e3 <invoke_block_from_c_bh+793>, 0x560c3948f8dd <vm_yield_with_cref+90>, 0x560c3948f91b <vm_yield+56>, 0x560c39489be9 <rb_yield_0+47>, 0x560c39489c50 <rb_yield+66>, 0x560c395a130c <select_bang_i+88>, 0x560c3926d211 <rb_ensure+388>, 0x560c395a1592 <rb_ary_select_bang+159>, 0x560c395a15fc <rb_ary_keep_if+84>, 0x560c3946c678 <ractor_safe_call_cfunc_0+48>, 0x560c3946d27d <vm_call_cfunc_with_frame_+541>, 0x560c3946d4f5 <vm_call_cfunc_with_frame+121>, 0x560c3946d60d <vm_call_cfunc_other+278>, 0x560c3946da3c <vm_call_cfunc+302>, 0x560c39470577 <vm_call_method_each_type+289>, 0x560c39471023 <vm_call_method+161>, 0x560c39471225 <vm_call_general+47>, 0x560c39473931 <vm_sendish+502>, 0x560c3947af3f <vm_exec_core+15025>, 0x560c39492929 <rb_vm_exec+320>, 0x560c39493788 <rb_iseq_eval_main+61>, 0x560c3926b42e <rb_ec_exec_node+296>, 0x560c3926b59f <ruby_run_node+138>, 0x560c39266bbe <rb_main+76>, 0x560c39266c1f <main+75>, 0x7f534fd33d90 <__libc_start_call_main+128>, 0x7f534fd33e40 <__libc_start_main_impl+128>, 0x560c39266825 <_start+37>, 0x0 <repeats 988 times>}
        n = 36
#7  0x0000560c3949ecf3 in rb_vm_bugreport (ctx=0x560c3a18ce80, errout=0x7f534ff246a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x560c3a0f62a0
        ec = 0x560c3a0f9c70
#8  0x0000560c3965ef9a in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x560c3a18ce80, fmt=0x560c3971a50b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1066
        pid = -1
        out = 0x7f534ff246a0 <_IO_2_1_stderr_>
        file = 0x7f5334d715b0 "/tmp/ruby/build/trunk-O0/.ext/common/objspace.rb"
        line = 44
#9  0x0000560c393e1eb3 in sigsegv (sig=11, info=0x560c3a18cfb0, ctx=0x560c3a18ce80) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 0x0000560c39478807 in vm_exec_core (ec=0x560c3a0f9c70) at /tmp/ruby/build/trunk-O0/vm.inc:871
        val = 12767500
        leaf = true
        reg_pc = 0x560c3a2beb60
        reg_cfp = 0x7f534fd05ef8
        insns_address_table = {0x560c394774fa <vm_exec_core+108>, 0x560c3947755c <vm_exec_core+206>, 0x560c3947766f <vm_exec_core+481>, 0x560c39477783 <vm_exec_core+757>, 0x560c39477921 <vm_exec_core+1171>, 0x560c39477a51 <vm_exec_core+1475>, 0x560c39477c63 <vm_exec_core+2005>, 0x560c39477d75 <vm_exec_core+2279>, 0x560c39477e4e <vm_exec_core+2496>, 0x560c39477f55 <vm_exec_core+2759>, 0x560c3947805c <vm_exec_core+3022>, 0x560c3947816a <vm_exec_core+3292>, 0x560c3947827c <vm_exec_core+3566>, 0x560c3947834c <vm_exec_core+3774>, 0x560c39478455 <vm_exec_core+4039>, 0x560c3947854f <vm_exec_core+4289>, 0x560c39478612 <vm_exec_core+4484>, 0x560c394786d5 <vm_exec_core+4679>, 0x560c3947875e <vm_exec_core+4816>, 0x560c394787ea <vm_exec_core+4956>, 0x560c39478890 <vm_exec_core+5122>, 0x560c39478968 <vm_exec_core+5338>, 0x560c39478a35 <vm_exec_core+5543>, 0x560c39478b13 <vm_exec_core+5765>, 0x560c39478bd5 <vm_exec_core+5959>, 0x560c39478d14 <vm_exec_core+6278>, 0x560c39478dba <vm_exec_core+6444>, 0x560c39478e9f <vm_exec_core+6673>, 0x560c39478fce <vm_exec_core+6976>, 0x560c3947909f <vm_exec_core+7185>, 0x560c39479162 <vm_exec_core+7380>, 0x560c39479225 <vm_exec_core+7575>, 0x560c3947931c <vm_exec_core+7822>, 0x560c394793de <vm_exec_core+8016>, 0x560c394794a0 <vm_exec_core+8210>, 0x560c3947959a <vm_exec_core+8460>, 0x560c39479679 <vm_exec_core+8683>, 0x560c39479766 <vm_exec_core+8920>, 0x560c39479876 <vm_exec_core+9192>, 0x560c39479970 <vm_exec_core+9442>, 0x560c394799eb <vm_exec_core+9565>, 0x560c39479aac <vm_exec_core+9758>, 0x560c39479b9a <vm_exec_core+9996>, 0x560c39479c4a <vm_exec_core+10172>, 0x560c39479dc9 <vm_exec_core+10555>, 0x560c39479ea3 <vm_exec_core+10773>, 0x560c39479f8f <vm_exec_core+11009>, 0x560c3947a020 <vm_exec_core+11154>, 0x560c3947a17b <vm_exec_core+11501>, 0x560c3947a735 <vm_exec_core+12967>, 0x560c3947a831 <vm_exec_core+13219>, 0x560c3947a934 <vm_exec_core+13478>, 0x560c3947aa20 <vm_exec_core+13714>, 0x560c3947ac39 <vm_exec_core+14251>, 0x560c3947ad2b <vm_exec_core+14493>, 0x560c3947ae31 <vm_exec_core+14755>, 0x560c3947b03c <vm_exec_core+15278>, 0x560c3947b1f3 <vm_exec_core+15717>, 0x560c3947b327 <vm_exec_core+16025>, 0x560c3947b49c <vm_exec_core+16398>, 0x560c3947b5d0 <vm_exec_core+16706>, 0x560c3947b745 <vm_exec_core+17079>, 0x560c3947b927 <vm_exec_core+17561>, 0x560c3947bb32 <vm_exec_core+18084>, 0x560c3947bce9 <vm_exec_core+18523>, 0x560c3947be0b <vm_exec_core+18813>, 0x560c3947beb2 <vm_exec_core+18980>, 0x560c3947bf76 <vm_exec_core+19176>, 0x560c3947c05f <vm_exec_core+19409>, 0x560c3947c14b <vm_exec_core+19645>, 0x560c3947c234 <vm_exec_core+19878>, 0x560c3947c348 <vm_exec_core+20154>, 0x560c3947c46f <vm_exec_core+20449>, 0x560c3947c5ae <vm_exec_core+20768>, 0x560c3947c6ed <vm_exec_core+21087>, 0x560c3947c82c <vm_exec_core+21406>, 0x560c3947c96b <vm_exec_core+21725>, 0x560c3947caaa <vm_exec_core+22044>, 0x560c3947cbf4 <vm_exec_core+22374>, 0x560c3947cd77 <vm_exec_core+22761>, 0x560c3947ceb6 <vm_exec_core+23080>, 0x560c3947cff5 <vm_exec_core+23399>, 0x560c3947d134 <vm_exec_core+23718>, 0x560c3947d273 <vm_exec_core+24037>, 0x560c3947d3b2 <vm_exec_core+24356>, 0x560c3947d4f1 <vm_exec_core+24675>, 0x560c3947d630 <vm_exec_core+24994>, 0x560c3947d76f <vm_exec_core+25313>, 0x560c3947d8c7 <vm_exec_core+25657>, 0x560c3947da8d <vm_exec_core+26111>, 0x560c3947dc14 <vm_exec_core+26502>, 0x560c3947dd3c <vm_exec_core+26798>, 0x560c3947de64 <vm_exec_core+27094>, 0x560c3947df87 <vm_exec_core+27385>, 0x560c3947e0aa <vm_exec_core+27676>, 0x560c3947e1de <vm_exec_core+27984>, 0x560c3947e31d <vm_exec_core+28303>, 0x560c3947e408 <vm_exec_core+28538>, 0x560c3947e50d <vm_exec_core+28799>, 0x560c3947e655 <vm_exec_core+29127>, 0x560c3947e744 <vm_exec_core+29366>, 0x560c3947e82d <vm_exec_core+29599>, 0x560c3947e902 <vm_exec_core+29812>, 0x560c3947e9d7 <vm_exec_core+30025>, 0x560c3947ea53 <vm_exec_core+30149>, 0x560c3947eacf <vm_exec_core+30273>, 0x560c3947eaed <vm_exec_core+30303>, 0x560c3947eb0b <vm_exec_core+30333>, 0x560c3947eb29 <vm_exec_core+30363>, 0x560c3947eb47 <vm_exec_core+30393>, 0x560c3947eb65 <vm_exec_core+30423>, 0x560c3947eb83 <vm_exec_core+30453>, 0x560c3947eba1 <vm_exec_core+30483>, 0x560c3947ebbf <vm_exec_core+30513>, 0x560c3947ebdd <vm_exec_core+30543>, 0x560c3947ebfb <vm_exec_core+30573>, 0x560c3947ec19 <vm_exec_core+30603>, 0x560c3947ec37 <vm_exec_core+30633>, 0x560c3947ec55 <vm_exec_core+30663>, 0x560c3947ec73 <vm_exec_core+30693>, 0x560c3947ec91 <vm_exec_core+30723>, 0x560c3947ecaf <vm_exec_core+30753>, 0x560c3947eccd <vm_exec_core+30783>, 0x560c3947eceb <vm_exec_core+30813>, 0x560c3947ed09 <vm_exec_core+30843>, 0x560c3947ed27 <vm_exec_core+30873>, 0x560c3947ed45 <vm_exec_core+30903>, 0x560c3947ed63 <vm_exec_core+30933>, 0x560c3947ed81 <vm_exec_core+30963>, 0x560c3947ed9f <vm_exec_core+30993>, 0x560c3947edbd <vm_exec_core+31023>, 0x560c3947eddb <vm_exec_core+31053>, 0x560c3947edf9 <vm_exec_core+31083>, 0x560c3947ee17 <vm_exec_core+31113>, 0x560c3947ee35 <vm_exec_core+31143>, 0x560c3947ee53 <vm_exec_core+31173>, 0x560c3947ee71 <vm_exec_core+31203>, 0x560c3947ee8f <vm_exec_core+31233>, 0x560c3947eead <vm_exec_core+31263>, 0x560c3947eecb <vm_exec_core+31293>, 0x560c3947eee9 <vm_exec_core+31323>, 0x560c3947ef07 <vm_exec_core+31353>, 0x560c3947ef25 <vm_exec_core+31383>, 0x560c3947ef43 <vm_exec_core+31413>, 0x560c3947ef61 <vm_exec_core+31443>, 0x560c3947ef7f <vm_exec_core+31473>, 0x560c3947ef9d <vm_exec_core+31503>, 0x560c3947efbb <vm_exec_core+31533>, 0x560c3947efd9 <vm_exec_core+31563>, 0x560c3947eff7 <vm_exec_core+31593>, 0x560c3947f015 <vm_exec_core+31623>, 0x560c3947f033 <vm_exec_core+31653>, 0x560c3947f051 <vm_exec_core+31683>, 0x560c3947f06f <vm_exec_core+31713>, 0x560c3947f08d <vm_exec_core+31743>, 0x560c3947f0ab <vm_exec_core+31773>, 0x560c3947f0c9 <vm_exec_core+31803>, 0x560c3947f0e7 <vm_exec_core+31833>, 0x560c3947f105 <vm_exec_core+31863>, 0x560c3947f123 <vm_exec_core+31893>, 0x560c3947f141 <vm_exec_core+31923>, 0x560c3947f15f <vm_exec_core+31953>, 0x560c3947f17d <vm_exec_core+31983>, 0x560c3947f19b <vm_exec_core+32013>, 0x560c3947f1b9 <vm_exec_core+32043>, 0x560c3947f1d7 <vm_exec_core+32073>, 0x560c3947f1f5 <vm_exec_core+32103>, 0x560c3947f213 <vm_exec_core+32133>, 0x560c3947f231 <vm_exec_core+32163>, 0x560c3947f24f <vm_exec_core+32193>, 0x560c3947f26d <vm_exec_core+32223>, 0x560c3947f28b <vm_exec_core+32253>, 0x560c3947f2a9 <vm_exec_core+32283>, 0x560c3947f2c7 <vm_exec_core+32313>, 0x560c3947f2e5 <vm_exec_core+32343>, 0x560c3947f303 <vm_exec_core+32373>, 0x560c3947f321 <vm_exec_core+32403>, 0x560c3947f33f <vm_exec_core+32433>, 0x560c3947f35d <vm_exec_core+32463>, 0x560c3947f37b <vm_exec_core+32493>, 0x560c3947f399 <vm_exec_core+32523>, 0x560c3947f3b7 <vm_exec_core+32553>, 0x560c3947f3d5 <vm_exec_core+32583>, 0x560c3947f3f3 <vm_exec_core+32613>, 0x560c3947f424 <vm_exec_core+32662>, 0x560c3947f442 <vm_exec_core+32692>, 0x560c3947f460 <vm_exec_core+32722>, 0x560c3947f47e <vm_exec_core+32752>, 0x560c3947f49c <vm_exec_core+32782>, 0x560c3947f4ba <vm_exec_core+32812>, 0x560c3947f4d8 <vm_exec_core+32842>, 0x560c3947f4f6 <vm_exec_core+32872>, 0x560c3947f514 <vm_exec_core+32902>, 0x560c3947f532 <vm_exec_core+32932>, 0x560c3947f550 <vm_exec_core+32962>, 0x560c3947f56e <vm_exec_core+32992>, 0x560c3947f58c <vm_exec_core+33022>, 0x560c3947f5aa <vm_exec_core+33052>, 0x560c3947f5c8 <vm_exec_core+33082>, 0x560c3947f5e6 <vm_exec_core+33112>...}
#12 0x0000560c39492929 in rb_vm_exec (ec=0x560c3a0f9c70) at /tmp/ruby/src/trunk-O0/vm.c:2552
        _ec = 0x560c3a0f9c70
        _tag = {tag = 36, retval = 4, buf = {0x7ffd81f26160, 0x560c394928a7 <rb_vm_exec+190>, 0x0, 0x7ffd81f260b0, 0x7ffd81f26150}, prev = 0x7ffd81f26470, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#13 0x0000560c3948f2bd in invoke_block (ec=0x560c3a0f9c70, iseq=0x7f53350112f8, self=139995796983280, captured=0x7f534fd05fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1516
        arg_size = 1
#14 0x0000560c3948f6e3 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffd81f26398, argc=1, self=139995796983280, captured=0x7f534fd05fb8, ec=0x560c3a0f9c70) at /tmp/ruby/src/trunk-O0/vm.c:1586
        iseq = 0x7f53350112f8
        opt_pc = 0
        type = 572653569
        cfp = 0x7f534fd05f68
        sp = 0x7f534fc06070
        flags = 0
        use_argv = 0x7ffd81f26398
        av = {94610500472918, 139995798069096}
        stack_argv = 0x7f534fc06070
#15 invoke_block_from_c_bh (ec=0x560c3a0f9c70, block_handler=139995798069177, argc=1, argv=0x7ffd81f26398, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1604
        captured = 0x7f534fd05fb8
#16 0x0000560c3948f8dd in vm_yield_with_cref (ec=0x560c3a0f9c70, argc=1, argv=0x7ffd81f26398, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1641
No locals.
#17 0x0000560c3948f91b in vm_yield (ec=0x560c3a0f9c70, argc=1, argv=0x7ffd81f26398, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1649
No locals.
#18 0x0000560c39489be9 in rb_yield_0 (argc=1, argv=0x7ffd81f26398) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#19 0x0000560c39489c50 in rb_yield (val=139995340323560) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#20 0x0000560c395a130c in select_bang_i (a=140726783599888) at /tmp/ruby/src/trunk-O0/array.c:3799
        v = 139995340323560
        arg = 0x7ffd81f26510
        ary = 139995349128120
        i1 = 30646
        i2 = 30646
#21 0x0000560c3926d211 in rb_ensure (b_proc=0x560c395a12b4 <select_bang_i>, data1=140726783599888, e_proc=0x560c395a138e <select_bang_ensure>, data2=140726783599888) at /tmp/ruby/src/trunk-O0/eval.c:1000
        _ec = 0x560c3a0f9c70
        _tag = {tag = 36, retval = 139995349128120, buf = {0x7ffd81f264f0, 0x560c3926d1b4 <rb_ensure+295>, 0x0, 0x7ffd81f26400, 0x7ffd81f264c8}, prev = 0x7ffd81f27640, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 139995349128120
        ec = 0x560c3a0f9c70
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x560c395a138e <select_bang_ensure>, data2 = 140726783599888}}
#22 0x0000560c395a1592 in rb_ary_select_bang (ary=139995349128120) at /tmp/ruby/src/trunk-O0/array.c:3862
        args = {ary = 139995349128120, len = {30646, 30646}}
#23 0x0000560c395a15fc in rb_ary_keep_if (ary=139995349128120) at /tmp/ruby/src/trunk-O0/array.c:3887
No locals.
#24 0x0000560c3946c678 in ractor_safe_call_cfunc_0 (recv=139995349128120, argc=0, argv=0x7f534fc06058, func=0x560c395a15a8 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3340
        f = 0x560c395a15a8 <rb_ary_keep_if>
#25 0x0000560c3946d27d in vm_call_cfunc_with_frame_ (ec=0x560c3a0f9c70, reg_cfp=0x7f534fd05fa0, calling=0x7ffd81f269a0, argc=0, argv=0x7f534fc06058, stack_bottom=0x7f534fc06050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3524
        ci = 0x357100000001
        cc = 0x7f533554fb98
        val = 94563253874079
        me = 0x7f5334fff968
        cfunc = 0x560c3a14cf58
        recv = 139995349128120
        block_handler = 139995798069177
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#26 0x0000560c3946d4f5 in vm_call_cfunc_with_frame (ec=0x560c3a0f9c70, reg_cfp=0x7f534fd05fa0, calling=0x7ffd81f269a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3570
        argc = 0
        stack_bottom = 0x7f534fc06050
        argv = 0x7f534fc06058
#27 0x0000560c3946d60d in vm_call_cfunc_other (ec=0x560c3a0f9c70, reg_cfp=0x7f534fd05fa0, calling=0x7ffd81f269a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3596
        ci = 0x357100000001
        argv_ary = 0
#28 0x0000560c3946da3c in vm_call_cfunc (ec=0x560c3a0f9c70, reg_cfp=0x7f534fd05fa0, calling=0x7ffd81f269a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3678
        ci = 0x357100000001
#29 0x0000560c39470577 in vm_call_method_each_type (ec=0x560c3a0f9c70, cfp=0x7f534fd05fa0, calling=0x7ffd81f269a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4469
        aset_mask = 2026
        ivar_mask = 889190760
        ci = 0x357100000001
        cc = 0x7f533554fb98
        cme = 0x7f5334fff968
        v = 94610515404216
#30 0x0000560c39471023 in vm_call_method (ec=0x560c3a0f9c70, cfp=0x7f534fd05fa0, calling=0x7ffd81f269a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4595
        ci = 0x357100000001
        cc = 0x7f533554fb98
#31 0x0000560c39471225 in vm_call_general (ec=0x560c3a0f9c70, reg_cfp=0x7f534fd05fa0, calling=0x7ffd81f269a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4639
No locals.
#32 0x0000560c39473931 in vm_sendish (ec=0x560c3a0f9c70, reg_cfp=0x7f534fd05fa0, cd=0x560c3a2a1ea0, block_handler=139995798069177, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5653
        val = 36
        ci = 0x357100000001
        cc = 0x7f533554fb98
        argc = 0
        recv = 139995349128120
        calling = {cd = 0x560c3a2a1ea0, cc = 0x7f533554fb98, block_handler = 139995798069177, recv = 139995349128120, argc = 0, kw_splat = false, heap_argv = 0}
#33 0x0000560c3947af3f in vm_exec_core (ec=0x560c3a0f9c70) at ../../src/trunk-O0/insns.def:861
        bh = 139995798069177
        cd = 0x560c3a2a1ea0
        blockiseq = 0x7f53350112f8
        leaf = false
        val = 139995353775680
        reg_pc = 0x560c3a2a1960
        reg_cfp = 0x7f534fd05fa0
        insns_address_table = {0x560c394774fa <vm_exec_core+108>, 0x560c3947755c <vm_exec_core+206>, 0x560c3947766f <vm_exec_core+481>, 0x560c39477783 <vm_exec_core+757>, 0x560c39477921 <vm_exec_core+1171>, 0x560c39477a51 <vm_exec_core+1475>, 0x560c39477c63 <vm_exec_core+2005>, 0x560c39477d75 <vm_exec_core+2279>, 0x560c39477e4e <vm_exec_core+2496>, 0x560c39477f55 <vm_exec_core+2759>, 0x560c3947805c <vm_exec_core+3022>, 0x560c3947816a <vm_exec_core+3292>, 0x560c3947827c <vm_exec_core+3566>, 0x560c3947834c <vm_exec_core+3774>, 0x560c39478455 <vm_exec_core+4039>, 0x560c3947854f <vm_exec_core+4289>, 0x560c39478612 <vm_exec_core+4484>, 0x560c394786d5 <vm_exec_core+4679>, 0x560c3947875e <vm_exec_core+4816>, 0x560c394787ea <vm_exec_core+4956>, 0x560c39478890 <vm_exec_core+5122>, 0x560c39478968 <vm_exec_core+5338>, 0x560c39478a35 <vm_exec_core+5543>, 0x560c39478b13 <vm_exec_core+5765>, 0x560c39478bd5 <vm_exec_core+5959>, 0x560c39478d14 <vm_exec_core+6278>, 0x560c39478dba <vm_exec_core+6444>, 0x560c39478e9f <vm_exec_core+6673>, 0x560c39478fce <vm_exec_core+6976>, 0x560c3947909f <vm_exec_core+7185>, 0x560c39479162 <vm_exec_core+7380>, 0x560c39479225 <vm_exec_core+7575>, 0x560c3947931c <vm_exec_core+7822>, 0x560c394793de <vm_exec_core+8016>, 0x560c394794a0 <vm_exec_core+8210>, 0x560c3947959a <vm_exec_core+8460>, 0x560c39479679 <vm_exec_core+8683>, 0x560c39479766 <vm_exec_core+8920>, 0x560c39479876 <vm_exec_core+9192>, 0x560c39479970 <vm_exec_core+9442>, 0x560c394799eb <vm_exec_core+9565>, 0x560c39479aac <vm_exec_core+9758>, 0x560c39479b9a <vm_exec_core+9996>, 0x560c39479c4a <vm_exec_core+10172>, 0x560c39479dc9 <vm_exec_core+10555>, 0x560c39479ea3 <vm_exec_core+10773>, 0x560c39479f8f <vm_exec_core+11009>, 0x560c3947a020 <vm_exec_core+11154>, 0x560c3947a17b <vm_exec_core+11501>, 0x560c3947a735 <vm_exec_core+12967>, 0x560c3947a831 <vm_exec_core+13219>, 0x560c3947a934 <vm_exec_core+13478>, 0x560c3947aa20 <vm_exec_core+13714>, 0x560c3947ac39 <vm_exec_core+14251>, 0x560c3947ad2b <vm_exec_core+14493>, 0x560c3947ae31 <vm_exec_core+14755>, 0x560c3947b03c <vm_exec_core+15278>, 0x560c3947b1f3 <vm_exec_core+15717>, 0x560c3947b327 <vm_exec_core+16025>, 0x560c3947b49c <vm_exec_core+16398>, 0x560c3947b5d0 <vm_exec_core+16706>, 0x560c3947b745 <vm_exec_core+17079>, 0x560c3947b927 <vm_exec_core+17561>, 0x560c3947bb32 <vm_exec_core+18084>, 0x560c3947bce9 <vm_exec_core+18523>, 0x560c3947be0b <vm_exec_core+18813>, 0x560c3947beb2 <vm_exec_core+18980>, 0x560c3947bf76 <vm_exec_core+19176>, 0x560c3947c05f <vm_exec_core+19409>, 0x560c3947c14b <vm_exec_core+19645>, 0x560c3947c234 <vm_exec_core+19878>, 0x560c3947c348 <vm_exec_core+20154>, 0x560c3947c46f <vm_exec_core+20449>, 0x560c3947c5ae <vm_exec_core+20768>, 0x560c3947c6ed <vm_exec_core+21087>, 0x560c3947c82c <vm_exec_core+21406>, 0x560c3947c96b <vm_exec_core+21725>, 0x560c3947caaa <vm_exec_core+22044>, 0x560c3947cbf4 <vm_exec_core+22374>, 0x560c3947cd77 <vm_exec_core+22761>, 0x560c3947ceb6 <vm_exec_core+23080>, 0x560c3947cff5 <vm_exec_core+23399>, 0x560c3947d134 <vm_exec_core+23718>, 0x560c3947d273 <vm_exec_core+24037>, 0x560c3947d3b2 <vm_exec_core+24356>, 0x560c3947d4f1 <vm_exec_core+24675>, 0x560c3947d630 <vm_exec_core+24994>, 0x560c3947d76f <vm_exec_core+25313>, 0x560c3947d8c7 <vm_exec_core+25657>, 0x560c3947da8d <vm_exec_core+26111>, 0x560c3947dc14 <vm_exec_core+26502>, 0x560c3947dd3c <vm_exec_core+26798>, 0x560c3947de64 <vm_exec_core+27094>, 0x560c3947df87 <vm_exec_core+27385>, 0x560c3947e0aa <vm_exec_core+27676>, 0x560c3947e1de <vm_exec_core+27984>, 0x560c3947e31d <vm_exec_core+28303>, 0x560c3947e408 <vm_exec_core+28538>, 0x560c3947e50d <vm_exec_core+28799>, 0x560c3947e655 <vm_exec_core+29127>, 0x560c3947e744 <vm_exec_core+29366>, 0x560c3947e82d <vm_exec_core+29599>, 0x560c3947e902 <vm_exec_core+29812>, 0x560c3947e9d7 <vm_exec_core+30025>, 0x560c3947ea53 <vm_exec_core+30149>, 0x560c3947eacf <vm_exec_core+30273>, 0x560c3947eaed <vm_exec_core+30303>, 0x560c3947eb0b <vm_exec_core+30333>, 0x560c3947eb29 <vm_exec_core+30363>, 0x560c3947eb47 <vm_exec_core+30393>, 0x560c3947eb65 <vm_exec_core+30423>, 0x560c3947eb83 <vm_exec_core+30453>, 0x560c3947eba1 <vm_exec_core+30483>, 0x560c3947ebbf <vm_exec_core+30513>, 0x560c3947ebdd <vm_exec_core+30543>, 0x560c3947ebfb <vm_exec_core+30573>, 0x560c3947ec19 <vm_exec_core+30603>, 0x560c3947ec37 <vm_exec_core+30633>, 0x560c3947ec55 <vm_exec_core+30663>, 0x560c3947ec73 <vm_exec_core+30693>, 0x560c3947ec91 <vm_exec_core+30723>, 0x560c3947ecaf <vm_exec_core+30753>, 0x560c3947eccd <vm_exec_core+30783>, 0x560c3947eceb <vm_exec_core+30813>, 0x560c3947ed09 <vm_exec_core+30843>, 0x560c3947ed27 <vm_exec_core+30873>, 0x560c3947ed45 <vm_exec_core+30903>, 0x560c3947ed63 <vm_exec_core+30933>, 0x560c3947ed81 <vm_exec_core+30963>, 0x560c3947ed9f <vm_exec_core+30993>, 0x560c3947edbd <vm_exec_core+31023>, 0x560c3947eddb <vm_exec_core+31053>, 0x560c3947edf9 <vm_exec_core+31083>, 0x560c3947ee17 <vm_exec_core+31113>, 0x560c3947ee35 <vm_exec_core+31143>, 0x560c3947ee53 <vm_exec_core+31173>, 0x560c3947ee71 <vm_exec_core+31203>, 0x560c3947ee8f <vm_exec_core+31233>, 0x560c3947eead <vm_exec_core+31263>, 0x560c3947eecb <vm_exec_core+31293>, 0x560c3947eee9 <vm_exec_core+31323>, 0x560c3947ef07 <vm_exec_core+31353>, 0x560c3947ef25 <vm_exec_core+31383>, 0x560c3947ef43 <vm_exec_core+31413>, 0x560c3947ef61 <vm_exec_core+31443>, 0x560c3947ef7f <vm_exec_core+31473>, 0x560c3947ef9d <vm_exec_core+31503>, 0x560c3947efbb <vm_exec_core+31533>, 0x560c3947efd9 <vm_exec_core+31563>, 0x560c3947eff7 <vm_exec_core+31593>, 0x560c3947f015 <vm_exec_core+31623>, 0x560c3947f033 <vm_exec_core+31653>, 0x560c3947f051 <vm_exec_core+31683>, 0x560c3947f06f <vm_exec_core+31713>, 0x560c3947f08d <vm_exec_core+31743>, 0x560c3947f0ab <vm_exec_core+31773>, 0x560c3947f0c9 <vm_exec_core+31803>, 0x560c3947f0e7 <vm_exec_core+31833>, 0x560c3947f105 <vm_exec_core+31863>, 0x560c3947f123 <vm_exec_core+31893>, 0x560c3947f141 <vm_exec_core+31923>, 0x560c3947f15f <vm_exec_core+31953>, 0x560c3947f17d <vm_exec_core+31983>, 0x560c3947f19b <vm_exec_core+32013>, 0x560c3947f1b9 <vm_exec_core+32043>, 0x560c3947f1d7 <vm_exec_core+32073>, 0x560c3947f1f5 <vm_exec_core+32103>, 0x560c3947f213 <vm_exec_core+32133>, 0x560c3947f231 <vm_exec_core+32163>, 0x560c3947f24f <vm_exec_core+32193>, 0x560c3947f26d <vm_exec_core+32223>, 0x560c3947f28b <vm_exec_core+32253>, 0x560c3947f2a9 <vm_exec_core+32283>, 0x560c3947f2c7 <vm_exec_core+32313>, 0x560c3947f2e5 <vm_exec_core+32343>, 0x560c3947f303 <vm_exec_core+32373>, 0x560c3947f321 <vm_exec_core+32403>, 0x560c3947f33f <vm_exec_core+32433>, 0x560c3947f35d <vm_exec_core+32463>, 0x560c3947f37b <vm_exec_core+32493>, 0x560c3947f399 <vm_exec_core+32523>, 0x560c3947f3b7 <vm_exec_core+32553>, 0x560c3947f3d5 <vm_exec_core+32583>, 0x560c3947f3f3 <vm_exec_core+32613>, 0x560c3947f424 <vm_exec_core+32662>, 0x560c3947f442 <vm_exec_core+32692>, 0x560c3947f460 <vm_exec_core+32722>, 0x560c3947f47e <vm_exec_core+32752>, 0x560c3947f49c <vm_exec_core+32782>, 0x560c3947f4ba <vm_exec_core+32812>, 0x560c3947f4d8 <vm_exec_core+32842>, 0x560c3947f4f6 <vm_exec_core+32872>, 0x560c3947f514 <vm_exec_core+32902>, 0x560c3947f532 <vm_exec_core+32932>, 0x560c3947f550 <vm_exec_core+32962>, 0x560c3947f56e <vm_exec_core+32992>, 0x560c3947f58c <vm_exec_core+33022>, 0x560c3947f5aa <vm_exec_core+33052>, 0x560c3947f5c8 <vm_exec_core+33082>, 0x560c3947f5e6 <vm_exec_core+33112>...}
#34 0x0000560c39492929 in rb_vm_exec (ec=0x560c3a0f9c70) at /tmp/ruby/src/trunk-O0/vm.c:2552
        _ec = 0x560c3a0f9c70
        _tag = {tag = 36, retval = 4, buf = {0x7ffd81f276c0, 0x560c394928a7 <rb_vm_exec+190>, 0x0, 0x7ffd81f27610, 0x560c3a180f70}, prev = 0x7ffd81f27730, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#35 0x0000560c39493788 in rb_iseq_eval_main (iseq=0x7f5335682128) at /tmp/ruby/src/trunk-O0/vm.c:2818
        ec = 0x560c3a0f9c70
        val = 140726783604544
#36 0x0000560c3926b42e in rb_ec_exec_node (ec=0x560c3a0f9c70, n=0x7f5335682128) at /tmp/ruby/src/trunk-O0/eval.c:282
        _ec = 0x560c3a0f9c70
        _tag = {tag = 36, retval = 94610498431552, buf = {0x7ffd81f277b0, 0x560c3926b3da <rb_ec_exec_node+212>, 0x0, 0x7ffd81f27700, 0x560c3a0f9c70}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f5335682128
#37 0x0000560c3926b59f in ruby_run_node (n=0x7f5335682128) at /tmp/ruby/src/trunk-O0/eval.c:320
        ec = 0x560c3a0f9c70
        status = 22028
#38 0x0000560c39266bbe in rb_main (argc=120, argv=0x7ffd81f27958) at /tmp/ruby/src/trunk-O0/main.c:40
        variable_in_this_stack_frame = 140726783604784
#39 0x0000560c39266c1f in main (argc=120, argv=0x7ffd81f27958) at /tmp/ruby/src/trunk-O0/main.c:59
No locals.

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