# Logfile created on 2023-10-26 23:07:04 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000560da6bf2368 @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.20231026-230703", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000560da6c874e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000560da6c87378 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000560da6c871c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231026-230703", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231026-230703>, @binmode=false, @mon_data=#<Monitor:0x0000560da6c870f8>, @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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.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
   8e62596..bbf1d62  master     -> origin/master
Updating 8e62596..bbf1d62
Fast-forward
 shape.c | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
Latest commit hash = bbf1d621ba
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.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/shape.c
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
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: 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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
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/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.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'
./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.3.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.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.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.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    prism 0.15.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.9
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.2.1
                                    psych 5.1.1.1
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
skipped bundled gems:
    rbs-3.2.0.gem                   not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1858 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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.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'
Run options: 
  --seed=60305
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

Retrying...
Finished tests in 894.330588s, 29.9610 tests/s, 10593.3411 assertions/s.
26795 tests, 9473949 assertions, 0 failures, 0 errors, 189 skips

ruby -v: ruby 3.3.0dev (2023-10-26T21:49:42Z master bbf1d621ba) [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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.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'
$ /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.3.0dev (2023-10-26T21:49:42Z master bbf1d621ba) [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 .................................................................

Finished in 262.976922 seconds

3715 files, 32233 examples, 142111 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.691914.ruby -x gdbscript
[New LWP 691914]
[New LWP 691916]
[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/lib/er'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055904a2200a9 in rb_iseq_mark_and_move_each_value (iseq=0x7f2470d26d38, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:240
240	    size = body->iseq_size;
[Current thread is 1 (Thread 0x7f248b39e7c0 (LWP 691914))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f248b39e7c0 (LWP 691914) 0x000055904a2200a9 in rb_iseq_mark_and_move_each_value (iseq=0x7f2470d26d38, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:240
  2    Thread 0x7f2471dbf640 (LWP 691916) 0x00007f248b4c6fde in epoll_wait (epfd=4, events=0x55904a7cc27c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f2471dbf640 (LWP 691916)):
#0  0x00007f248b4c6fde in epoll_wait (epfd=4, events=0x55904a7cc27c <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  0x000055904a360614 in timer_thread_polling (vm=0x55904b4ccb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -386622084
#2  0x000055904a360cbc in timer_thread_func (ptr=0x55904b4ccb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2964
        vm = 0x55904b4ccb10
#3  0x00007f248b435b43 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 = {140729834389648, -1711252196651091241, 139794505791040, 25, 139794931996752, 140729834390000, 1587671177889921751, 1587940768302185175}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f248b4c6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f248b39e7c0 (LWP 691914)):
#0  0x000055904a2200a9 in rb_iseq_mark_and_move_each_value (iseq=0x7f2470d26d38, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:240
        size = 0
        code = 0x7ffe37c9ab10
        body = 0x55904b5a28a0
        is_entries = 0x55904a1cb86c <RB_SPECIAL_CONST_P+24>
#1  0x000055904a2203b7 in rb_iseq_mark_and_move (iseq=0x7f2470d26d38, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:325
        body = 0x55904b5a28a0
#2  0x000055904a1d9b83 in gc_mark_imemo (objspace=0x55904b4cf260, obj=139794488388920) at /tmp/ruby/src/trunk-O0/gc.c:7121
        __func__ = <optimized out>
#3  0x000055904a1d9e7f in gc_mark_children (objspace=0x55904b4cf260, obj=139794488388920) at /tmp/ruby/src/trunk-O0/gc.c:7240
        any = 0x7f2470d26d38
#4  0x000055904a1da74d in gc_mark_stacked_objects (objspace=0x55904b4cf260, incremental=1, count=34358) at /tmp/ruby/src/trunk-O0/gc.c:7435
        mstack = 0x55904b4cf6e8
        obj = 139794488388920
        marked_slots_at_the_beginning = 749
        popped_count = 12641
#5  0x000055904a1da8a5 in gc_mark_stacked_objects_incremental (objspace=0x55904b4cf260, count=34358) at /tmp/ruby/src/trunk-O0/gc.c:7467
No locals.
#6  0x000055904a1dcbd8 in gc_marks_step (objspace=0x55904b4cf260, slots=34358) at /tmp/ruby/src/trunk-O0/gc.c:8672
        marking_finished = false
        __func__ = <optimized out>
#7  0x000055904a1dcc40 in gc_marks_continue (objspace=0x55904b4cf260, size_pool=0x55904b4cf280, heap=0x55904b4cf2d0) at /tmp/ruby/src/trunk-O0/gc.c:8692
        __func__ = <optimized out>
        marking_finished = true
#8  0x000055904a1d0916 in gc_continue (objspace=0x55904b4cf260, size_pool=0x55904b4cf280, heap=0x55904b4cf2d0) at /tmp/ruby/src/trunk-O0/gc.c:2480
        lock_lev = 0
#9  0x000055904a1d10e2 in newobj_alloc (objspace=0x55904b4cf260, cr=0x55904b4d0010, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2807
        lev = 32766
        unlock_vm = false
        size_pool = 0x55904b4cf280
        heap = 0x55904b4cf2d0
        cache = 0x55904b4d0208
        obj = 0
        __func__ = <optimized out>
#10 0x000055904a1d1315 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x55904b4d0010, objspace=0x55904b4cf260, flags=49178, klass=139794506055840) at /tmp/ruby/src/trunk-O0/gc.c:2866
        obj = 1
        lev = 1
#11 newobj_slowpath_wb_protected (klass=139794506055840, flags=49178, objspace=0x55904b4cf260, cr=0x55904b4d0010, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2884
No locals.
#12 0x000055904a1d168d in newobj_of0 (klass=139794506055840, flags=49178, wb_protected=1, cr=0x55904b4d0010, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2926
        obj = 139794505972000
        objspace = 0x55904b4cf260
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#13 0x000055904a1d16f9 in newobj_of (cr=0x55904b4d0010, klass=139794506055840, flags=49178, v1=139794505972000, v2=94078209030885, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2936
        obj = 0
#14 0x000055904a1d1a82 in rb_imemo_new (type=imemo_callcache, v1=139794505972000, v2=94078209030885, v3=0, v0=139794506055840) at /tmp/ruby/src/trunk-O0/gc.c:3048
        size = 40
        flags = 49178
#15 0x000055904a39b6a9 in vm_cc_new (klass=139794506055840, cme=0x7f2471deb920, call=0x55904a3afae5 <vm_call_general>, type=cc_type_normal) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:333
        cc = 0x7f248b29d060
#16 0x000055904a3a5667 in vm_search_cc (klass=139794506055840, ci=0x1b2100100003) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2108
        mid = 6945
        cc_tbl = 0x55904b5ed390
        ccs = 0x55904b6eaec0
        ccs_data = 94078229196480
        cme = 0x7f2471deb920
        cc = 0x55904a1cf0ae <RVALUE_OLD_P+36>
#17 0x000055904a3a56f2 in rb_vm_search_method_slowpath (ci=0x1b2100100003, klass=139794506055840) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2127
        _lev = 498171326
        cc = 0x7ffe37c9b0e0
#18 0x000055904a3a5759 in vm_search_method_slowpath0 (cd_owner=139794488432320, cd=0x55904b8914a0, klass=139794506055840) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2148
        cc = 0x7f2471e000a0
        empty_cc = 0x55904a7b7a20 <vm_empty_cc>
#19 0x000055904a3b216a in vm_search_method_fastpath (klass=139794506055840, cd=0x55904b8914a0, cd_owner=139794488432320) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2209
        cc = 0x55904a7b7a20 <vm_empty_cc>
#20 vm_sendish (ec=0x55904b4d02c0, reg_cfp=0x7f248b39cfa0, cd=0x55904b8914a0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5552
        val = 36
        ci = 0x1b2100100003
        cc = 0x0
        argc = 1
        recv = 139794506056000
        calling = {cd = 0x55904b8914a0, cc = 0x0, block_handler = 0, recv = 139794506056000, argc = 1, kw_splat = false, heap_argv = 0}
#21 0x000055904a3b95ac in vm_exec_core (ec=0x55904b4d02c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x55904b8914a0
        leaf = false
        val = 94078226989576
        reg_pc = 0x55904b88ce00
        reg_cfp = 0x7f248b39cfa0
        insns_address_table = {0x55904a3b5e01 <vm_exec_core+108>, 0x55904a3b5e63 <vm_exec_core+206>, 0x55904a3b5f76 <vm_exec_core+481>, 0x55904a3b608a <vm_exec_core+757>, 0x55904a3b6228 <vm_exec_core+1171>, 0x55904a3b6358 <vm_exec_core+1475>, 0x55904a3b656a <vm_exec_core+2005>, 0x55904a3b667c <vm_exec_core+2279>, 0x55904a3b6755 <vm_exec_core+2496>, 0x55904a3b685c <vm_exec_core+2759>, 0x55904a3b6963 <vm_exec_core+3022>, 0x55904a3b6a71 <vm_exec_core+3292>, 0x55904a3b6b83 <vm_exec_core+3566>, 0x55904a3b6c53 <vm_exec_core+3774>, 0x55904a3b6d5c <vm_exec_core+4039>, 0x55904a3b6e56 <vm_exec_core+4289>, 0x55904a3b6f19 <vm_exec_core+4484>, 0x55904a3b6fdc <vm_exec_core+4679>, 0x55904a3b7065 <vm_exec_core+4816>, 0x55904a3b70f1 <vm_exec_core+4956>, 0x55904a3b7197 <vm_exec_core+5122>, 0x55904a3b726f <vm_exec_core+5338>, 0x55904a3b733c <vm_exec_core+5543>, 0x55904a3b741a <vm_exec_core+5765>, 0x55904a3b74dc <vm_exec_core+5959>, 0x55904a3b761b <vm_exec_core+6278>, 0x55904a3b76c1 <vm_exec_core+6444>, 0x55904a3b77a6 <vm_exec_core+6673>, 0x55904a3b78d5 <vm_exec_core+6976>, 0x55904a3b7998 <vm_exec_core+7171>, 0x55904a3b7a5b <vm_exec_core+7366>, 0x55904a3b7b53 <vm_exec_core+7614>, 0x55904a3b7c15 <vm_exec_core+7808>, 0x55904a3b7cf4 <vm_exec_core+8031>, 0x55904a3b7e04 <vm_exec_core+8303>, 0x55904a3b7efe <vm_exec_core+8553>, 0x55904a3b7f79 <vm_exec_core+8676>, 0x55904a3b803a <vm_exec_core+8869>, 0x55904a3b8128 <vm_exec_core+9107>, 0x55904a3b81d8 <vm_exec_core+9283>, 0x55904a3b8357 <vm_exec_core+9666>, 0x55904a3b8431 <vm_exec_core+9884>, 0x55904a3b851d <vm_exec_core+10120>, 0x55904a3b85ae <vm_exec_core+10265>, 0x55904a3b8709 <vm_exec_core+10612>, 0x55904a3b8bf9 <vm_exec_core+11876>, 0x55904a3b8cf5 <vm_exec_core+12128>, 0x55904a3b8df8 <vm_exec_core+12387>, 0x55904a3b8ee4 <vm_exec_core+12623>, 0x55904a3b90fd <vm_exec_core+13160>, 0x55904a3b91ef <vm_exec_core+13402>, 0x55904a3b92f5 <vm_exec_core+13664>, 0x55904a3b94f2 <vm_exec_core+14173>, 0x55904a3b969b <vm_exec_core+14598>, 0x55904a3b97c6 <vm_exec_core+14897>, 0x55904a3b9932 <vm_exec_core+15261>, 0x55904a3b9a5d <vm_exec_core+15560>, 0x55904a3b9bc9 <vm_exec_core+15924>, 0x55904a3b9dab <vm_exec_core+16406>, 0x55904a3b9fa8 <vm_exec_core+16915>, 0x55904a3ba151 <vm_exec_core+17340>, 0x55904a3ba273 <vm_exec_core+17630>, 0x55904a3ba31a <vm_exec_core+17797>, 0x55904a3ba3de <vm_exec_core+17993>, 0x55904a3ba4c7 <vm_exec_core+18226>, 0x55904a3ba5b3 <vm_exec_core+18462>, 0x55904a3ba69c <vm_exec_core+18695>, 0x55904a3ba7b0 <vm_exec_core+18971>, 0x55904a3ba8d7 <vm_exec_core+19266>, 0x55904a3baa0d <vm_exec_core+19576>, 0x55904a3bab43 <vm_exec_core+19886>, 0x55904a3bac79 <vm_exec_core+20196>, 0x55904a3badaf <vm_exec_core+20506>, 0x55904a3baee5 <vm_exec_core+20816>, 0x55904a3bb026 <vm_exec_core+21137>, 0x55904a3bb1a0 <vm_exec_core+21515>, 0x55904a3bb2d6 <vm_exec_core+21825>, 0x55904a3bb40c <vm_exec_core+22135>, 0x55904a3bb542 <vm_exec_core+22445>, 0x55904a3bb678 <vm_exec_core+22755>, 0x55904a3bb7ae <vm_exec_core+23065>, 0x55904a3bb8e4 <vm_exec_core+23375>, 0x55904a3bba1a <vm_exec_core+23685>, 0x55904a3bbb50 <vm_exec_core+23995>, 0x55904a3bbc9f <vm_exec_core+24330>, 0x55904a3bbe59 <vm_exec_core+24772>, 0x55904a3bbfd7 <vm_exec_core+25154>, 0x55904a3bc0f6 <vm_exec_core+25441>, 0x55904a3bc215 <vm_exec_core+25728>, 0x55904a3bc32f <vm_exec_core+26010>, 0x55904a3bc449 <vm_exec_core+26292>, 0x55904a3bc574 <vm_exec_core+26591>, 0x55904a3bc6aa <vm_exec_core+26901>, 0x55904a3bc795 <vm_exec_core+27136>, 0x55904a3bc89a <vm_exec_core+27397>, 0x55904a3bc9e2 <vm_exec_core+27725>, 0x55904a3bcad1 <vm_exec_core+27964>, 0x55904a3bcba5 <vm_exec_core+28176>, 0x55904a3bcc7a <vm_exec_core+28389>, 0x55904a3bcd64 <vm_exec_core+28623>, 0x55904a3bcde0 <vm_exec_core+28747>, 0x55904a3bce5c <vm_exec_core+28871>, 0x55904a3bce7a <vm_exec_core+28901>, 0x55904a3bce98 <vm_exec_core+28931>, 0x55904a3bceb6 <vm_exec_core+28961>, 0x55904a3bced4 <vm_exec_core+28991>, 0x55904a3bcef2 <vm_exec_core+29021>, 0x55904a3bcf10 <vm_exec_core+29051>, 0x55904a3bcf2e <vm_exec_core+29081>, 0x55904a3bcf4c <vm_exec_core+29111>, 0x55904a3bcf6a <vm_exec_core+29141>, 0x55904a3bcf88 <vm_exec_core+29171>, 0x55904a3bcfa6 <vm_exec_core+29201>, 0x55904a3bcfc4 <vm_exec_core+29231>, 0x55904a3bcfe2 <vm_exec_core+29261>, 0x55904a3bd000 <vm_exec_core+29291>, 0x55904a3bd01e <vm_exec_core+29321>, 0x55904a3bd03c <vm_exec_core+29351>, 0x55904a3bd05a <vm_exec_core+29381>, 0x55904a3bd078 <vm_exec_core+29411>, 0x55904a3bd096 <vm_exec_core+29441>, 0x55904a3bd0b4 <vm_exec_core+29471>, 0x55904a3bd0d2 <vm_exec_core+29501>, 0x55904a3bd0f0 <vm_exec_core+29531>, 0x55904a3bd10e <vm_exec_core+29561>, 0x55904a3bd12c <vm_exec_core+29591>, 0x55904a3bd14a <vm_exec_core+29621>, 0x55904a3bd168 <vm_exec_core+29651>, 0x55904a3bd186 <vm_exec_core+29681>, 0x55904a3bd1a4 <vm_exec_core+29711>, 0x55904a3bd1c2 <vm_exec_core+29741>, 0x55904a3bd1e0 <vm_exec_core+29771>, 0x55904a3bd1fe <vm_exec_core+29801>, 0x55904a3bd21c <vm_exec_core+29831>, 0x55904a3bd23a <vm_exec_core+29861>, 0x55904a3bd258 <vm_exec_core+29891>, 0x55904a3bd276 <vm_exec_core+29921>, 0x55904a3bd294 <vm_exec_core+29951>, 0x55904a3bd2b2 <vm_exec_core+29981>, 0x55904a3bd2d0 <vm_exec_core+30011>, 0x55904a3bd2ee <vm_exec_core+30041>, 0x55904a3bd30c <vm_exec_core+30071>, 0x55904a3bd32a <vm_exec_core+30101>, 0x55904a3bd348 <vm_exec_core+30131>, 0x55904a3bd366 <vm_exec_core+30161>, 0x55904a3bd384 <vm_exec_core+30191>, 0x55904a3bd3a2 <vm_exec_core+30221>, 0x55904a3bd3c0 <vm_exec_core+30251>, 0x55904a3bd3de <vm_exec_core+30281>, 0x55904a3bd3fc <vm_exec_core+30311>, 0x55904a3bd41a <vm_exec_core+30341>, 0x55904a3bd438 <vm_exec_core+30371>, 0x55904a3bd456 <vm_exec_core+30401>, 0x55904a3bd474 <vm_exec_core+30431>, 0x55904a3bd492 <vm_exec_core+30461>, 0x55904a3bd4b0 <vm_exec_core+30491>, 0x55904a3bd4ce <vm_exec_core+30521>, 0x55904a3bd4ec <vm_exec_core+30551>, 0x55904a3bd50a <vm_exec_core+30581>, 0x55904a3bd528 <vm_exec_core+30611>, 0x55904a3bd546 <vm_exec_core+30641>, 0x55904a3bd564 <vm_exec_core+30671>, 0x55904a3bd582 <vm_exec_core+30701>, 0x55904a3bd5a0 <vm_exec_core+30731>, 0x55904a3bd5be <vm_exec_core+30761>, 0x55904a3bd5dc <vm_exec_core+30791>, 0x55904a3bd5fa <vm_exec_core+30821>, 0x55904a3bd618 <vm_exec_core+30851>, 0x55904a3bd636 <vm_exec_core+30881>, 0x55904a3bd654 <vm_exec_core+30911>, 0x55904a3bd672 <vm_exec_core+30941>, 0x55904a3bd690 <vm_exec_core+30971>, 0x55904a3bd6ae <vm_exec_core+31001>, 0x55904a3bd6cc <vm_exec_core+31031>, 0x55904a3bd6ea <vm_exec_core+31061>, 0x55904a3bd708 <vm_exec_core+31091>, 0x55904a3bd739 <vm_exec_core+31140>, 0x55904a3bd757 <vm_exec_core+31170>, 0x55904a3bd775 <vm_exec_core+31200>, 0x55904a3bd793 <vm_exec_core+31230>, 0x55904a3bd7b1 <vm_exec_core+31260>, 0x55904a3bd7cf <vm_exec_core+31290>, 0x55904a3bd7ed <vm_exec_core+31320>, 0x55904a3bd80b <vm_exec_core+31350>, 0x55904a3bd829 <vm_exec_core+31380>, 0x55904a3bd847 <vm_exec_core+31410>, 0x55904a3bd865 <vm_exec_core+31440>, 0x55904a3bd883 <vm_exec_core+31470>, 0x55904a3bd8a1 <vm_exec_core+31500>, 0x55904a3bd8bf <vm_exec_core+31530>, 0x55904a3bd8dd <vm_exec_core+31560>, 0x55904a3bd8fb <vm_exec_core+31590>, 0x55904a3bd919 <vm_exec_core+31620>, 0x55904a3bd937 <vm_exec_core+31650>, 0x55904a3bd955 <vm_exec_core+31680>, 0x55904a3bd973 <vm_exec_core+31710>, 0x55904a3bd991 <vm_exec_core+31740>, 0x55904a3bd9af <vm_exec_core+31770>, 0x55904a3bd9cd <vm_exec_core+31800>, 0x55904a3bd9eb <vm_exec_core+31830>...}
#22 0x000055904a3cfa65 in rb_vm_exec (ec=0x55904b4d02c0) at /tmp/ruby/src/trunk-O0/vm.c:2472
        _ec = 0x55904b4d02c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe37c9be40, 0x55904a3cf9e3 <rb_vm_exec+174>, 0x0, 0x7ffe37c9bd90, 0x7f2470c7f858}, prev = 0x7ffe37c9c180, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#23 0x000055904a3cc67e in invoke_block (ec=0x55904b4d02c0, iseq=0x7f2470d316c0, self=139794930257400, captured=0x55904b64bc80, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1497
        arg_size = 0
#24 0x000055904a3cd11a in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f2470c7f868, argc=0, self=139794930257400, captured=0x55904b64bc80, ec=0x55904b4d02c0) at /tmp/ruby/src/trunk-O0/vm.c:1567
        iseq = 0x7f2470d316c0
        opt_pc = 0
        type = 572653569
        cfp = 0x7f248b39cfd8
        sp = 0x7f248b29d028
        flags = 0
        use_argv = 0x7f2470c7f868
        av = {139794506060640, 94078226989072}
        stack_argv = 0x7f248b29d028
#25 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f2470c7f868, argc=0, self=139794930257400, proc=0x55904b64bc80, ec=0x55904b4d02c0) at /tmp/ruby/src/trunk-O0/vm.c:1665
        block = 0x55904b64bc80
#26 vm_invoke_proc (ec=0x55904b4d02c0, proc=0x55904b64bc80, self=139794930257400, argc=0, argv=0x7f2470c7f868, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1695
No locals.
#27 0x000055904a3cd8be in rb_vm_invoke_proc (ec=0x55904b4d02c0, proc=0x55904b64bc80, argc=0, argv=0x7f2470c7f868, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1716
        self = 139794930257400
#28 0x000055904a2ab59a in rb_proc_call_kw (self=139794487668520, args=139794487703640, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:987
        vret = 140729834389696
        proc = 0x55904b64bc80
        argc = 0
        argv = 0x7f2470c7f868
#29 0x000055904a2ab602 in rb_proc_call (self=139794487668520, args=139794487703640) at /tmp/ruby/src/trunk-O0/proc.c:997
No locals.
#30 0x000055904a1ba6ba in rb_call_end_proc (data=139794487668520) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#31 0x000055904a1ba874 in exec_end_procs_chain (procs=0x55904a7c8c60 <end_procs>, errp=0x55904b4d0338) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x55904a1ba693 <rb_call_end_proc>, data = 139794487668520, next = 0x55904b7a2610}
        link = 0x55904b6eaec0
        errinfo = 139794487693520
#32 0x000055904a1ba9c7 in rb_ec_exec_end_proc (ec=0x55904b4d02c0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x55904b4d02c0
        _tag = {tag = 36, retval = 2139629554366726400, buf = {0x7ffe37c9c200, 0x55904a1ba942 <rb_ec_exec_end_proc+173>, 0x0, 0x7ffe37c9c150, 0x55904a1b808e <rb_ec_ractor_ptr+24>}, prev = 0x7ffe37c9c320, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 139794487693520
#33 0x000055904a1bb0d7 in rb_ec_teardown (ec=0x55904b4d02c0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#34 0x000055904a1bb387 in rb_ec_cleanup (ec=0x55904b4d02c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94078226989760
        mode0 = 32766
        mode1 = 935969696
        _ec = 0x55904b4d02c0
        _tag = {tag = 36, retval = 94078206979530, buf = {0x7ffe37c9c3a0, 0x55904a1bb2c2 <rb_ec_cleanup+279>, 0x0, 0x7ffe37c9c2c0, 0x55904b4d02c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 139794487693520
        sysex = 0
        signaled = 0
        th = 0x55904b4cf090
        th0 = 0x55904b4cf090
        step = 1
        message = 4
        buf = 94078226985104
#35 0x000055904a1bb960 in ruby_run_node (n=0x7f2470d397d0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55904b4d02c0
        status = 21904
#36 0x000055904a1b72f4 in rb_main (argc=140, argv=0x7ffe37c9c548) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140729834390560
#37 0x000055904a1b7355 in main (argc=140, argv=0x7ffe37c9c548) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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