# Logfile created on 2023-10-27 01:08:00 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000557eb8166368 @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.20231027-010759", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000557eb81fb4e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000557eb81fb378 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000557eb81fb1c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231027-010759", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231027-010759>, @binmode=false, @mon_data=#<Monitor:0x0000557eb81fb0f8>, @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 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/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   bbf1d62..77d7ac7  master     -> origin/master
Updating bbf1d62..77d7ac7
Fast-forward
 gems/bundled_gems | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Latest commit hash = 77d7ac7c06
$$$[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'
Downloading bundled gem net-imap-0.4.2...
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
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/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
Extracting bundle gem net-imap-0.4.2...
Unpacked gems/net-imap-0.4.2.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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]: 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/socket'
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/rbs-3.2.2/ext/rbs_extension'
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'
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 -
generating encdb.h
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.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
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: 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/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
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/socket'
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/syslog'
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/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.2
                                    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=20357
  "--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] 768969=test_force_quotes
[  2/902] 768968=test_gem_package_task
[  3/902] 768970=test_err_in_callback
[  4/902] 768970=test_inlinecache
[  5/902] 768969=test_scanner_events
[  6/902] 768972=test_filter
[  7/902] 768970=test_rdoc_generator_markup
[  8/902] 768969=test_rendering
[  9/902] 768972=test_gem_ext_configure_builder
[ 10/902] 768969=test_gem_dependency_list
[ 11/902] 768968=test_table
[ 12/902] 768968=test_not
[ 13/902] 768968=test_rdoc_attr
[ 14/902] 768970=test_koi8
[ 15/902] 768970=test_ostruct
[ 16/902] 768972=test_gem_resolver_vendor_specification
[ 17/902] 768968=json_ext_parser_test
[ 18/902] 768968=test_gem_commands_sources_command
[ 19/902] 768972=test_context
[ 20/902] 768969=test_symbol
[ 21/902] 768970=test_coder
[ 22/902] 768970=test_gem_source_git
[ 23/902] 768968=test_fd_setsize
[ 24/902] 768968=test_http
[ 25/902] 768972=test_regex_casefold
[ 26/902] 768970=test_unix
[ 27/902] 768972=test_win32ole_variant_outarg
[ 28/902] 768972=test_ws
[ 29/902] 768972=test_gem_rdoc
[ 30/902] 768970=test_erb_command
[ 31/902] 768970=test_ractor_compatibility
[ 32/902] 768969=test_have_func
[ 33/902] 768972=test_gem_commands_contents_command
[ 34/902] 768972=test_data
[ 35/902] 768972=test_rdoc_markup_to_html_snippet
[ 36/902] 768970=test_gem_commands_lock_command
[ 37/902] 768970=test_rdoc_markup_indented_paragraph
[ 38/902] 768970=test_rdoc_i18n_text
[ 39/902] 768970=test_rdoc_parser_markdown
[ 40/902] 768970=test_gem_source_fetch_problem
[ 41/902] 768970=test_ancdata
[ 42/902] 768970=test_spell_checker
[ 43/902] 768970=test_singleton
[ 44/902] 768972=test_gem_resolver_git_specification
[ 45/902] 768970=test_files_test_2
[ 46/902] 768972=test_rdoc_markup
[ 47/902] 768972=test_bignum
[ 48/902] 768969=test_sleep
[ 49/902] 768972=test_converters
[ 50/902] 768972=test_normalize
[ 51/902] 768972=ractor_test
[ 52/902] 768972=test_gem_commands_fetch_command
[ 53/902] 768972=test_rdoc_tom_doc
[ 54/902] 768972=test_key_actor_emacs
[ 55/902] 768972=test_verbose
[ 56/902] 768972=test_ractor
[ 57/902] 768972=test_basicinstructions
[ 58/902] 768972=test_update
[ 59/902] 768972=test_read
[ 60/902] 768972=test_pack
[ 61/902] 768969=test_bigdecimal_util
[ 62/902] 768969=test_https_proxy
[ 63/902] 768969=test_name_error_extension
[ 64/902] 768969=test_rdoc_ri_paths
[ 65/902] 768972=test_rdoc_rd_block_parser
[ 66/902] 768972=test_delegation
[ 67/902] 768972=test_dup
[ 68/902] 768968=test_locale
[ 69/902] 768969=test_history
[ 70/902] 768969=test_require
[ 71/902] 768968=test_unconverted_fields
[ 72/902] 768968=test_ts
[ 73/902] 768972=test_find_executable
[ 74/902] 768972=test_lazy_enumerator
[ 75/902] 768968=test_key_actor_vi
[ 76/902] 768968=test_rdoc_markup_document
[ 77/902] 768968=test_formatter
[ 78/902] 768968=test_weakkeymap
[ 79/902] 768968=test_range
[ 80/902] 768972=test_rdoc_rd
[ 81/902] 768972=test_gem_commands_query_command
[ 82/902] 768972=test_optimization
[ 83/902] 768968=test_drbobject
[ 84/902] 768968=test_exit
[ 85/902] 768968=test_pinned
[ 86/902] 768968=test_udp
[ 87/902] 768968=test_open3
[ 88/902] 768969=test_remote_fetch_error
[ 89/902] 768969=test_require
[ 90/902] 768970=test_thread
[ 91/902] 768969=test_pattern_key_name_check
[ 92/902] 768969=test_gem_doctor
[ 93/902] 768969=test_gem_request_set_lockfile_tokenizer
[ 94/902] 768969=test_date_strptime
[ 95/902] 768969=ruby_api_test
[ 96/902] 768969=test_gem_safe_marshal
[ 97/902] 768968=test_serialize_subclasses
[ 98/902] 768968=test_rand
[ 99/902] 768968=test_default_gems
[100/902] 768968=test_instrumentation_api
[101/902] 768968=test_propertyputref
[102/902] 768968=test_struct
[103/902] 768968=test_ast
[104/902] 768969=fuzzer_test
[105/902] 768969=test_gem_security_signer
[106/902] 768969=test_date_arith
[107/902] 768969=test_gem_package
[108/902] 768970=test_gem_resolver_api_specification
[109/902] 768970=location_test
[110/902] 768969=test_gem_commands_stale_command
[111/902] 768969=test_patterns
[112/902] 768969=test_drbunix
[113/902] 768970=test_buffering
[114/902] 768970=test_signedness
[115/902] 768970=test_too_many_dummy_encodings
[116/902] 768970=test_enumerable
[117/902] 768970=test_rdoc_parser_simple
[118/902] 768970=test_ractor
[119/902] 768970=test_grapheme_breaks
[120/902] 768970=json_common_interface_test
[121/902] 768970=test_rdoc_markup_pre_process
[122/902] 768970=test_nkf
[123/902] 768970=test_env
[124/902] 768972=test_convertible
[125/902] 768969=test_tracepoint
[126/902] 768969=test_gem_resolver_specification
[127/902] 768969=test_have_macro
[128/902] 768969=test_general
[129/902] 768969=desugar_compiler_test
[130/902] 768969=test_pipe
[131/902] 768969=test_stringscanner
[132/902] 768969=test_io_m17n
[133/902] 768970=test_resize
[134/902] 768970=test_error_highlight
[135/902] 768970=test_config
[136/902] 768969=test_internal_ivar
[137/902] 768969=test_win32ole
[138/902] 768969=test_gem_request_set_gem_dependency_api
[139/902] 768970=test_readpartial
[140/902] 768970=test_lambda
[141/902] 768970=test_variable
[142/902] 768970=test_pstore
[143/902] 768972=test_settracefunc
[144/902] 768970=test_gem_text
[145/902] 768969=test_win32ole_param
[146/902] 768969=test_super
[147/902] 768970=test_ocsp
[148/902] 768970=test_method_cache
[149/902] 768970=memsize_test
[150/902] 768970=test_gem_package_old
[151/902] 768970=test_sprintf_comb
[152/902] 768970=heredoc_dedent_test
[153/902] 768970=test_time
[154/902] 768970=test_pointer
[155/902] 768969=test_gem_gem_runner
[156/902] 768969=test_alias
[157/902] 768969=test_eval
[158/902] 768969=test_proc
[159/902] 768972=test_zlib
[160/902] 768970=test_storage
[161/902] 768970=test_gem_uninstaller
[162/902] 768969=test_rdoc_generator_pot
[163/902] 768969=test_gem_remote_fetcher
[164/902] 768970=test_case
[165/902] 768970=test_printf
[166/902] 768970=test_variable_name_check
[167/902] 768970=test_string
[168/902] 768970=test_iterator
[169/902] 768970=compiler_test
[170/902] 768970=test_file_exhaustive
[171/902] 768969=pattern_test
[172/902] 768969=test_extlibs
[173/902] 768972=test_regexp
[174/902] 768969=test_getopts
[175/902] 768969=test_addr
[176/902] 768969=test_gem_commands_info_command
[177/902] 768969=test_dns
[178/902] 768969=test_process
[179/902] 768969=test_rdoc_markup_to_rdoc
[180/902] 768969=test_protocol
[181/902] 768969=test_singleton_function
[182/902] 768969=test_tuplebag
[183/902] 768969=test_cgi_header
[184/902] 768969=test_rdoc_generator_pot_po_entry
[185/902] 768969=test_dir_m17n
[186/902] 768970=test_helper
[187/902] 768970=test_rational
[188/902] 768970=test_cgi_modruby
[189/902] 768970=test_gem_commands_owner_command
[190/902] 768970=test_gc
[191/902] 768969=test_gem_local_remote_options
[192/902] 768969=test_stat
[193/902] 768969=test_pair
[194/902] 768972=test_flush
[195/902] 768972=test_yamldbm
[196/902] 768972=unescape_test
[197/902] 768969=test_foreach
[198/902] 768969=test_install
[199/902] 768969=test_jaro_winkler
[200/902] 768969=test_func
[201/902] 768972=test_object
[202/902] 768972=test_find
[203/902] 768972=test_arity
[204/902] 768972=test_gem_resolver_composed_set
[205/902] 768972=test_summary
[206/902] 768972=test_win32ole_variant
[207/902] 768972=test_liberal_parsing
[208/902] 768972=test_rdoc_class_module
[209/902] 768969=test_rdoc_markup_attribute_manager
[210/902] 768969=test_trace
[211/902] 768969=test_nil
[212/902] 768969=test_boolean
[213/902] 768969=test_kill_ring
[214/902] 768969=test_rdoc_parser_changelog
[215/902] 768969=test_drbssl
[216/902] 768972=test_raise_no_backtrace_exception
[217/902] 768972=test_gem_source_list
[218/902] 768972=test_yaml_special_cases
[219/902] 768972=test_column_separator
[220/902] 768972=test_coderange
[221/902] 768972=test_dir
[222/902] 768972=test_iso_8859
[223/902] 768972=test_transcode
[224/902] 768972=test_enumerator_kw
[225/902] 768972=test_gem_commands_install_command
[226/902] 768972=test_gem_indexer
[227/902] 768972=test_mailto
[228/902] 768972=test_open-uri
[229/902] 768972=test_date
[230/902] 768972=test_lexer
[231/902] 768972=test_strip
[232/902] 768972=test_nonblock
[233/902] 768972=test_random
[234/902] 768972=test_rdoc_context
[235/902] 768972=test_c_struct_entry
[236/902] 768972=test_address_resolve
[237/902] 768972=test_gem_command_manager
[238/902] 768972=test_refinement
[239/902] 768969=test_project_sanity
[240/902] 768969=test_num2int
[241/902] 768969=test_gem_install_update_options
[242/902] 768969=test_iter_break
[243/902] 768969=test_ensured
[244/902] 768969=test_x509crl
[245/902] 768970=test_hash
[246/902] 768969=test_keyword
[247/902] 768969=test_cgi_session
[248/902] 768969=test_pkcs7
[249/902] 768969=test_irb
[250/902] 768969=test_parser
[251/902] 768969=test_gem_ext_rake_builder
[252/902] 768969=test_cmethod
[253/902] 768969=test_gem_commands_list_command
[254/902] 768969=test_gem_resolver_vendor_set
[255/902] 768969=test_gem_resolver_installed_specification
[256/902] 768969=test_word
[257/902] 768969=test_numeric
[258/902] 768969=test_gem_requirement
[259/902] 768969=test_object
[260/902] 768969=test_gem_resolver_local_specification
[261/902] 768969=test_digest
[262/902] 768969=test_at_exit
[263/902] 768969=test_closure
[264/902] 768969=test_rdoc_options
[265/902] 768969=test_dln
[266/902] 768969=test_rdoc_include
[267/902] 768972=test_gem_commands_help_command
[268/902] 768969=test_set
[269/902] 768969=test_pkg_config
[270/902] 768969=test_yield_block
[271/902] 768969=test_ubf_async_safe
[272/902] 768972=test_ossl
[273/902] 768969=test_gem_version_option
[274/902] 768969=test_insns_leaf
[275/902] 768969=test_eval_history
[276/902] 768969=dispatcher_test
[277/902] 768969=test_complex2
[278/902] 768969=test_win32ole_record
[279/902] 768969=test_ruby_lex
[280/902] 768969=test_files_ext
[281/902] 768969=test_x509req
[282/902] 768969=test_argf
[283/902] 768972=test_console_attr
[284/902] 768972=test_array
[285/902] 768969=test_gem_ext_cargo_builder_link_flag_converter
[286/902] 768969=test_m17n
[287/902] 768969=test_frozen_error
[288/902] 768969=test_yjit
[289/902] 768972=errors_test
[290/902] 768972=test_fileutils
[291/902] 768970=test_gem_package_tar_writer
[292/902] 768970=test_gb18030
[293/902] 768970=test_nowrite
[294/902] 768972=test_gem_resolver_conflict
[295/902] 768970=test_thread_queue
[296/902] 768972=test_vm_dump
[297/902] 768972=test_nesting_parser
[298/902] 768972=test_encoding
[299/902] 768972=test_windows_1251
[300/902] 768972=test_shellwords
[301/902] 768972=test_yaml_tree
[302/902] 768972=test_gem_uri_formatter
[303/902] 768972=test_sockopt
[304/902] 768972=test_omap
[305/902] 768972=test_document
[306/902] 768972=test_whileuntil
[307/902] 768972=test_gem_resolver_best_set
[308/902] 768972=test_cstr
[309/902] 768972=test_gem_config_file
[310/902] 768970=test_monitor
[311/902] 768972=test_data_error
[312/902] 768970=test_yjit_exit_locations
[313/902] 768969=test_gem_commands_which_command
[314/902] 768972=test_passing_block
[315/902] 768970=test_primitive
[316/902] 768972=test_mul
[317/902] 768970=test_float
[318/902] 768972=test_history
[319/902] 768969=test_gem_gemcutter_utilities
[320/902] 768972=test_method_cache
[321/902] 768972=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 38643>
[322/902] 768972=test_pattern_matching
[323/902] 768972=test_thread_cv
[324/902] 768969=test_rdoc_parser
[325/902] 768969=test_set_len
[326/902] 768969=test_unicode
[327/902] 768969=test_x509attr
[328/902] 768972=test_rdoc_parser_rd.Closed file descriptor: TestRDocParserRd#test_scan: 11

