# Logfile created on 2024-01-18 00:31:59 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055a3b05d6318 @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.20240118-003158", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055a3b066b4e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055a3b066b378 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055a3b066b1c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240118-003158", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240118-003158>, @binmode=false, @mon_data=#<Monitor:0x000055a3b066b0f8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   db9f5fc..42177a8  master     -> origin/master
Updating db9f5fc..42177a8
Fast-forward
 NEWS.md                                           |    1 +
 doc/contributing/building_ruby.md                 |    2 +-
 doc/maintainers.md                                |    6 +-
 doc/standard_library.rdoc                         |    2 +-
 ext/bigdecimal/bigdecimal.c                       | 7738 ---------------------
 ext/bigdecimal/bigdecimal.gemspec                 |   54 -
 ext/bigdecimal/bigdecimal.h                       |  313 -
 ext/bigdecimal/bits.h                             |  141 -
 ext/bigdecimal/depend                             |  327 -
 ext/bigdecimal/extconf.rb                         |   62 -
 ext/bigdecimal/feature.h                          |   68 -
 ext/bigdecimal/lib/bigdecimal.rb                  |    5 -
 ext/bigdecimal/lib/bigdecimal/jacobian.rb         |   90 -
 ext/bigdecimal/lib/bigdecimal/ludcmp.rb           |   89 -
 ext/bigdecimal/lib/bigdecimal/math.rb             |  232 -
 ext/bigdecimal/lib/bigdecimal/newton.rb           |   80 -
 ext/bigdecimal/lib/bigdecimal/util.rb             |  185 -
 ext/bigdecimal/missing.c                          |   27 -
 ext/bigdecimal/missing.h                          |  196 -
 ext/bigdecimal/missing/dtoa.c                     | 3462 ---------
 ext/bigdecimal/sample/linear.rb                   |   74 -
 ext/bigdecimal/sample/nlsolve.rb                  |   40 -
 ext/bigdecimal/sample/pi.rb                       |   21 -
 ext/bigdecimal/static_assert.h                    |   54 -
 gems/bundled_gems                                 |    1 +
 gems/lib/rake/extensiontask.rb                    |    2 +
 spec/ruby/core/integer/coerce_spec.rb             |  157 +-
 spec/ruby/core/rational/coerce_spec.rb            |    9 +-
 spec/ruby/core/time/at_spec.rb                    |   10 +-
 spec/ruby/library/bigdecimal/BigDecimal_spec.rb   |  415 +-
 spec/ruby/library/bigdecimal/abs_spec.rb          |   89 +-
 spec/ruby/library/bigdecimal/add_spec.rb          |  339 +-
 spec/ruby/library/bigdecimal/case_compare_spec.rb |    9 +-
 spec/ruby/library/bigdecimal/ceil_spec.rb         |  187 +-
 spec/ruby/library/bigdecimal/clone_spec.rb        |    9 +-
 spec/ruby/library/bigdecimal/coerce_spec.rb       |   43 +-
 spec/ruby/library/bigdecimal/comparison_spec.rb   |  137 +-
 spec/ruby/library/bigdecimal/constants_spec.rb    |  111 +-
 spec/ruby/library/bigdecimal/div_spec.rb          |  185 +-
 spec/ruby/library/bigdecimal/divide_spec.rb       |   23 +-
 spec/ruby/library/bigdecimal/divmod_spec.rb       |  293 +-
 spec/ruby/library/bigdecimal/double_fig_spec.rb   |   13 +-
 spec/ruby/library/bigdecimal/dup_spec.rb          |    9 +-
 spec/ruby/library/bigdecimal/eql_spec.rb          |    9 +-
 spec/ruby/library/bigdecimal/equal_value_spec.rb  |    9 +-
 spec/ruby/library/bigdecimal/exponent_spec.rb     |   41 +-
 spec/ruby/library/bigdecimal/finite_spec.rb       |   57 +-
 spec/ruby/library/bigdecimal/fix_spec.rb          |   99 +-
 spec/ruby/library/bigdecimal/floor_spec.rb        |  169 +-
 spec/ruby/library/bigdecimal/frac_spec.rb         |   89 +-
 spec/ruby/library/bigdecimal/gt_spec.rb           |  161 +-
 spec/ruby/library/bigdecimal/gte_spec.rb          |  169 +-
 spec/ruby/library/bigdecimal/hash_spec.rb         |   43 +-
 spec/ruby/library/bigdecimal/infinite_spec.rb     |   51 +-
 spec/ruby/library/bigdecimal/inspect_spec.rb      |   45 +-
 spec/ruby/library/bigdecimal/limit_spec.rb        |   89 +-
 spec/ruby/library/bigdecimal/lt_spec.rb           |  161 +-
 spec/ruby/library/bigdecimal/lte_spec.rb          |  169 +-
 spec/ruby/library/bigdecimal/minus_spec.rb        |  109 +-
 spec/ruby/library/bigdecimal/mode_spec.rb         |   61 +-
 spec/ruby/library/bigdecimal/modulo_spec.rb       |   19 +-
 spec/ruby/library/bigdecimal/mult_spec.rb         |   49 +-
 spec/ruby/library/bigdecimal/multiply_spec.rb     |   63 +-
 spec/ruby/library/bigdecimal/nan_spec.rb          |   37 +-
 spec/ruby/library/bigdecimal/nonzero_spec.rb      |   49 +-
 spec/ruby/library/bigdecimal/plus_spec.rb         |   93 +-
 spec/ruby/library/bigdecimal/power_spec.rb        |    9 +-
 spec/ruby/library/bigdecimal/precs_spec.rb        |   79 +-
 spec/ruby/library/bigdecimal/quo_spec.rb          |   17 +-
 spec/ruby/library/bigdecimal/remainder_spec.rb    |  161 +-
 spec/ruby/library/bigdecimal/round_spec.rb        |  423 +-
 spec/ruby/library/bigdecimal/sign_spec.rb         |   85 +-
 spec/ruby/library/bigdecimal/split_spec.rb        |  149 +-
 spec/ruby/library/bigdecimal/sqrt_spec.rb         |  217 +-
 spec/ruby/library/bigdecimal/sub_spec.rb          |  115 +-
 spec/ruby/library/bigdecimal/to_d_spec.rb         |   15 +-
 spec/ruby/library/bigdecimal/to_f_spec.rb         |  103 +-
 spec/ruby/library/bigdecimal/to_i_spec.rb         |   11 +-
 spec/ruby/library/bigdecimal/to_int_spec.rb       |   11 +-
 spec/ruby/library/bigdecimal/to_r_spec.rb         |   43 +-
 spec/ruby/library/bigdecimal/to_s_spec.rb         |  159 +-
 spec/ruby/library/bigdecimal/truncate_spec.rb     |  135 +-
 spec/ruby/library/bigdecimal/uminus_spec.rb       |  101 +-
 spec/ruby/library/bigdecimal/uplus_spec.rb        |   29 +-
 spec/ruby/library/bigdecimal/util_spec.rb         |   59 +-
 spec/ruby/library/bigdecimal/zero_spec.rb         |   45 +-
 spec/ruby/library/bigmath/log_spec.rb             |   15 +-
 spec/ruby/shared/rational/coerce.rb               |   53 +-
 test/bigdecimal/helper.rb                         |   39 -
 test/bigdecimal/test_bigdecimal.rb                | 2310 ------
 test/bigdecimal/test_bigdecimal_util.rb           |  141 -
 test/bigdecimal/test_bigmath.rb                   |   81 -
 test/bigdecimal/test_ractor.rb                    |   23 -
 test/test_extlibs.rb                              |    1 -
 tool/missing-baseruby.bat                         |    1 +
 tool/sync_default_gems.rb                         |    9 -
 96 files changed, 3059 insertions(+), 18731 deletions(-)
 delete mode 100644 ext/bigdecimal/bigdecimal.c
 delete mode 100644 ext/bigdecimal/bigdecimal.gemspec
 delete mode 100644 ext/bigdecimal/bigdecimal.h
 delete mode 100644 ext/bigdecimal/bits.h
 delete mode 100644 ext/bigdecimal/depend
 delete mode 100644 ext/bigdecimal/extconf.rb
 delete mode 100644 ext/bigdecimal/feature.h
 delete mode 100644 ext/bigdecimal/lib/bigdecimal.rb
 delete mode 100644 ext/bigdecimal/lib/bigdecimal/jacobian.rb
 delete mode 100644 ext/bigdecimal/lib/bigdecimal/ludcmp.rb
 delete mode 100644 ext/bigdecimal/lib/bigdecimal/math.rb
 delete mode 100644 ext/bigdecimal/lib/bigdecimal/newton.rb
 delete mode 100644 ext/bigdecimal/lib/bigdecimal/util.rb
 delete mode 100644 ext/bigdecimal/missing.c
 delete mode 100644 ext/bigdecimal/missing.h
 delete mode 100644 ext/bigdecimal/missing/dtoa.c
 delete mode 100644 ext/bigdecimal/sample/linear.rb
 delete mode 100644 ext/bigdecimal/sample/nlsolve.rb
 delete mode 100644 ext/bigdecimal/sample/pi.rb
 delete mode 100644 ext/bigdecimal/static_assert.h
 delete mode 100644 test/bigdecimal/helper.rb
 delete mode 100644 test/bigdecimal/test_bigdecimal.rb
 delete mode 100644 test/bigdecimal/test_bigdecimal_util.rb
 delete mode 100644 test/bigdecimal/test_bigmath.rb
 delete mode 100644 test/bigdecimal/test_ractor.rb
