# Logfile created on 2024-06-04 03:59:09 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055edee03d9c8 @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'", @spec_opts="-j", @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.20240604-035909", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055edee0ded50 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055edee0debc0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055edee0de990 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240604-035909", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240604-035909>, @binmode=false, @mon_data=#<Monitor:0x000055edee0de8c8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   c4056b0..3eda59e  master     -> origin/master
Updating c4056b0..3eda59e
Fast-forward
 .github/workflows/annocheck.yml          |    2 +-
 .github/workflows/baseruby.yml           |    2 +-
 .github/workflows/check_dependencies.yml |    2 +-
 .github/workflows/mingw.yml              |    2 +-
 .github/workflows/rjit-bindgen.yml       |    2 +-
 .github/workflows/spec_guards.yml        |    2 +-
 .github/workflows/ubuntu.yml             |    2 +-
 .github/workflows/wasm.yml               |    2 +-
 .github/workflows/windows.yml            |    2 +-
 .github/workflows/yjit-ubuntu.yml        |    2 +-
 .rdoc_options                            |    2 +
 doc/strscan/helper_methods.md            |  128 +++
 doc/strscan/link_refs.txt                |   17 +
 doc/strscan/methods/get_byte.md          |   30 +
 doc/strscan/methods/get_charpos.md       |   19 +
 doc/strscan/methods/get_pos.md           |   14 +
 doc/strscan/methods/getch.md             |   43 +
 doc/strscan/methods/scan.md              |   51 ++
 doc/strscan/methods/scan_until.md        |   52 ++
 doc/strscan/methods/set_pos.md           |   27 +
 doc/strscan/methods/skip.md              |   43 +
 doc/strscan/methods/skip_until.md        |   49 ++
 doc/strscan/methods/terminate.md         |   30 +
 doc/strscan/strscan.md                   |  543 +++++++++++++
 ext/json/generator/generator.c           |    6 +-
 ext/json/generator/generator.h           |    7 +-
 ext/json/parser/parser.c                 |   16 +-
 ext/json/parser/parser.h                 |    7 +-
 ext/json/parser/parser.rl                |   16 +-
 ext/strscan/strscan.c                    | 1299 ++++++++++++++++++++----------
 ext/strscan/strscan.gemspec              |    5 +
 tool/sync_default_gems.rb                |    1 +
 32 files changed, 1944 insertions(+), 481 deletions(-)
 create mode 100644 doc/strscan/helper_methods.md
 create mode 100644 doc/strscan/link_refs.txt
 create mode 100644 doc/strscan/methods/get_byte.md
 create mode 100644 doc/strscan/methods/get_charpos.md
 create mode 100644 doc/strscan/methods/get_pos.md
 create mode 100644 doc/strscan/methods/getch.md
 create mode 100644 doc/strscan/methods/scan.md
 create mode 100644 doc/strscan/methods/scan_until.md
 create mode 100644 doc/strscan/methods/set_pos.md
 create mode 100644 doc/strscan/methods/skip.md
 create mode 100644 doc/strscan/methods/skip_until.md
 create mode 100644 doc/strscan/methods/terminate.md
 create mode 100644 doc/strscan/strscan.md
Latest commit hash = 3eda59e975
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision -
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.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
c47ca983612b77880b715590fb4795a140c5611a65aceb20bb5bcce458653e27  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 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: 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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
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/pty'
make[2]: Leaving 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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/json/generator/generator.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/json/parser/parser.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
linking shared-object json/ext/generator.so
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
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 power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision -
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/power_assert.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.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
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/typeprof.revision unchanged
encdb.h unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-O0/gems/power_assert-2.0.3.gem
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
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 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving 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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.13.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.29.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.8
                                    resolv 0.4.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.2
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.23.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.2.8
                                    rss 0.3.0
                                    net-ftp 0.3.5
                                    net-imap 0.4.12
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.0
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.3.0
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1938 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

# Running tests:

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

Failed tests:
TestGCCompact#test_moving_objects_between_size_pools: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)

Retrying...
Finished tests in 1056.333870s, 30.6153 tests/s, 6097.3951 assertions/s.
32340 tests, 6440885 assertions, 0 failures, 0 errors, 326 skips