[329/902] 768969=test_webauthn_poller
[330/902] 768972=test_marshalable
[331/902] 768972=test_libs
[332/902] 768972=test_math
[333/902] 768969=test_gc
[334/902] 768969=test_fips
[335/902] 768972=test_configuration
[336/902] 768972=test_class
[337/902] 768972=test_x509ext
[338/902] 768972=test_wss
[339/902] 768972=test_helper
[340/902] 768972=test_case
[341/902] 768972=test_gem_path_support
[342/902] 768969=test_pathname
[343/902] 768972=test_coverage
[344/902] 768969=test_io
[345/902] 768970=test_compile_prism
[346/902] 768970=test_sexp
[347/902] 768970=test_integer
[348/902] 768972=test_objectspace
[349/902] 768972=test_gem_ext_cmake_builder
[350/902] 768972=test_interned_str
[351/902] 768972=test_require_lib
[352/902] 768970=test_tree_spell_checker
[353/902] 768970=test_euc_jp
[354/902] 768970=test_gem_util
[355/902] 768970=test_win32ole_event
[356/902] 768970=test_mutex
[357/902] 768970=test_option
[358/902] 768972=test_etc
[359/902] 768970=test_struct
[360/902] 768970=test_scalar_scanner
[361/902] 768970=test_notimplement
[362/902] 768972=test_array_create
[363/902] 768972=test_key_event_record
[364/902] 768972=test_fiber
[365/902] 768970=test_rational2
[366/902] 768970=test_terminfo
[367/902] 768970=test_parser
[368/902] 768970=test_rdoc_require
[369/902] 768970=test_cgi_core
[370/902] 768970=test_fixnum
[371/902] 768970=test_bug-14834
[372/902] 768970=test_signal
[373/902] 768970=test_bash_completion
[374/902] 768970=test_delegate
[375/902] 768970=test_gem_ext_cargo_builder_unit
[376/902] 768970=test_encoding
[377/902] 768970=test_to_ary_concat
[378/902] 768972=test_gem
[379/902] 768969=test_addrinfo
[380/902] 768969=test_constant
[381/902] 768972=test_buffered_io
[382/902] 768972=test_completion
[383/902] 768969=test_ractor
[384/902] 768970=test_https
[385/902] 768972=test_convert
[386/902] 768970=test_rdoc_markup_to_tt_only
[387/902] 768972=test_ssl
[388/902] 768970=test_case_options
[389/902] 768970=test_evaluation
[390/902] 768970=ripper_compat_test
[391/902] 768970=test_optparse
[392/902] 768970=json_encoding_test
[393/902] 768970=test_gem_commands_update_command
[394/902] 768969=test_gem_commands_generate_index_command
[395/902] 768969=test_marshal
[396/902] 768972=test_rdoc_markup_to_bs
[397/902] 768972=test_time_tz
[398/902] 768972=test_new
[399/902] 768972=test_big5
[400/902] 768972=test_rdoc_parser_ruby
[401/902] 768969=test_httpresponse
[402/902] 768969=test_cipher
[403/902] 768969=test_beginendblock
[404/902] 768972=test_have_library
[405/902] 768969=test_load
[406/902] 768969=test_rdoc_generator_darkfish
[407/902] 768970=test_mixed_unicode_escapes
[408/902] 768970=test_within_pipe
[409/902] 768970=test_timeout
[410/902] 768970=test_general
[411/902] 768970=test_gem_commands_server_command
[412/902] 768970=test_httpresponses
[413/902] 768970=test_objspace
[414/902] 768969=test_abbrev
[415/902] 768969=test_files_sample
[416/902] 768969=test_rbconfig
[417/902] 768969=test_metaclass
[418/902] 768969=test_rdoc_markup_to_label
[419/902] 768969=test_gem_commands_exec_command
[420/902] 768972=test_tsort
[421/902] 768972=test_gem_specification
[422/902] 768969=test_gem_package_tar_reader_entry
[423/902] 768969=test_win32ole_variable
[424/902] 768969=test_gem_resolver
[425/902] 768969=test_bigdecimal
[426/902] 768972=test_cgi_cookie
[427/902] 768972=test_scheduler
[428/902] 768972=test_object_references
[429/902] 768972=version_test
[430/902] 768972=test_logdevice
[431/902] 768972=test_ftp
[432/902] 768972=test_import
[433/902] 768969=test_last_thread
[434/902] 768969=test_enc_associate
[435/902] 768972=test_gem_commands_unpack_command
[436/902] 768969=test_rdoc_markup_to_table_of_contents
[437/902] 768972=test_x509cert
[438/902] 768969=test_pp
[439/902] 768969=test_engine
[440/902] 768969=test_symbol
[441/902] 768969=test_append
[442/902] 768969=test_key_error
[443/902] 768969=test_module
[444/902] 768972=test_rb_str_dup
[445/902] 768972=test_logger
[446/902] 768972=test_ssl
[447/902] 768969=test_digest_extend
[448/902] 768969=test_c_union_entity
[449/902] 768969=test_string_processing
[450/902] 768969=test_recursion
[451/902] 768969=test_unicode_escape
[452/902] 768969=test_rdoc_markup_attributes
[453/902] 768969=test_cparser
[454/902] 768972=test_bn
[455/902] 768972=test_io_console
[456/902] 768969=test_logperiod
[457/902] 768969=test_getoptlong
[458/902] 768969=test_pack
[459/902] 768972=test_config
[460/902] 768969=test_gem_request_connection_pools
[461/902] 768972=test_rubyvm
[462/902] 768972=test_ractor
[463/902] 768972=test_arith_seq_extract
[464/902] 768969=test_securerandom
[465/902] 768972=test_pkey_dh
[466/902] 768972=test_gem_resolver_activation_request
[467/902] 768969=test_function_entry
[468/902] 768969=test_path_to_class
[469/902] 768972=test_gem_ext_ext_conf_builder
[470/902] 768969=test_win32ole_method_event
[471/902] 768969=test_hash
[472/902] 768969=test_complexrational
[473/902] 768969=test_drb
[474/902] 768972=test_rdoc_any_method
[475/902] 768972=test_abi
[476/902] 768972=test_alias_and_anchor
[477/902] 768972=test_config
[478/902] 768972=test_mdns
[479/902] 768972=test_rat
[480/902] 768972=test_process
[481/902] 768968=test_config
[482/902] 768968=test_ractor
[483/902] 768968=test_key_stroke
[484/902] 768968=test_ifunless
[485/902] 768968=test_external_new
[486/902] 768968=test_bundled_ca
[487/902] 768968=test_win32ole_typelib
[488/902] 768968=constant_path_node_test
[489/902] 768968=test_gem_request_set
[490/902] 768968=test_gem_name_tuple
[491/902] 768968=test_date_ractor
[492/902] 768968=test_http_request
[493/902] 768968=test_undef
[494/902] 768968=test_gem_package_tar_header
[495/902] 768968=test_gem_ext_cargo_builder
[496/902] 768968=test_io_buffer
[497/902] 768968=test_gem_resolver_index_specification
[498/902] 768968=test_c_struct_builder
[499/902] 768968=test_merge_keys
[500/902] 768968=test_to_ruby
[501/902] 768968=test_rdoc_extend
[502/902] 768968=test_human_typo
[503/902] 768968=test_threadgroup
[504/902] 768968=test_prettyprint
[505/902] 768968=test_gem_ext_builder
[506/902] 768969=test_stream
[507/902] 768969=test_big2str
[508/902] 768969=test_data
[509/902] 768969=test_gem_commands_yank_command
[510/902] 768969=test_rdoc_alias
[511/902] 768969=test_gem_commands_check_command
[512/902] 768969=test_queue
[513/902] 768969=test_emitter
[514/902] 768969=test_io
[515/902] 768969=test_ellipsize
[516/902] 768969=test_gem_security_policy
[517/902] 768969=test_rdoc_context_section
[518/902] 768969=test_arith_seq_beg_len_step
[519/902] 768969=test_gem_resolver_requirement_list
[520/902] 768969=test_scalar
[521/902] 768969=test_key_name_check
[522/902] 768969=test_rdoc_markup_to_markdown
[523/902] 768969=test_trick
[524/902] 768968=test_iseq_load
[525/902] 768968=test_utf32
[526/902] 768968=test_gem_commands_pristine_command
[527/902] 768969=test_tmpdir
[528/902] 768969=test_noarg
[529/902] 768969=test_change_word
[530/902] 768969=test_rdoc_markup_hard_break
[531/902] 768969=test_ssl_session
[532/902] 768968=test_rdoc_markdown_test
[533/902] 768969=test_rdoc_normal_module
[534/902] 768969=test_gem_version
[535/902] 768969=test_random
[536/902] 768969=test_ns_spki
[537/902] 768969=test_encodings
[538/902] 768969=test_gem_resolver_dependency_request
[539/902] 768969=test_stream
[540/902] 768969=test_pkey
[541/902] 768969=test_acceptable
[542/902] 768969=test_io_wait
[543/902] 768969=test_string_memory
[544/902] 768968=test_integer
[545/902] 768969=test_yield
[546/902] 768968=test_kwargs
[547/902] 768968=test_rinda
[548/902] 768968=test_line_editor
[549/902] 768968=test_gem_security_trust_dir
[550/902] 768968=test_dryrun
[551/902] 768968=test_ractor
[552/902] 768968=test_forwardable
[553/902] 768968=test_gem_resolver_api_set
[554/902] 768968=test_tree_builder
[555/902] 768968=test_rdoc_generator_pot_po
[556/902] 768968=test_rdoc_servlet
[557/902] 768968=test_clone
[558/902] 768968=test_protect
[559/902] 768968=test_cesu8
[560/902] 768968=test_inputs_scanner
[561/902] 768968=test_rdoc_markup_include
[562/902] 768968=test_typeddata
[563/902] 768968=test_gem_commands_cleanup_command
[564/902] 768968=test_euc_kr
[565/902] 768968=test_date_marshal
[566/902] 768968=test_literal
[567/902] 768968=test_gem_commands_mirror
[568/902] 768968=test_rdoc_ri_driver
[569/902] 768968=test_shapes
[570/902] 768968=test_httpheader
[571/902] 768968=test_rubyoptions
[572/902] 768969=test_capacity
[573/902] 768969=test_nextafter
[574/902] 768969=test_thread
[575/902] 768969=test_gem_commands_uninstall_command
[576/902] 768969=test_rdoc_code_object
[577/902] 768969=test_syslog
[578/902] 768969=test_erb_m17n
[579/902] 768969=test_class2name
[580/902] 768969=test_yamlstore
[581/902] 768969=test_rdoc_markup_to_html_crossref
[582/902] 768969=test_socket
[583/902] 768969=test_framework
[584/902] 768969=test_benchmark
[585/902] 768972=test_depth_first
[586/902] 768972=test_random_formatter
[587/902] 768972=test_skip_lines
[588/902] 768972=test_gem_source
[589/902] 768969=test_mutex_m
[590/902] 768969=test_rdoc_markup_heading
[591/902] 768969=test_pack
[592/902] 768969=test_fnmatch
[593/902] 768969=test_x509name
[594/902] 768969=test_string
[595/902] 768972=test_function
[596/902] 768969=test_assembler
[597/902] 768969=test_gem_stub_specification
[598/902] 768972=test_raise
[599/902] 768972=test_mkmf
[600/902] 768972=test_reline
[601/902] 768969=test_array
[602/902] 768969=test_debug
[603/902] 768969=test_yaml
[604/902] 768972=comments_test
[605/902] 768969=test_set
[606/902] 768972=test_init
[607/902] 768969=test_reqarg
[608/902] 768969=test_date_strftime
[609/902] 768972=test_file
[610/902] 768972=test_gem_commands_signin_command
[611/902] 768972=test_system
[612/902] 768969=library_symbols_test
[613/902] 768969=test_zsh_completion
[614/902] 768969=test_resource
[615/902] 768969=test_iseq
[616/902] 768972=test_emoji
[617/902] 768972=test_sorted_set
[618/902] 768969=test_sizeof
[619/902] 768972=test_defined
[620/902] 768972=test_gem_commands_search_command
[621/902] 768972=test_cp949
[622/902] 768972=test_condition
[623/902] 768972=test_sleep
[624/902] 768972=test_basicsocket
[625/902] 768972=test_color_printer
[626/902] 768972=test_rdoc_rd_inline_parser
[627/902] 768972=test_date_attr
[628/902] 768972=test_utf16
[629/902] 768972=test_acl
[630/902] 768972=test_gem_unsatisfiable_dependency_error
[631/902] 768972=test_require_path_check
[632/902] 768972=test_duplicate
[633/902] 768972=magic_comment_test
[634/902] 768972=test_object_create_start
[635/902] 768972=test_tempfile
[636/902] 768972=test_gem_commands_cert_command
[637/902] 768968=test_date_new
[638/902] 768968=test_wait
[639/902] 768969=test_rdoc_markup_raw
[640/902] 768969=test_quote_empty
[641/902] 768968=test_nomethod_error
[642/902] 768969=test_euc_tw
[643/902] 768968=test_fstring
[644/902] 768969=test_path
[645/902] 768969=test_cmd
[646/902] 768968=json_string_matching_test
[647/902] 768968=test_rdoc_markup_paragraph
[648/902] 768968=test_io_timeout
[649/902] 768968=test_files_test_1
[650/902] 768972=test_const
[651/902] 768972=test_class
[652/902] 768969=test_rdoc_encoding
[653/902] 768969=test_ipaddr
[654/902] 768969=test_rdoc_normal_class
[655/902] 768969=test_gem_package_tar_reader
[656/902] 768969=test_comparable
[657/902] 768969=test_rdoc_markdown
[658/902] 768969=test_rdoc_rd_inline
[659/902] 768969=test_row_separator
[660/902] 768969=test_deprecate
[661/902] 768969=test_rdoc_constant
[662/902] 768969=test_gem_installer
[663/902] 768970=test_pkcs12
[664/902] 768970=test_gem_source_specific_file
[665/902] 768970=test_method
[666/902] 768972=test_rdoc_markup_parser
[667/902] 768972=test_rdoc_top_level
[668/902] 768970=test_hmac
[669/902] 768968=test_gem_commands_setup_command
[670/902] 768970=test_parse
[671/902] 768972=test_observer
[672/902] 768972=test_method_name_check
[673/902] 768972=test_uncorrectable_name_check
[674/902] 768972=test_gem_request_set_lockfile
[675/902] 768970=test_postponed_job
[676/902] 768968=test_numeric
[677/902] 768972=test_gem_commands_environment_command
[678/902] 768970=test_erb
[679/902] 768968=test_pty
[680/902] 768972=test_bmethod
[681/902] 768972=encoding_test
[682/902] 768970=test_econv
[683/902] 768972=newline_test
[684/902] 768972=json_fixtures_test
[685/902] 768972=test_emitter
[686/902] 768972=test_rdoc_markup_verbatim
[687/902] 768972=test_rdoc_parser_c
[688/902] 768968=test_gem_platform
[689/902] 768968=test_bigzero
[690/902] 768968=test_stack
[691/902] 768972=test_backtrace
[692/902] 768970=test_pkey_rsa
[693/902] 768970=test_rdoc_markup_to_html
[694/902] 768972=test_numhash
[695/902] 768970=test_rdoc_task
[696/902] 768972=test_macro
[697/902] 768972=test_ldap
[698/902] 768972=test_color
[699/902] 768970=parse_serialize_test
[700/902] 768970=test_rdoc_method_attr
[701/902] 768972=test_win32ole_type_event
[702/902] 768972=test_rewind
[703/902] 768972=test_sprintf
[704/902] 768968=test_gem_uri
[705/902] 768970=test_stringio
[706/902] 768968=test_memory_view
[707/902] 768970=test_row
[708/902] 768972=test_enumerator
[709/902] 768972=test_exception_at_throwing
[710/902] 768970=test_win32ole_method
[711/902] 768970=test_frozen
[712/902] 768970=test_flip
[713/902] 768970=test_gem_source_local
[714/902] 768972=test_egrep_cpp
[715/902] 768968=test_weakmap
[716/902] 768969=test_gem_source_subpath_problem
[717/902] 768972=test_date_compat
[718/902] 768972=test_case_mapping
[719/902] 768972=test_date_conv
[720/902] 768972=test_scan_args
[721/902] 768972=test_dot_dot
[722/902] 768969=test_rdoc_rdoc
[723/902] 768972=test_cclass
[724/902] 768972=test_tcp
[725/902] 768970=test_win32ole_variant_m
[726/902] 768970=test_rdoc_comment
[727/902] 768969=test_kdf
[728/902] 768969=test_json_tree
[729/902] 768969=test_cgi_multipart
[730/902] 768970=test_autoconf
[731/902] 768970=test_io_buffer
[732/902] 768972=test_bug_reporter
[733/902] 768969=test_http
[734/902] 768969=test_gem_update_suggestion
[735/902] 768969=test_arithmetic_sequence
[736/902] 768970=test_severity
[737/902] 768970=test_load
[738/902] 768969=test_ractor
[739/902] 768970=test_gem_source_installed
[740/902] 768969=test_rdoc_i18n_locale
[741/902] 768970=test_gem_resolver_lock_set
[742/902] 768969=test_ole_methods
[743/902] 768969=test_gem_resolver_installer_set
[744/902] 768970=test_psych
[745/902] 768970=test_flags
[746/902] 768972=test_rdoc_cross_reference
[747/902] 768969=test_quote_char_nil
[748/902] 768969=test_shift_jis
[749/902] 768969=test_kconv
[750/902] 768969=test_eval
[751/902] 768970=test_member
[752/902] 768970=test_gem_security
[753/902] 768969=test_rubygems
[754/902] 768972=test_stringchar
[755/902] 768972=test_gem_command
[756/902] 768969=test_emoji_breaks
[757/902] 768972=test_ractor
[758/902] 768972=test_gem_resolver_git_set
[759/902] 768972=test_nofree
[760/902] 768972=test_gem_resolver_lock_specification
[761/902] 768972=test_fiddle
[762/902] 768970=test_gem_commands_open_command
[763/902] 768970=test_bug-5832
[764/902] 768972=test_store
[765/902] 768970=test_files_lib
[766/902] 768970=test_digest
[767/902] 768972=test_gem_commands_dependency_command
[768/902] 768972=test_rdoc_rubygems_hook
[769/902] 768972=test_switch_hitter
[770/902] 768972=test_pkey_dsa
[771/902] 768970=test_enumerator
[772/902] 768972=test_timeout
[773/902] 768970=test_weakref
[774/902] 768972=test_name_error
[775/902] 768972=locals_test
[776/902] 768970=test_string
[777/902] 768972=test_safe_load
[778/902] 768972=test_ansi_with_terminfo
[779/902] 768972=test_gem_stream_ui
[780/902] 768972=bom_test
[781/902] 768972=test_rdoc_generator_ri
[782/902] 768969=test_thread_fd_close
[783/902] 768972=test_file
[784/902] 768969=test_hash_create
[785/902] 768969=test_reline_key
[786/902] 768969=test_read
[787/902] 768969=test_unicode_normalize
[788/902] 768970=test_bug-3571
[789/902] 768970=test_handle
[790/902] 768972=test_did_you_mean
[791/902] 768972=test_date_time
[792/902] 768972=test_arity
[793/902] 768972=test_rdoc_markup_to_joined_paragraph
[794/902] 768972=test_profile_frames
[795/902] 768972=test_div
[796/902] 768972=test_kernel
[797/902] 768970=test_nil2vtempty
[798/902] 768970=test_integer_comb
[799/902] 768972=test_deprecated
[800/902] 768972=test_read_write
[801/902] 768972=test_usrmarshal
[802/902] 768972=test_rdoc_markup_formatter
[803/902] 768972=test_gem_validator
[804/902] 768972=test_gem_commands_outdated_command
[805/902] 768972=test_rendering
[806/902] 768972=!Nothing_to_test
[807/902] 768972=test_each
[808/902] 768972=parse_test
[809/902] 768968=test_gbk
[810/902] 768968=json_parser_test
[811/902] 768968=test_cgi_util
[812/902] 768968=test_gem_dependency
[813/902] 768968=test_autoload
[814/902] 768969=test_ansi_without_terminfo
[815/902] 768969=test_rdoc_text
[816/902] 768969=test_call
[817/902] 768970=test_data_converters
[818/902] 768970=test_require
[819/902] 768970=test_gem_source_vendor
[820/902] 768970=test_my_integer
[821/902] 768970=test_assignment
[822/902] 768969=test_modify_expand
[823/902] 768969=test_gem_available_set
[824/902] 768969=test_memory_view
[825/902] 768969=test_optarg
[826/902] 768969=test_ripper
[827/902] 768972=test_gem_source_lock
[828/902] 768969=test_gem_dependency_installer
[829/902] 768972=test_syslog_logger
[830/902] 768972=test_input_method
[831/902] 768972=test_enc_str_buf_cat
[832/902] 768972=test_generic
[833/902] 768972=regexp_test
[834/902] 768972=test_exception
[835/902] 768972=test_x509store
[836/902] 768972=test_win32ole_type
[837/902] 768972=test_header
[838/902] 768972=test_null
[839/902] 768972=test_windows_1252
[840/902] 768972=test_ractor
[841/902] 768972=test_delete
[842/902] 768972=test_rdoc_markup_to_ansi
[843/902] 768972=test_gc_compact
[844/902] 768968=json_generator_test
[845/902] 768970=test_gem_impossible_dependencies_error
[846/902] 768970=test_str2big
[847/902] 768970=test_continuation
[848/902] 768968=test_bigmath
[849/902] 768968=test_gem_commands_specification_command
[850/902] 768970=test_popen_deadlock
[851/902] 768968=test_asn1
[852/902] 768968=test_features
[853/902] 768968=test_len
[854/902] 768968=test_placearg
[855/902] 768968=test_webauthn_listener_response
[856/902] 768968=test_inadvertent_creation
[857/902] 768970=test_enc_raise
[858/902] 768968=test_case_comprehensive
[859/902] 768970=test_syntax
[860/902] 768969=test_rdoc_store
[861/902] 768972=test_provider
[862/902] 768969=test_exception
[863/902] 768972=test_gem_dependency_resolution_error
[864/902] 768972=test_rdoc_stats
[865/902] 768972=test_files_test
[866/902] 768972=test_time
[867/902] 768972=test_gem_bundler_version_finder
[868/902] 768972=test_gem_commands_signout_command
[869/902] 768972=test_gem_silent_ui
[870/902] 768972=test_gem_request_set_lockfile_parser
[871/902] 768972=test_io_wait_uncommon
[872/902] 768972=test_parser_events
[873/902] 768972=test_win32ole_param_event
[874/902] 768972=test_workspace
[875/902] 768972=test_debug_cmd
[876/902] 768972=test_rdoc_single_class
[877/902] 768972=test_cgi_tag_helper
[878/902] 768972=test_rdoc_generator_json_index
[879/902] 768969=test_gem_resolver_index_set
[880/902] 768972=test_pkey_ec
[881/902] 768969=test_gem_request
[882/902] 768972=test_thread
[883/902] 768972=test_recorder
[884/902] 768972=test_rdoc_token_stream
[885/902] 768972=test_write
[886/902] 768969=test_date_parse
[887/902] 768972=test_enum
[888/902] 768969=test_gem_spec_fetcher
[889/902] 768969=test_folderitem2_invokeverb
[890/902] 768969=test_gem_commands_push_command
[891/902] 768969=test_m17n_comb
[892/902] 768972=test_type
[893/902] 768972=test_class_name_check
[894/902] 768972=test_common
[895/902] 768972=test_backtrace
[896/902] 768972=test_complex
[897/902] 768972=json_generic_object_test
[898/902] 768972=test_base64
[899/902] 768972=test_invalid
[900/902] 768972=test_qsort
[901/902] 768972=test_gem_commands_build_command
[902/902] 768972=json_addition_test

