# Logfile created on 2024-01-10 18:07:40 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056239d0cde30 @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.20240110-180740", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056239d1633e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056239d163250 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056239d1630c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240110-180740", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240110-180740>, @binmode=false, @mon_data=#<Monitor:0x000056239d162ff8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   f165fa0..82b57d7  master     -> origin/master
Updating f165fa0..82b57d7
Fast-forward
 object.c                 |  3 +--
 test/ruby/test_shapes.rb | 13 +++++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)
Latest commit hash = 82b57d7bfe
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
/tmp/ruby/src/trunk-O0/revision.h updated
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'
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'
$$$[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/object.c
compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating enc.mk
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving 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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -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 enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
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/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving 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/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: 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.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1871 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
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.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=58549
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1315.558137s, 20.5776 tests/s, 7281.2563 assertions/s.
27071 tests, 9578916 assertions, 0 failures, 0 errors, 226 skips

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

Finished in 306.715483 seconds

3728 files, 32492 examples, 147143 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.723916.ruby -x gdbscript
[New LWP 723916]
[New LWP 723918]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000056128f7861ba in ar_general_foreach (hash=140666149924240, func=0x56128f78631c <apply_functor>, replace=0x0, arg=140723177269392) at /tmp/ruby/src/trunk-O0/hash.c:847
847	            enum st_retval retval = (*func)(pair->key, pair->val, arg, 0);
[Current thread is 1 (Thread 0x7fef7e52d7c0 (LWP 723916))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fef7e52d7c0 (LWP 723916) 0x000056128f7861ba in ar_general_foreach (hash=140666149924240, func=0x56128f78631c <apply_functor>, replace=0x0, arg=140723177269392) at /tmp/ruby/src/trunk-O0/hash.c:847
  2    Thread 0x7fef64f4f640 (LWP 723918) 0x00007fef7e655fde in epoll_wait (epfd=4, events=0x56128fd9c83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fef64f4f640 (LWP 723918)):
#0  0x00007fef7e655fde in epoll_wait (epfd=4, events=0x56128fd9c83c <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  0x000056128f902847 in event_wait (vm=0x561291033b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22034
#2  0x000056128f90286b in timer_thread_polling (vm=0x561291033b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -864091433
#3  0x000056128f902f2b in timer_thread_func (ptr=0x561291033b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x561291033b10
#4  0x00007fef7e5c4b43 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 = {140723177274816, 9207001562143990277, 140666167686720, 25, 140666593888336, 140723177275168, -9215738359319682555, -9215724266613562875}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fef7e655bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fef7e52d7c0 (LWP 723916)):
#0  0x000056128f7861ba in ar_general_foreach (hash=140666149924240, func=0x56128f78631c <apply_functor>, replace=0x0, arg=140723177269392) at /tmp/ruby/src/trunk-O0/hash.c:847
        pair = 0x7fef63e5edc0
        retval = ST_CONTINUE
        i = 1
        bound = 3
        __func__ = <optimized out>
#1  0x000056128f7863b7 in ar_foreach (hash=140666149924240, func=0x56128f772413 <mark_keyvalue>, arg=94637742318704) at /tmp/ruby/src/trunk-O0/hash.c:901
        f = {func = 0x56128f772413 <mark_keyvalue>, arg = 94637742318704}
#2  0x000056128f7873f0 in rb_hash_stlike_foreach (hash=140666149924240, func=0x56128f772413 <mark_keyvalue>, arg=94637742318704) at /tmp/ruby/src/trunk-O0/hash.c:1396
No locals.
#3  0x000056128f772555 in mark_hash (objspace=0x561291036470, hash=140666149924240) at /tmp/ruby/src/trunk-O0/gc.c:6711
No locals.
#4  0x000056128f773de6 in gc_mark_children (objspace=0x561291036470, obj=140666149924240) at /tmp/ruby/src/trunk-O0/gc.c:7421
        any = 0x7fef63e5ed90
#5  0x000056128f7743e8 in gc_mark_stacked_objects (objspace=0x561291036470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x5612910368f8
        obj = 140666149924240
        marked_slots_at_the_beginning = 720
        popped_count = 0
#6  0x000056128f774568 in gc_mark_stacked_objects_all (objspace=0x561291036470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#7  0x000056128f7768dc in gc_marks_rest (objspace=0x561291036470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#8  0x000056128f776a10 in gc_marks (objspace=0x561291036470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#9  0x000056128f7787b3 in gc_start (objspace=0x561291036470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#10 0x000056128f778448 in garbage_collect (objspace=0x561291036470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 1
        ret = 5649
#11 0x000056128f778f0f in garbage_collect_with_gvl (objspace=0x561291036470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9877
No locals.
#12 0x000056128f7800ee in objspace_malloc_gc_stress (objspace=0x561291036470) at /tmp/ruby/src/trunk-O0/gc.c:12422
        reason = 45568
#13 0x000056128f7803d1 in objspace_xmalloc0 (objspace=0x561291036470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12624
        gpr = 107008
        mem = 0x8d0000008d
#14 0x000056128f7806ee in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12848
No locals.
#15 0x000056128f780724 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12857
No locals.
#16 0x000056128f7840df in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14436
No locals.
#17 0x000056128f947e43 in vm_ccs_create (klass=140666168008960, cc_tbl=0x56129106eb40, mid=141, cme=0x7fef7e41dc08) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000008d
#18 0x000056128f963c18 in cache_callable_method_entry (klass=140666168008960, mid=141, cme=0x7fef7e41dc08) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x56129106eb40
        ccs_data = 94637718386847
#19 0x000056128f963dda in callable_method_entry_or_negative (klass=140666168008960, mid=141, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140666168016000
        me = 0x7fef7e41dc08
        _lev = 22034
        cme = 0x7fef7e41dc08
#20 0x000056128f963e6c in callable_method_entry (klass=140666168008960, mid=141, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x161100000001
#21 0x000056128f9640e4 in callable_method_entry_refinements (klass=140666168008960, id=141, defined_class_ptr=0x0, with_refinements=true) at /tmp/ruby/src/trunk-O0/vm_method.c:1460
        cme = 0x7fef64f9e1a0
#22 0x000056128f96413a in rb_callable_method_entry_with_refinements (klass=140666168008960, id=141, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1467
No locals.
#23 0x000056128f966ef5 in rb_vm_call_with_refinements (ec=0x5612910374e0, recv=140666168009120, id=141, argc=1, argv=0x7ffcaafe2e18, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:77
        me = 0x5612910374e0
#24 0x000056128f9489de in check_match (ec=0x5612910374e0, pattern=140666168009120, target=140666149522280, type=VM_CHECKMATCH_TYPE_RESCUE) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2441
No locals.
#25 0x000056128f95463a in vm_check_match (ec=0x5612910374e0, target=140666149522280, pattern=140666168009120, flag=3) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5267
        type = VM_CHECKMATCH_TYPE_RESCUE
#26 0x000056128f95be0b in vm_exec_core (ec=0x5612910374e0) at ../../src/trunk-O0/insns.def:731
        flag = 3
        leaf = false
        target = 140666149522280
        pattern = 140666168009120
        result = 20
        reg_pc = 0x5612911fb440
        reg_cfp = 0x7fef7e52bf68
        insns_address_table = {0x56128f958deb <vm_exec_core+108>, 0x56128f958e4d <vm_exec_core+206>, 0x56128f958f60 <vm_exec_core+481>, 0x56128f959074 <vm_exec_core+757>, 0x56128f959212 <vm_exec_core+1171>, 0x56128f959342 <vm_exec_core+1475>, 0x56128f959554 <vm_exec_core+2005>, 0x56128f959666 <vm_exec_core+2279>, 0x56128f95973f <vm_exec_core+2496>, 0x56128f959846 <vm_exec_core+2759>, 0x56128f95994d <vm_exec_core+3022>, 0x56128f959a5b <vm_exec_core+3292>, 0x56128f959b6d <vm_exec_core+3566>, 0x56128f959c3d <vm_exec_core+3774>, 0x56128f959d46 <vm_exec_core+4039>, 0x56128f959e40 <vm_exec_core+4289>, 0x56128f959f03 <vm_exec_core+4484>, 0x56128f959fc6 <vm_exec_core+4679>, 0x56128f95a04f <vm_exec_core+4816>, 0x56128f95a0db <vm_exec_core+4956>, 0x56128f95a181 <vm_exec_core+5122>, 0x56128f95a259 <vm_exec_core+5338>, 0x56128f95a326 <vm_exec_core+5543>, 0x56128f95a404 <vm_exec_core+5765>, 0x56128f95a4c6 <vm_exec_core+5959>, 0x56128f95a605 <vm_exec_core+6278>, 0x56128f95a6ab <vm_exec_core+6444>, 0x56128f95a790 <vm_exec_core+6673>, 0x56128f95a8bf <vm_exec_core+6976>, 0x56128f95a982 <vm_exec_core+7171>, 0x56128f95aa45 <vm_exec_core+7366>, 0x56128f95ab3c <vm_exec_core+7613>, 0x56128f95abfe <vm_exec_core+7807>, 0x56128f95acdd <vm_exec_core+8030>, 0x56128f95adaa <vm_exec_core+8235>, 0x56128f95aeba <vm_exec_core+8507>, 0x56128f95afb4 <vm_exec_core+8757>, 0x56128f95b02f <vm_exec_core+8880>, 0x56128f95b0f0 <vm_exec_core+9073>, 0x56128f95b1de <vm_exec_core+9311>, 0x56128f95b28e <vm_exec_core+9487>, 0x56128f95b40d <vm_exec_core+9870>, 0x56128f95b4e7 <vm_exec_core+10088>, 0x56128f95b5d3 <vm_exec_core+10324>, 0x56128f95b664 <vm_exec_core+10469>, 0x56128f95b7bf <vm_exec_core+10816>, 0x56128f95bd61 <vm_exec_core+12258>, 0x56128f95be5d <vm_exec_core+12510>, 0x56128f95bf60 <vm_exec_core+12769>, 0x56128f95c04c <vm_exec_core+13005>, 0x56128f95c265 <vm_exec_core+13542>, 0x56128f95c357 <vm_exec_core+13784>, 0x56128f95c45d <vm_exec_core+14046>, 0x56128f95c65a <vm_exec_core+14555>, 0x56128f95c803 <vm_exec_core+14980>, 0x56128f95c92e <vm_exec_core+15279>, 0x56128f95ca9a <vm_exec_core+15643>, 0x56128f95cbc5 <vm_exec_core+15942>, 0x56128f95cd31 <vm_exec_core+16306>, 0x56128f95cf13 <vm_exec_core+16788>, 0x56128f95d110 <vm_exec_core+17297>, 0x56128f95d2b9 <vm_exec_core+17722>, 0x56128f95d3db <vm_exec_core+18012>, 0x56128f95d482 <vm_exec_core+18179>, 0x56128f95d546 <vm_exec_core+18375>, 0x56128f95d62f <vm_exec_core+18608>, 0x56128f95d71b <vm_exec_core+18844>, 0x56128f95d804 <vm_exec_core+19077>, 0x56128f95d918 <vm_exec_core+19353>, 0x56128f95da3f <vm_exec_core+19648>, 0x56128f95db75 <vm_exec_core+19958>, 0x56128f95dcab <vm_exec_core+20268>, 0x56128f95dde1 <vm_exec_core+20578>, 0x56128f95df17 <vm_exec_core+20888>, 0x56128f95e04d <vm_exec_core+21198>, 0x56128f95e18e <vm_exec_core+21519>, 0x56128f95e308 <vm_exec_core+21897>, 0x56128f95e43e <vm_exec_core+22207>, 0x56128f95e574 <vm_exec_core+22517>, 0x56128f95e6aa <vm_exec_core+22827>, 0x56128f95e7e0 <vm_exec_core+23137>, 0x56128f95e916 <vm_exec_core+23447>, 0x56128f95ea4c <vm_exec_core+23757>, 0x56128f95eb82 <vm_exec_core+24067>, 0x56128f95ecb8 <vm_exec_core+24377>, 0x56128f95ee07 <vm_exec_core+24712>, 0x56128f95efc1 <vm_exec_core+25154>, 0x56128f95f13f <vm_exec_core+25536>, 0x56128f95f25e <vm_exec_core+25823>, 0x56128f95f37d <vm_exec_core+26110>, 0x56128f95f497 <vm_exec_core+26392>, 0x56128f95f5b1 <vm_exec_core+26674>, 0x56128f95f6dc <vm_exec_core+26973>, 0x56128f95f812 <vm_exec_core+27283>, 0x56128f95f8fd <vm_exec_core+27518>, 0x56128f95fa02 <vm_exec_core+27779>, 0x56128f95fb4a <vm_exec_core+28107>, 0x56128f95fc39 <vm_exec_core+28346>, 0x56128f95fd13 <vm_exec_core+28564>, 0x56128f95fde8 <vm_exec_core+28777>, 0x56128f95fec3 <vm_exec_core+28996>, 0x56128f95ff3f <vm_exec_core+29120>, 0x56128f95ffbb <vm_exec_core+29244>, 0x56128f95ffd9 <vm_exec_core+29274>, 0x56128f95fff7 <vm_exec_core+29304>, 0x56128f960015 <vm_exec_core+29334>, 0x56128f960033 <vm_exec_core+29364>, 0x56128f960051 <vm_exec_core+29394>, 0x56128f96006f <vm_exec_core+29424>, 0x56128f96008d <vm_exec_core+29454>, 0x56128f9600ab <vm_exec_core+29484>, 0x56128f9600c9 <vm_exec_core+29514>, 0x56128f9600e7 <vm_exec_core+29544>, 0x56128f960105 <vm_exec_core+29574>, 0x56128f960123 <vm_exec_core+29604>, 0x56128f960141 <vm_exec_core+29634>, 0x56128f96015f <vm_exec_core+29664>, 0x56128f96017d <vm_exec_core+29694>, 0x56128f96019b <vm_exec_core+29724>, 0x56128f9601b9 <vm_exec_core+29754>, 0x56128f9601d7 <vm_exec_core+29784>, 0x56128f9601f5 <vm_exec_core+29814>, 0x56128f960213 <vm_exec_core+29844>, 0x56128f960231 <vm_exec_core+29874>, 0x56128f96024f <vm_exec_core+29904>, 0x56128f96026d <vm_exec_core+29934>, 0x56128f96028b <vm_exec_core+29964>, 0x56128f9602a9 <vm_exec_core+29994>, 0x56128f9602c7 <vm_exec_core+30024>, 0x56128f9602e5 <vm_exec_core+30054>, 0x56128f960303 <vm_exec_core+30084>, 0x56128f960321 <vm_exec_core+30114>, 0x56128f96033f <vm_exec_core+30144>, 0x56128f96035d <vm_exec_core+30174>, 0x56128f96037b <vm_exec_core+30204>, 0x56128f960399 <vm_exec_core+30234>, 0x56128f9603b7 <vm_exec_core+30264>, 0x56128f9603d5 <vm_exec_core+30294>, 0x56128f9603f3 <vm_exec_core+30324>, 0x56128f960411 <vm_exec_core+30354>, 0x56128f96042f <vm_exec_core+30384>, 0x56128f96044d <vm_exec_core+30414>, 0x56128f96046b <vm_exec_core+30444>, 0x56128f960489 <vm_exec_core+30474>, 0x56128f9604a7 <vm_exec_core+30504>, 0x56128f9604c5 <vm_exec_core+30534>, 0x56128f9604e3 <vm_exec_core+30564>, 0x56128f960501 <vm_exec_core+30594>, 0x56128f96051f <vm_exec_core+30624>, 0x56128f96053d <vm_exec_core+30654>, 0x56128f96055b <vm_exec_core+30684>, 0x56128f960579 <vm_exec_core+30714>, 0x56128f960597 <vm_exec_core+30744>, 0x56128f9605b5 <vm_exec_core+30774>, 0x56128f9605d3 <vm_exec_core+30804>, 0x56128f9605f1 <vm_exec_core+30834>, 0x56128f96060f <vm_exec_core+30864>, 0x56128f96062d <vm_exec_core+30894>, 0x56128f96064b <vm_exec_core+30924>, 0x56128f960669 <vm_exec_core+30954>, 0x56128f960687 <vm_exec_core+30984>, 0x56128f9606a5 <vm_exec_core+31014>, 0x56128f9606c3 <vm_exec_core+31044>, 0x56128f9606e1 <vm_exec_core+31074>, 0x56128f9606ff <vm_exec_core+31104>, 0x56128f96071d <vm_exec_core+31134>, 0x56128f96073b <vm_exec_core+31164>, 0x56128f960759 <vm_exec_core+31194>, 0x56128f960777 <vm_exec_core+31224>, 0x56128f960795 <vm_exec_core+31254>, 0x56128f9607b3 <vm_exec_core+31284>, 0x56128f9607d1 <vm_exec_core+31314>, 0x56128f9607ef <vm_exec_core+31344>, 0x56128f96080d <vm_exec_core+31374>, 0x56128f96082b <vm_exec_core+31404>, 0x56128f960849 <vm_exec_core+31434>, 0x56128f960867 <vm_exec_core+31464>, 0x56128f960885 <vm_exec_core+31494>, 0x56128f9608b6 <vm_exec_core+31543>, 0x56128f9608d4 <vm_exec_core+31573>, 0x56128f9608f2 <vm_exec_core+31603>, 0x56128f960910 <vm_exec_core+31633>, 0x56128f96092e <vm_exec_core+31663>, 0x56128f96094c <vm_exec_core+31693>, 0x56128f96096a <vm_exec_core+31723>, 0x56128f960988 <vm_exec_core+31753>, 0x56128f9609a6 <vm_exec_core+31783>, 0x56128f9609c4 <vm_exec_core+31813>, 0x56128f9609e2 <vm_exec_core+31843>, 0x56128f960a00 <vm_exec_core+31873>, 0x56128f960a1e <vm_exec_core+31903>, 0x56128f960a3c <vm_exec_core+31933>, 0x56128f960a5a <vm_exec_core+31963>, 0x56128f960a78 <vm_exec_core+31993>, 0x56128f960a96 <vm_exec_core+32023>, 0x56128f960ab4 <vm_exec_core+32053>, 0x56128f960ad2 <vm_exec_core+32083>, 0x56128f960af0 <vm_exec_core+32113>, 0x56128f960b0e <vm_exec_core+32143>, 0x56128f960b2c <vm_exec_core+32173>...}
#27 0x000056128f973209 in vm_exec_loop (ec=0x5612910374e0, state=RUBY_TAG_RAISE, tag=0x7ffcaafe3ae0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#28 0x000056128f973151 in rb_vm_exec (ec=0x5612910374e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x5612910374e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffcaafe3b60, 0x56128f97307c <rb_vm_exec+190>, 0x0, 0x7ffcaafe3ab0, 0x7ffcaafe3b30}, prev = 0x7ffcaafe3f60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#29 0x000056128f96787f in vm_call0_body (ec=0x5612910374e0, calling=0x7ffcaafe3d00, argv=0x7ffcaafe3ee0) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7fef7e52bfd8
        i = 1
        ci = 0x7ffcaafe3cd0
        cc = 0x7ffcaafe3da0
        ret = 140723177274336
#30 0x000056128f9670f4 in vm_call0_cc (ec=0x5612910374e0, recv=140666149534040, id=8337, argc=1, argv=0x7ffcaafe3ee0, cc=0x7ffcaafe3da0, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 64
        use_argv = 0x7ffcaafe3ee0
        av = {94637720932416, 140723177274748}
        calling = {cd = 0x7ffcaafe3cc0, cc = 0x7ffcaafe3da0, block_handler = 0, recv = 140666149534040, argc = 1, kw_splat = true, heap_argv = 0}
#31 0x000056128f966e95 in rb_vm_call0 (ec=0x5612910374e0, recv=140666149534040, id=8337, argc=1, argv=0x7ffcaafe3ee0, cme=0x7fef63dff8b8, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7fef63dff8b8, call_ = 0x56128f952acf <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#32 0x000056128f96848e in rb_vm_call_kw (ec=0x5612910374e0, recv=140666149534040, id=8337, argc=1, argv=0x7ffcaafe3ee0, me=0x7fef63dff8b8, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#33 0x000056128f9692f0 in rb_check_funcall_default_kw (recv=140666149534040, mid=8337, argc=1, argv=0x7ffcaafe3ee0, def=36, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:713
        klass = 140666168005600
        me = 0x7fef63dff8b8
        ec = 0x5612910374e0
        respond = -1
#34 0x000056128f96918d in rb_check_funcall_kw (recv=140666149534040, mid=8337, argc=1, argv=0x7ffcaafe3ee0, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:683
No locals.
#35 0x000056128fb62260 in rb_get_detailed_message (exc=140666149534040, opt=140666149336160) at /tmp/ruby/src/trunk-O0/error.c:1491
        e = 36
#36 0x000056128f753293 in rb_ec_error_print_detailed (ec=0x5612910374e0, errinfo=140666149534040, str=140666149534320, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:376
        _ec = 0x5612910374e0
        _tag = {tag = 36, retval = 0, buf = {0x7ffcaafe3fe0, 0x56128f753202 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffcaafe3f10, 0x0}, prev = 0x7ffcaafe4050, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140666149533920
        written = false
        emesg = 4
        opt = 140666149336160
        highlight = 0
#37 0x000056128f7548e3 in rb_ec_cleanup (ec=0x5612910374e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140666149534040
        mode0 = 0
        mode1 = 3
        _ec = 0x5612910374e0
        _tag = {tag = 36, retval = 94637716226554, buf = {0x7ffcaafe40d0, 0x56128f7546cc <rb_ec_cleanup+295>, 0x0, 0x7ffcaafe3ff0, 0x5612910374e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x561291036090
        th0 = 0x561291036090
        step = 2
        message = 4
        buf = 140666149534320
#38 0x000056128f754d9a in ruby_run_node (n=0x7fef63e49850) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5612910374e0
        status = 22034
#39 0x000056128f7505c4 in rb_main (argc=2, argv=0x7ffcaafe4278) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140723177275728
#40 0x000056128f750625 in main (argc=2, argv=0x7ffcaafe4278) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.733890.ruby -x gdbscript
[New LWP 733890]
[New LWP 733895]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  rb_sym2id (sym=1196300) at /tmp/ruby/src/trunk-O0/symbol.c:927
927	}
[Current thread is 1 (Thread 0x7f035f42b7c0 (LWP 733890))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f035f42b7c0 (LWP 733890) rb_sym2id (sym=1196300) at /tmp/ruby/src/trunk-O0/symbol.c:927
  2    Thread 0x7f0345e4f640 (LWP 733895) 0x00007f035f553fde in epoll_wait (epfd=4, events=0x555e87fa983c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f0345e4f640 (LWP 733895)):
#0  0x00007f035f553fde in epoll_wait (epfd=4, events=0x555e87fa983c <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  0x0000555e87b0f847 in event_wait (vm=0x555e89b76b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21854
#2  0x0000555e87b0f86b in timer_thread_polling (vm=0x555e89b76b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -804039518
#3  0x0000555e87b0ff2b in timer_thread_func (ptr=0x555e89b76b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x555e89b76b10
#4  0x00007f035f4c2b43 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 = {140733048120336, 4993927012937055121, 139652034262592, 25, 139652460456016, 140733048120688, -4950733755806958703, -4950792238107640943}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f035f553bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f035f42b7c0 (LWP 733890)):
#0  rb_sym2id (sym=1196300) at /tmp/ruby/src/trunk-O0/symbol.c:927
        id = 4673
#1  0x0000555e87b06209 in rb_id_serial_to_id (num=292) at /tmp/ruby/src/trunk-O0/symbol.c:501
        sym = 1196300
#2  0x0000555e87b07a7c in key2id (key=292) at /tmp/ruby/src/trunk-O0/id_table.c:20
No locals.
#3  0x0000555e87b081c7 in rb_id_table_foreach (tbl=0x555e89c90ad0, func=0x555e87978af7 <cc_table_mark_i>, data=0x7ffef75753a0) at /tmp/ruby/src/trunk-O0/id_table.c:278
        key = 292
        ret = 21854
        i = 4
        capa = 16
#4  0x0000555e87978c58 in cc_table_mark (objspace=0x555e89b79470, klass=139652034591080) at /tmp/ruby/src/trunk-O0/gc.c:3390
        data = {objspace = 0x555e89b79470, klass = 139652034591080, alive = false}
        cc_tbl = 0x555e89c90ad0
#5  0x0000555e87980b7f in gc_mark_children (objspace=0x555e89b79470, obj=139652034591080) at /tmp/ruby/src/trunk-O0/gc.c:7377
        any = 0x7f0345e9f968
#6  0x0000555e879813e8 in gc_mark_stacked_objects (objspace=0x555e89b79470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x555e89b798f8
        obj = 139652034591080
        marked_slots_at_the_beginning = 744
        popped_count = 0
#7  0x0000555e87981568 in gc_mark_stacked_objects_all (objspace=0x555e89b79470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#8  0x0000555e879838dc in gc_marks_rest (objspace=0x555e89b79470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#9  0x0000555e87983a10 in gc_marks (objspace=0x555e89b79470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#10 0x0000555e879857b3 in gc_start (objspace=0x555e89b79470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#11 0x0000555e87985448 in garbage_collect (objspace=0x555e89b79470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 4149696000
        ret = 32766
#12 0x0000555e87977995 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x555e89b7a230, objspace=0x555e89b79470, flags=49178, klass=139652034391120) at /tmp/ruby/src/trunk-O0/gc.c:2871
        obj = 1
        lev = 1
#13 newobj_slowpath_wb_protected (klass=139652034391120, flags=49178, objspace=0x555e89b79470, cr=0x555e89b7a230, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2895
No locals.
#14 0x0000555e87977d2f in newobj_of0 (klass=139652034391120, flags=49178, wb_protected=1, cr=0x555e89b7a230, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2937
        obj = 139652034426040
        objspace = 0x555e89b79470
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#15 0x0000555e87977d9b in newobj_of (cr=0x555e89b7a230, klass=139652034391120, flags=49178, v1=139652034426040, v2=93864492137167, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2947
        obj = 0
#16 0x0000555e8797810c in rb_imemo_new (type=imemo_callcache, v1=139652034426040, v2=93864492137167, v3=0, v0=139652034391120) at /tmp/ruby/src/trunk-O0/gc.c:3052
        size = 40
        flags = 49178
#17 0x0000555e87b4b82b in vm_cc_new (klass=139652034391120, cme=0x7f0345e774b8, call=0x555e87b5facf <vm_call_general>, type=cc_type_normal) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:334
        cc = 0x7f035f32a0d8
#18 0x0000555e87b55273 in vm_search_cc (klass=139652034391120, ci=0x492f00100005) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2123
        mid = 18735
        cc_tbl = 0x555e89d1c6f0
        ccs = 0x555e8a038ec0
        ccs_data = 93864530775744
        cme = 0x7f0345e774b8
        cc = 0x7f0344cef290
#19 0x0000555e87b552fe in rb_vm_search_method_slowpath (ci=0x492f00100005, klass=139652034391120) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2142
        _lev = 32515
        cc = 0x7ffef7575890
#20 0x0000555e87b55365 in vm_search_method_slowpath0 (cd_owner=139652016770400, cd=0x555e89d3b780, klass=139652034391120) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2163
        cc = 0x7f0345e6ec50
        empty_cc = 0x555e87f95520 <vm_empty_cc>
#21 0x0000555e87b62154 in vm_search_method_fastpath (klass=139652034391120, cd=0x555e89d3b780, cd_owner=139652016770400) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2224
        cc = 0x555e87f95520 <vm_empty_cc>
#22 vm_sendish (ec=0x555e89b7a4e0, reg_cfp=0x7f035f429f30, cd=0x555e89d3b780, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5580
        val = 36
        ci = 0x492f00100005
        cc = 0x7f0344cef290
        argc = 2
        recv = 139652034391280
        calling = {cd = 0x555e89d3b780, cc = 0x0, block_handler = 0, recv = 139652034391280, argc = 2, kw_splat = false, heap_argv = 0}
#23 0x0000555e87b69714 in vm_exec_core (ec=0x555e89b7a4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x555e89d3b780
        leaf = false
        val = 139652016044200
        reg_pc = 0x555e89d3b5f0
        reg_cfp = 0x7f035f429f30
        insns_address_table = {0x555e87b65deb <vm_exec_core+108>, 0x555e87b65e4d <vm_exec_core+206>, 0x555e87b65f60 <vm_exec_core+481>, 0x555e87b66074 <vm_exec_core+757>, 0x555e87b66212 <vm_exec_core+1171>, 0x555e87b66342 <vm_exec_core+1475>, 0x555e87b66554 <vm_exec_core+2005>, 0x555e87b66666 <vm_exec_core+2279>, 0x555e87b6673f <vm_exec_core+2496>, 0x555e87b66846 <vm_exec_core+2759>, 0x555e87b6694d <vm_exec_core+3022>, 0x555e87b66a5b <vm_exec_core+3292>, 0x555e87b66b6d <vm_exec_core+3566>, 0x555e87b66c3d <vm_exec_core+3774>, 0x555e87b66d46 <vm_exec_core+4039>, 0x555e87b66e40 <vm_exec_core+4289>, 0x555e87b66f03 <vm_exec_core+4484>, 0x555e87b66fc6 <vm_exec_core+4679>, 0x555e87b6704f <vm_exec_core+4816>, 0x555e87b670db <vm_exec_core+4956>, 0x555e87b67181 <vm_exec_core+5122>, 0x555e87b67259 <vm_exec_core+5338>, 0x555e87b67326 <vm_exec_core+5543>, 0x555e87b67404 <vm_exec_core+5765>, 0x555e87b674c6 <vm_exec_core+5959>, 0x555e87b67605 <vm_exec_core+6278>, 0x555e87b676ab <vm_exec_core+6444>, 0x555e87b67790 <vm_exec_core+6673>, 0x555e87b678bf <vm_exec_core+6976>, 0x555e87b67982 <vm_exec_core+7171>, 0x555e87b67a45 <vm_exec_core+7366>, 0x555e87b67b3c <vm_exec_core+7613>, 0x555e87b67bfe <vm_exec_core+7807>, 0x555e87b67cdd <vm_exec_core+8030>, 0x555e87b67daa <vm_exec_core+8235>, 0x555e87b67eba <vm_exec_core+8507>, 0x555e87b67fb4 <vm_exec_core+8757>, 0x555e87b6802f <vm_exec_core+8880>, 0x555e87b680f0 <vm_exec_core+9073>, 0x555e87b681de <vm_exec_core+9311>, 0x555e87b6828e <vm_exec_core+9487>, 0x555e87b6840d <vm_exec_core+9870>, 0x555e87b684e7 <vm_exec_core+10088>, 0x555e87b685d3 <vm_exec_core+10324>, 0x555e87b68664 <vm_exec_core+10469>, 0x555e87b687bf <vm_exec_core+10816>, 0x555e87b68d61 <vm_exec_core+12258>, 0x555e87b68e5d <vm_exec_core+12510>, 0x555e87b68f60 <vm_exec_core+12769>, 0x555e87b6904c <vm_exec_core+13005>, 0x555e87b69265 <vm_exec_core+13542>, 0x555e87b69357 <vm_exec_core+13784>, 0x555e87b6945d <vm_exec_core+14046>, 0x555e87b6965a <vm_exec_core+14555>, 0x555e87b69803 <vm_exec_core+14980>, 0x555e87b6992e <vm_exec_core+15279>, 0x555e87b69a9a <vm_exec_core+15643>, 0x555e87b69bc5 <vm_exec_core+15942>, 0x555e87b69d31 <vm_exec_core+16306>, 0x555e87b69f13 <vm_exec_core+16788>, 0x555e87b6a110 <vm_exec_core+17297>, 0x555e87b6a2b9 <vm_exec_core+17722>, 0x555e87b6a3db <vm_exec_core+18012>, 0x555e87b6a482 <vm_exec_core+18179>, 0x555e87b6a546 <vm_exec_core+18375>, 0x555e87b6a62f <vm_exec_core+18608>, 0x555e87b6a71b <vm_exec_core+18844>, 0x555e87b6a804 <vm_exec_core+19077>, 0x555e87b6a918 <vm_exec_core+19353>, 0x555e87b6aa3f <vm_exec_core+19648>, 0x555e87b6ab75 <vm_exec_core+19958>, 0x555e87b6acab <vm_exec_core+20268>, 0x555e87b6ade1 <vm_exec_core+20578>, 0x555e87b6af17 <vm_exec_core+20888>, 0x555e87b6b04d <vm_exec_core+21198>, 0x555e87b6b18e <vm_exec_core+21519>, 0x555e87b6b308 <vm_exec_core+21897>, 0x555e87b6b43e <vm_exec_core+22207>, 0x555e87b6b574 <vm_exec_core+22517>, 0x555e87b6b6aa <vm_exec_core+22827>, 0x555e87b6b7e0 <vm_exec_core+23137>, 0x555e87b6b916 <vm_exec_core+23447>, 0x555e87b6ba4c <vm_exec_core+23757>, 0x555e87b6bb82 <vm_exec_core+24067>, 0x555e87b6bcb8 <vm_exec_core+24377>, 0x555e87b6be07 <vm_exec_core+24712>, 0x555e87b6bfc1 <vm_exec_core+25154>, 0x555e87b6c13f <vm_exec_core+25536>, 0x555e87b6c25e <vm_exec_core+25823>, 0x555e87b6c37d <vm_exec_core+26110>, 0x555e87b6c497 <vm_exec_core+26392>, 0x555e87b6c5b1 <vm_exec_core+26674>, 0x555e87b6c6dc <vm_exec_core+26973>, 0x555e87b6c812 <vm_exec_core+27283>, 0x555e87b6c8fd <vm_exec_core+27518>, 0x555e87b6ca02 <vm_exec_core+27779>, 0x555e87b6cb4a <vm_exec_core+28107>, 0x555e87b6cc39 <vm_exec_core+28346>, 0x555e87b6cd13 <vm_exec_core+28564>, 0x555e87b6cde8 <vm_exec_core+28777>, 0x555e87b6cec3 <vm_exec_core+28996>, 0x555e87b6cf3f <vm_exec_core+29120>, 0x555e87b6cfbb <vm_exec_core+29244>, 0x555e87b6cfd9 <vm_exec_core+29274>, 0x555e87b6cff7 <vm_exec_core+29304>, 0x555e87b6d015 <vm_exec_core+29334>, 0x555e87b6d033 <vm_exec_core+29364>, 0x555e87b6d051 <vm_exec_core+29394>, 0x555e87b6d06f <vm_exec_core+29424>, 0x555e87b6d08d <vm_exec_core+29454>, 0x555e87b6d0ab <vm_exec_core+29484>, 0x555e87b6d0c9 <vm_exec_core+29514>, 0x555e87b6d0e7 <vm_exec_core+29544>, 0x555e87b6d105 <vm_exec_core+29574>, 0x555e87b6d123 <vm_exec_core+29604>, 0x555e87b6d141 <vm_exec_core+29634>, 0x555e87b6d15f <vm_exec_core+29664>, 0x555e87b6d17d <vm_exec_core+29694>, 0x555e87b6d19b <vm_exec_core+29724>, 0x555e87b6d1b9 <vm_exec_core+29754>, 0x555e87b6d1d7 <vm_exec_core+29784>, 0x555e87b6d1f5 <vm_exec_core+29814>, 0x555e87b6d213 <vm_exec_core+29844>, 0x555e87b6d231 <vm_exec_core+29874>, 0x555e87b6d24f <vm_exec_core+29904>, 0x555e87b6d26d <vm_exec_core+29934>, 0x555e87b6d28b <vm_exec_core+29964>, 0x555e87b6d2a9 <vm_exec_core+29994>, 0x555e87b6d2c7 <vm_exec_core+30024>, 0x555e87b6d2e5 <vm_exec_core+30054>, 0x555e87b6d303 <vm_exec_core+30084>, 0x555e87b6d321 <vm_exec_core+30114>, 0x555e87b6d33f <vm_exec_core+30144>, 0x555e87b6d35d <vm_exec_core+30174>, 0x555e87b6d37b <vm_exec_core+30204>, 0x555e87b6d399 <vm_exec_core+30234>, 0x555e87b6d3b7 <vm_exec_core+30264>, 0x555e87b6d3d5 <vm_exec_core+30294>, 0x555e87b6d3f3 <vm_exec_core+30324>, 0x555e87b6d411 <vm_exec_core+30354>, 0x555e87b6d42f <vm_exec_core+30384>, 0x555e87b6d44d <vm_exec_core+30414>, 0x555e87b6d46b <vm_exec_core+30444>, 0x555e87b6d489 <vm_exec_core+30474>, 0x555e87b6d4a7 <vm_exec_core+30504>, 0x555e87b6d4c5 <vm_exec_core+30534>, 0x555e87b6d4e3 <vm_exec_core+30564>, 0x555e87b6d501 <vm_exec_core+30594>, 0x555e87b6d51f <vm_exec_core+30624>, 0x555e87b6d53d <vm_exec_core+30654>, 0x555e87b6d55b <vm_exec_core+30684>, 0x555e87b6d579 <vm_exec_core+30714>, 0x555e87b6d597 <vm_exec_core+30744>, 0x555e87b6d5b5 <vm_exec_core+30774>, 0x555e87b6d5d3 <vm_exec_core+30804>, 0x555e87b6d5f1 <vm_exec_core+30834>, 0x555e87b6d60f <vm_exec_core+30864>, 0x555e87b6d62d <vm_exec_core+30894>, 0x555e87b6d64b <vm_exec_core+30924>, 0x555e87b6d669 <vm_exec_core+30954>, 0x555e87b6d687 <vm_exec_core+30984>, 0x555e87b6d6a5 <vm_exec_core+31014>, 0x555e87b6d6c3 <vm_exec_core+31044>, 0x555e87b6d6e1 <vm_exec_core+31074>, 0x555e87b6d6ff <vm_exec_core+31104>, 0x555e87b6d71d <vm_exec_core+31134>, 0x555e87b6d73b <vm_exec_core+31164>, 0x555e87b6d759 <vm_exec_core+31194>, 0x555e87b6d777 <vm_exec_core+31224>, 0x555e87b6d795 <vm_exec_core+31254>, 0x555e87b6d7b3 <vm_exec_core+31284>, 0x555e87b6d7d1 <vm_exec_core+31314>, 0x555e87b6d7ef <vm_exec_core+31344>, 0x555e87b6d80d <vm_exec_core+31374>, 0x555e87b6d82b <vm_exec_core+31404>, 0x555e87b6d849 <vm_exec_core+31434>, 0x555e87b6d867 <vm_exec_core+31464>, 0x555e87b6d885 <vm_exec_core+31494>, 0x555e87b6d8b6 <vm_exec_core+31543>, 0x555e87b6d8d4 <vm_exec_core+31573>, 0x555e87b6d8f2 <vm_exec_core+31603>, 0x555e87b6d910 <vm_exec_core+31633>, 0x555e87b6d92e <vm_exec_core+31663>, 0x555e87b6d94c <vm_exec_core+31693>, 0x555e87b6d96a <vm_exec_core+31723>, 0x555e87b6d988 <vm_exec_core+31753>, 0x555e87b6d9a6 <vm_exec_core+31783>, 0x555e87b6d9c4 <vm_exec_core+31813>, 0x555e87b6d9e2 <vm_exec_core+31843>, 0x555e87b6da00 <vm_exec_core+31873>, 0x555e87b6da1e <vm_exec_core+31903>, 0x555e87b6da3c <vm_exec_core+31933>, 0x555e87b6da5a <vm_exec_core+31963>, 0x555e87b6da78 <vm_exec_core+31993>, 0x555e87b6da96 <vm_exec_core+32023>, 0x555e87b6dab4 <vm_exec_core+32053>, 0x555e87b6dad2 <vm_exec_core+32083>, 0x555e87b6daf0 <vm_exec_core+32113>, 0x555e87b6db0e <vm_exec_core+32143>, 0x555e87b6db2c <vm_exec_core+32173>...}
#24 0x0000555e87b80209 in vm_exec_loop (ec=0x555e89b7a4e0, state=RUBY_TAG_RAISE, tag=0x7ffef75765b0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#25 0x0000555e87b80151 in rb_vm_exec (ec=0x555e89b7a4e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x555e89b7a4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffef7576630, 0x555e87b8007c <rb_vm_exec+190>, 0x0, 0x7ffef7576580, 0x7ffef75768c8}, prev = 0x7ffef75766a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#26 0x0000555e87b80f5d in rb_iseq_eval_main (iseq=0x7f0344d9d188) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x555e89b7a4e0
        val = 93864525800672
#27 0x0000555e87961c0d in rb_ec_exec_node (ec=0x555e89b7a4e0, n=0x7f0344d9d188) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x555e89b79090
        _ec = 0x555e89b7a4e0
        _tag = {tag = 36, retval = 93864490045946, buf = {0x7ffef7576720, 0x555e87961ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffef7576670, 0x555e89b7a4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f0344d9d188
#28 0x0000555e87961d8a in ruby_run_node (n=0x7f0344d9d188) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x555e89b7a4e0
        status = 21854
#29 0x0000555e8795d5c4 in rb_main (argc=131, argv=0x7ffef75768c8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140733048121248
#30 0x0000555e8795d625 in main (argc=131, argv=0x7ffef75768c8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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