# Logfile created on 2024-03-06 22:01:22 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000555aa41d5a48 @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.20240306-220121", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000555aa42772f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000555aa42771b8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000555aa4277000 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240306-220121", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240306-220121>, @binmode=false, @mon_data=#<Monitor:0x0000555aa4276f10>, @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 rbs to 56ae86bb5f4864f5057778bd45b280248b012329
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision -
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/minitest.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
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/bigdecimal.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
   b4a6935..cc757f4  master     -> origin/master
Updating b4a6935..cc757f4
Fast-forward
 array.c                                            |  10 +
 bignum.c                                           |   2 +-
 class.c                                            |  24 +-
 complex.c                                          |   2 +-
 doc/.document                                      |   2 +-
 doc/command_line/field_processing.md               | 132 ---
 doc/ruby/option_dump.md                            | 297 +++++++
 doc/ruby/options.md                                | 723 +++++++++++++++
 encoding.c                                         |   2 +-
 enumerator.c                                       |   2 +-
 gc.c                                               |  18 +-
 internal/class.h                                   |   1 +
 internal/vm.h                                      |   2 +-
 io.c                                               |   2 +-
 lib/prism/parse_result.rb                          |  15 +-
 lib/prism/parse_result/newlines.rb                 |   2 +
 lib/prism/polyfill/string.rb                       |  12 +
 lib/prism/prism.gemspec                            |   3 +-
 lib/prism/translation/parser/compiler.rb           |  11 +-
 lib/prism/translation/parser/lexer.rb              |   2 +-
 lib/prism/translation/ripper.rb                    |  38 +-
 load.c                                             |   2 +-
 marshal.c                                          |   2 +-
 memory_view.c                                      |   2 +-
 mini_builtin.c                                     |   2 +-
 numeric.c                                          |   2 +-
 object.c                                           |  10 +-
 prism/templates/ext/prism/api_node.c.erb           |  34 +-
 prism/templates/include/prism/ast.h.erb            |  26 +-
 prism/templates/lib/prism/compiler.rb.erb          |   2 +-
 prism/templates/lib/prism/dot_visitor.rb.erb       |  14 +-
 prism/templates/lib/prism/mutation_compiler.rb.erb |   4 +-
 prism/templates/lib/prism/node.rb.erb              |  61 +-
 prism/templates/lib/prism/serialize.rb.erb         |  64 +-
 prism/templates/src/node.c.erb                     |  66 +-
 prism/templates/src/prettyprint.c.erb              |  28 +-
 prism/templates/src/serialize.c.erb                |  28 +-
 prism/templates/template.rb                        | 988 +++++++++++----------
 proc.c                                             |   2 +-
 random.c                                           |   2 +-
 ruby.c                                             |   4 +-
 struct.c                                           |   4 +-
 symbol.c                                           |   4 +-
 test/prism/parser_test.rb                          |   2 +-
 time.c                                             |   6 +-
 variable.c                                         |   8 +-
 vm.c                                               | 155 +++-
 vm_backtrace.c                                     |   2 +-
 vm_core.h                                          |   2 -
 vm_eval.c                                          |   2 +-
 yjit.c                                             |   2 +-
 yjit/src/codegen.rs                                |  93 +-
 yjit/src/cruby.rs                                  |   3 +
 yjit/src/stats.rs                                  |   4 +
 54 files changed, 2000 insertions(+), 932 deletions(-)
 delete mode 100644 doc/command_line/field_processing.md
 create mode 100644 doc/ruby/option_dump.md
 create mode 100644 doc/ruby/options.md
 create mode 100644 lib/prism/polyfill/string.rb
Latest commit hash = cc757f4a61
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
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'
generating golf_prelude.c
golf_prelude.c unchanged
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329
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 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.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/compar.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/enum.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/file.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/io_buffer.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/math.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/range.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/sprintf.c
compiling /tmp/ruby/src/trunk-O0/strftime.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/transcode.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_memchr.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.

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

Failed tests:
TestRequire#test_require_nonascii_path: Test::Unit::PendedError: cannot convert path encoding to filesystem
TestRequire#test_require_with_public_method_missing: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
TestGc#test_gc_parameter: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec)
TestGc#test_thrashing_for_young_objects: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
TestGc#test_profiler_clear: Test::Unit::PendedError: for now