Latest commit hash = 42177a8987
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-O0/gems/src
Cloning https://github.com/ruby/bigdecimal
Cloning into '/tmp/ruby/src/trunk-O0/gems/src/bigdecimal'...
Update bigdecimal to 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c
From https://github.com/ruby/bigdecimal
 * branch            3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c -> FETCH_HEAD
HEAD is now at 3d185d2 BigDecimal.allocate is obsoleted too
echo 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c | /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 updated
Building bigdecimal@3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c to /tmp/ruby/src/trunk-O0/gems/bigdecimal-3.1.5.gem
  Successfully built RubyGem
  Name: bigdecimal
  Version: 3.1.5
  File: bigdecimal-3.1.5.gem
Extracting bundle gem bigdecimal-3.1.5...
Unpacked gems/bigdecimal-3.1.5.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

builtin_binary.inc updated
1ccf29a4d303e91b79316036c11de3b1b88e175b300faf6e8b5762ea7b3f5735  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]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
configuring bigdecimal-3.1.5/ext/bigdecimal
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal/bigdecimal.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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'
compiling /tmp/ruby/src/trunk-O0/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal/missing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
ln -sfT ../../../../../src/trunk-O0/.bundle/gems/bigdecimal-3.1.5/lib ../../../../../.bundle/gems/bigdecimal-3.1.5/lib
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
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 bigdecimal to 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c
echo 3d185d286dfca7bc0d3c4a9d56261b8b22fcf52c | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/bigdecimal.revision -
	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/bigdecimal.revision unchanged
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

generating enc.mk
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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.5/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/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=9579
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1317.979680s, 20.3607 tests/s, 7244.3143 assertions/s.
26835 tests, 9547859 assertions, 0 failures, 0 errors, 228 skips

ruby -v: ruby 3.4.0dev (2024-01-17T23:45:09Z master 42177a8987) [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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.5/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.5/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/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-17T23:45:09Z master 42177a8987) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 611.386979 seconds