ruby -v: ruby 3.4.0dev (2024-06-04T03:40:08Z master 3eda59e975) [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 -j' 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 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.pjg2ba/1-mspec-multi-0
$ /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 -fy -o /tmp/rubytest.pjg2ba/2-mspec-multi-1
$ /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 -fy -o /tmp/rubytest.pjg2ba/3-mspec-multi-2
$ /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 -fy -o /tmp/rubytest.pjg2ba/4-mspec-multi-3
$ /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 -fy -o /tmp/rubytest.pjg2ba/5-mspec-multi-4
$ /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 -fy -o /tmp/rubytest.pjg2ba/6-mspec-multi-5
$ /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 -fy -o /tmp/rubytest.pjg2ba/7-mspec-multi-6
$ /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 -fy -o /tmp/rubytest.pjg2ba/8-mspec-multi-7
$ /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 -fy -o /tmp/rubytest.pjg2ba/9-mspec-multi-8
$ /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 -fy -o /tmp/rubytest.pjg2ba/10-mspec-multi-9
$ /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 -fy -o /tmp/rubytest.pjg2ba/11-mspec-multi-10
$ /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 -fy -o /tmp/rubytest.pjg2ba/12-mspec-multi-11
$ /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 -fy -o /tmp/rubytest.pjg2ba/13-mspec-multi-12
$ /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 -fy -o /tmp/rubytest.pjg2ba/14-mspec-multi-13
$ /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 -fy -o /tmp/rubytest.pjg2ba/15-mspec-multi-14
$ /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 -fy -o /tmp/rubytest.pjg2ba/16-mspec-multi-15
ruby 3.4.0dev (2024-06-04T03:40:08Z master 3eda59e975) [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ............................................................
  3420 ...........

Finished in 129.099602 seconds

3430 files, 32641 examples, 130627 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.2929490.ruby -x gdbscript
[New LWP 2929490]
[New LWP 2929493]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000556637edc7d9 in debug_info_read (reader=0x556638d6a660, num_traces=24, traces=0x55663828d560 <trace>, lines=0x5566396315a0, offset=0, errout=0x7fd7679d66a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1946
1946	            uintptr_t offset = addr - reader->obj->base_addr + reader->obj->vmaddr;
[Current thread is 1 (Thread 0x7fd7677b97c0 (LWP 2929490))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fd7677b97c0 (LWP 2929490) 0x0000556637edc7d9 in debug_info_read (reader=0x556638d6a660, num_traces=24, traces=0x55663828d560 <trace>, lines=0x5566396315a0, offset=0, errout=0x7fd7679d66a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1946
  2    Thread 0x7fd74e1df640 (LWP 2929493) 0x00007fd7678e1fde in epoll_wait (epfd=4, events=0x55663828a45c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fd74e1df640 (LWP 2929493)):
#0  0x00007fd7678e1fde in epoll_wait (epfd=4, events=0x55663828a45c <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  0x0000556637d5b786 in event_wait (vm=0x556638cd92a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:865
        r = 21862
#2  0x0000556637d5b7aa in timer_thread_polling (vm=0x556638cd92a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:887
        r = -1585269211
#3  0x0000556637d5be6a in timer_thread_func (ptr=0x556638cd92a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3051
        vm = 0x556638cd92a0
#4  0x00007fd767850b43 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 = {140733029208848, -6496828517503730907, 140562705282624, 25, 140563131467856, 140733029209200, 6519027364738890533, 6519083505476827941}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fd7678e1bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fd7677b97c0 (LWP 2929490)):
#0  0x0000556637edc7d9 in debug_info_read (reader=0x556638d6a660, num_traces=24, traces=0x55663828d560 <trace>, lines=0x5566396315a0, offset=0, errout=0x7fd7679d66a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1946
        addr = 93897514023987
        offset = 4158957
        saddr = 0
        i = 23
        die = {pos = 5996562, tag = 29, has_children = 1}
        ranges = {low_pc = 3382050, high_pc = 3382055, ranges = 0, low_pc_set = true, high_pc_set = true, ranges_set = false}
        line = {dirname = 0x7fd74c04f885 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src", filename = 0x7fd74c04fc3c "cell.rs", path = 0x0, line = 412, base_addr = 0, saddr = 0, sname = 0x7fd74c263759 "replace<usize>", next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#1  0x0000556637edd6d0 in fill_lines (num_traces=24, traces=0x55663828d560 <trace>, check_debuglink=1, objp=0x556638d6af80, lines=0x5566396315a0, offset=0, errout=0x7fd7679d66a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x556639631c90, file = 0x7fd74af43000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fd74bd3cd93 "\264\230\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fd74c05273b "\n$", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fd74c04fb59 "mod.rs", debug_line_directories = 0x7fd74c04f646 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/alloc/src/vec", p = 0x7fd74bd50cbd ")\001\\e'", cu_end = 0x7fd74bd5664b "\277o", pend = 0x7fd74becf985 "\001(", q0 = 0x7fd74bef3940 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fd74bef3b09 "&\005", format = 4, address_size = 8 '\b', level = 18, abbrev_table = {0x7fd7679e4000 "", 0x7fd74bef3941 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fd74bef3957 "4", 0x7fd74bef3960 "\023\001\035\023\003\016\v\v\210\001\017", 0x7fd74bef396e "\r", 0x7fd74bef397c "\017", 0x7fd74bef3987 "$", 0x7fd74bef3992 "9\001\003\016", 0x7fd74bef3999 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fd74bef39a9 "(", 0x7fd74bef39b2 "\023\001\003\016\v\v\210\001\017", 0x7fd74bef39be ".\001n\016\003\016:\v;\vI\023 \v", 0x7fd74bef39cf "\005", 0x7fd74bef39dc "\023", 0x7fd74bef39e8 ".\001n\016\003\016:\v;\005I\023 \v", 0x7fd74bef39f9 "\005", 0x7fd74bef3a04 "\v\001", 0x7fd74bef3a09 "4", 0x7fd74bef3a16 ".\001n\016\003\016:\v;\v \v", 0x7fd74bef3a25 "\023", 0x7fd74bef3a31 ".\001\003\016:\v;\v \v", 0x7fd74bef3a3e ".\001\003\016:\v;\vI\023 \v", 0x7fd74bef3a4d "3\001\025\023", 0x7fd74bef3a54 "\r", 0x7fd74bef3a62 "\031\001\026\v", 0x7fd74bef3a69 "\005", 0x7fd74bef3a76 "4", 0x7fd74bef3a86 "\031\001", 0x7fd74bef3a8b "4", 0x7fd74bef3a9b "/", 0x7fd74bef3aa4 "(", 0x7fd74bef3aad "\027", 0x7fd74bef3ab9 "\027\001\003\016\v\v\210\001\017", 0x7fd74bef3ac5 ".\001n\016\003\016:\v;\005 \v", 0x7fd74bef3ad4 "3\001", 0x7fd74bef3ad9 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fd74bef3aec "\005", 0x7fd74bef3af9 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fd74bef3b0a "\005", 0x7fd74bef3b13 "\v\001\021\001\022\006", 0x7fd74bef3b1c "4", 0x7fd74bef3b25 "\005", 0x7fd74bef3b2e "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fd74bef3b3f "4", 0x7fd74bef3b48 "\005", 0x7fd74bef3b51 ".\001\021\001\022\006@\030\061\023", 0x7fd74bef3b5e "\v\001U\027", 0x7fd74bef3b65 "\035\001\061\023U\027X\vY\vW\v", 0x7fd74bef3b74 "\035\001\061\023U\027X\vY\005W\v", 0x7fd74bef3b83 "\005", 0x7fd74bef3b90 "\035", 0x7fd74bef3ba1 "4", 0x7fd74bef3ba8 "\005", 0x7fd74bef3baf "\035", 0x7fd74bef3bbe "4", 0x7fd74bef3bc7 "4", 0x7fd74bef3bd4 "\023\001\003\016<\031\210\001\017", 0x7fd74bef3be0 "\r", 0x7fd74bef3bf1 "3", 0x7fd74bef3bf6 "\005", 0x7fd74bef3c05 "4", 0x7fd74bef3c17 "4", 0x7fd74bef3c29 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fd74bef3c3e "\005", 0x7fd74bef3c4d "\005", 0x7fd74bef3c58 "4", 0x7fd74bef3c6a "\035", 0x7fd74bef3c7b ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fd74bef3c90 "\005", 0x7fd74bef3c9f "4", 0x7fd74bef3cb1 "4", 0x7fd74bef3cc3 "\005", 0x7fd74bef3cd2 "\035", 0x7fd74bef3ce1 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fd74bef3cf4 "\017", 0x7fd74bef3cfd "\001\001I\023", 0x7fd74bef3d04 "!", 0x7fd74bef3d0f "$", 0x7fd74bef3d1a "\025\001", 0x7fd74bef3d1f "\005", 0x7fd74bef3d26 "\025\001I\023", 0x7fd74bef3863 "4", 0x7fd74bef3875 "4", 0x7fd74bef3887 "4", 0x7fd74bef3896 "4", 0x7fd74bef389f "\005", 0x7fd74bef38a8 ".", 0x7fd74bef38bb ".", 0x7fd74bef38cc ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7fd74bef38df ".", 0x7fd74bef38f2 ".", 0x7fd74bef3905 "\001\001I\023", 0x7fd74bef390c "!", 0x7fd74bef3917 "$", 0x7fd74bef3922 "\025", 0x7fd74bef3929 "\025\001", 0x7fd74bef392e "\005", 0x7fd74bef3935 "!", 0x7fd74bef0068 "4", 0x7fd74bef007a "\035", 0x7fd74bef0089 ".", 0x7fd74bef009c "\r", 0x7fd74bef00aa "\025\001I\023", 0x7fd74bef00b1 "\005", 0x7fd74bef00b8 "\025\001", 0x7fd74bef00bd ".\001\003\016:\v;\v \v", 0x7fd74bef00ca ".\001\003\016:\v;\vI\023 \v", 0x7fd74beee9d3 "\025\001I\023", 0x7fd74beee9da "\005", 0x7fd74beee9e1 "\025\001", 0x7fd74beee9e6 ".\001\003\016:\v;\v \v", 0x7fd74beee9f3 ".\001\003\016:\v;\vI\023 \v", 0x7fd74beeea02 ".\001\003\016:\v;\vI\023?\031 \v", 0x7fd74bee6574 "\005", 0x7fd74bee6583 ".\001\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031", 0x7fd74bee2881 "!", 0x7fd74bee288a "\r", 0x7fd74bee28a0 ".", 0x7fd74bee28b4 "\035\001\061\023\021\001\022\aX!(Y!\225\rW!\020\001\023", 0x7fd74bee28cb "\n", 0x7fd74bee28d8 ".", 0x7fd74bee28f1 "4", 0x7fd74bee2902 ".", 0x7fd74bee291a ".\001?\031\003\016:!6;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fd74bee2937 ".", 0x7fd74bee2951 ".\001?\031\003\016:!!;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fd74bee296d "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fd74bee2982 "\026", 0x7fd74bee298c "\023\001\003\016\v\v:\v;\v\001\023", 0x7fd74bee299c "\017", 0x7fd74bee29a4 "$", 0x7fd74bee29b0 "\026", 0x7fd74bee29be "&", 0x7fd74bee29c4 "\026", 0x7fd74bee29d4 "(", 0x7fd74bee29de "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fd74bee29f3 "\025\001I\023\001\023", 0x7fd74bee29fd "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fd74bee2a12 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fd74bee2a24 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fd74bee2a36 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fd74bee2a49 "\026", 0x7fd74bee2a5c "\r", 0x7fd74bee2a70 "\r", 0x7fd74bee2a82 "\023\001\v\005:\v;\v9\v\001\023", 0x7fd74bee2a92 "!", 0x7fd74bee2a98 "4", 0x7fd74bee2aa8 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fd74bee2ac3 ".", 0x7fd74bee2ada ".", 0x7fd74bee2af1 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fd74bee2b0d ".", 0x7fd74bee2b2a ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fd74bee2b4b ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fd74bee2b6a ".", 0x7fd74bee2b84 ".", 0x7fd74bee2ba0 "4", 0x7fd74bee2bac ".", 0x7fd74bee2bc7 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fd74bee2bdb ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fd74bee2bfa ".", 0x7fd74bee2c15 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fd74bee2c2b ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fd74bee2c48 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fd74bee2c60 ".\001\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031", 0x7fd74d9befc0 "\360\357\233M\327\177", 0x556638d6abe8 "\307+\356K\327\177", 0x556638d6b368 "i\206\277\067fU", 0x556638d6b370 "PDp9fU", 0x556638d6b378 "w", 0x556638d6b380 "\340\\\235g\327\177", 0x7fd74d9befa0 "", 0x7fd74d9befa8 "", 0x7fd74d9befb0 "", 0x7fd74d9befb8 "", 0x7fd74d9befc8 "3\374\367\067fU", 0x0, 0x7fd74d9befd0 "", 0x556637f7fc33 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x556637f7fbe5 <fiber_entry> "\363\017\036\372UH\211\345H\203\354 H\211}\350H\211u\340H\213E\340H\213@\bH\211E\360H\213E\360H\213\200\200", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x556638d6ad20 "\320\263\326\070fU", 0x556638d6afc0 "\020\260\326\070fU", 0x7fd7678efcb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x556638d6ad20 "\320\263\326\070fU", 0x556638d6ae10 "", 0x556638d6afc0 "\020\260\326\070fU", 0x7fd7679fd994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x556638d6b3d0 "\330\344\002M\327\177", 0x556638d6b3c8 "", 0x556638d6b3d8 " "...}}
        i = 0
        j = 310
        shstr = 0x7fd74cb5f159 ""
        ehdr = 0x7fd74af43000
        shdr = 0x7fd74cb5f350
        shstr_shdr = 0x7fd74cb5fed0
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7fd74cb5f410
        fd = 5
        filesize = 29478672
        file = 0x7fd74af43000 "\177ELF\002\001\001"
        symtab_shdr = 0x7fd74cb5fe50
        strtab_shdr = 0x7fd74cb5fe90
        dynsym_shdr = 0x7fd74cb5f4d0
        dynstr_shdr = 0x7fd74cb5f510
        obj = 0x556639631c90
        dladdr_fbase = 93897509875712
#2  0x0000556637ede07b in rb_dump_backtrace_with_lines (num_traces=24, traces=0x55663828d560 <trace>, errout=0x7fd7679d66a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2625
        addr = 140562696892248
        i = 0
        lines = 0x5566396315a0
        obj = 0x556639631c90
        dladdr_fbases = 0x556639631bb0
        main_path = 0x556638d6af20 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#3  0x0000556637dda88f in rb_print_backtrace (errout=0x7fd7679d66a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x556637dda874 <rb_print_backtrace+36>, 0x556637ddaf97 <rb_vm_bugreport+656>, 0x556637faaeb8 <rb_bug_for_fatal_signal+327>, 0x556637d1d045 <sigill>, 0x7fd7677fe520 <__restore_rt>, 0x556637bec02b <RB_BUILTIN_TYPE+12>, 0x556637bf96f8 <gc_mark_children+119>, 0x556637bfa0f7 <gc_mark_stacked_objects+116>, 0x556637bfa277 <gc_mark_stacked_objects_all+38>, 0x556637bfc6db <gc_marks_rest+126>, 0x556637bfc80f <gc_marks+91>, 0x556637bfe383 <gc_start+820>, 0x556637bfe018 <garbage_collect+90>, 0x556637bfed03 <gc_start_internal+179>, 0x556637db269b <builtin_invoker4+92>, 0x556637db2f65 <invoke_bf+95>, 0x556637db2fa3 <vm_invoke_builtin+52>, 0x556637dba0e2 <vm_exec_core+28794>, 0x556637dce778 <rb_vm_exec+320>, 0x556637dcb095 <invoke_block+216>, 0x556637dcbb31 <vm_invoke_proc+911>, 0x556637dcc2d5 <rb_vm_invoke_proc+170>, 0x556637f825ed <rb_fiber_start+726>, 0x556637f7fc33 <fiber_initialize_coroutine>, 0x0 <repeats 1000 times>}
        n = 24
#4  0x0000556637ddaf97 in rb_vm_bugreport (ctx=0x556638d6b340, errout=0x7fd7679d66a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x556638cd92a0
        ec = 0x556638e14930
#5  0x0000556637faaeb8 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x556638d6b340, fmt=0x55663808c06b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1108
        pid = -1
        out = 0x7fd7679d66a0 <_IO_2_1_stderr_>
        file = 0x7fd74cf93090 "<internal:gc>"
        line = 39
#6  0x0000556637d1d045 in sigsegv (sig=11, info=0x556638d6b470, ctx=0x556638d6b340) at /tmp/ruby/src/trunk-O0/signal.c:929
No locals.
#7  <signal handler called>
No locals.
#8  RB_BUILTIN_TYPE (obj=140562686731480) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:190
        ret = 140562686731480
#9  0x0000556637bf96f8 in gc_mark_children (objspace=0x556638cdbc10, obj=140562686731480) at /tmp/ruby/src/trunk-O0/gc.c:6851
        any = 0x7fd74d02e4d8
#10 0x0000556637bfa0f7 in gc_mark_stacked_objects (objspace=0x556638cdbc10, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7080
        mstack = 0x556638cdc098
        obj = 140562686731480
        marked_slots_at_the_beginning = 227
        popped_count = 0
#11 0x0000556637bfa277 in gc_mark_stacked_objects_all (objspace=0x556638cdbc10) at /tmp/ruby/src/trunk-O0/gc.c:7118
No locals.
#12 0x0000556637bfc6db in gc_marks_rest (objspace=0x556638cdbc10) at /tmp/ruby/src/trunk-O0/gc.c:8324
No locals.
#13 0x0000556637bfc80f in gc_marks (objspace=0x556638cdbc10, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8382
        marking_finished = false
#14 0x0000556637bfe383 in gc_start (objspace=0x556638cdbc10, reason=107528) at /tmp/ruby/src/trunk-O0/gc.c:9087
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 21862
#15 0x0000556637bfe018 in garbage_collect (objspace=0x556638cdbc10, reason=107520) at /tmp/ruby/src/trunk-O0/gc.c:8968
        _lev = 1302060800
        ret = 32727
#16 0x0000556637bfed03 in gc_start_internal (ec=0x556638e14930, self=140562705402040, full_mark=20, immediate_mark=20, immediate_sweep=20, compact=0) at /tmp/ruby/src/trunk-O0/gc.c:9418
        objspace = 0x556638cdbc10
        reason = 107520
        __func__ = "gc_start_internal"
#17 0x0000556637db269b in builtin_invoker4 (ec=0x556638e14930, self=140562705402040, argv=0x7fd74d9bf070, funcptr=0x556637bfec50 <gc_start_internal>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6894
No locals.
#18 0x0000556637db2f65 in invoke_bf (ec=0x556638e14930, reg_cfp=0x7fd74d9def58, bf=0x55663826e540 <gc_table>, argv=0x7fd74d9bf070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:7006
        canary_p = false
        ret = 140562681736920
#19 0x0000556637db2fa3 in vm_invoke_builtin (ec=0x556638e14930, cfp=0x7fd74d9def58, bf=0x55663826e540 <gc_table>, argv=0x7fd74d9bf070) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:7014
No locals.
#20 0x0000556637dba0e2 in vm_exec_core (ec=0x556638e14930) at ../../src/trunk-O0/insns.def:1543
        bf = 0x55663826e540 <gc_table>
        leaf = false
        val = 0
        reg_pc = 0x556638d7b620
        reg_cfp = 0x7fd74d9def58
        insns_address_table = {0x556637db30d4 <vm_exec_core+108>, 0x556637db3136 <vm_exec_core+206>, 0x556637db3249 <vm_exec_core+481>, 0x556637db335d <vm_exec_core+757>, 0x556637db34fb <vm_exec_core+1171>, 0x556637db362b <vm_exec_core+1475>, 0x556637db383d <vm_exec_core+2005>, 0x556637db394f <vm_exec_core+2279>, 0x556637db3a28 <vm_exec_core+2496>, 0x556637db3b2f <vm_exec_core+2759>, 0x556637db3c36 <vm_exec_core+3022>, 0x556637db3d44 <vm_exec_core+3292>, 0x556637db3e56 <vm_exec_core+3566>, 0x556637db3f26 <vm_exec_core+3774>, 0x556637db402f <vm_exec_core+4039>, 0x556637db4129 <vm_exec_core+4289>, 0x556637db41ec <vm_exec_core+4484>, 0x556637db42af <vm_exec_core+4679>, 0x556637db4338 <vm_exec_core+4816>, 0x556637db43c4 <vm_exec_core+4956>, 0x556637db446a <vm_exec_core+5122>, 0x556637db4542 <vm_exec_core+5338>, 0x556637db4614 <vm_exec_core+5548>, 0x556637db46e6 <vm_exec_core+5758>, 0x556637db47c4 <vm_exec_core+5980>, 0x556637db4886 <vm_exec_core+6174>, 0x556637db49c5 <vm_exec_core+6493>, 0x556637db4a6b <vm_exec_core+6659>, 0x556637db4b50 <vm_exec_core+6888>, 0x556637db4c7f <vm_exec_core+7191>, 0x556637db4d50 <vm_exec_core+7400>, 0x556637db4e13 <vm_exec_core+7595>, 0x556637db4ed6 <vm_exec_core+7790>, 0x556637db4fcd <vm_exec_core+8037>, 0x556637db508f <vm_exec_core+8231>, 0x556637db5151 <vm_exec_core+8425>, 0x556637db524b <vm_exec_core+8675>, 0x556637db532a <vm_exec_core+8898>, 0x556637db5417 <vm_exec_core+9135>, 0x556637db5527 <vm_exec_core+9407>, 0x556637db5621 <vm_exec_core+9657>, 0x556637db569c <vm_exec_core+9780>, 0x556637db575d <vm_exec_core+9973>, 0x556637db584b <vm_exec_core+10211>, 0x556637db58fb <vm_exec_core+10387>, 0x556637db5a7a <vm_exec_core+10770>, 0x556637db5b54 <vm_exec_core+10988>, 0x556637db5c40 <vm_exec_core+11224>, 0x556637db5cd1 <vm_exec_core+11369>, 0x556637db5e2c <vm_exec_core+11716>, 0x556637db63e6 <vm_exec_core+13182>, 0x556637db64e2 <vm_exec_core+13434>, 0x556637db65e5 <vm_exec_core+13693>, 0x556637db66d1 <vm_exec_core+13929>, 0x556637db68ea <vm_exec_core+14466>, 0x556637db69dc <vm_exec_core+14708>, 0x556637db6ae2 <vm_exec_core+14970>, 0x556637db6ced <vm_exec_core+15493>, 0x556637db6ea4 <vm_exec_core+15932>, 0x556637db6fd8 <vm_exec_core+16240>, 0x556637db714d <vm_exec_core+16613>, 0x556637db7281 <vm_exec_core+16921>, 0x556637db73f6 <vm_exec_core+17294>, 0x556637db7653 <vm_exec_core+17899>, 0x556637db785e <vm_exec_core+18422>, 0x556637db7a15 <vm_exec_core+18861>, 0x556637db7b37 <vm_exec_core+19151>, 0x556637db7bde <vm_exec_core+19318>, 0x556637db7ca2 <vm_exec_core+19514>, 0x556637db7d8b <vm_exec_core+19747>, 0x556637db7e77 <vm_exec_core+19983>, 0x556637db7f60 <vm_exec_core+20216>, 0x556637db8074 <vm_exec_core+20492>, 0x556637db819b <vm_exec_core+20787>, 0x556637db82da <vm_exec_core+21106>, 0x556637db8419 <vm_exec_core+21425>, 0x556637db8558 <vm_exec_core+21744>, 0x556637db8697 <vm_exec_core+22063>, 0x556637db87d6 <vm_exec_core+22382>, 0x556637db8920 <vm_exec_core+22712>, 0x556637db8aa3 <vm_exec_core+23099>, 0x556637db8be2 <vm_exec_core+23418>, 0x556637db8d21 <vm_exec_core+23737>, 0x556637db8e60 <vm_exec_core+24056>, 0x556637db8f9f <vm_exec_core+24375>, 0x556637db90de <vm_exec_core+24694>, 0x556637db921d <vm_exec_core+25013>, 0x556637db935c <vm_exec_core+25332>, 0x556637db949b <vm_exec_core+25651>, 0x556637db95f3 <vm_exec_core+25995>, 0x556637db97b9 <vm_exec_core+26449>, 0x556637db9940 <vm_exec_core+26840>, 0x556637db9a68 <vm_exec_core+27136>, 0x556637db9b90 <vm_exec_core+27432>, 0x556637db9cb3 <vm_exec_core+27723>, 0x556637db9dd6 <vm_exec_core+28014>, 0x556637db9f0a <vm_exec_core+28322>, 0x556637dba049 <vm_exec_core+28641>, 0x556637dba134 <vm_exec_core+28876>, 0x556637dba239 <vm_exec_core+29137>, 0x556637dba372 <vm_exec_core+29450>, 0x556637dba461 <vm_exec_core+29689>, 0x556637dba550 <vm_exec_core+29928>, 0x556637dba625 <vm_exec_core+30141>, 0x556637dba6fa <vm_exec_core+30354>, 0x556637dba776 <vm_exec_core+30478>, 0x556637dba7f2 <vm_exec_core+30602>, 0x556637dba810 <vm_exec_core+30632>, 0x556637dba82e <vm_exec_core+30662>, 0x556637dba84c <vm_exec_core+30692>, 0x556637dba86a <vm_exec_core+30722>, 0x556637dba888 <vm_exec_core+30752>, 0x556637dba8a6 <vm_exec_core+30782>, 0x556637dba8c4 <vm_exec_core+30812>, 0x556637dba8e2 <vm_exec_core+30842>, 0x556637dba900 <vm_exec_core+30872>, 0x556637dba91e <vm_exec_core+30902>, 0x556637dba93c <vm_exec_core+30932>, 0x556637dba95a <vm_exec_core+30962>, 0x556637dba978 <vm_exec_core+30992>, 0x556637dba996 <vm_exec_core+31022>, 0x556637dba9b4 <vm_exec_core+31052>, 0x556637dba9d2 <vm_exec_core+31082>, 0x556637dba9f0 <vm_exec_core+31112>, 0x556637dbaa0e <vm_exec_core+31142>, 0x556637dbaa2c <vm_exec_core+31172>, 0x556637dbaa4a <vm_exec_core+31202>, 0x556637dbaa68 <vm_exec_core+31232>, 0x556637dbaa86 <vm_exec_core+31262>, 0x556637dbaaa4 <vm_exec_core+31292>, 0x556637dbaac2 <vm_exec_core+31322>, 0x556637dbaae0 <vm_exec_core+31352>, 0x556637dbaafe <vm_exec_core+31382>, 0x556637dbab1c <vm_exec_core+31412>, 0x556637dbab3a <vm_exec_core+31442>, 0x556637dbab58 <vm_exec_core+31472>, 0x556637dbab76 <vm_exec_core+31502>, 0x556637dbab94 <vm_exec_core+31532>, 0x556637dbabb2 <vm_exec_core+31562>, 0x556637dbabd0 <vm_exec_core+31592>, 0x556637dbabee <vm_exec_core+31622>, 0x556637dbac0c <vm_exec_core+31652>, 0x556637dbac2a <vm_exec_core+31682>, 0x556637dbac48 <vm_exec_core+31712>, 0x556637dbac66 <vm_exec_core+31742>, 0x556637dbac84 <vm_exec_core+31772>, 0x556637dbaca2 <vm_exec_core+31802>, 0x556637dbacc0 <vm_exec_core+31832>, 0x556637dbacde <vm_exec_core+31862>, 0x556637dbacfc <vm_exec_core+31892>, 0x556637dbad1a <vm_exec_core+31922>, 0x556637dbad38 <vm_exec_core+31952>, 0x556637dbad56 <vm_exec_core+31982>, 0x556637dbad74 <vm_exec_core+32012>, 0x556637dbad92 <vm_exec_core+32042>, 0x556637dbadb0 <vm_exec_core+32072>, 0x556637dbadce <vm_exec_core+32102>, 0x556637dbadec <vm_exec_core+32132>, 0x556637dbae0a <vm_exec_core+32162>, 0x556637dbae28 <vm_exec_core+32192>, 0x556637dbae46 <vm_exec_core+32222>, 0x556637dbae64 <vm_exec_core+32252>, 0x556637dbae82 <vm_exec_core+32282>, 0x556637dbaea0 <vm_exec_core+32312>, 0x556637dbaebe <vm_exec_core+32342>, 0x556637dbaedc <vm_exec_core+32372>, 0x556637dbaefa <vm_exec_core+32402>, 0x556637dbaf18 <vm_exec_core+32432>, 0x556637dbaf36 <vm_exec_core+32462>, 0x556637dbaf54 <vm_exec_core+32492>, 0x556637dbaf72 <vm_exec_core+32522>, 0x556637dbaf90 <vm_exec_core+32552>, 0x556637dbafae <vm_exec_core+32582>, 0x556637dbafcc <vm_exec_core+32612>, 0x556637dbafea <vm_exec_core+32642>, 0x556637dbb008 <vm_exec_core+32672>, 0x556637dbb026 <vm_exec_core+32702>, 0x556637dbb044 <vm_exec_core+32732>, 0x556637dbb062 <vm_exec_core+32762>, 0x556637dbb080 <vm_exec_core+32792>, 0x556637dbb09e <vm_exec_core+32822>, 0x556637dbb0bc <vm_exec_core+32852>, 0x556637dbb0da <vm_exec_core+32882>, 0x556637dbb0f8 <vm_exec_core+32912>, 0x556637dbb116 <vm_exec_core+32942>, 0x556637dbb134 <vm_exec_core+32972>, 0x556637dbb165 <vm_exec_core+33021>, 0x556637dbb183 <vm_exec_core+33051>, 0x556637dbb1a1 <vm_exec_core+33081>, 0x556637dbb1bf <vm_exec_core+33111>, 0x556637dbb1dd <vm_exec_core+33141>, 0x556637dbb1fb <vm_exec_core+33171>, 0x556637dbb219 <vm_exec_core+33201>, 0x556637dbb237 <vm_exec_core+33231>, 0x556637dbb255 <vm_exec_core+33261>, 0x556637dbb273 <vm_exec_core+33291>, 0x556637dbb291 <vm_exec_core+33321>, 0x556637dbb2af <vm_exec_core+33351>, 0x556637dbb2cd <vm_exec_core+33381>, 0x556637dbb2eb <vm_exec_core+33411>...}
#21 0x0000556637dce778 in rb_vm_exec (ec=0x556638e14930) at /tmp/ruby/src/trunk-O0/vm.c:2560
        _ec = 0x556638e14930
        _tag = {tag = 36, retval = 4, buf = {0x7fd74d9becc0, 0x556637dce6f6 <rb_vm_exec+190>, 0x0, 0x7fd74d9bec10, 0x0}, prev = 0x7fd74d9bef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#22 0x0000556637dcb095 in invoke_block (ec=0x556638e14930, iseq=0x7fd74cff3568, self=140562705534480, captured=0x556639123be0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1517
        arg_size = 0
#23 0x0000556637dcbb31 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fd74d9bef08, argc=0, self=140562705534480, captured=0x556639123be0, ec=0x556638e14930) at /tmp/ruby/src/trunk-O0/vm.c:1587
        iseq = 0x7fd74cff3568
        opt_pc = 0
        type = 572653569
        cfp = 0x7fd74d9defc8
        sp = 0x7fd74d9bf018
        flags = 0
        use_argv = 0x7fd74d9bef08
        av = {93897528581728, 0}
        stack_argv = 0x7fd74d9bf018
#24 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7fd74d9bef08, argc=0, self=140562705534480, proc=0x556639123be0, ec=0x556638e14930) at /tmp/ruby/src/trunk-O0/vm.c:1685
        block = 0x556639123be0
#25 vm_invoke_proc (ec=0x556638e14930, proc=0x556639123be0, self=140562705534480, argc=0, argv=0x7fd74d9bef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1715
No locals.
#26 0x0000556637dcc2d5 in rb_vm_invoke_proc (ec=0x556638e14930, proc=0x556639123be0, argc=0, argv=0x7fd74d9bef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1736
        self = 140562705534480
#27 0x0000556637f825ed in rb_fiber_start (fiber=0x556638e148e0) at /tmp/ruby/src/trunk-O0/cont.c:2540
        cont = 0x556638e148e0
        argc = 0
        argv = 0x7fd74d9bef08
        args = 4
        _ec = 0x556638e14930
        _tag = {tag = 36, retval = 0, buf = {0x7fd74d9befc0, 0x556637f82406 <rb_fiber_start+239>, 0x0, 0x7fd74d9beee0, 0x7fd74d9befa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x556638cdb830
        proc = 0x556639123be0
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#28 0x0000556637f7fc33 in fiber_entry (from=0x556638ce15e0, to=0x556638e14b00) at /tmp/ruby/src/trunk-O0/cont.c:850
        fiber = 0x556638e148e0
        thread = 0x556638cdb830
#29 0x0000000000000000 in ?? ()
No symbol table info available.

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