# Logfile created on 2024-01-31 09:07:37 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055bc7292a3e0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20240131-090737", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055bc729b34d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055bc729b3348 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055bc729b31b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240131-090737", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240131-090737>, @binmode=false, @mon_data=#<Monitor:0x000055bc729b30f0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   3de2ab7..816ce53  master     -> origin/master
Updating 3de2ab7..816ce53
Fast-forward
 .github/workflows/baseruby.yml     |   2 +-
 .github/workflows/mingw.yml        |   2 +-
 .github/workflows/rjit-bindgen.yml |   2 +-
 .github/workflows/spec_guards.yml  |   2 +-
 .github/workflows/windows.yml      |   2 +-
 .travis.yml                        |   4 +-
 tool/lib/test/unit.rb              | 130 +++++++++++++++++++++++++++++++++++++
 7 files changed, 136 insertions(+), 8 deletions(-)
Latest commit hash = 816ce53a8a
$$$[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 debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/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=29948
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 996.110176s, 25.1669 tests/s, 9499.3478 assertions/s.
25069 tests, 9462397 assertions, 0 failures, 0 errors, 216 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-31T08:56:39Z master 816ce53a8a) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 562.672149 seconds

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

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.110894.ruby -x gdbscript
[New LWP 110894]
[New LWP 110896]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  uleb128 (p=0x5636c1834920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
223		unsigned char b = (unsigned char)*(*p)++;
[Current thread is 1 (Thread 0x7f21a510d7c0 (LWP 110894))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f21a510d7c0 (LWP 110894) uleb128 (p=0x5636c1834920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
  2    Thread 0x7f218bb2f640 (LWP 110896) 0x00007f21a5235fde in epoll_wait (epfd=4, events=0x5636c175c89c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f218bb2f640 (LWP 110896)):
#0  0x00007f21a5235fde in epoll_wait (epfd=4, events=0x5636c175c89c <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  0x00005636c12b3752 in event_wait (vm=0x5636c17a02a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22070
#2  0x00005636c12b3776 in timer_thread_polling (vm=0x5636c17a02a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -324594438
#3  0x00005636c12b3e36 in timer_thread_func (ptr=0x5636c17a02a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3024
        vm = 0x5636c17a02a0
#4  0x00007f21a51a4b43 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 = {140727240236032, -5259081817163996785, 139782054409792, 25, 139782480611408, 140727240236384, 5278477795456541071, 5278419733014339983}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f21a5235bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f21a510d7c0 (LWP 110894)):
#0  uleb128 (p=0x5636c1834920) at /tmp/ruby/src/trunk-O0/addr2line.c:223
        b = 17 '\021'
        r = 0
        s = 0
#1  0x00005636c1459999 in di_read_die (reader=0x5636c18348a0, die=0x5636c18345a0, errout=0x7f21a532a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1457
        abbrev_number = 17
#2  0x00005636c145a8a7 in read_abstract_origin (reader=0x5636c18348a0, form=19, abstract_origin=217176, line=0x5636c18346f0, errout=0x7f21a532a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1866
        p = 0x7f218972fff4 "\230z8"
        q = 0x7f21898d1eff "\021\001\022\006X\vY\005W\v"
        level = 22
        die = {pos = 5729452, tag = -1048360800, has_children = 22070}
#3  0x00005636c145acf2 in debug_info_read (reader=0x5636c18348a0, num_traces=20, traces=0x5636c175f9a0 <trace>, lines=0x5636c2161bb0, offset=0, errout=0x7f21a532a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1938
        v = {as = {ptr = 0x35058 <error: Cannot access memory at address 0x35058>, uint64 = 217176, int64 = 217176, addr_idx = 217176}, off = 0, at = 49, form = 19, size = 0, type = 3}
        die = {pos = 5610197, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#4  0x00005636c145bc41 in fill_lines (num_traces=20, traces=0x5636c175f9a0 <trace>, check_debuglink=1, objp=0x5636c18351c0, lines=0x5636c2161bb0, offset=0, errout=0x7f21a532a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x5636c2162180, file = 0x7f21889f3000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f218971816e "O\317\003", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f2189a3d867 "\341@", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f2189a345e9 "core.rs", debug_line_directories = 0x7f2189a33df4 "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7f218974d1c7 "\337;\020", cu_end = 0x7f21897550c1 "\373$\002", pend = 0x7f21898ae232 "\001$", q0 = 0x7f21898d1de2 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f21898d1ea8 "\001n\016\003\016:\v;\005I\023 \v", format = 4, address_size = 8 '\b', level = 22, abbrev_table = {0x7f21a5338000 "", 0x7f21898d1de3 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f21898d1df9 "4", 0x7f21898d1e04 "\023\001\035\023\003\016\v\v\210\001\017", 0x7f21898d1e12 "\r", 0x7f21898d1e20 "\017", 0x7f21898d1e2b "$", 0x7f21898d1e36 "9\001\003\016", 0x7f21898d1e3d "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f21898d1e4d "(", 0x7f21898d1e56 "\023\001\003\016\v\v\210\001\017", 0x7f21898d1e62 ".\001n\016\003\016:\v;\vI\023 \v", 0x7f21898d1e73 "/", 0x7f21898d1e7c "\005", 0x7f21898d1e89 "\v\001", 0x7f21898d1e8e "4", 0x7f21898d1e9b "\023", 0x7f21898d1ea7 ".\001n\016\003\016:\v;\005I\023 \v", 0x7f21898d1eb8 "\005", 0x7f21898d1ec5 "4", 0x7f21898d1ed5 "4", 0x7f21898d1ee5 ".\001\021\001\022\006@\030\061\023", 0x7f21898d1ef2 "\005", 0x7f21898d1efb "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f21898d1f0c "4", 0x7f21898d1f15 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f21898d1f2a "\005", 0x7f21898d1f39 "4", 0x7f21898d1f42 "\005", 0x7f21898d1f4b "\v\001\021\001\022\006", 0x7f21898d1f54 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f21898d1f65 ".\001n\016\003\016:\v;\005 \v", 0x7f21898d1f74 "4", 0x7f21898d1f81 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f21898d1f94 "\005", 0x7f21898d1fa3 "\v\001U\027", 0x7f21898d1faa "4", 0x7f21898d1fb9 "4", 0x7f21898d1fcb "4", 0x7f21898d1fda "\005", 0x7f21898d1fe3 "4", 0x7f21898d1ff5 "\035\001\061\023U\027X\vY\005W\v", 0x7f21898d2004 "\035", 0x7f21898d2013 "\035", 0x7f21898d2024 "4", 0x7f21898d202b "\035", 0x7f21898d203c "\035\001\061\023U\027X\vY\vW\v", 0x7f21898d204b "4", 0x7f21898d2054 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f21898d2069 "\005", 0x7f21898d2078 "\005", 0x7f21898d2087 "3\001\025\023", 0x7f21898d208e "\r", 0x7f21898d209c "\031\001\026\v", 0x7f21898d20a3 "4", 0x7f21898d20b2 "\035", 0x7f21898d20c1 "4", 0x7f21898d20d5 ".", 0x7f21898d20ea ".", 0x7f21898d20ff "4", 0x7f21898d2108 "\005", 0x7f21898d2113 ".", 0x7f21898d2124 ".\001\021\001\022\006@\030\003\016:\v;\005?\031", 0x7f21898d2137 "\035\001\061\023\021\001\022\006X\vY\v", 0x7f21898d2146 "\005", 0x7f21898d214d "\023", 0x7f21898d2159 ".\001n\016\003\016:\v;\v \v", 0x7f21898d2168 ".\001\003\016:\v;\v \v", 0x7f21898d2175 ".\001\003\016:\v;\vI\023 \v", 0x7f21898d2184 "\031\001", 0x7f21898d2189 ".", 0x7f21898d219a "\023\001\003\016<\031\210\001\017", 0x7f21898d21a6 "\005", 0x7f21898d21b3 "\005", 0x7f21898d21be ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f21898d21d1 "\005", 0x7f21898d21de "3\001", 0x7f21898d21e3 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7f21898d21f6 ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7f21898d2209 "(", 0x7f21898d2212 "\027\001\003\016<\031\210\001\017", 0x7f21898d221e "\027\001\003\016\v\v\210\001\017", 0x7f21898d222a "\027", 0x7f21898d2236 "\r", 0x7f21898d2247 "3", 0x7f21898d224c "4", 0x7f21898d2255 "\001\001I\023", 0x7f21898d225c "!", 0x7f21898d2267 "$", 0x7f21898d2272 "\017", 0x7f21898d227b "\025\001I\023", 0x7f21898d2282 "\005", 0x7f21898d2289 "\025\001", 0x7f21898ced7d ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f21898ced90 "\005", 0x7f21898ced99 "4", 0x7f21898ceda2 ".", 0x7f21898cedb3 "\035\001\061\023\021\001\022\006X\vY\v", 0x7f21898cedc2 "4", 0x7f21898cedd4 "\035", 0x7f21898cede3 ".", 0x7f21898cedf6 "\r", 0x7f21898cee04 "\025\001I\023", 0x7f21898cee0b "\005", 0x7f21898cee12 "\025\001", 0x7f21898cee17 ".\001\003\016:\v;\v \v", 0x7f21898cee24 ".\001\003\016:\v;\vI\023 \v", 0x7f21898cd72d "\025\001I\023", 0x7f21898cd734 "\005", 0x7f21898cd73b "\025\001", 0x7f21898cd740 ".\001\003\016:\v;\v \v", 0x7f21898cd74d ".\001\003\016:\v;\vI\023 \v", 0x7f21898cd75c ".\001\003\016:\v;\vI\023?\031 \v", 0x7f21898c53ca "\005", 0x7f21898c53d9 ".", 0x7f21898c1440 "!", 0x7f21898c1449 "\r", 0x7f21898c145f ".", 0x7f21898c1473 "\035\001\061\023\021\001\022\aX!)Y!\220\rW!\020\001\023", 0x7f21898c148a "\n", 0x7f21898c1497 ".", 0x7f21898c14b0 "4", 0x7f21898c14c1 ".", 0x7f21898c14d9 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f21898c14f6 ".", 0x7f21898c1510 ".\001?\031\003\016:!\";\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f21898c152c "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f21898c1541 "\026", 0x7f21898c154b "\023\001\003\016\v\v:\v;\v\001\023", 0x7f21898c155b "\017", 0x7f21898c1563 "$", 0x7f21898c156f "\026", 0x7f21898c157d "&", 0x7f21898c1583 "\026", 0x7f21898c1593 "(", 0x7f21898c159d "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f21898c15b2 "\025\001I\023\001\023", 0x7f21898c15bc "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f21898c15d1 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f21898c15e3 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f21898c15f5 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f21898c1608 "\026", 0x7f21898c161b "!", 0x7f21898c1621 "4", 0x7f21898c1631 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f21898c164c ".", 0x7f21898c1663 ".", 0x7f21898c167a ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f21898c1696 ".", 0x7f21898c16b3 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f21898c16d4 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f21898c16f3 ".", 0x7f21898c170d ".", 0x7f21898c1729 "4", 0x7f21898c1735 ".", 0x7f21898c1750 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f21898c1764 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f21898c1783 ".", 0x7f21898c179e ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f21898c17b4 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f21898c17d1 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f21898c17e9 ".", 0x7f218b30ef98 "", 0x5636c18355f0 "", 0x5636c18355e8 "8\005V\212!\177", 0x7f218b30efc0 "\360\357\060\213!\177", 0x5636c1834e28 "\236\027\214\211!\177", 0x5636c18355a8 "*\371/\301\066V", 0x5636c18355b0 "", 0x5636c18355b8 "\001", 0x5636c18355c0 "\003", 0x7f218b30efa0 "", 0x7f218b30efa8 "", 0x7f218b30efb0 "", 0x7f218b30efb8 "", 0x7f218b30efc8 "\366\004O\301\066V", 0x0, 0x7f218b30efd0 "@\275\206\301\066V", 0x5636c14f04f6 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x5636c14f04a8 <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>, 0x5636c1834f60 "\020V\203\301\066V", 0x5636c1835200 "PR\203\301\066V", 0x7f21a5243cb5 <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", 0x5636c1834f60 "\020V\203\301\066V", 0x5636c1835050 "", 0x5636c1835200 "PR\203\301\066V", 0x7f21a5351994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x5636c1835610 "8\005V\212!\177", 0x5636c1835608 "", 0x5636c1835618 "\004"...}}
        i = 0
        j = 307
        shstr = 0x7f218a48e2db ""
        ehdr = 0x7f21889f3000
        shdr = 0x7f218a48e4d0
        shstr_shdr = 0x7f218a48f050
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f218a48e590
        fd = 5
        filesize = 27902096
        file = 0x7f21889f3000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f218a48efd0
        strtab_shdr = 0x7f218a48f010
        dynsym_shdr = 0x7f218a48e650
        dynstr_shdr = 0x7f218a48e690
        obj = 0x5636c2162180
        dladdr_fbase = 94793166958592
#5  0x00005636c145c5ec in rb_dump_backtrace_with_lines (num_traces=20, traces=0x5636c175f9a0 <trace>, errout=0x7f21a532a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 139782046019248
        i = 0
        lines = 0x5636c2161bb0
        obj = 0x5636c2162180
        dladdr_fbases = 0x5636c21620c0
        main_path = 0x5636c1835160 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#6  0x00005636c13307c1 in rb_print_backtrace (errout=0x7f21a532a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x5636c13307a6 <rb_print_backtrace+36>, 0x5636c1330ec9 <rb_vm_bugreport+656>, 0x5636c151b526 <rb_bug_for_fatal_signal+327>, 0x5636c12757f6 <sigill>, 0x7f21a5152520 <__restore_rt>, 0x5636c1283dc4 <RB_FL_TEST_RAW+12>, 0x5636c1283e64 <RB_FL_ANY_RAW+35>, 0x5636c12840f3 <rbimpl_rstring_getmem+49>, 0x5636c128a3ed <rb_str_plus+149>, 0x5636c12ff964 <ractor_safe_call_cfunc_1+58>, 0x5636c130052d <vm_call_cfunc_with_frame_+541>, 0x5636c1300702 <vm_call_cfunc_with_frame+121>, 0x5636c1306b3e <vm_sendish+502>, 0x5636c130e2d5 <vm_exec_core+15223>, 0x5636c1324e21 <rb_vm_exec+320>, 0x5636c1321a0e <invoke_block+216>, 0x5636c13224aa <vm_invoke_proc+911>, 0x5636c1322c4e <rb_vm_invoke_proc+170>, 0x5636c14f2ed2 <rb_fiber_start+726>, 0x5636c14f04f6 <fiber_initialize_coroutine>, 0x0 <repeats 1004 times>}
        n = 20
#7  0x00005636c1330ec9 in rb_vm_bugreport (ctx=0x5636c1835580, errout=0x7f21a532a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x5636c17a02a0
        ec = 0x5636c186bb70
#8  0x00005636c151b526 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x5636c1835580, fmt=0x5636c158442b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f21a532a6a0 <_IO_2_1_stderr_>
        file = 0x7f218a9711d0 "-"
        line = 10
#9  0x00005636c12757f6 in sigsegv (sig=11, info=0x5636c18356b0, ctx=0x5636c1835580) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 RB_FL_TEST_RAW (obj=139782031541560, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#12 0x00005636c1283e64 in RB_FL_ANY_RAW (obj=139782031541560, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#13 0x00005636c12840f3 in rbimpl_rstring_getmem (str=139782031541560) at /tmp/ruby/src/trunk-O0/include/ruby/internal/core/rstring.h:393
No locals.
#14 0x00005636c128a3ed in rb_str_plus (str1=139782031541600, str2=139782031541560) at /tmp/ruby/src/trunk-O0/string.c:2236
        rbimpl_str = {basic = {flags = 23810071808, klass = 139782045888736}, len = 4, as = {heap = {ptr = 0x7f218a560578 "@foo", aux = {capa = 139782031541560, shared = 139782031541560}}, embed = {ary = "x"}}}
        str3 = 1431634051
        enc = 0x5636c17bee40
        ptr1 = 0x7f218a560578 "@foo"
        ptr2 = 0x0
        ptr3 = 0x0
        len1 = 4
        len2 = 139782031541600
        termlen = -1959731920
#15 0x00005636c12ff964 in ractor_safe_call_cfunc_1 (recv=139782031541600, argc=1, argv=0x7f218b30f0d8, func=0x5636c128a358 <rb_str_plus>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
        f = 0x5636c128a358 <rb_str_plus>
#16 0x00005636c130052d in vm_call_cfunc_with_frame_ (ec=0x5636c186bb70, reg_cfp=0x7f218b32eeb0, calling=0x7f218b30dfb0, argc=1, argv=0x7f218b30f0d8, stack_bottom=0x7f218b30f0d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0x2b00100003
        cc = 0x7f218a564638
        val = 139782031541560
        me = 0x7f218a975b00
        cfunc = 0x5636c17d4578
        recv = 139782031541600
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#17 0x00005636c1300702 in vm_call_cfunc_with_frame (ec=0x5636c186bb70, reg_cfp=0x7f218b32eeb0, calling=0x7f218b30dfb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 1
        stack_bottom = 0x7f218b30f0d0
        argv = 0x7f218b30f0d8
#18 0x00005636c1306b3e in vm_sendish (ec=0x5636c186bb70, reg_cfp=0x7f218b32eeb0, cd=0x5636c1953820, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5603
        val = 36
        ci = 0x2b00100003
        cc = 0x7f218a564638
        argc = 1
        recv = 139782031541600
        calling = {cd = 0x5636c1953820, cc = 0x7f218a564638, block_handler = 0, recv = 139782031541600, argc = 1, kw_splat = false, heap_argv = 0}
#19 0x00005636c130e2d5 in vm_exec_core (ec=0x5636c186bb70) at ../../src/trunk-O0/insns.def:862
        bh = 0
        cd = 0x5636c1953820
        leaf = false
        val = 139782031541560
        reg_pc = 0x5636c1950cb8
        reg_cfp = 0x7f218b32eeb0
        insns_address_table = {0x5636c130a7ca <vm_exec_core+108>, 0x5636c130a82c <vm_exec_core+206>, 0x5636c130a93f <vm_exec_core+481>, 0x5636c130aa53 <vm_exec_core+757>, 0x5636c130abf1 <vm_exec_core+1171>, 0x5636c130ad21 <vm_exec_core+1475>, 0x5636c130af33 <vm_exec_core+2005>, 0x5636c130b045 <vm_exec_core+2279>, 0x5636c130b11e <vm_exec_core+2496>, 0x5636c130b225 <vm_exec_core+2759>, 0x5636c130b32c <vm_exec_core+3022>, 0x5636c130b43a <vm_exec_core+3292>, 0x5636c130b54c <vm_exec_core+3566>, 0x5636c130b61c <vm_exec_core+3774>, 0x5636c130b725 <vm_exec_core+4039>, 0x5636c130b81f <vm_exec_core+4289>, 0x5636c130b8e2 <vm_exec_core+4484>, 0x5636c130b9a5 <vm_exec_core+4679>, 0x5636c130ba2e <vm_exec_core+4816>, 0x5636c130baba <vm_exec_core+4956>, 0x5636c130bb60 <vm_exec_core+5122>, 0x5636c130bc38 <vm_exec_core+5338>, 0x5636c130bd05 <vm_exec_core+5543>, 0x5636c130bde3 <vm_exec_core+5765>, 0x5636c130bea5 <vm_exec_core+5959>, 0x5636c130bfe4 <vm_exec_core+6278>, 0x5636c130c08a <vm_exec_core+6444>, 0x5636c130c16f <vm_exec_core+6673>, 0x5636c130c29e <vm_exec_core+6976>, 0x5636c130c361 <vm_exec_core+7171>, 0x5636c130c424 <vm_exec_core+7366>, 0x5636c130c51b <vm_exec_core+7613>, 0x5636c130c5dd <vm_exec_core+7807>, 0x5636c130c69f <vm_exec_core+8001>, 0x5636c130c799 <vm_exec_core+8251>, 0x5636c130c878 <vm_exec_core+8474>, 0x5636c130c945 <vm_exec_core+8679>, 0x5636c130ca55 <vm_exec_core+8951>, 0x5636c130cb4f <vm_exec_core+9201>, 0x5636c130cbca <vm_exec_core+9324>, 0x5636c130cc8b <vm_exec_core+9517>, 0x5636c130cd79 <vm_exec_core+9755>, 0x5636c130ce29 <vm_exec_core+9931>, 0x5636c130cfa8 <vm_exec_core+10314>, 0x5636c130d082 <vm_exec_core+10532>, 0x5636c130d16e <vm_exec_core+10768>, 0x5636c130d1ff <vm_exec_core+10913>, 0x5636c130d35a <vm_exec_core+11260>, 0x5636c130d914 <vm_exec_core+12726>, 0x5636c130da10 <vm_exec_core+12978>, 0x5636c130db13 <vm_exec_core+13237>, 0x5636c130dbff <vm_exec_core+13473>, 0x5636c130de18 <vm_exec_core+14010>, 0x5636c130df0a <vm_exec_core+14252>, 0x5636c130e010 <vm_exec_core+14514>, 0x5636c130e21b <vm_exec_core+15037>, 0x5636c130e3d2 <vm_exec_core+15476>, 0x5636c130e506 <vm_exec_core+15784>, 0x5636c130e67b <vm_exec_core+16157>, 0x5636c130e7af <vm_exec_core+16465>, 0x5636c130e924 <vm_exec_core+16838>, 0x5636c130eb06 <vm_exec_core+17320>, 0x5636c130ed11 <vm_exec_core+17843>, 0x5636c130eec8 <vm_exec_core+18282>, 0x5636c130efea <vm_exec_core+18572>, 0x5636c130f091 <vm_exec_core+18739>, 0x5636c130f155 <vm_exec_core+18935>, 0x5636c130f23e <vm_exec_core+19168>, 0x5636c130f32a <vm_exec_core+19404>, 0x5636c130f413 <vm_exec_core+19637>, 0x5636c130f527 <vm_exec_core+19913>, 0x5636c130f64e <vm_exec_core+20208>, 0x5636c130f78d <vm_exec_core+20527>, 0x5636c130f8cc <vm_exec_core+20846>, 0x5636c130fa0b <vm_exec_core+21165>, 0x5636c130fb4a <vm_exec_core+21484>, 0x5636c130fc89 <vm_exec_core+21803>, 0x5636c130fdd3 <vm_exec_core+22133>, 0x5636c130ff56 <vm_exec_core+22520>, 0x5636c1310095 <vm_exec_core+22839>, 0x5636c13101d4 <vm_exec_core+23158>, 0x5636c1310313 <vm_exec_core+23477>, 0x5636c1310452 <vm_exec_core+23796>, 0x5636c1310591 <vm_exec_core+24115>, 0x5636c13106d0 <vm_exec_core+24434>, 0x5636c131080f <vm_exec_core+24753>, 0x5636c131094e <vm_exec_core+25072>, 0x5636c1310aa6 <vm_exec_core+25416>, 0x5636c1310c6c <vm_exec_core+25870>, 0x5636c1310df3 <vm_exec_core+26261>, 0x5636c1310f1b <vm_exec_core+26557>, 0x5636c1311043 <vm_exec_core+26853>, 0x5636c1311166 <vm_exec_core+27144>, 0x5636c1311289 <vm_exec_core+27435>, 0x5636c13113bd <vm_exec_core+27743>, 0x5636c13114fc <vm_exec_core+28062>, 0x5636c13115e7 <vm_exec_core+28297>, 0x5636c13116ec <vm_exec_core+28558>, 0x5636c1311834 <vm_exec_core+28886>, 0x5636c1311923 <vm_exec_core+29125>, 0x5636c13119fd <vm_exec_core+29343>, 0x5636c1311ad2 <vm_exec_core+29556>, 0x5636c1311bad <vm_exec_core+29775>, 0x5636c1311c29 <vm_exec_core+29899>, 0x5636c1311ca5 <vm_exec_core+30023>, 0x5636c1311cc3 <vm_exec_core+30053>, 0x5636c1311ce1 <vm_exec_core+30083>, 0x5636c1311cff <vm_exec_core+30113>, 0x5636c1311d1d <vm_exec_core+30143>, 0x5636c1311d3b <vm_exec_core+30173>, 0x5636c1311d59 <vm_exec_core+30203>, 0x5636c1311d77 <vm_exec_core+30233>, 0x5636c1311d95 <vm_exec_core+30263>, 0x5636c1311db3 <vm_exec_core+30293>, 0x5636c1311dd1 <vm_exec_core+30323>, 0x5636c1311def <vm_exec_core+30353>, 0x5636c1311e0d <vm_exec_core+30383>, 0x5636c1311e2b <vm_exec_core+30413>, 0x5636c1311e49 <vm_exec_core+30443>, 0x5636c1311e67 <vm_exec_core+30473>, 0x5636c1311e85 <vm_exec_core+30503>, 0x5636c1311ea3 <vm_exec_core+30533>, 0x5636c1311ec1 <vm_exec_core+30563>, 0x5636c1311edf <vm_exec_core+30593>, 0x5636c1311efd <vm_exec_core+30623>, 0x5636c1311f1b <vm_exec_core+30653>, 0x5636c1311f39 <vm_exec_core+30683>, 0x5636c1311f57 <vm_exec_core+30713>, 0x5636c1311f75 <vm_exec_core+30743>, 0x5636c1311f93 <vm_exec_core+30773>, 0x5636c1311fb1 <vm_exec_core+30803>, 0x5636c1311fcf <vm_exec_core+30833>, 0x5636c1311fed <vm_exec_core+30863>, 0x5636c131200b <vm_exec_core+30893>, 0x5636c1312029 <vm_exec_core+30923>, 0x5636c1312047 <vm_exec_core+30953>, 0x5636c1312065 <vm_exec_core+30983>, 0x5636c1312083 <vm_exec_core+31013>, 0x5636c13120a1 <vm_exec_core+31043>, 0x5636c13120bf <vm_exec_core+31073>, 0x5636c13120dd <vm_exec_core+31103>, 0x5636c13120fb <vm_exec_core+31133>, 0x5636c1312119 <vm_exec_core+31163>, 0x5636c1312137 <vm_exec_core+31193>, 0x5636c1312155 <vm_exec_core+31223>, 0x5636c1312173 <vm_exec_core+31253>, 0x5636c1312191 <vm_exec_core+31283>, 0x5636c13121af <vm_exec_core+31313>, 0x5636c13121cd <vm_exec_core+31343>, 0x5636c13121eb <vm_exec_core+31373>, 0x5636c1312209 <vm_exec_core+31403>, 0x5636c1312227 <vm_exec_core+31433>, 0x5636c1312245 <vm_exec_core+31463>, 0x5636c1312263 <vm_exec_core+31493>, 0x5636c1312281 <vm_exec_core+31523>, 0x5636c131229f <vm_exec_core+31553>, 0x5636c13122bd <vm_exec_core+31583>, 0x5636c13122db <vm_exec_core+31613>, 0x5636c13122f9 <vm_exec_core+31643>, 0x5636c1312317 <vm_exec_core+31673>, 0x5636c1312335 <vm_exec_core+31703>, 0x5636c1312353 <vm_exec_core+31733>, 0x5636c1312371 <vm_exec_core+31763>, 0x5636c131238f <vm_exec_core+31793>, 0x5636c13123ad <vm_exec_core+31823>, 0x5636c13123cb <vm_exec_core+31853>, 0x5636c13123e9 <vm_exec_core+31883>, 0x5636c1312407 <vm_exec_core+31913>, 0x5636c1312425 <vm_exec_core+31943>, 0x5636c1312443 <vm_exec_core+31973>, 0x5636c1312461 <vm_exec_core+32003>, 0x5636c131247f <vm_exec_core+32033>, 0x5636c131249d <vm_exec_core+32063>, 0x5636c13124bb <vm_exec_core+32093>, 0x5636c13124d9 <vm_exec_core+32123>, 0x5636c13124f7 <vm_exec_core+32153>, 0x5636c1312515 <vm_exec_core+32183>, 0x5636c1312533 <vm_exec_core+32213>, 0x5636c1312551 <vm_exec_core+32243>, 0x5636c131256f <vm_exec_core+32273>, 0x5636c131258d <vm_exec_core+32303>, 0x5636c13125ab <vm_exec_core+32333>, 0x5636c13125dc <vm_exec_core+32382>, 0x5636c13125fa <vm_exec_core+32412>, 0x5636c1312618 <vm_exec_core+32442>, 0x5636c1312636 <vm_exec_core+32472>, 0x5636c1312654 <vm_exec_core+32502>, 0x5636c1312672 <vm_exec_core+32532>, 0x5636c1312690 <vm_exec_core+32562>, 0x5636c13126ae <vm_exec_core+32592>, 0x5636c13126cc <vm_exec_core+32622>, 0x5636c13126ea <vm_exec_core+32652>, 0x5636c1312708 <vm_exec_core+32682>, 0x5636c1312726 <vm_exec_core+32712>, 0x5636c1312744 <vm_exec_core+32742>, 0x5636c1312762 <vm_exec_core+32772>, 0x5636c1312780 <vm_exec_core+32802>, 0x5636c131279e <vm_exec_core+32832>, 0x5636c13127bc <vm_exec_core+32862>, 0x5636c13127da <vm_exec_core+32892>...}
#20 0x00005636c1324e21 in rb_vm_exec (ec=0x5636c186bb70) at /tmp/ruby/src/trunk-O0/vm.c:2489
        _ec = 0x5636c186bb70
        _tag = {tag = 36, retval = 4, buf = {0x7f218b30ecc0, 0x5636c1324d9f <rb_vm_exec+190>, 0x0, 0x7f218b30ec10, 0x0}, prev = 0x7f218b30ef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#21 0x00005636c1321a0e in invoke_block (ec=0x5636c186bb70, iseq=0x7f218a945ce8, self=139782478876160, captured=0x5636c1b6f9b0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1512
        arg_size = 0
#22 0x00005636c13224aa in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f218b30ef08, argc=0, self=139782478876160, captured=0x5636c1b6f9b0, ec=0x5636c186bb70) at /tmp/ruby/src/trunk-O0/vm.c:1582
        iseq = 0x7f218a945ce8
        opt_pc = 0
        type = 572653569
        cfp = 0x7f218b32efc8
        sp = 0x7f218b30f018
        flags = 0
        use_argv = 0x7f218b30ef08
        av = {94793174780240, 0}
        stack_argv = 0x7f218b30f018
#23 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f218b30ef08, argc=0, self=139782478876160, proc=0x5636c1b6f9b0, ec=0x5636c186bb70) at /tmp/ruby/src/trunk-O0/vm.c:1680
        block = 0x5636c1b6f9b0
#24 vm_invoke_proc (ec=0x5636c186bb70, proc=0x5636c1b6f9b0, self=139782478876160, argc=0, argv=0x7f218b30ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1710
No locals.
#25 0x00005636c1322c4e in rb_vm_invoke_proc (ec=0x5636c186bb70, proc=0x5636c1b6f9b0, argc=0, argv=0x7f218b30ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1731
        self = 139782478876160
#26 0x00005636c14f2ed2 in rb_fiber_start (fiber=0x5636c186bb20) at /tmp/ruby/src/trunk-O0/cont.c:2536
        cont = 0x5636c186bb20
        argc = 0
        argv = 0x7f218b30ef08
        args = 4
        _ec = 0x5636c186bb70
        _tag = {tag = 36, retval = 0, buf = {0x7f218b30efc0, 0x5636c14f2ceb <rb_fiber_start+239>, 0x0, 0x7f218b30eee0, 0x7f218b30efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x5636c17a2810
        proc = 0x5636c1b6f9b0
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#27 0x00005636c14f04f6 in fiber_entry (from=0x5636c17a3e30, to=0x5636c186bd40) at /tmp/ruby/src/trunk-O0/cont.c:847
        fiber = 0x5636c186bb20
        thread = 0x5636c17a2810
#28 0x0000000000000000 in ?? ()
No symbol table info available.

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