Retrying...
Finished tests in 1481.934961s, 17.6816 tests/s, 6422.2738 assertions/s.
26203 tests, 9517392 assertions, 0 failures, 0 errors, 292 skips

ruby -v: ruby 3.4.0dev (2024-03-06T21:42:29Z master cc757f4a61) [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-03-06T21:42:29Z master cc757f4a61) [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 444.483632 seconds

3426 files, 32143 examples, 137046 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.1609659.ruby -x gdbscript
[New LWP 1609659]
[New LWP 1609661]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055b489a2225c in gc_sweep_plane (objspace=0x55b48b777bf0, heap=0x55b48b777c60, p=140659352110240, bitset=90453447846144, ctx=0x7ffd41c40230) at /tmp/ruby/src/trunk-O0/gc.c:5293
5293	        asan_unpoison_object(vp, false);
[Current thread is 1 (Thread 0x7fede91a37c0 (LWP 1609659))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fede91a37c0 (LWP 1609659) 0x000055b489a2225c in gc_sweep_plane (objspace=0x55b48b777bf0, heap=0x55b48b777c60, p=140659352110240, bitset=90453447846144, ctx=0x7ffd41c40230) at /tmp/ruby/src/trunk-O0/gc.c:5293
  2    Thread 0x7fedcfbcf640 (LWP 1609661) 0x00007fede92cbfde in epoll_wait (epfd=4, events=0x55b48a09a91c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fedcfbcf640 (LWP 1609661)):
#0  0x00007fede92cbfde in epoll_wait (epfd=4, events=0x55b48a09a91c <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  0x000055b489bbc18d in event_wait (vm=0x55b48b7752a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 21940
#2  0x000055b489bbc1b1 in timer_thread_polling (vm=0x55b48b7752a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = -829255851
#3  0x000055b489bbc871 in timer_thread_func (ptr=0x55b48b7752a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3053
        vm = 0x55b48b7752a0
#4  0x00007fede923ab43 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 = {140725706822032, -5805152446350584135, 140659369244224, 25, 140659795404880, 140725706822384, 5815391640261007033, 5815315746163168953}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fede92cbbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fede91a37c0 (LWP 1609659)):
#0  0x000055b489a2225c in gc_sweep_plane (objspace=0x55b48b777bf0, heap=0x55b48b777c60, p=140659352110240, bitset=90453447846144, ctx=0x7ffd41c40230) at /tmp/ruby/src/trunk-O0/gc.c:5293
        vp = 140659352110240
        sweep_page = 0x55b48b819c30
        slot_size = 40
        slot_bits = 1
        __func__ = <optimized out>
#1  0x000055b489a2262d in gc_sweep_page (objspace=0x55b48b777bf0, heap=0x55b48b777c60, ctx=0x7ffd41c40230) at /tmp/ruby/src/trunk-O0/gc.c:5389
        i = 13
        sweep_page = 0x55b48b819c30
        __func__ = <optimized out>
        p = 140659352109600
        bits = 0x55b48b819d40
        bitset = 5927957158044913812
        page_rvalue_count = 1637
        out_of_range_bits = 37
        bitmap_plane_count = 26
#2  0x000055b489a22fac in gc_sweep_step (objspace=0x55b48b777bf0, size_pool=0x55b48b777c10, heap=0x55b48b777c60) at /tmp/ruby/src/trunk-O0/gc.c:5671
        ctx = {page = 0x55b48b819c30, final_slots = 0, freed_slots = 0, empty_slots = 165}
        free_slots = 56
        sweep_page = 0x55b48b819c30
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 112
#3  0x000055b489a231e0 in gc_sweep_rest (objspace=0x55b48b777bf0) at /tmp/ruby/src/trunk-O0/gc.c:5728
        size_pool = 0x55b48b777c10
        i = 0
#4  0x000055b489a237e1 in gc_sweep (objspace=0x55b48b777bf0) at /tmp/ruby/src/trunk-O0/gc.c:5886
        immediate_sweep = 1
#5  0x000055b489a2a1d5 in gc_start (objspace=0x55b48b777bf0, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9076
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 8944
#6  0x000055b489a29e5a in garbage_collect (objspace=0x55b48b777bf0, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:8956
        _lev = 1103364960
        ret = 32765
#7  0x000055b489a1d31b in newobj_slowpath (size_pool_idx=0, wb_protected=1, cache=0x55b48b778ba8, objspace=0x55b48b777bf0, flags=49178, klass=140659369372920) at /tmp/ruby/src/trunk-O0/gc.c:2856
        obj = 1
        lev = 1
#8  newobj_slowpath_wb_protected (klass=140659369372920, flags=49178, objspace=0x55b48b777bf0, cache=0x55b48b778ba8, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2880
No locals.
#9  0x000055b489a1d6d7 in newobj_of (cr=0x55b48b7789b0, klass=140659369372920, flags=49178, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2924
        obj = 94233922341984
        objspace = 0x55b48b777bf0
        size_pool_idx = 0
        cache = 0x55b48b778ba8
        i = <optimized out>
        cnt = <optimized out>
#10 0x000055b489a1d7b3 in rb_wb_protected_newobj_of (ec=0x55b48b778c60, klass=140659369372920, flags=49178, size=40) at /tmp/ruby/src/trunk-O0/gc.c:2942
        __func__ = <optimized out>
#11 0x000055b489a41e3e in rb_imemo_new (type=imemo_callcache, v0=140659369372920) at /tmp/ruby/src/trunk-O0/imemo.c:47
        size = 40
        flags = 49210
        obj = 0x44f000044ff
#12 0x000055b489bf8a0b in vm_cc_new (klass=140659369372920, cme=0x7fedcfbf9928, call=0x55b489c0d2b9 <vm_call_general>, type=cc_type_normal) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:332
        cc = 0x7fede90a20c8
#13 0x000055b489c026a9 in vm_search_cc (klass=140659369372920, ci=0x44ff00100001) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2156
        mid = 17663
        cc_tbl = 0x55b48b90b870
        ccs = 0x55b48ba98120
        ccs_data = 94233925615904
        cme = 0x7fedcfbf9928
        cc = 0x7fedceb20958
#14 0x000055b489c02734 in rb_vm_search_method_slowpath (ci=0x44ff00100001, klass=140659369372920) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2175
        _lev = 32749
        cc = 0x7ffd41c405d0
#15 0x000055b489c0279b in vm_search_method_slowpath0 (cd_owner=140659351751800, cd=0x55b48b964230, klass=140659369372920) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2196
        cc = 0x7fedcfbeecf8
        empty_cc = 0x55b48a085520 <vm_empty_cc>
#16 0x000055b489c0f9c5 in vm_search_method_fastpath (klass=140659369372920, cd=0x55b48b964230, cd_owner=140659351751800) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2257
        cc = 0x55b48a085520 <vm_empty_cc>
#17 vm_sendish (ec=0x55b48b778c60, reg_cfp=0x7fede91a1f30, cd=0x55b48b964230, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5653
        val = 36
        ci = 0x44ff00100001
        cc = 0x7fedceb20958
        argc = 0
        recv = 140659351024240
        calling = {cd = 0x55b48b964230, cc = 0x0, block_handler = 0, recv = 140659351024240, argc = 0, kw_splat = false, heap_argv = 0}
#18 0x000055b489c171b9 in vm_exec_core (ec=0x55b48b778c60) at ../../src/trunk-O0/insns.def:881
        bh = 0
        cd = 0x55b48b964230
        leaf = false
        val = 140659351024160
        reg_pc = 0x55b48b964060
        reg_cfp = 0x7fede91a1f30
        insns_address_table = {0x55b489c135bd <vm_exec_core+108>, 0x55b489c1361f <vm_exec_core+206>, 0x55b489c13732 <vm_exec_core+481>, 0x55b489c13846 <vm_exec_core+757>, 0x55b489c139e4 <vm_exec_core+1171>, 0x55b489c13b14 <vm_exec_core+1475>, 0x55b489c13d26 <vm_exec_core+2005>, 0x55b489c13e38 <vm_exec_core+2279>, 0x55b489c13f11 <vm_exec_core+2496>, 0x55b489c14018 <vm_exec_core+2759>, 0x55b489c1411f <vm_exec_core+3022>, 0x55b489c1422d <vm_exec_core+3292>, 0x55b489c1433f <vm_exec_core+3566>, 0x55b489c1440f <vm_exec_core+3774>, 0x55b489c14518 <vm_exec_core+4039>, 0x55b489c14612 <vm_exec_core+4289>, 0x55b489c146d5 <vm_exec_core+4484>, 0x55b489c14798 <vm_exec_core+4679>, 0x55b489c14821 <vm_exec_core+4816>, 0x55b489c148ad <vm_exec_core+4956>, 0x55b489c14953 <vm_exec_core+5122>, 0x55b489c14a2b <vm_exec_core+5338>, 0x55b489c14af8 <vm_exec_core+5543>, 0x55b489c14bd6 <vm_exec_core+5765>, 0x55b489c14c98 <vm_exec_core+5959>, 0x55b489c14dd7 <vm_exec_core+6278>, 0x55b489c14e7d <vm_exec_core+6444>, 0x55b489c14f62 <vm_exec_core+6673>, 0x55b489c15091 <vm_exec_core+6976>, 0x55b489c15162 <vm_exec_core+7185>, 0x55b489c15225 <vm_exec_core+7380>, 0x55b489c152e8 <vm_exec_core+7575>, 0x55b489c153df <vm_exec_core+7822>, 0x55b489c154a1 <vm_exec_core+8016>, 0x55b489c15563 <vm_exec_core+8210>, 0x55b489c1565d <vm_exec_core+8460>, 0x55b489c1573c <vm_exec_core+8683>, 0x55b489c15829 <vm_exec_core+8920>, 0x55b489c15939 <vm_exec_core+9192>, 0x55b489c15a33 <vm_exec_core+9442>, 0x55b489c15aae <vm_exec_core+9565>, 0x55b489c15b6f <vm_exec_core+9758>, 0x55b489c15c5d <vm_exec_core+9996>, 0x55b489c15d0d <vm_exec_core+10172>, 0x55b489c15e8c <vm_exec_core+10555>, 0x55b489c15f66 <vm_exec_core+10773>, 0x55b489c16052 <vm_exec_core+11009>, 0x55b489c160e3 <vm_exec_core+11154>, 0x55b489c1623e <vm_exec_core+11501>, 0x55b489c167f8 <vm_exec_core+12967>, 0x55b489c168f4 <vm_exec_core+13219>, 0x55b489c169f7 <vm_exec_core+13478>, 0x55b489c16ae3 <vm_exec_core+13714>, 0x55b489c16cfc <vm_exec_core+14251>, 0x55b489c16dee <vm_exec_core+14493>, 0x55b489c16ef4 <vm_exec_core+14755>, 0x55b489c170ff <vm_exec_core+15278>, 0x55b489c172b6 <vm_exec_core+15717>, 0x55b489c173ea <vm_exec_core+16025>, 0x55b489c1755f <vm_exec_core+16398>, 0x55b489c17693 <vm_exec_core+16706>, 0x55b489c17808 <vm_exec_core+17079>, 0x55b489c179ea <vm_exec_core+17561>, 0x55b489c17bf5 <vm_exec_core+18084>, 0x55b489c17dac <vm_exec_core+18523>, 0x55b489c17ece <vm_exec_core+18813>, 0x55b489c17f75 <vm_exec_core+18980>, 0x55b489c18039 <vm_exec_core+19176>, 0x55b489c18122 <vm_exec_core+19409>, 0x55b489c1820e <vm_exec_core+19645>, 0x55b489c182f7 <vm_exec_core+19878>, 0x55b489c1840b <vm_exec_core+20154>, 0x55b489c18532 <vm_exec_core+20449>, 0x55b489c18671 <vm_exec_core+20768>, 0x55b489c187b0 <vm_exec_core+21087>, 0x55b489c188ef <vm_exec_core+21406>, 0x55b489c18a2e <vm_exec_core+21725>, 0x55b489c18b6d <vm_exec_core+22044>, 0x55b489c18cb7 <vm_exec_core+22374>, 0x55b489c18e3a <vm_exec_core+22761>, 0x55b489c18f79 <vm_exec_core+23080>, 0x55b489c190b8 <vm_exec_core+23399>, 0x55b489c191f7 <vm_exec_core+23718>, 0x55b489c19336 <vm_exec_core+24037>, 0x55b489c19475 <vm_exec_core+24356>, 0x55b489c195b4 <vm_exec_core+24675>, 0x55b489c196f3 <vm_exec_core+24994>, 0x55b489c19832 <vm_exec_core+25313>, 0x55b489c1998a <vm_exec_core+25657>, 0x55b489c19b50 <vm_exec_core+26111>, 0x55b489c19cd7 <vm_exec_core+26502>, 0x55b489c19dff <vm_exec_core+26798>, 0x55b489c19f27 <vm_exec_core+27094>, 0x55b489c1a04a <vm_exec_core+27385>, 0x55b489c1a16d <vm_exec_core+27676>, 0x55b489c1a2a1 <vm_exec_core+27984>, 0x55b489c1a3e0 <vm_exec_core+28303>, 0x55b489c1a4cb <vm_exec_core+28538>, 0x55b489c1a5d0 <vm_exec_core+28799>, 0x55b489c1a718 <vm_exec_core+29127>, 0x55b489c1a807 <vm_exec_core+29366>, 0x55b489c1a8f0 <vm_exec_core+29599>, 0x55b489c1a9c5 <vm_exec_core+29812>, 0x55b489c1aa9a <vm_exec_core+30025>, 0x55b489c1ab16 <vm_exec_core+30149>, 0x55b489c1ab92 <vm_exec_core+30273>, 0x55b489c1abb0 <vm_exec_core+30303>, 0x55b489c1abce <vm_exec_core+30333>, 0x55b489c1abec <vm_exec_core+30363>, 0x55b489c1ac0a <vm_exec_core+30393>, 0x55b489c1ac28 <vm_exec_core+30423>, 0x55b489c1ac46 <vm_exec_core+30453>, 0x55b489c1ac64 <vm_exec_core+30483>, 0x55b489c1ac82 <vm_exec_core+30513>, 0x55b489c1aca0 <vm_exec_core+30543>, 0x55b489c1acbe <vm_exec_core+30573>, 0x55b489c1acdc <vm_exec_core+30603>, 0x55b489c1acfa <vm_exec_core+30633>, 0x55b489c1ad18 <vm_exec_core+30663>, 0x55b489c1ad36 <vm_exec_core+30693>, 0x55b489c1ad54 <vm_exec_core+30723>, 0x55b489c1ad72 <vm_exec_core+30753>, 0x55b489c1ad90 <vm_exec_core+30783>, 0x55b489c1adae <vm_exec_core+30813>, 0x55b489c1adcc <vm_exec_core+30843>, 0x55b489c1adea <vm_exec_core+30873>, 0x55b489c1ae08 <vm_exec_core+30903>, 0x55b489c1ae26 <vm_exec_core+30933>, 0x55b489c1ae44 <vm_exec_core+30963>, 0x55b489c1ae62 <vm_exec_core+30993>, 0x55b489c1ae80 <vm_exec_core+31023>, 0x55b489c1ae9e <vm_exec_core+31053>, 0x55b489c1aebc <vm_exec_core+31083>, 0x55b489c1aeda <vm_exec_core+31113>, 0x55b489c1aef8 <vm_exec_core+31143>, 0x55b489c1af16 <vm_exec_core+31173>, 0x55b489c1af34 <vm_exec_core+31203>, 0x55b489c1af52 <vm_exec_core+31233>, 0x55b489c1af70 <vm_exec_core+31263>, 0x55b489c1af8e <vm_exec_core+31293>, 0x55b489c1afac <vm_exec_core+31323>, 0x55b489c1afca <vm_exec_core+31353>, 0x55b489c1afe8 <vm_exec_core+31383>, 0x55b489c1b006 <vm_exec_core+31413>, 0x55b489c1b024 <vm_exec_core+31443>, 0x55b489c1b042 <vm_exec_core+31473>, 0x55b489c1b060 <vm_exec_core+31503>, 0x55b489c1b07e <vm_exec_core+31533>, 0x55b489c1b09c <vm_exec_core+31563>, 0x55b489c1b0ba <vm_exec_core+31593>, 0x55b489c1b0d8 <vm_exec_core+31623>, 0x55b489c1b0f6 <vm_exec_core+31653>, 0x55b489c1b114 <vm_exec_core+31683>, 0x55b489c1b132 <vm_exec_core+31713>, 0x55b489c1b150 <vm_exec_core+31743>, 0x55b489c1b16e <vm_exec_core+31773>, 0x55b489c1b18c <vm_exec_core+31803>, 0x55b489c1b1aa <vm_exec_core+31833>, 0x55b489c1b1c8 <vm_exec_core+31863>, 0x55b489c1b1e6 <vm_exec_core+31893>, 0x55b489c1b204 <vm_exec_core+31923>, 0x55b489c1b222 <vm_exec_core+31953>, 0x55b489c1b240 <vm_exec_core+31983>, 0x55b489c1b25e <vm_exec_core+32013>, 0x55b489c1b27c <vm_exec_core+32043>, 0x55b489c1b29a <vm_exec_core+32073>, 0x55b489c1b2b8 <vm_exec_core+32103>, 0x55b489c1b2d6 <vm_exec_core+32133>, 0x55b489c1b2f4 <vm_exec_core+32163>, 0x55b489c1b312 <vm_exec_core+32193>, 0x55b489c1b330 <vm_exec_core+32223>, 0x55b489c1b34e <vm_exec_core+32253>, 0x55b489c1b36c <vm_exec_core+32283>, 0x55b489c1b38a <vm_exec_core+32313>, 0x55b489c1b3a8 <vm_exec_core+32343>, 0x55b489c1b3c6 <vm_exec_core+32373>, 0x55b489c1b3e4 <vm_exec_core+32403>, 0x55b489c1b402 <vm_exec_core+32433>, 0x55b489c1b420 <vm_exec_core+32463>, 0x55b489c1b43e <vm_exec_core+32493>, 0x55b489c1b45c <vm_exec_core+32523>, 0x55b489c1b47a <vm_exec_core+32553>, 0x55b489c1b498 <vm_exec_core+32583>, 0x55b489c1b4b6 <vm_exec_core+32613>, 0x55b489c1b4e7 <vm_exec_core+32662>, 0x55b489c1b505 <vm_exec_core+32692>, 0x55b489c1b523 <vm_exec_core+32722>, 0x55b489c1b541 <vm_exec_core+32752>, 0x55b489c1b55f <vm_exec_core+32782>, 0x55b489c1b57d <vm_exec_core+32812>, 0x55b489c1b59b <vm_exec_core+32842>, 0x55b489c1b5b9 <vm_exec_core+32872>, 0x55b489c1b5d7 <vm_exec_core+32902>, 0x55b489c1b5f5 <vm_exec_core+32932>, 0x55b489c1b613 <vm_exec_core+32962>, 0x55b489c1b631 <vm_exec_core+32992>, 0x55b489c1b64f <vm_exec_core+33022>, 0x55b489c1b66d <vm_exec_core+33052>, 0x55b489c1b68b <vm_exec_core+33082>, 0x55b489c1b6a9 <vm_exec_core+33112>...}
#19 0x000055b489c2eaca in vm_exec_loop (ec=0x55b48b778c60, state=RUBY_TAG_RAISE, tag=0x7ffd41c41330, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2579
No locals.
#20 0x000055b489c2ea12 in rb_vm_exec (ec=0x55b48b778c60) at /tmp/ruby/src/trunk-O0/vm.c:2558
        _ec = 0x55b48b778c60
        _tag = {tag = 36, retval = 4, buf = {0x7ffd41c413b0, 0x55b489c2e93d <rb_vm_exec+190>, 0x0, 0x7ffd41c41300, 0x7ffd41c41648}, prev = 0x7ffd41c41420, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#21 0x000055b489c2f81e in rb_iseq_eval_main (iseq=0x7fedceb28fe0) at /tmp/ruby/src/trunk-O0/vm.c:2818
        ec = 0x55b48b778c60
        val = 140725706822704
#22 0x000055b489a074e6 in rb_ec_exec_node (ec=0x55b48b778c60, n=0x7fedceb28fe0) at /tmp/ruby/src/trunk-O0/eval.c:282
        _ec = 0x55b48b778c60
        _tag = {tag = 36, retval = 94233891465976, buf = {0x7ffd41c414a0, 0x55b489a07492 <rb_ec_exec_node+212>, 0x0, 0x7ffd41c413f0, 0x55b48b778c60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fedceb28fe0
#23 0x000055b489a07657 in ruby_run_node (n=0x7fedceb28fe0) at /tmp/ruby/src/trunk-O0/eval.c:320
        ec = 0x55b48b778c60
        status = 21940
#24 0x000055b489a02c2e in rb_main (argc=119, argv=0x7ffd41c41648) at /tmp/ruby/src/trunk-O0/main.c:40
        variable_in_this_stack_frame = 140725706822944
#25 0x000055b489a02c8f in main (argc=119, argv=0x7ffd41c41648) at /tmp/ruby/src/trunk-O0/main.c:59
No locals.

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