3728 files, 32023 examples, 141638 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.2034041.ruby -x gdbscript
[New LWP 2034041]
[New LWP 2034043]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  rb_iseq_mark_and_move_each_value (iseq=0x7fd411f34700, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:272
272	            if (ic->entry) {
[Current thread is 1 (Thread 0x7fd42c5927c0 (LWP 2034041))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fd42c5927c0 (LWP 2034041) rb_iseq_mark_and_move_each_value (iseq=0x7fd411f34700, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:272
  2    Thread 0x7fd412fbf640 (LWP 2034043) 0x00007fd42c6bafde in epoll_wait (epfd=4, events=0x557486af783c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fd412fbf640 (LWP 2034043)):
#0  0x00007fd42c6bafde in epoll_wait (epfd=4, events=0x557486af783c <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  0x000055748665a7f4 in event_wait (vm=0x557487cefb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21876
#2  0x000055748665a818 in timer_thread_polling (vm=0x557487cefb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 1084405907
#3  0x000055748665aed8 in timer_thread_func (ptr=0x557487cefb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x557487cefb10
#4  0x00007fd42c629b43 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 = {140728815257008, -2673711430796185672, 140548828296768, 25, 140549254453328, 140728815257360, 2687862179339562936, 2687885210720137144}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fd42c6babb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fd42c5927c0 (LWP 2034041)):
#0  rb_iseq_mark_and_move_each_value (iseq=0x7fd411f34700, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:272
        ic = 0x557487d39650
        i = 0
        size = 6
        code = 0x557487eadc00
        body = 0x557487e798a0
        is_entries = 0x557487d39650
#1  0x0000557486513090 in rb_iseq_mark_and_move (iseq=0x7fd411f34700, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:327
        body = 0x557487e798a0
#2  0x00005574864cb87e in gc_mark_imemo (objspace=0x557487cf2470, obj=140548810950400) at /tmp/ruby/src/trunk-O0/gc.c:7263
        __func__ = <optimized out>
#3  0x00005574864cba76 in gc_mark_children (objspace=0x557487cf2470, obj=140548810950400) at /tmp/ruby/src/trunk-O0/gc.c:7356
        any = 0x7fd411f34700
#4  0x00005574864cc3f6 in gc_mark_stacked_objects (objspace=0x557487cf2470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x557487cf28f8
        obj = 140548810950400
        marked_slots_at_the_beginning = 749
        popped_count = 0
#5  0x00005574864cc576 in gc_mark_stacked_objects_all (objspace=0x557487cf2470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#6  0x00005574864ce8ea in gc_marks_rest (objspace=0x557487cf2470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#7  0x00005574864cea1e in gc_marks (objspace=0x557487cf2470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#8  0x00005574864d07c1 in gc_start (objspace=0x557487cf2470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#9  0x00005574864d0456 in garbage_collect (objspace=0x557487cf2470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 4211792720
        ret = 32765
#10 0x00005574864d0f1d in garbage_collect_with_gvl (objspace=0x557487cf2470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#11 0x00005574864d80fc in objspace_malloc_gc_stress (objspace=0x557487cf2470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#12 0x00005574864d83df in objspace_xmalloc0 (objspace=0x557487cf2470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12625
        gpr = 107008
        mem = 0x20d000020d1
#13 0x00005574864d86fc in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12849
No locals.
#14 0x00005574864d8732 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12858
No locals.
#15 0x00005574864dc19f in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14463
No locals.
#16 0x000055748669fdce in vm_ccs_create (klass=140548828619840, cc_tbl=0x557487ecda50, mid=8401, cme=0x7fd42c4886b0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000020d
#17 0x00005574866bbbd7 in cache_callable_method_entry (klass=140548828619840, mid=8401, cme=0x7fd42c4886b0) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x557487ecda50
        ccs_data = 93958959773790
#18 0x00005574866bbd99 in callable_method_entry_or_negative (klass=140548828619840, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140548828620800
        me = 0x7fd42c4886b0
        _lev = 4
        cme = 0x7fd42c4886b0
#19 0x00005574866bbe2b in callable_method_entry (klass=140548828619840, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7ffdfb0add80
#20 0x00005574866bbe8e in rb_callable_method_entry (klass=140548828619840, mid=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#21 0x00005574866be2a9 in rb_method_basic_definition_p (klass=140548828619840, id=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7fd411e6d7e0
#22 0x00005574864a9bb5 in set_backtrace (info=140548810135520, bt=140548811060480) at /tmp/ruby/src/trunk-O0/eval_error.c:67
        set_backtrace = 8401
#23 0x00005574864ad61f in setup_exception (ec=0x557487cf34e0, tag=6, mesg=140548810135520, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:577
        at = 140548811060480
        bt = 4
        _ec = 0x557487cf34e0
        _tag = {tag = 36, retval = 140549231350168, buf = {0x7ffdfb0adf50, 0x5574864ad4ad <setup_exception+313>, 0x0, 0x7ffdfb0ade00, 0x7fd42b021198}, prev = 0x7ffdfb0aef00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 1006877975956697856
        line = 18
        file = 0x7fd411e88b98 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb"
        file0 = 0x7fd411e88b98 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#24 0x00005574864adb79 in rb_longjmp (ec=0x557487cf34e0, tag=6, mesg=140548810135520, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#25 0x00005574864adbff in rb_exc_exception (mesg=140548810135520, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#26 0x00005574864adc25 in rb_exc_raise (mesg=140548810135520) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#27 0x00005574866622be in rb_threadptr_execute_interrupts (th=0x557487cf2090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
        err = 140548810135520
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#28 0x00005574866952df in rb_vm_check_ints (ec=0x557487cf34e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2082
No locals.
#29 0x000055748669ce5d in vm_pop_frame (ec=0x557487cf34e0, cfp=0x7fd42c590de0, ep=0x7fd42c491250) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#30 0x000055748669cea9 in rb_vm_pop_frame (ec=0x557487cf34e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#31 0x00005574866a6c2a in vm_call_cfunc_with_frame_ (ec=0x557487cf34e0, reg_cfp=0x7fd42c590e18, calling=0x7ffdfb0ae2a0, argc=0, argv=0x7fd42c491240, stack_bottom=0x7fd42c491238) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3496
        ci = 0x1c6100100001
        cc = 0x7fd411e6dbc8
        val = 140548809943680
        me = 0x7fd42c48a0f0
        cfunc = 0x557487d25178
        recv = 140548810013760
        block_handler = 0
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#32 0x00005574866a6d99 in vm_call_cfunc_with_frame (ec=0x557487cf34e0, reg_cfp=0x7fd42c590e18, calling=0x7ffdfb0ae2a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 0
        stack_bottom = 0x7fd42c491238
        argv = 0x7fd42c491240
#33 0x00005574866ad142 in vm_sendish (ec=0x557487cf34e0, reg_cfp=0x7fd42c590e18, cd=0x557487f76cd0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
        val = 36
        ci = 0x1c6100100001
        cc = 0x7fd411e6dbc8
        argc = 0
        recv = 140548810013760
        calling = {cd = 0x557487f76cd0, cc = 0x7fd411e6dbc8, block_handler = 0, recv = 140548810013760, argc = 0, kw_splat = false, heap_argv = 0}
#34 0x00005574866b46d3 in vm_exec_core (ec=0x557487cf34e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x557487f76cd0
        leaf = false
        val = 140548809943840
        reg_pc = 0x557487f778b8
        reg_cfp = 0x7fd42c590e18
        insns_address_table = {0x5574866b0daa <vm_exec_core+108>, 0x5574866b0e0c <vm_exec_core+206>, 0x5574866b0f1f <vm_exec_core+481>, 0x5574866b1033 <vm_exec_core+757>, 0x5574866b11d1 <vm_exec_core+1171>, 0x5574866b1301 <vm_exec_core+1475>, 0x5574866b1513 <vm_exec_core+2005>, 0x5574866b1625 <vm_exec_core+2279>, 0x5574866b16fe <vm_exec_core+2496>, 0x5574866b1805 <vm_exec_core+2759>, 0x5574866b190c <vm_exec_core+3022>, 0x5574866b1a1a <vm_exec_core+3292>, 0x5574866b1b2c <vm_exec_core+3566>, 0x5574866b1bfc <vm_exec_core+3774>, 0x5574866b1d05 <vm_exec_core+4039>, 0x5574866b1dff <vm_exec_core+4289>, 0x5574866b1ec2 <vm_exec_core+4484>, 0x5574866b1f85 <vm_exec_core+4679>, 0x5574866b200e <vm_exec_core+4816>, 0x5574866b209a <vm_exec_core+4956>, 0x5574866b2140 <vm_exec_core+5122>, 0x5574866b2218 <vm_exec_core+5338>, 0x5574866b22e5 <vm_exec_core+5543>, 0x5574866b23c3 <vm_exec_core+5765>, 0x5574866b2485 <vm_exec_core+5959>, 0x5574866b25c4 <vm_exec_core+6278>, 0x5574866b266a <vm_exec_core+6444>, 0x5574866b274f <vm_exec_core+6673>, 0x5574866b287e <vm_exec_core+6976>, 0x5574866b2941 <vm_exec_core+7171>, 0x5574866b2a04 <vm_exec_core+7366>, 0x5574866b2afb <vm_exec_core+7613>, 0x5574866b2bbd <vm_exec_core+7807>, 0x5574866b2c9c <vm_exec_core+8030>, 0x5574866b2d69 <vm_exec_core+8235>, 0x5574866b2e79 <vm_exec_core+8507>, 0x5574866b2f73 <vm_exec_core+8757>, 0x5574866b2fee <vm_exec_core+8880>, 0x5574866b30af <vm_exec_core+9073>, 0x5574866b319d <vm_exec_core+9311>, 0x5574866b324d <vm_exec_core+9487>, 0x5574866b33cc <vm_exec_core+9870>, 0x5574866b34a6 <vm_exec_core+10088>, 0x5574866b3592 <vm_exec_core+10324>, 0x5574866b3623 <vm_exec_core+10469>, 0x5574866b377e <vm_exec_core+10816>, 0x5574866b3d20 <vm_exec_core+12258>, 0x5574866b3e1c <vm_exec_core+12510>, 0x5574866b3f1f <vm_exec_core+12769>, 0x5574866b400b <vm_exec_core+13005>, 0x5574866b4224 <vm_exec_core+13542>, 0x5574866b4316 <vm_exec_core+13784>, 0x5574866b441c <vm_exec_core+14046>, 0x5574866b4619 <vm_exec_core+14555>, 0x5574866b47c2 <vm_exec_core+14980>, 0x5574866b48ed <vm_exec_core+15279>, 0x5574866b4a59 <vm_exec_core+15643>, 0x5574866b4b84 <vm_exec_core+15942>, 0x5574866b4cf0 <vm_exec_core+16306>, 0x5574866b4ed2 <vm_exec_core+16788>, 0x5574866b50cf <vm_exec_core+17297>, 0x5574866b5278 <vm_exec_core+17722>, 0x5574866b539a <vm_exec_core+18012>, 0x5574866b5441 <vm_exec_core+18179>, 0x5574866b5505 <vm_exec_core+18375>, 0x5574866b55ee <vm_exec_core+18608>, 0x5574866b56da <vm_exec_core+18844>, 0x5574866b57c3 <vm_exec_core+19077>, 0x5574866b58d7 <vm_exec_core+19353>, 0x5574866b59fe <vm_exec_core+19648>, 0x5574866b5b34 <vm_exec_core+19958>, 0x5574866b5c6a <vm_exec_core+20268>, 0x5574866b5da0 <vm_exec_core+20578>, 0x5574866b5ed6 <vm_exec_core+20888>, 0x5574866b600c <vm_exec_core+21198>, 0x5574866b614d <vm_exec_core+21519>, 0x5574866b62c7 <vm_exec_core+21897>, 0x5574866b63fd <vm_exec_core+22207>, 0x5574866b6533 <vm_exec_core+22517>, 0x5574866b6669 <vm_exec_core+22827>, 0x5574866b679f <vm_exec_core+23137>, 0x5574866b68d5 <vm_exec_core+23447>, 0x5574866b6a0b <vm_exec_core+23757>, 0x5574866b6b41 <vm_exec_core+24067>, 0x5574866b6c77 <vm_exec_core+24377>, 0x5574866b6dc6 <vm_exec_core+24712>, 0x5574866b6f80 <vm_exec_core+25154>, 0x5574866b70fe <vm_exec_core+25536>, 0x5574866b721d <vm_exec_core+25823>, 0x5574866b733c <vm_exec_core+26110>, 0x5574866b7456 <vm_exec_core+26392>, 0x5574866b7570 <vm_exec_core+26674>, 0x5574866b769b <vm_exec_core+26973>, 0x5574866b77d1 <vm_exec_core+27283>, 0x5574866b78bc <vm_exec_core+27518>, 0x5574866b79c1 <vm_exec_core+27779>, 0x5574866b7b09 <vm_exec_core+28107>, 0x5574866b7bf8 <vm_exec_core+28346>, 0x5574866b7cd2 <vm_exec_core+28564>, 0x5574866b7da7 <vm_exec_core+28777>, 0x5574866b7e82 <vm_exec_core+28996>, 0x5574866b7efe <vm_exec_core+29120>, 0x5574866b7f7a <vm_exec_core+29244>, 0x5574866b7f98 <vm_exec_core+29274>, 0x5574866b7fb6 <vm_exec_core+29304>, 0x5574866b7fd4 <vm_exec_core+29334>, 0x5574866b7ff2 <vm_exec_core+29364>, 0x5574866b8010 <vm_exec_core+29394>, 0x5574866b802e <vm_exec_core+29424>, 0x5574866b804c <vm_exec_core+29454>, 0x5574866b806a <vm_exec_core+29484>, 0x5574866b8088 <vm_exec_core+29514>, 0x5574866b80a6 <vm_exec_core+29544>, 0x5574866b80c4 <vm_exec_core+29574>, 0x5574866b80e2 <vm_exec_core+29604>, 0x5574866b8100 <vm_exec_core+29634>, 0x5574866b811e <vm_exec_core+29664>, 0x5574866b813c <vm_exec_core+29694>, 0x5574866b815a <vm_exec_core+29724>, 0x5574866b8178 <vm_exec_core+29754>, 0x5574866b8196 <vm_exec_core+29784>, 0x5574866b81b4 <vm_exec_core+29814>, 0x5574866b81d2 <vm_exec_core+29844>, 0x5574866b81f0 <vm_exec_core+29874>, 0x5574866b820e <vm_exec_core+29904>, 0x5574866b822c <vm_exec_core+29934>, 0x5574866b824a <vm_exec_core+29964>, 0x5574866b8268 <vm_exec_core+29994>, 0x5574866b8286 <vm_exec_core+30024>, 0x5574866b82a4 <vm_exec_core+30054>, 0x5574866b82c2 <vm_exec_core+30084>, 0x5574866b82e0 <vm_exec_core+30114>, 0x5574866b82fe <vm_exec_core+30144>, 0x5574866b831c <vm_exec_core+30174>, 0x5574866b833a <vm_exec_core+30204>, 0x5574866b8358 <vm_exec_core+30234>, 0x5574866b8376 <vm_exec_core+30264>, 0x5574866b8394 <vm_exec_core+30294>, 0x5574866b83b2 <vm_exec_core+30324>, 0x5574866b83d0 <vm_exec_core+30354>, 0x5574866b83ee <vm_exec_core+30384>, 0x5574866b840c <vm_exec_core+30414>, 0x5574866b842a <vm_exec_core+30444>, 0x5574866b8448 <vm_exec_core+30474>, 0x5574866b8466 <vm_exec_core+30504>, 0x5574866b8484 <vm_exec_core+30534>, 0x5574866b84a2 <vm_exec_core+30564>, 0x5574866b84c0 <vm_exec_core+30594>, 0x5574866b84de <vm_exec_core+30624>, 0x5574866b84fc <vm_exec_core+30654>, 0x5574866b851a <vm_exec_core+30684>, 0x5574866b8538 <vm_exec_core+30714>, 0x5574866b8556 <vm_exec_core+30744>, 0x5574866b8574 <vm_exec_core+30774>, 0x5574866b8592 <vm_exec_core+30804>, 0x5574866b85b0 <vm_exec_core+30834>, 0x5574866b85ce <vm_exec_core+30864>, 0x5574866b85ec <vm_exec_core+30894>, 0x5574866b860a <vm_exec_core+30924>, 0x5574866b8628 <vm_exec_core+30954>, 0x5574866b8646 <vm_exec_core+30984>, 0x5574866b8664 <vm_exec_core+31014>, 0x5574866b8682 <vm_exec_core+31044>, 0x5574866b86a0 <vm_exec_core+31074>, 0x5574866b86be <vm_exec_core+31104>, 0x5574866b86dc <vm_exec_core+31134>, 0x5574866b86fa <vm_exec_core+31164>, 0x5574866b8718 <vm_exec_core+31194>, 0x5574866b8736 <vm_exec_core+31224>, 0x5574866b8754 <vm_exec_core+31254>, 0x5574866b8772 <vm_exec_core+31284>, 0x5574866b8790 <vm_exec_core+31314>, 0x5574866b87ae <vm_exec_core+31344>, 0x5574866b87cc <vm_exec_core+31374>, 0x5574866b87ea <vm_exec_core+31404>, 0x5574866b8808 <vm_exec_core+31434>, 0x5574866b8826 <vm_exec_core+31464>, 0x5574866b8844 <vm_exec_core+31494>, 0x5574866b8875 <vm_exec_core+31543>, 0x5574866b8893 <vm_exec_core+31573>, 0x5574866b88b1 <vm_exec_core+31603>, 0x5574866b88cf <vm_exec_core+31633>, 0x5574866b88ed <vm_exec_core+31663>, 0x5574866b890b <vm_exec_core+31693>, 0x5574866b8929 <vm_exec_core+31723>, 0x5574866b8947 <vm_exec_core+31753>, 0x5574866b8965 <vm_exec_core+31783>, 0x5574866b8983 <vm_exec_core+31813>, 0x5574866b89a1 <vm_exec_core+31843>, 0x5574866b89bf <vm_exec_core+31873>, 0x5574866b89dd <vm_exec_core+31903>, 0x5574866b89fb <vm_exec_core+31933>, 0x5574866b8a19 <vm_exec_core+31963>, 0x5574866b8a37 <vm_exec_core+31993>, 0x5574866b8a55 <vm_exec_core+32023>, 0x5574866b8a73 <vm_exec_core+32053>, 0x5574866b8a91 <vm_exec_core+32083>, 0x5574866b8aaf <vm_exec_core+32113>, 0x5574866b8acd <vm_exec_core+32143>, 0x5574866b8aeb <vm_exec_core+32173>...}
#35 0x00005574866cb0bd in rb_vm_exec (ec=0x557487cf34e0) at /tmp/ruby/src/trunk-O0/vm.c:2487
        _ec = 0x557487cf34e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdfb0aef80, 0x5574866cb03b <rb_vm_exec+190>, 0x0, 0x7ffdfb0aeed0, 0x5}, prev = 0x7ffdfb0b02d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#36 0x00005574866c7caa in invoke_block (ec=0x557487cf34e0, iseq=0x7fd411e947a0, self=140548810137840, captured=0x7fd42c590f10, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1510
        arg_size = 1
#37 0x00005574866c80d0 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffdfb0af1b8, argc=1, self=140548810137840, captured=0x7fd42c590f10, ec=0x557487cf34e0) at /tmp/ruby/src/trunk-O0/vm.c:1580
        iseq = 0x7fd411e947a0
        opt_pc = 0
        type = 572653569
        cfp = 0x7fd42c590ec0
        sp = 0x7fd42c491128
        flags = 0
        use_argv = 0x7ffdfb0af1b8
        av = {93958959623838, 140549253828288}
        stack_argv = 0x7fd42c491128
#38 invoke_block_from_c_bh (ec=0x557487cf34e0, block_handler=140549253828369, argc=1, argv=0x7ffdfb0af1b8, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1598
        captured = 0x7fd42c590f10
#39 0x00005574866c82ca in vm_yield_with_cref (ec=0x557487cf34e0, argc=1, argv=0x7ffdfb0af1b8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1635
No locals.
#40 0x00005574866c8308 in vm_yield (ec=0x557487cf34e0, argc=1, argv=0x7ffdfb0af1b8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1643
No locals.
#41 0x00005574866c2c0a in rb_yield_0 (argc=1, argv=0x7ffdfb0af1b8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#42 0x00005574866c2c71 in rb_yield (val=2240780) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#43 0x00005574868092a1 in rb_ary_select (ary=140548810138600) at /tmp/ruby/src/trunk-O0/array.c:3807
        result = 140548810137200
        i = 177
#44 0x00005574866a5fbf in ractor_safe_call_cfunc_0 (recv=140548810138600, argc=0, argv=0x7fd42c491110, func=0x557486809219 <rb_ary_select>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3308
        f = 0x557486809219 <rb_ary_select>
#45 0x00005574866a6bc4 in vm_call_cfunc_with_frame_ (ec=0x557487cf34e0, reg_cfp=0x7fd42c590ef8, calling=0x7ffdfb0af640, argc=0, argv=0x7fd42c491110, stack_bottom=0x7fd42c491108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0x161100000001
        cc = 0x7fd411e6de98
        val = 140728815252192
        me = 0x7fd42c480028
        cfunc = 0x557487d44378
        recv = 140548810138600
        block_handler = 140549253828369
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#46 0x00005574866a6d99 in vm_call_cfunc_with_frame (ec=0x557487cf34e0, reg_cfp=0x7fd42c590ef8, calling=0x7ffdfb0af640) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 0
        stack_bottom = 0x7fd42c491108
        argv = 0x7fd42c491110
#47 0x00005574866a6eb1 in vm_call_cfunc_other (ec=0x557487cf34e0, reg_cfp=0x7fd42c590ef8, calling=0x7ffdfb0af640) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
        ci = 0x161100000001
        argv_ary = 0
#48 0x00005574866a72e0 in vm_call_cfunc (ec=0x557487cf34e0, reg_cfp=0x7fd42c590ef8, calling=0x7ffdfb0af640) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
        ci = 0x161100000001
#49 0x00005574866a9e0f in vm_call_method_each_type (ec=0x557487cf34e0, cfp=0x7fd42c590ef8, calling=0x7ffdfb0af640) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x161100000001
        cc = 0x7fd411e6de98
        cme = 0x7fd42c480028
        v = 93958985794488
#50 0x00005574866aa8bb in vm_call_method (ec=0x557487cf34e0, cfp=0x7fd42c590ef8, calling=0x7ffdfb0af640) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
        ci = 0x161100000001
        cc = 0x7fd411e6de98
#51 0x00005574866aaabd in vm_call_general (ec=0x557487cf34e0, reg_cfp=0x7fd42c590ef8, calling=0x7ffdfb0af640) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#52 0x00005574866ad142 in vm_sendish (ec=0x557487cf34e0, reg_cfp=0x7fd42c590ef8, cd=0x557487f02e60, block_handler=140549253828369, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
        val = 36
        ci = 0x161100000001
        cc = 0x7fd411e6de98
        argc = 0
        recv = 140548810138600
        calling = {cd = 0x557487f02e60, cc = 0x7fd411e6de98, block_handler = 140549253828369, recv = 140548810138600, argc = 0, kw_splat = false, heap_argv = 0}
#53 0x00005574866b452a in vm_exec_core (ec=0x557487cf34e0) at ../../src/trunk-O0/insns.def:814
        bh = 140549253828369
        cd = 0x557487f02e60
        blockiseq = 0x7fd411e947a0
        leaf = false
        val = 93958983066736
        reg_pc = 0x557487f45a18
        reg_cfp = 0x7fd42c590ef8
        insns_address_table = {0x5574866b0daa <vm_exec_core+108>, 0x5574866b0e0c <vm_exec_core+206>, 0x5574866b0f1f <vm_exec_core+481>, 0x5574866b1033 <vm_exec_core+757>, 0x5574866b11d1 <vm_exec_core+1171>, 0x5574866b1301 <vm_exec_core+1475>, 0x5574866b1513 <vm_exec_core+2005>, 0x5574866b1625 <vm_exec_core+2279>, 0x5574866b16fe <vm_exec_core+2496>, 0x5574866b1805 <vm_exec_core+2759>, 0x5574866b190c <vm_exec_core+3022>, 0x5574866b1a1a <vm_exec_core+3292>, 0x5574866b1b2c <vm_exec_core+3566>, 0x5574866b1bfc <vm_exec_core+3774>, 0x5574866b1d05 <vm_exec_core+4039>, 0x5574866b1dff <vm_exec_core+4289>, 0x5574866b1ec2 <vm_exec_core+4484>, 0x5574866b1f85 <vm_exec_core+4679>, 0x5574866b200e <vm_exec_core+4816>, 0x5574866b209a <vm_exec_core+4956>, 0x5574866b2140 <vm_exec_core+5122>, 0x5574866b2218 <vm_exec_core+5338>, 0x5574866b22e5 <vm_exec_core+5543>, 0x5574866b23c3 <vm_exec_core+5765>, 0x5574866b2485 <vm_exec_core+5959>, 0x5574866b25c4 <vm_exec_core+6278>, 0x5574866b266a <vm_exec_core+6444>, 0x5574866b274f <vm_exec_core+6673>, 0x5574866b287e <vm_exec_core+6976>, 0x5574866b2941 <vm_exec_core+7171>, 0x5574866b2a04 <vm_exec_core+7366>, 0x5574866b2afb <vm_exec_core+7613>, 0x5574866b2bbd <vm_exec_core+7807>, 0x5574866b2c9c <vm_exec_core+8030>, 0x5574866b2d69 <vm_exec_core+8235>, 0x5574866b2e79 <vm_exec_core+8507>, 0x5574866b2f73 <vm_exec_core+8757>, 0x5574866b2fee <vm_exec_core+8880>, 0x5574866b30af <vm_exec_core+9073>, 0x5574866b319d <vm_exec_core+9311>, 0x5574866b324d <vm_exec_core+9487>, 0x5574866b33cc <vm_exec_core+9870>, 0x5574866b34a6 <vm_exec_core+10088>, 0x5574866b3592 <vm_exec_core+10324>, 0x5574866b3623 <vm_exec_core+10469>, 0x5574866b377e <vm_exec_core+10816>, 0x5574866b3d20 <vm_exec_core+12258>, 0x5574866b3e1c <vm_exec_core+12510>, 0x5574866b3f1f <vm_exec_core+12769>, 0x5574866b400b <vm_exec_core+13005>, 0x5574866b4224 <vm_exec_core+13542>, 0x5574866b4316 <vm_exec_core+13784>, 0x5574866b441c <vm_exec_core+14046>, 0x5574866b4619 <vm_exec_core+14555>, 0x5574866b47c2 <vm_exec_core+14980>, 0x5574866b48ed <vm_exec_core+15279>, 0x5574866b4a59 <vm_exec_core+15643>, 0x5574866b4b84 <vm_exec_core+15942>, 0x5574866b4cf0 <vm_exec_core+16306>, 0x5574866b4ed2 <vm_exec_core+16788>, 0x5574866b50cf <vm_exec_core+17297>, 0x5574866b5278 <vm_exec_core+17722>, 0x5574866b539a <vm_exec_core+18012>, 0x5574866b5441 <vm_exec_core+18179>, 0x5574866b5505 <vm_exec_core+18375>, 0x5574866b55ee <vm_exec_core+18608>, 0x5574866b56da <vm_exec_core+18844>, 0x5574866b57c3 <vm_exec_core+19077>, 0x5574866b58d7 <vm_exec_core+19353>, 0x5574866b59fe <vm_exec_core+19648>, 0x5574866b5b34 <vm_exec_core+19958>, 0x5574866b5c6a <vm_exec_core+20268>, 0x5574866b5da0 <vm_exec_core+20578>, 0x5574866b5ed6 <vm_exec_core+20888>, 0x5574866b600c <vm_exec_core+21198>, 0x5574866b614d <vm_exec_core+21519>, 0x5574866b62c7 <vm_exec_core+21897>, 0x5574866b63fd <vm_exec_core+22207>, 0x5574866b6533 <vm_exec_core+22517>, 0x5574866b6669 <vm_exec_core+22827>, 0x5574866b679f <vm_exec_core+23137>, 0x5574866b68d5 <vm_exec_core+23447>, 0x5574866b6a0b <vm_exec_core+23757>, 0x5574866b6b41 <vm_exec_core+24067>, 0x5574866b6c77 <vm_exec_core+24377>, 0x5574866b6dc6 <vm_exec_core+24712>, 0x5574866b6f80 <vm_exec_core+25154>, 0x5574866b70fe <vm_exec_core+25536>, 0x5574866b721d <vm_exec_core+25823>, 0x5574866b733c <vm_exec_core+26110>, 0x5574866b7456 <vm_exec_core+26392>, 0x5574866b7570 <vm_exec_core+26674>, 0x5574866b769b <vm_exec_core+26973>, 0x5574866b77d1 <vm_exec_core+27283>, 0x5574866b78bc <vm_exec_core+27518>, 0x5574866b79c1 <vm_exec_core+27779>, 0x5574866b7b09 <vm_exec_core+28107>, 0x5574866b7bf8 <vm_exec_core+28346>, 0x5574866b7cd2 <vm_exec_core+28564>, 0x5574866b7da7 <vm_exec_core+28777>, 0x5574866b7e82 <vm_exec_core+28996>, 0x5574866b7efe <vm_exec_core+29120>, 0x5574866b7f7a <vm_exec_core+29244>, 0x5574866b7f98 <vm_exec_core+29274>, 0x5574866b7fb6 <vm_exec_core+29304>, 0x5574866b7fd4 <vm_exec_core+29334>, 0x5574866b7ff2 <vm_exec_core+29364>, 0x5574866b8010 <vm_exec_core+29394>, 0x5574866b802e <vm_exec_core+29424>, 0x5574866b804c <vm_exec_core+29454>, 0x5574866b806a <vm_exec_core+29484>, 0x5574866b8088 <vm_exec_core+29514>, 0x5574866b80a6 <vm_exec_core+29544>, 0x5574866b80c4 <vm_exec_core+29574>, 0x5574866b80e2 <vm_exec_core+29604>, 0x5574866b8100 <vm_exec_core+29634>, 0x5574866b811e <vm_exec_core+29664>, 0x5574866b813c <vm_exec_core+29694>, 0x5574866b815a <vm_exec_core+29724>, 0x5574866b8178 <vm_exec_core+29754>, 0x5574866b8196 <vm_exec_core+29784>, 0x5574866b81b4 <vm_exec_core+29814>, 0x5574866b81d2 <vm_exec_core+29844>, 0x5574866b81f0 <vm_exec_core+29874>, 0x5574866b820e <vm_exec_core+29904>, 0x5574866b822c <vm_exec_core+29934>, 0x5574866b824a <vm_exec_core+29964>, 0x5574866b8268 <vm_exec_core+29994>, 0x5574866b8286 <vm_exec_core+30024>, 0x5574866b82a4 <vm_exec_core+30054>, 0x5574866b82c2 <vm_exec_core+30084>, 0x5574866b82e0 <vm_exec_core+30114>, 0x5574866b82fe <vm_exec_core+30144>, 0x5574866b831c <vm_exec_core+30174>, 0x5574866b833a <vm_exec_core+30204>, 0x5574866b8358 <vm_exec_core+30234>, 0x5574866b8376 <vm_exec_core+30264>, 0x5574866b8394 <vm_exec_core+30294>, 0x5574866b83b2 <vm_exec_core+30324>, 0x5574866b83d0 <vm_exec_core+30354>, 0x5574866b83ee <vm_exec_core+30384>, 0x5574866b840c <vm_exec_core+30414>, 0x5574866b842a <vm_exec_core+30444>, 0x5574866b8448 <vm_exec_core+30474>, 0x5574866b8466 <vm_exec_core+30504>, 0x5574866b8484 <vm_exec_core+30534>, 0x5574866b84a2 <vm_exec_core+30564>, 0x5574866b84c0 <vm_exec_core+30594>, 0x5574866b84de <vm_exec_core+30624>, 0x5574866b84fc <vm_exec_core+30654>, 0x5574866b851a <vm_exec_core+30684>, 0x5574866b8538 <vm_exec_core+30714>, 0x5574866b8556 <vm_exec_core+30744>, 0x5574866b8574 <vm_exec_core+30774>, 0x5574866b8592 <vm_exec_core+30804>, 0x5574866b85b0 <vm_exec_core+30834>, 0x5574866b85ce <vm_exec_core+30864>, 0x5574866b85ec <vm_exec_core+30894>, 0x5574866b860a <vm_exec_core+30924>, 0x5574866b8628 <vm_exec_core+30954>, 0x5574866b8646 <vm_exec_core+30984>, 0x5574866b8664 <vm_exec_core+31014>, 0x5574866b8682 <vm_exec_core+31044>, 0x5574866b86a0 <vm_exec_core+31074>, 0x5574866b86be <vm_exec_core+31104>, 0x5574866b86dc <vm_exec_core+31134>, 0x5574866b86fa <vm_exec_core+31164>, 0x5574866b8718 <vm_exec_core+31194>, 0x5574866b8736 <vm_exec_core+31224>, 0x5574866b8754 <vm_exec_core+31254>, 0x5574866b8772 <vm_exec_core+31284>, 0x5574866b8790 <vm_exec_core+31314>, 0x5574866b87ae <vm_exec_core+31344>, 0x5574866b87cc <vm_exec_core+31374>, 0x5574866b87ea <vm_exec_core+31404>, 0x5574866b8808 <vm_exec_core+31434>, 0x5574866b8826 <vm_exec_core+31464>, 0x5574866b8844 <vm_exec_core+31494>, 0x5574866b8875 <vm_exec_core+31543>, 0x5574866b8893 <vm_exec_core+31573>, 0x5574866b88b1 <vm_exec_core+31603>, 0x5574866b88cf <vm_exec_core+31633>, 0x5574866b88ed <vm_exec_core+31663>, 0x5574866b890b <vm_exec_core+31693>, 0x5574866b8929 <vm_exec_core+31723>, 0x5574866b8947 <vm_exec_core+31753>, 0x5574866b8965 <vm_exec_core+31783>, 0x5574866b8983 <vm_exec_core+31813>, 0x5574866b89a1 <vm_exec_core+31843>, 0x5574866b89bf <vm_exec_core+31873>, 0x5574866b89dd <vm_exec_core+31903>, 0x5574866b89fb <vm_exec_core+31933>, 0x5574866b8a19 <vm_exec_core+31963>, 0x5574866b8a37 <vm_exec_core+31993>, 0x5574866b8a55 <vm_exec_core+32023>, 0x5574866b8a73 <vm_exec_core+32053>, 0x5574866b8a91 <vm_exec_core+32083>, 0x5574866b8aaf <vm_exec_core+32113>, 0x5574866b8acd <vm_exec_core+32143>, 0x5574866b8aeb <vm_exec_core+32173>...}
#54 0x00005574866cb1c8 in vm_exec_loop (ec=0x557487cf34e0, state=RUBY_TAG_RETURN, tag=0x7ffdfb0b02d0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#55 0x00005574866cb110 in rb_vm_exec (ec=0x557487cf34e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x557487cf34e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdfb0b0350, 0x5574866cb03b <rb_vm_exec+190>, 0x0, 0x7ffdfb0b02a0, 0x7ffdfb0b0320}, prev = 0x7ffdfb0b0750, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#56 0x00005574866bf83e in vm_call0_body (ec=0x557487cf34e0, calling=0x7ffdfb0b04f0, argv=0x7ffdfb0b06d0) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7fd42c590fd8
        i = 1
        ci = 0x7ffdfb0b04c0
        cc = 0x7ffdfb0b0590
        ret = 140728815256528
#57 0x00005574866bf0b3 in vm_call0_cc (ec=0x557487cf34e0, recv=140548810144240, id=8337, argc=1, argv=0x7ffdfb0b06d0, cc=0x7ffdfb0b0590, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 64
        use_argv = 0x7ffdfb0b06d0
        av = {93958962331744, 140728815256940}
        calling = {cd = 0x7ffdfb0b04b0, cc = 0x7ffdfb0b0590, block_handler = 0, recv = 140548810144240, argc = 1, kw_splat = true, heap_argv = 0}
#58 0x00005574866bee54 in rb_vm_call0 (ec=0x557487cf34e0, recv=140548810144240, id=8337, argc=1, argv=0x7ffdfb0b06d0, cme=0x7fd411e6f8d8, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7fd411e6f8d8, call_ = 0x5574866aaa8e <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#59 0x00005574866c044d in rb_vm_call_kw (ec=0x557487cf34e0, recv=140548810144240, id=8337, argc=1, argv=0x7ffdfb0b06d0, me=0x7fd411e6f8d8, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#60 0x00005574866c12af in rb_check_funcall_default_kw (recv=140548810144240, mid=8337, argc=1, argv=0x7ffdfb0b06d0, def=36, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:713
        klass = 140548828615680
        me = 0x7fd411e6f8d8
        ec = 0x557487cf34e0
        respond = -1
#61 0x00005574866c114c in rb_check_funcall_kw (recv=140548810144240, mid=8337, argc=1, argv=0x7ffdfb0b06d0, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:683
No locals.
#62 0x00005574868bc8f3 in rb_get_detailed_message (exc=140548810144240, opt=140548809946080) at /tmp/ruby/src/trunk-O0/error.c:1491
        e = 36
#63 0x00005574864ab293 in rb_ec_error_print_detailed (ec=0x557487cf34e0, errinfo=140548810144240, str=140548810144520, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:376
        _ec = 0x557487cf34e0
        _tag = {tag = 36, retval = 0, buf = {0x7ffdfb0b07d0, 0x5574864ab202 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffdfb0b0700, 0x0}, prev = 0x7ffdfb0b0840, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140548810144040
        written = false
        emesg = 4
        opt = 140548809946080
        highlight = 0
#64 0x00005574864ac8e3 in rb_ec_cleanup (ec=0x557487cf34e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140548810144240
        mode0 = 0
        mode1 = 3
        _ec = 0x557487cf34e0
        _tag = {tag = 36, retval = 93958957613562, buf = {0x7ffdfb0b08c0, 0x5574864ac6cc <rb_ec_cleanup+295>, 0x0, 0x7ffdfb0b07e0, 0x557487cf34e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x557487cf2090
        th0 = 0x557487cf2090
        step = 2
        message = 4
        buf = 140548810144520
#65 0x00005574864acd9a in ruby_run_node (n=0x7fd411ebc368) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x557487cf34e0
        status = 21876
#66 0x00005574864a85c4 in rb_main (argc=2, argv=0x7ffdfb0b0a68) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140728815257920
#67 0x00005574864a8625 in main (argc=2, argv=0x7ffdfb0b0a68) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.2040806.ruby -x gdbscript
[New LWP 2040806]
[New LWP 2040808]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055e841c6b2ca in gc_mark (objspace=0x55e842b23470, obj=4) at /tmp/ruby/src/trunk-O0/gc.c:7109
7109	    if (!is_markable_object(obj)) return;
[Current thread is 1 (Thread 0x7f00494687c0 (LWP 2040806))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f00494687c0 (LWP 2040806) 0x000055e841c6b2ca in gc_mark (objspace=0x55e842b23470, obj=4) at /tmp/ruby/src/trunk-O0/gc.c:7109
  2    Thread 0x7f002fe8f640 (LWP 2040808) 0x00007f0049590fde in epoll_wait (epfd=4, events=0x55e84229783c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f002fe8f640 (LWP 2040808)):
#0  0x00007f0049590fde in epoll_wait (epfd=4, events=0x55e84229783c <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  0x000055e841dfa7f4 in event_wait (vm=0x55e842b20b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21992
#2  0x000055e841dfa818 in timer_thread_polling (vm=0x55e842b20b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -908090285
#3  0x000055e841dfaed8 in timer_thread_func (ptr=0x55e842b20b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55e842b20b10
#4  0x00007f00494ffb43 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 = {140735580414464, 2640291481128475974, 139638780524096, 25, 139639206705232, 140735580414816, -2691907048867160762, -2691849093002224314}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f0049590bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f00494687c0 (LWP 2040806)):
#0  0x000055e841c6b2ca in gc_mark (objspace=0x55e842b23470, obj=4) at /tmp/ruby/src/trunk-O0/gc.c:7109
No locals.
#1  0x000055e841c6a843 in mark_const_entry_i (value=94456040024208, data=0x55e842b23470) at /tmp/ruby/src/trunk-O0/gc.c:6800
        ce = 0x55e842b66890
        objspace = 0x55e842b23470
#2  0x000055e841df322e in rb_id_table_foreach_values (tbl=0x55e842b65430, func=0x55e841c6a7f1 <mark_const_entry_i>, data=0x55e842b23470) at /tmp/ruby/src/trunk-O0/id_table.c:296
        ret = ID_TABLE_CONTINUE
        i = 2
        capa = 256
#3  0x000055e841c6a87f in mark_const_tbl (objspace=0x55e842b23470, tbl=0x55e842b65430) at /tmp/ruby/src/trunk-O0/gc.c:6808
No locals.
#4  0x000055e841c6bc33 in gc_mark_children (objspace=0x55e842b23470, obj=139638780839160) at /tmp/ruby/src/trunk-O0/gc.c:7387
        any = 0x7f002fedc4f8
#5  0x000055e841c6c3f6 in gc_mark_stacked_objects (objspace=0x55e842b23470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x55e842b238f8
        obj = 139638780839160
        marked_slots_at_the_beginning = 716
        popped_count = 0
#6  0x000055e841c6c576 in gc_mark_stacked_objects_all (objspace=0x55e842b23470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#7  0x000055e841c6e8ea in gc_marks_rest (objspace=0x55e842b23470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#8  0x000055e841c6ea1e in gc_marks (objspace=0x55e842b23470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#9  0x000055e841c707c1 in gc_start (objspace=0x55e842b23470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#10 0x000055e841c70456 in garbage_collect (objspace=0x55e842b23470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 2387026016
        ret = 32767
#11 0x000055e841c62995 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x55e842b24230, objspace=0x55e842b23470, flags=8199, klass=139638780793720) at /tmp/ruby/src/trunk-O0/gc.c:2872
        obj = 1
        lev = 1
#12 newobj_slowpath_wb_protected (klass=139638780793720, flags=8199, objspace=0x55e842b23470, cr=0x55e842b24230, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2896
No locals.
#13 0x000055e841c62d2f in newobj_of0 (klass=139638780793720, flags=8199, wb_protected=1, cr=0x55e842b24230, alloc_size=16) at /tmp/ruby/src/trunk-O0/gc.c:2938
        obj = 139639206080416
        objspace = 0x55e842b23470
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#14 0x000055e841c62d9b in newobj_of (cr=0x55e842b24230, klass=139638780793720, flags=8199, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=16) at /tmp/ruby/src/trunk-O0/gc.c:2948
        obj = 94456039752928
#15 0x000055e841c62e56 in rb_wb_protected_newobj_of (ec=0x55e842b244e0, klass=139638780793720, flags=8199, size=16) at /tmp/ruby/src/trunk-O0/gc.c:2963
        __func__ = <optimized out>
#16 0x000055e841fa337f in ary_alloc_embed (klass=139638780793720, capa=0) at /tmp/ruby/src/trunk-O0/array.c:668
        size = 16
        ary = 0x0
#17 0x000055e841fa34a6 in ary_new (klass=139638780793720, capa=0) at /tmp/ruby/src/trunk-O0/array.c:709
        ary = 28156830240
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#18 0x000055e841fa352c in rb_ary_new_capa (capa=0) at /tmp/ruby/src/trunk-O0/array.c:726
No locals.
#19 0x000055e841fa3540 in rb_ary_new () at /tmp/ruby/src/trunk-O0/array.c:732
No locals.
#20 0x000055e841c4ba02 in rb_call_end_proc (data=139638762249240) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#21 0x000055e841c4bbce in exec_end_procs_chain (procs=0x55e8422941e0 <end_procs>, errp=0x55e842b24558) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x55e841c4b9ed <rb_call_end_proc>, data = 139638762249240, next = 0x55e842dc4510}
        link = 0x55e842d40910
        errinfo = 139638762303360
#22 0x000055e841c4bd31 in rb_ec_exec_end_proc (ec=0x55e842b244e0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x55e842b244e0
        _tag = {tag = 36, retval = 139638762303360, buf = {0x7fff8e472370, 0x55e841c4bcac <rb_ec_exec_end_proc+189>, 0x0, 0x7fff8e4722c0, 0x55e841c49396 <rb_ec_ractor_ptr+24>}, prev = 0x7fff8e472490, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 139638762303360
#23 0x000055e841c4c4d1 in rb_ec_teardown (ec=0x55e842b244e0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#24 0x000055e841c4c791 in rb_ec_cleanup (ec=0x55e842b244e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94456039752928
        mode0 = 32767
        mode1 = -1907940080
        _ec = 0x55e842b244e0
        _tag = {tag = 36, retval = 94456024187386, buf = {0x7fff8e472510, 0x55e841c4c6cc <rb_ec_cleanup+295>, 0x0, 0x7fff8e472430, 0x55e842b244e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 139638762303360
        sysex = 0
        signaled = 0
        th = 0x55e842b23090
        th0 = 0x55e842b23090
        step = 1
        message = 4
        buf = 94456039747728
#25 0x000055e841c4cd9a in ruby_run_node (n=0x7f002eddd210) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55e842b244e0
        status = 21992
#26 0x000055e841c485c4 in rb_main (argc=131, argv=0x7fff8e4726b8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140735580415376
#27 0x000055e841c48625 in main (argc=131, argv=0x7fff8e4726b8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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