Retrying...
Finished tests in 925.089867s, 28.9648 tests/s, 10245.5895 assertions/s.
26795 tests, 9478091 assertions, 0 failures, 0 errors, 187 skips

ruby -v: ruby 3.3.0dev (2023-10-26T23:41:32Z master 77d7ac7c06) [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-26T23:41:32Z master 77d7ac7c06) [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 239.130781 seconds

3715 files, 32233 examples, 142865 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.770956.ruby -x gdbscript
[New LWP 770956]
[New LWP 770958]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000564659cf0903 in is_markable_object (obj=139868419914400) at /tmp/ruby/src/trunk-O0/gc.c:4627
4627	    if (rb_special_const_p(obj)) return FALSE; /* special const is not markable */
[Current thread is 1 (Thread 0x7f35c0d777c0 (LWP 770956))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f35c0d777c0 (LWP 770956) 0x0000564659cf0903 in is_markable_object (obj=139868419914400) at /tmp/ruby/src/trunk-O0/gc.c:4627
  2    Thread 0x7f35a779f640 (LWP 770958) 0x00007f35c0e9ffde in epoll_wait (epfd=4, events=0x56465a2e827c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f35a779f640 (LWP 770958)):
#0  0x00007f35c0e9ffde in epoll_wait (epfd=4, events=0x56465a2e827c <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  0x0000564659e7c614 in timer_thread_polling (vm=0x56465bf01b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = 333959532
#2  0x0000564659e7ccbc in timer_thread_func (ptr=0x56465bf01b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2964
        vm = 0x56465bf01b10
#3  0x00007f35c0e0eb43 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 = {140731651975808, -4262357924165152907, 139868419782208, 25, 139868845959248, 140731651976160, 4229547448614293365, 4229603309072322421}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f35c0e9fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f35c0d777c0 (LWP 770956)):
#0  0x0000564659cf0903 in is_markable_object (obj=139868419914400) at /tmp/ruby/src/trunk-O0/gc.c:4627
No locals.
#1  0x0000564659cf55d7 in gc_mark (objspace=0x56465bf04260, obj=139868419914400) at /tmp/ruby/src/trunk-O0/gc.c:6967
No locals.
#2  0x0000564659cf491e in mark_method_entry (objspace=0x56465bf04260, me=0x7f35a669f428) at /tmp/ruby/src/trunk-O0/gc.c:6595
        def = 0x56465c04ac90
#3  0x0000564659cf5b6d in gc_mark_imemo (objspace=0x56465bf04260, obj=139868401955880) at /tmp/ruby/src/trunk-O0/gc.c:7118
        __func__ = <optimized out>
#4  0x0000564659cf5e7f in gc_mark_children (objspace=0x56465bf04260, obj=139868401955880) at /tmp/ruby/src/trunk-O0/gc.c:7240
        any = 0x7f35a669f428
#5  0x0000564659cf674d in gc_mark_stacked_objects (objspace=0x56465bf04260, incremental=1, count=34342) at /tmp/ruby/src/trunk-O0/gc.c:7435
        mstack = 0x56465bf046e8
        obj = 139868401955880
        marked_slots_at_the_beginning = 740
        popped_count = 7277
#6  0x0000564659cf68a5 in gc_mark_stacked_objects_incremental (objspace=0x56465bf04260, count=34342) at /tmp/ruby/src/trunk-O0/gc.c:7467
No locals.
#7  0x0000564659cf8bd8 in gc_marks_step (objspace=0x56465bf04260, slots=34342) at /tmp/ruby/src/trunk-O0/gc.c:8672
        marking_finished = false
        __func__ = <optimized out>
#8  0x0000564659cf8c40 in gc_marks_continue (objspace=0x56465bf04260, size_pool=0x56465bf04280, heap=0x56465bf042d0) at /tmp/ruby/src/trunk-O0/gc.c:8692
        __func__ = <optimized out>
        marking_finished = true
#9  0x0000564659cec916 in gc_continue (objspace=0x56465bf04260, size_pool=0x56465bf04280, heap=0x56465bf042d0) at /tmp/ruby/src/trunk-O0/gc.c:2480
        lock_lev = 0
#10 0x0000564659ced0e2 in newobj_alloc (objspace=0x56465bf04260, cr=0x56465bf05010, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2807
        lev = 32766
        unlock_vm = false
        size_pool = 0x56465bf04280
        heap = 0x56465bf042d0
        cache = 0x56465bf05208
        obj = 0
        __func__ = <optimized out>
#11 0x0000564659ced4e2 in newobj_slowpath (size_pool_idx=0, wb_protected=0, cr=0x56465bf05010, objspace=0x56465bf04260, flags=12, klass=0) at /tmp/ruby/src/trunk-O0/gc.c:2866
        obj = 1
        lev = 1
#12 newobj_slowpath_wb_unprotected (klass=0, flags=12, objspace=0x56465bf04260, cr=0x56465bf05010, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2890
No locals.
#13 0x0000564659ced6ae in newobj_of0 (klass=0, flags=12, wb_protected=0, cr=0x56465bf05010, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2927
        obj = 94860154459003
        objspace = 0x56465bf04260
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#14 0x0000564659ced6f9 in newobj_of (cr=0x56465bf05010, klass=0, flags=12, v1=94860160587040, v2=1, v3=0, wb_protected=0, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2936
        obj = 4294967296
#15 0x0000564659cede25 in rb_data_typed_object_wrap (klass=0, datap=0x0, type=0x56465a2cd520 <dump_arg_data>) at /tmp/ruby/src/trunk-O0/gc.c:3152
        wb_protected = false
#16 0x0000564659cede62 in rb_data_typed_object_zalloc (klass=0, size=56, type=0x56465a2cd520 <dump_arg_data>) at /tmp/ruby/src/trunk-O0/gc.c:3158
        obj = 139640769084552
#17 0x0000564659d4ee70 in rb_marshal_dump_limited (obj=139868401757280, port=4, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:1198
        data_struct_obj = 16
        arg = 0x7f35a77cb8f0
        wrapper = 94860156585446
#18 0x0000564659d4ee1b in marshal_dump (argc=1, argv=0x7f35c0c76058, _=139868420047200) at /tmp/ruby/src/trunk-O0/marshal.c:1189
        obj = 139868401757280
        port = 4
        a1 = 4
        a2 = 4
        limit = -1
#19 0x0000564659ec7373 in ractor_safe_call_cfunc_m1 (recv=139868420047200, argc=1, argv=0x7f35c0c76058, func=0x564659d4ed16 <marshal_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3284
        f = 0x564659d4ed16 <marshal_dump>
#20 0x0000564659ec7faa in vm_call_cfunc_with_frame_ (ec=0x56465bf052c0, reg_cfp=0x7f35c0d75fa0, calling=0x7ffea41fdb70, argc=1, argv=0x7f35c0c76058, stack_bottom=0x7f35c0c76050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3475
        ci = 0x1b2100100003
        cc = 0x7f35a666fd18
        val = 140731651971088
        me = 0x7f35a77cb8f0
        cfunc = 0x56465bf65ec8
        recv = 139868420047200
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#21 0x0000564659ec817f in vm_call_cfunc_with_frame (ec=0x56465bf052c0, reg_cfp=0x7f35c0d75fa0, calling=0x7ffea41fdb70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3503
        argc = 1
        stack_bottom = 0x7f35c0c76050
        argv = 0x7f35c0c76058
#22 0x0000564659ec8297 in vm_call_cfunc_other (ec=0x56465bf052c0, reg_cfp=0x7f35c0d75fa0, calling=0x7ffea41fdb70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3529
        ci = 0x1b2100100003
        argv_ary = 0
#23 0x0000564659ec86bf in vm_call_cfunc (ec=0x56465bf052c0, reg_cfp=0x7f35c0d75fa0, calling=0x7ffea41fdb70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3611
        ci = 0x1b2100100003
#24 0x0000564659ecae66 in vm_call_method_each_type (ec=0x56465bf052c0, cfp=0x7f35c0d75fa0, calling=0x7ffea41fdb70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4389
        aset_mask = 1979
        ivar_mask = 0
        ci = 0x1b2100100003
        cc = 0x7f35a666fd18
        cme = 0x7f35a77cb8f0
        v = 94860198143816
#25 0x0000564659ecb912 in vm_call_method (ec=0x56465bf052c0, cfp=0x7f35c0d75fa0, calling=0x7ffea41fdb70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4515
        ci = 0x1b2100100003
        cc = 0x7f35a666fd18
#26 0x0000564659ecbb14 in vm_call_general (ec=0x56465bf052c0, reg_cfp=0x7f35c0d75fa0, calling=0x7ffea41fdb70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4559
No locals.
#27 0x0000564659ece199 in vm_sendish (ec=0x56465bf052c0, reg_cfp=0x7f35c0d75fa0, cd=0x56465c2c4eb0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5553
        val = 36
        ci = 0x1b2100100003
        cc = 0x7f35a666fd18
        argc = 1
        recv = 139868420047200
        calling = {cd = 0x56465c2c4eb0, cc = 0x7f35a666fd18, block_handler = 0, recv = 139868420047200, argc = 1, kw_splat = false, heap_argv = 0}
#28 0x0000564659ed55ac in vm_exec_core (ec=0x56465bf052c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x56465c2c4eb0
        leaf = false
        val = 94860190175752
        reg_pc = 0x56465c2c4ce0
        reg_cfp = 0x7f35c0d75fa0
        insns_address_table = {0x564659ed1e01 <vm_exec_core+108>, 0x564659ed1e63 <vm_exec_core+206>, 0x564659ed1f76 <vm_exec_core+481>, 0x564659ed208a <vm_exec_core+757>, 0x564659ed2228 <vm_exec_core+1171>, 0x564659ed2358 <vm_exec_core+1475>, 0x564659ed256a <vm_exec_core+2005>, 0x564659ed267c <vm_exec_core+2279>, 0x564659ed2755 <vm_exec_core+2496>, 0x564659ed285c <vm_exec_core+2759>, 0x564659ed2963 <vm_exec_core+3022>, 0x564659ed2a71 <vm_exec_core+3292>, 0x564659ed2b83 <vm_exec_core+3566>, 0x564659ed2c53 <vm_exec_core+3774>, 0x564659ed2d5c <vm_exec_core+4039>, 0x564659ed2e56 <vm_exec_core+4289>, 0x564659ed2f19 <vm_exec_core+4484>, 0x564659ed2fdc <vm_exec_core+4679>, 0x564659ed3065 <vm_exec_core+4816>, 0x564659ed30f1 <vm_exec_core+4956>, 0x564659ed3197 <vm_exec_core+5122>, 0x564659ed326f <vm_exec_core+5338>, 0x564659ed333c <vm_exec_core+5543>, 0x564659ed341a <vm_exec_core+5765>, 0x564659ed34dc <vm_exec_core+5959>, 0x564659ed361b <vm_exec_core+6278>, 0x564659ed36c1 <vm_exec_core+6444>, 0x564659ed37a6 <vm_exec_core+6673>, 0x564659ed38d5 <vm_exec_core+6976>, 0x564659ed3998 <vm_exec_core+7171>, 0x564659ed3a5b <vm_exec_core+7366>, 0x564659ed3b53 <vm_exec_core+7614>, 0x564659ed3c15 <vm_exec_core+7808>, 0x564659ed3cf4 <vm_exec_core+8031>, 0x564659ed3e04 <vm_exec_core+8303>, 0x564659ed3efe <vm_exec_core+8553>, 0x564659ed3f79 <vm_exec_core+8676>, 0x564659ed403a <vm_exec_core+8869>, 0x564659ed4128 <vm_exec_core+9107>, 0x564659ed41d8 <vm_exec_core+9283>, 0x564659ed4357 <vm_exec_core+9666>, 0x564659ed4431 <vm_exec_core+9884>, 0x564659ed451d <vm_exec_core+10120>, 0x564659ed45ae <vm_exec_core+10265>, 0x564659ed4709 <vm_exec_core+10612>, 0x564659ed4bf9 <vm_exec_core+11876>, 0x564659ed4cf5 <vm_exec_core+12128>, 0x564659ed4df8 <vm_exec_core+12387>, 0x564659ed4ee4 <vm_exec_core+12623>, 0x564659ed50fd <vm_exec_core+13160>, 0x564659ed51ef <vm_exec_core+13402>, 0x564659ed52f5 <vm_exec_core+13664>, 0x564659ed54f2 <vm_exec_core+14173>, 0x564659ed569b <vm_exec_core+14598>, 0x564659ed57c6 <vm_exec_core+14897>, 0x564659ed5932 <vm_exec_core+15261>, 0x564659ed5a5d <vm_exec_core+15560>, 0x564659ed5bc9 <vm_exec_core+15924>, 0x564659ed5dab <vm_exec_core+16406>, 0x564659ed5fa8 <vm_exec_core+16915>, 0x564659ed6151 <vm_exec_core+17340>, 0x564659ed6273 <vm_exec_core+17630>, 0x564659ed631a <vm_exec_core+17797>, 0x564659ed63de <vm_exec_core+17993>, 0x564659ed64c7 <vm_exec_core+18226>, 0x564659ed65b3 <vm_exec_core+18462>, 0x564659ed669c <vm_exec_core+18695>, 0x564659ed67b0 <vm_exec_core+18971>, 0x564659ed68d7 <vm_exec_core+19266>, 0x564659ed6a0d <vm_exec_core+19576>, 0x564659ed6b43 <vm_exec_core+19886>, 0x564659ed6c79 <vm_exec_core+20196>, 0x564659ed6daf <vm_exec_core+20506>, 0x564659ed6ee5 <vm_exec_core+20816>, 0x564659ed7026 <vm_exec_core+21137>, 0x564659ed71a0 <vm_exec_core+21515>, 0x564659ed72d6 <vm_exec_core+21825>, 0x564659ed740c <vm_exec_core+22135>, 0x564659ed7542 <vm_exec_core+22445>, 0x564659ed7678 <vm_exec_core+22755>, 0x564659ed77ae <vm_exec_core+23065>, 0x564659ed78e4 <vm_exec_core+23375>, 0x564659ed7a1a <vm_exec_core+23685>, 0x564659ed7b50 <vm_exec_core+23995>, 0x564659ed7c9f <vm_exec_core+24330>, 0x564659ed7e59 <vm_exec_core+24772>, 0x564659ed7fd7 <vm_exec_core+25154>, 0x564659ed80f6 <vm_exec_core+25441>, 0x564659ed8215 <vm_exec_core+25728>, 0x564659ed832f <vm_exec_core+26010>, 0x564659ed8449 <vm_exec_core+26292>, 0x564659ed8574 <vm_exec_core+26591>, 0x564659ed86aa <vm_exec_core+26901>, 0x564659ed8795 <vm_exec_core+27136>, 0x564659ed889a <vm_exec_core+27397>, 0x564659ed89e2 <vm_exec_core+27725>, 0x564659ed8ad1 <vm_exec_core+27964>, 0x564659ed8ba5 <vm_exec_core+28176>, 0x564659ed8c7a <vm_exec_core+28389>, 0x564659ed8d64 <vm_exec_core+28623>, 0x564659ed8de0 <vm_exec_core+28747>, 0x564659ed8e5c <vm_exec_core+28871>, 0x564659ed8e7a <vm_exec_core+28901>, 0x564659ed8e98 <vm_exec_core+28931>, 0x564659ed8eb6 <vm_exec_core+28961>, 0x564659ed8ed4 <vm_exec_core+28991>, 0x564659ed8ef2 <vm_exec_core+29021>, 0x564659ed8f10 <vm_exec_core+29051>, 0x564659ed8f2e <vm_exec_core+29081>, 0x564659ed8f4c <vm_exec_core+29111>, 0x564659ed8f6a <vm_exec_core+29141>, 0x564659ed8f88 <vm_exec_core+29171>, 0x564659ed8fa6 <vm_exec_core+29201>, 0x564659ed8fc4 <vm_exec_core+29231>, 0x564659ed8fe2 <vm_exec_core+29261>, 0x564659ed9000 <vm_exec_core+29291>, 0x564659ed901e <vm_exec_core+29321>, 0x564659ed903c <vm_exec_core+29351>, 0x564659ed905a <vm_exec_core+29381>, 0x564659ed9078 <vm_exec_core+29411>, 0x564659ed9096 <vm_exec_core+29441>, 0x564659ed90b4 <vm_exec_core+29471>, 0x564659ed90d2 <vm_exec_core+29501>, 0x564659ed90f0 <vm_exec_core+29531>, 0x564659ed910e <vm_exec_core+29561>, 0x564659ed912c <vm_exec_core+29591>, 0x564659ed914a <vm_exec_core+29621>, 0x564659ed9168 <vm_exec_core+29651>, 0x564659ed9186 <vm_exec_core+29681>, 0x564659ed91a4 <vm_exec_core+29711>, 0x564659ed91c2 <vm_exec_core+29741>, 0x564659ed91e0 <vm_exec_core+29771>, 0x564659ed91fe <vm_exec_core+29801>, 0x564659ed921c <vm_exec_core+29831>, 0x564659ed923a <vm_exec_core+29861>, 0x564659ed9258 <vm_exec_core+29891>, 0x564659ed9276 <vm_exec_core+29921>, 0x564659ed9294 <vm_exec_core+29951>, 0x564659ed92b2 <vm_exec_core+29981>, 0x564659ed92d0 <vm_exec_core+30011>, 0x564659ed92ee <vm_exec_core+30041>, 0x564659ed930c <vm_exec_core+30071>, 0x564659ed932a <vm_exec_core+30101>, 0x564659ed9348 <vm_exec_core+30131>, 0x564659ed9366 <vm_exec_core+30161>, 0x564659ed9384 <vm_exec_core+30191>, 0x564659ed93a2 <vm_exec_core+30221>, 0x564659ed93c0 <vm_exec_core+30251>, 0x564659ed93de <vm_exec_core+30281>, 0x564659ed93fc <vm_exec_core+30311>, 0x564659ed941a <vm_exec_core+30341>, 0x564659ed9438 <vm_exec_core+30371>, 0x564659ed9456 <vm_exec_core+30401>, 0x564659ed9474 <vm_exec_core+30431>, 0x564659ed9492 <vm_exec_core+30461>, 0x564659ed94b0 <vm_exec_core+30491>, 0x564659ed94ce <vm_exec_core+30521>, 0x564659ed94ec <vm_exec_core+30551>, 0x564659ed950a <vm_exec_core+30581>, 0x564659ed9528 <vm_exec_core+30611>, 0x564659ed9546 <vm_exec_core+30641>, 0x564659ed9564 <vm_exec_core+30671>, 0x564659ed9582 <vm_exec_core+30701>, 0x564659ed95a0 <vm_exec_core+30731>, 0x564659ed95be <vm_exec_core+30761>, 0x564659ed95dc <vm_exec_core+30791>, 0x564659ed95fa <vm_exec_core+30821>, 0x564659ed9618 <vm_exec_core+30851>, 0x564659ed9636 <vm_exec_core+30881>, 0x564659ed9654 <vm_exec_core+30911>, 0x564659ed9672 <vm_exec_core+30941>, 0x564659ed9690 <vm_exec_core+30971>, 0x564659ed96ae <vm_exec_core+31001>, 0x564659ed96cc <vm_exec_core+31031>, 0x564659ed96ea <vm_exec_core+31061>, 0x564659ed9708 <vm_exec_core+31091>, 0x564659ed9739 <vm_exec_core+31140>, 0x564659ed9757 <vm_exec_core+31170>, 0x564659ed9775 <vm_exec_core+31200>, 0x564659ed9793 <vm_exec_core+31230>, 0x564659ed97b1 <vm_exec_core+31260>, 0x564659ed97cf <vm_exec_core+31290>, 0x564659ed97ed <vm_exec_core+31320>, 0x564659ed980b <vm_exec_core+31350>, 0x564659ed9829 <vm_exec_core+31380>, 0x564659ed9847 <vm_exec_core+31410>, 0x564659ed9865 <vm_exec_core+31440>, 0x564659ed9883 <vm_exec_core+31470>, 0x564659ed98a1 <vm_exec_core+31500>, 0x564659ed98bf <vm_exec_core+31530>, 0x564659ed98dd <vm_exec_core+31560>, 0x564659ed98fb <vm_exec_core+31590>, 0x564659ed9919 <vm_exec_core+31620>, 0x564659ed9937 <vm_exec_core+31650>, 0x564659ed9955 <vm_exec_core+31680>, 0x564659ed9973 <vm_exec_core+31710>, 0x564659ed9991 <vm_exec_core+31740>, 0x564659ed99af <vm_exec_core+31770>, 0x564659ed99cd <vm_exec_core+31800>, 0x564659ed99eb <vm_exec_core+31830>...}
#29 0x0000564659eeba65 in rb_vm_exec (ec=0x56465bf052c0) at /tmp/ruby/src/trunk-O0/vm.c:2472
        _ec = 0x56465bf052c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffea41fe830, 0x564659eeb9e3 <rb_vm_exec+174>, 0x0, 0x7ffea41fe780, 0x7f35a666fd90}, prev = 0x7ffea41feb70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#30 0x0000564659ee867e in invoke_block (ec=0x56465bf052c0, iseq=0x7f35a674cba0, self=139868844248560, captured=0x56465c36cf30, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1497
        arg_size = 0
#31 0x0000564659ee911a in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f35a666fda0, argc=0, self=139868844248560, captured=0x56465c36cf30, ec=0x56465bf052c0) at /tmp/ruby/src/trunk-O0/vm.c:1567
        iseq = 0x7f35a674cba0
        opt_pc = 0
        type = 572653569
        cfp = 0x7f35c0d75fd8
        sp = 0x7f35c0c76028
        flags = 0
        use_argv = 0x7f35a666fda0
        av = {139868420051840, 94860190175248}
        stack_argv = 0x7f35c0c76028
#32 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f35a666fda0, argc=0, self=139868844248560, proc=0x56465c36cf30, ec=0x56465bf052c0) at /tmp/ruby/src/trunk-O0/vm.c:1665
        block = 0x56465c36cf30
#33 vm_invoke_proc (ec=0x56465bf052c0, proc=0x56465c36cf30, self=139868844248560, argc=0, argv=0x7f35a666fda0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1695
No locals.
#34 0x0000564659ee98be in rb_vm_invoke_proc (ec=0x56465bf052c0, proc=0x56465c36cf30, argc=0, argv=0x7f35a666fda0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1716
        self = 139868844248560
#35 0x0000564659dc759a in rb_proc_call_kw (self=139868401718280, args=139868401761680, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:987
        vret = 140731651975856
        proc = 0x56465c36cf30
        argc = 0
        argv = 0x7f35a666fda0
#36 0x0000564659dc7602 in rb_proc_call (self=139868401718280, args=139868401761680) at /tmp/ruby/src/trunk-O0/proc.c:997
No locals.
#37 0x0000564659cd66ba in rb_call_end_proc (data=139868401718280) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#38 0x0000564659cd6874 in exec_end_procs_chain (procs=0x56465a2e4c60 <end_procs>, errp=0x56465bf05338) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x564659cd6693 <rb_call_end_proc>, data = 139868401718280, next = 0x56465c135890}
        link = 0x56465c135b80
        errinfo = 139868401757280
#39 0x0000564659cd69c7 in rb_ec_exec_end_proc (ec=0x56465bf052c0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x56465bf052c0
        _tag = {tag = 36, retval = 139868401757280, buf = {0x7ffea41febf0, 0x564659cd6942 <rb_ec_exec_end_proc+173>, 0x0, 0x7ffea41feb40, 0x564659cd408e <rb_ec_ractor_ptr+24>}, prev = 0x7ffea41fed10, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 139868401757280
#40 0x0000564659cd70d7 in rb_ec_teardown (ec=0x56465bf052c0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#41 0x0000564659cd7387 in rb_ec_cleanup (ec=0x56465bf052c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94860190175936
        mode0 = 32766
        mode1 = -1541411440
        _ec = 0x56465bf052c0
        _tag = {tag = 36, retval = 94860154334666, buf = {0x7ffea41fed90, 0x564659cd72c2 <rb_ec_cleanup+279>, 0x0, 0x7ffea41fecb0, 0x56465bf052c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 139868401757280
        sysex = 0
        signaled = 0
        th = 0x56465bf04090
        th0 = 0x56465bf04090
        step = 1
        message = 4
        buf = 94860190171280
#42 0x0000564659cd7960 in ruby_run_node (n=0x7f35a66e8128) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x56465bf052c0
        status = 22086
#43 0x0000564659cd32f4 in rb_main (argc=136, argv=0x7ffea41fef38) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140731651976720
#44 0x0000564659cd3355 in main (argc=136, argv=0x7ffea41fef38) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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