# Logfile created on 2023-12-24 02:37:02 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000564aa213a018 @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_gcc9", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc9", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc9", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc9", @configure_opts=["CC=gcc-9"], @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_gcc9.20231224-023702", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000564aa21c3480 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000564aa21c32f0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000564aa21c3160 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc9.20231224-023702", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc9.20231224-023702>, @binmode=false, @mon_data=#<Monitor:0x0000564aa21c3098>, @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
   daefbf8..8201549  master     -> origin/master
Updating daefbf8..8201549
Fast-forward
 thread_pthread_mn.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
Latest commit hash = 82015496b9
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk_gcc9/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_gcc9/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_gcc9/ext/ripper'
/tmp/ruby/src/trunk_gcc9/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-9
	LD = ld
	LDSHARED = gcc-9 -shared
	CFLAGS = -O3 -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_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/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_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs
gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Copyright (C) 2019 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_gcc9/version.c
compiling /tmp/ruby/src/trunk_gcc9/thread.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-9
	LD = ld
	LDSHARED = gcc-9 -shared
	CFLAGS = -O3 -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_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/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_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs
gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Copyright (C) 2019 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
76e934bb17dc6707909e962248ef2d291897d7951f46fba0a469fe3d59b78422  builtin_binary.inc
compiling /tmp/ruby/src/trunk_gcc9/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-9
	LD = ld
	LDSHARED = gcc-9 -shared
	CFLAGS = -O3 -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_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/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_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs
gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_gcc9/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-9
	LD = ld
	LDSHARED = gcc-9 -shared
	CFLAGS = -O3 -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_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/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_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs
generating encdb.h
gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_gcc9/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
./miniruby -I/tmp/ruby/src/trunk_gcc9/lib -I. -I.ext/common  /tmp/ruby/src/trunk_gcc9/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_gcc9/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_gcc9/bin
installing base libraries:          /tmp/ruby/install/trunk_gcc9/lib
installing arch files:              /tmp/ruby/install/trunk_gcc9/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_gcc9/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_gcc9/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc9/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc9/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_gcc9/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_gcc9/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk_gcc9/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk_gcc9/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk_gcc9/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_gcc9/bin
installing library scripts:         /tmp/ruby/install/trunk_gcc9/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk_gcc9/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk_gcc9/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_gcc9/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.3
                                    cgi 0.4.1
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    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
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    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.1
                                    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_gcc9/lib/ruby/gems/3.3.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.2
                                    io-console 0.7.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.0
                                    strscan 3.0.7
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk_gcc9/lib/ruby/gems/3.3.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.3
                                    net-imap 0.4.8
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.0
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk_gcc9/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1870 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-9
	LD = ld
	LDSHARED = gcc-9 -shared
	CFLAGS = -O3 -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_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/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_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs
gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Copyright (C) 2019 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_gcc9/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_gcc9/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_gcc9/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-9
	LD = ld
	LDSHARED = gcc-9 -shared
	CFLAGS = -O3 -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_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/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_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs
gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

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

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_gcc9/test/ruby/test_autoload.rb:396 [FINISH]
/tmp/ruby/src/trunk_gcc9/test/ruby/test_autoload.rb:396: [BUG] Segmentation fault at 0x00000000001fc251
ruby 3.3.0dev (2023-12-24T01:57:27Z master 82015496b9) [x86_64-linux]

Crashed while printing bug report
/tmp/ruby/src/trunk_gcc9/test/ruby/test_autoload.rb:396: [BUG] lazy sweeping underway when freeing object space
ruby 3.3.0dev (2023-12-24T01:57:27Z master 82015496b9) [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0003 p:---- s:0010 e:000009 CFUNC  :fork
c:0002 p:0004 s:0006 e:000005 BLOCK  /tmp/ruby/src/trunk_gcc9/test/ruby/test_autoload.rb:396 [FINISH]
/tmp/ruby/src/trunk_gcc9/test/ruby/test_autoload.rb:396: [BUG] Segmentation fault at 0x0000000000000020
ruby 3.3.0dev (2023-12-24T01:57:27Z master 82015496b9) [x86_64-linux]

Crashed while printing bug report
[885/910] 4021516=test_call
[886/910] 4021516=test_closure
[887/910] 4021517=test_key_actor_emacs
[888/910] 4021516=test_ldap
[889/910] 4021516=test_basicinstructions
[890/910] 4021517=test_folderitem2_invokeverb
[891/910] 4021517=test_io_console
[892/910] 4021516=test_c_union_entity
[893/910] 4021516=test_change_word
[894/910] 4021516=test_row
[895/910] 4021516=test_digest
[896/910] 4021516=test_ractor_compatibility
[897/910] 4021516=test_time_tz
[898/910] 4021516=test_normalize
[899/910] 4021516=test_tsort
[900/910] 4021516=test_require_lib
[901/910] 4021517=test_syntax
[902/910] 4021515=test_observer
[903/910] 4021515=test_x509store
[904/910] 4021515=test_ripper
[905/910] 4021515=test_gem_source_fetch_problem
[906/910] 4021515=test_enc_associate
[907/910] 4021516=test_eval
[908/910] 4021516=test_bigzero
[909/910] 4021516=test_objectspace
[910/910] 4021515=test_last_thread

Retrying...
Finished tests in 802.698237s, 33.6602 tests/s, 11916.8120 assertions/s.
27019 tests, 9565604 assertions, 0 failures, 0 errors, 223 skips

ruby -v: ruby 3.3.0dev (2023-12-24T01:57:27Z master 82015496b9) [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-9
	LD = ld
	LDSHARED = gcc-9 -shared
	CFLAGS = -O3 -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_gcc9/include -I/tmp/ruby/src/trunk_gcc9 -I/tmp/ruby/src/trunk_gcc9/prism -I/tmp/ruby/src/trunk_gcc9/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_gcc9/yjit/target/release/' /tmp/ruby/src/trunk_gcc9/yjit/src/lib.rs
gcc-9 (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk_gcc9/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc9'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc9'
$ /tmp/ruby/build/trunk_gcc9/miniruby -I/tmp/ruby/src/trunk_gcc9/lib /tmp/ruby/src/trunk_gcc9/tool/runruby.rb --archdir=/tmp/ruby/build/trunk_gcc9 --extout=.ext -- /tmp/ruby/src/trunk_gcc9/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk_gcc9/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-12-24T01:57:27Z master 82015496b9) [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 156.601105 seconds

3728 files, 32492 examples, 173550 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_gcc9/ruby -c /tmp/cores/core.1001.4052168.test_autoload.* -x gdbscript
[New LWP 4052168]
[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/src/trunk_gcc9/tool/lib/test/unit/parallel.rb: TestAutoload#test_auto'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  __pthread_kill_implementation (no_tid=0, signo=11, threadid=140266460665408) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f92548fd640 (LWP 4052168) __pthread_kill_implementation (no_tid=0, signo=11, threadid=140266460665408) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f92548fd640 (LWP 4052168)):
#0  __pthread_kill_implementation (no_tid=0, signo=11, threadid=140266460665408) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f92548fd640
        old_mask = {__val = {94492759729472, 94489548947456, 94492791147448, 94492634232039, 94492633505264, 0, 140267043563168, 9434718187674727168, 94492636464333, 9434718187674727168, 0, 140267043563168, 94492759729472, 94492759729472, 1, 140267042623171}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=11, threadid=140266460665408) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140266460665408, signo=signo@entry=11) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f927730a476 in __GI_raise (sig=sig@entry=11) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x000055f0c7daaf65 in ruby_default_signal (sig=sig@entry=11) at /tmp/ruby/src/trunk_gcc9/signal.c:422
No locals.
#5  0x000055f0c7c4cfc5 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x55f0cf60a540, fmt=fmt@entry=0x55f0c807c4cd "Segmentation fault at %p") at /tmp/ruby/src/trunk_gcc9/error.c:1069
        file = <optimized out>
        line = 396
#6  0x000055f0c7da9e3f in sigsegv (sig=11, info=0x55f0cf60a670, ctx=0x55f0cf60a540) at /tmp/ruby/src/trunk_gcc9/signal.c:926
No locals.
#7  <signal handler called>
No locals.
#8  imemo_type (imemo=<optimized out>) at /tmp/ruby/src/trunk_gcc9/internal/imemo.h:156
No locals.
#9  check_method_entry (can_be_svar=0, obj=2081361) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:715
No locals.
#10 rb_vm_frame_method_entry (cfp=cfp@entry=0x55f0d1400bb8) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:739
        ep = 0x55f0cf6070a0
        me = <optimized out>
#11 0x000055f0c7e598f1 in control_frame_dump (cfp=cfp@entry=0x55f0d1400bb8, errout=errout@entry=0x7f92774e26a0 <_IO_2_1_stderr_>, ec=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:63
        pc = -1
        ep = 2
        ep_in_heap = 32 ' '
        posbuf = "/tmp/ruby/src/trunk_gcc9/test/ruby/test_autoload.rb:396\000m/5w\222\177\000\000h\r\000\000\000\000\000\000\071\000\000\000\000\000\000\000\240&Nw\222\177\000\000h\r\000\000\000\000\000\000\200\302\217T\222\177\000\000P85w\222\177\000\000\071\000\000\000\000\000\000\000P\037\066\\\222\177\000\000\253"
        line = 0
        magic = <optimized out>
        iseq_name = <synthetic pointer>
        selfstr = <synthetic pointer>
        biseq_name = <synthetic pointer>
        tmp = <optimized out>
        iseq = 0x0
        me = <optimized out>
        error = <optimized out>
#12 0x000055f0c7e5aa79 in rb_vmdebug_stack_dump_raw (errout=<optimized out>, cfp=0x55f0d1400bb8, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:235
        error = <optimized out>
#13 rb_vmdebug_stack_dump_raw (errout=0x7f92774e26a0 <_IO_2_1_stderr_>, cfp=<optimized out>, ec=0x55f0cc1d7210) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:209
        error = <optimized out>
        error = <optimized out>
#14 rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7f92774e26a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:1133
        cmd = <optimized out>
        error = <optimized out>
        other_runtime_info = other_runtime_info
        vm = 0x55f0c9ecfb10
        ec = 0x55f0cc1d7210
#15 0x000055f0c80221d7 in rb_bug_without_die (fmt=<optimized out>, args=args@entry=0x7f92548fc410) at /tmp/ruby/src/trunk_gcc9/error.c:1042
        pid = -1
        out = 0x7f92774e26a0 <_IO_2_1_stderr_>
        file = <optimized out>
        line = 396
#16 0x000055f0c7c4cf88 in rb_bug (fmt=fmt@entry=0x55f0c804d3a0 "lazy sweeping underway when freeing object space") at /tmp/ruby/src/trunk_gcc9/error.c:1050
        args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f92548fc4f0, reg_save_area = 0x7f92548fc430}}
#17 0x000055f0c7c43685 in rb_objspace_free (objspace=objspace@entry=0x55f0c9ed2470) at /tmp/ruby/src/trunk_gcc9/gc.c:1944
No locals.
#18 0x000055f0c7e54b59 in ruby_vm_destruct (vm=0x55f0c9ecfb10) at /tmp/ruby/src/trunk_gcc9/vm.c:3065
        th = 0x55f0cc1d6ff0
        stack = 0x55f0d1300bf0
        objspace = 0x55f0c9ed2470
#19 0x000055f0c7c520af in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_gcc9/eval.c:268
        state = <optimized out>
        save_error = 4
        sysex = 0
        signaled = 0
        th = <optimized out>
        th0 = 0x55f0cc1d6ff0
        step = 4
        message = 4
        buf = <optimized out>
#20 0x000055f0c7c5285c in ruby_cleanup (ex=<optimized out>) at /tmp/ruby/src/trunk_gcc9/eval.c:182
No locals.
#21 ruby_stop (ex=<optimized out>) at /tmp/ruby/src/trunk_gcc9/eval.c:298
No locals.
#22 0x000055f0c7d4fb94 in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_gcc9/process.c:4386
        status = 0
        pid = <optimized out>
#23 rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_gcc9/process.c:4376
        pid = <optimized out>
        status = <optimized out>
#24 0x000055f0c7e2e466 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:3490
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#25 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:3518
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#26 vm_call_cfunc_other (ec=0x55f0cc1d7210, reg_cfp=0x55f0d1400b80, calling=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:3544
        ci = <optimized out>
        argv_ary = <optimized out>
#27 0x000055f0c7e3da51 in vm_call_method_each_type (ec=0x55f0cc1d7210, cfp=0x55f0d1400b80, calling=0x7f92548fc8e0) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:4417
        aset_mask = <optimized out>
        ivar_mask = <optimized out>
        ci = 0x646100040001
        cc = <optimized out>
        cme = <optimized out>
        v = <optimized out>
#28 0x000055f0c7e3e734 in vm_call_method (ec=0x55f0cc1d7210, cfp=0x55f0d1400b80, calling=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:4569
        cc_on_stack = {flags = 94492733191056, klass = 9434718187674727168, cme_ = 0x7f925dd31368, call_ = 0x55f0ce975bc0, aux_ = {attr = {value = 94492791147392}, method_missing_reason = (unknown: 0xd1400b80), v = 94492791147392, bf = 0x55f0d1400b80}}
        defined_class = <optimized out>
        ci = <optimized out>
        cc = 0x7f925691fd30
#29 0x000055f0c7e4d220 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_callinfo.h:408
        val = 94492696943728
        ci = <optimized out>
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x55f0cba29c70, cc = 0x7f925691fd30, block_handler = 94492791147417, recv = 140266463784800, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#30 vm_exec_core (ec=0x55f0cc1d7210) at ../../src/trunk_gcc9/insns.def:814
        bh = <optimized out>
        cd = 0x55f0cba29c70
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 94492696943728
        reg_pc = 0x55f0ce975bc0
        reg_cfp = 0x55f0d1400b80
        insns_address_table = {0x55f0c7e4c86c <vm_exec_core+3772>, 0x55f0c7e4c7f6 <vm_exec_core+3654>, 0x55f0c7e4ce6f <vm_exec_core+5311>, 0x55f0c7e4cde9 <vm_exec_core+5177>, 0x55f0c7e4cee8 <vm_exec_core+5432>, 0x55f0c7e4c6aa <vm_exec_core+3322>, 0x55f0c7e4cd3f <vm_exec_core+5007>, 0x55f0c7e4ccdc <vm_exec_core+4908>, 0x55f0c7e4c78f <vm_exec_core+3551>, 0x55f0c7e4c72f <vm_exec_core+3455>, 0x55f0c7e4ca9f <vm_exec_core+4335>, 0x55f0c7e4c898 <vm_exec_core+3816>, 0x55f0c7e4cc8f <vm_exec_core+4831>, 0x55f0c7e4c61d <vm_exec_core+3181>, 0x55f0c7e4c598 <vm_exec_core+3048>, 0x55f0c7e4c551 <vm_exec_core+2977>, 0x55f0c7e4c50f <vm_exec_core+2911>, 0x55f0c7e4c4d0 <vm_exec_core+2848>, 0x55f0c7e4c491 <vm_exec_core+2785>, 0x55f0c7e4c452 <vm_exec_core+2722>, 0x55f0c7e4c3b5 <vm_exec_core+2565>, 0x55f0c7e4c36b <vm_exec_core+2491>, 0x55f0c7e4c307 <vm_exec_core+2391>, 0x55f0c7e4c2b7 <vm_exec_core+2311>, 0x55f0c7e4c226 <vm_exec_core+2166>, 0x55f0c7e4c1e2 <vm_exec_core+2098>, 0x55f0c7e4c17d <vm_exec_core+1997>, 0x55f0c7e4c0f9 <vm_exec_core+1865>, 0x55f0c7e4c0b2 <vm_exec_core+1794>, 0x55f0c7e4c06b <vm_exec_core+1723>, 0x55f0c7e4dbbf <vm_exec_core+8719>, 0x55f0c7e4db24 <vm_exec_core+8564>, 0x55f0c7e4dabd <vm_exec_core+8461>, 0x55f0c7e4da68 <vm_exec_core+8376>, 0x55f0c7e4de49 <vm_exec_core+9369>, 0x55f0c7e4ddf5 <vm_exec_core+9285>, 0x55f0c7e4dea9 <vm_exec_core+9465>, 0x55f0c7e4d4eb <vm_exec_core+6971>, 0x55f0c7e4d989 <vm_exec_core+8153>, 0x55f0c7e4d94b <vm_exec_core+8091>, 0x55f0c7e4d853 <vm_exec_core+7843>, 0x55f0c7e4d806 <vm_exec_core+7766>, 0x55f0c7e4da1a <vm_exec_core+8298>, 0x55f0c7e4d9e2 <vm_exec_core+8242>, 0x55f0c7e4cfd3 <vm_exec_core+5667>, 0x55f0c7e4cf63 <vm_exec_core+5555>, 0x55f0c7e4d7af <vm_exec_core+7679>, 0x55f0c7e4d476 <vm_exec_core+6854>, 0x55f0c7e4d3d6 <vm_exec_core+6694>, 0x55f0c7e4d2f1 <vm_exec_core+6465>, 0x55f0c7e4d2ad <vm_exec_core+6397>, 0x55f0c7e4d24d <vm_exec_core+6301>, 0x55f0c7e4d0e9 <vm_exec_core+5945>, 0x55f0c7e4ba83 <vm_exec_core+211>, 0x55f0c7e4d053 <vm_exec_core+5795>, 0x55f0c7e4d653 <vm_exec_core+7331>, 0x55f0c7e4ecc0 <vm_exec_core+13072>, 0x55f0c7e4d5fa <vm_exec_core+7242>, 0x55f0c7e4d530 <vm_exec_core+7040>, 0x55f0c7e4d6ac <vm_exec_core+7420>, 0x55f0c7e4beb4 <vm_exec_core+1284>, 0x55f0c7e4bdee <vm_exec_core+1086>, 0x55f0c7e4e7c9 <vm_exec_core+11801>, 0x55f0c7e4e37c <vm_exec_core+10700>, 0x55f0c7e4e319 <vm_exec_core+10601>, 0x55f0c7e4e2b6 <vm_exec_core+10502>, 0x55f0c7e4e270 <vm_exec_core+10432>, 0x55f0c7e4e1c5 <vm_exec_core+10261>, 0x55f0c7e4e118 <vm_exec_core+10088>, 0x55f0c7e4f470 <vm_exec_core+15040>, 0x55f0c7e4f4e1 <vm_exec_core+15153>, 0x55f0c7e4f294 <vm_exec_core+14564>, 0x55f0c7e4f33d <vm_exec_core+14733>, 0x55f0c7e4f3c8 <vm_exec_core+14872>, 0x55f0c7e4f5ba <vm_exec_core+15370>, 0x55f0c7e4f0c3 <vm_exec_core+14099>, 0x55f0c7e4f151 <vm_exec_core+14241>, 0x55f0c7e4f620 <vm_exec_core+15472>, 0x55f0c7e4f71a <vm_exec_core+15722>, 0x55f0c7e4f552 <vm_exec_core+15266>, 0x55f0c7e4f7da <vm_exec_core+15914>, 0x55f0c7e4f782 <vm_exec_core+15826>, 0x55f0c7e4f863 <vm_exec_core+16051>, 0x55f0c7e4ed14 <vm_exec_core+13156>, 0x55f0c7e4ed89 <vm_exec_core+13273>, 0x55f0c7e4e428 <vm_exec_core+10872>, 0x55f0c7e4e3c0 <vm_exec_core+10768>, 0x55f0c7e4edd3 <vm_exec_core+13347>, 0x55f0c7e4ee14 <vm_exec_core+13412>, 0x55f0c7e4ee55 <vm_exec_core+13477>, 0x55f0c7e4eea2 <vm_exec_core+13554>, 0x55f0c7e4f1b9 <vm_exec_core+14345>, 0x55f0c7e4f688 <vm_exec_core+15576>, 0x55f0c7e4e4a7 <vm_exec_core+10999>, 0x55f0c7e4bfe8 <vm_exec_core+1592>, 0x55f0c7e4dfcf <vm_exec_core+9759>, 0x55f0c7e4df82 <vm_exec_core+9682>, 0x55f0c7e4df2d <vm_exec_core+9597>, 0x55f0c7e4deda <vm_exec_core+9514>, 0x55f0c7e4e0bd <vm_exec_core+9997>, 0x55f0c7e4e07e <vm_exec_core+9934>, 0x55f0c7e4bdaf <vm_exec_core+1023>, 0x55f0c7e4c85d <vm_exec_core+3757>, 0x55f0c7e4c7e7 <vm_exec_core+3639>, 0x55f0c7e4ce60 <vm_exec_core+5296>, 0x55f0c7e4cdda <vm_exec_core+5162>, 0x55f0c7e4ced9 <vm_exec_core+5417>, 0x55f0c7e4c69b <vm_exec_core+3307>, 0x55f0c7e4cd30 <vm_exec_core+4992>, 0x55f0c7e4cccd <vm_exec_core+4893>, 0x55f0c7e4c780 <vm_exec_core+3536>, 0x55f0c7e4c720 <vm_exec_core+3440>, 0x55f0c7e4ca90 <vm_exec_core+4320>, 0x55f0c7e4c889 <vm_exec_core+3801>, 0x55f0c7e4cc80 <vm_exec_core+4816>, 0x55f0c7e4c60e <vm_exec_core+3166>, 0x55f0c7e4c589 <vm_exec_core+3033>, 0x55f0c7e4c542 <vm_exec_core+2962>, 0x55f0c7e4c500 <vm_exec_core+2896>, 0x55f0c7e4c4c1 <vm_exec_core+2833>, 0x55f0c7e4c482 <vm_exec_core+2770>, 0x55f0c7e4c443 <vm_exec_core+2707>, 0x55f0c7e4c3a6 <vm_exec_core+2550>, 0x55f0c7e4c35c <vm_exec_core+2476>, 0x55f0c7e4c2f8 <vm_exec_core+2376>, 0x55f0c7e4c2a8 <vm_exec_core+2296>, 0x55f0c7e4c217 <vm_exec_core+2151>, 0x55f0c7e4c1d3 <vm_exec_core+2083>, 0x55f0c7e4c16e <vm_exec_core+1982>, 0x55f0c7e4c0ea <vm_exec_core+1850>, 0x55f0c7e4c0a3 <vm_exec_core+1779>, 0x55f0c7e4c05c <vm_exec_core+1708>, 0x55f0c7e4dbb0 <vm_exec_core+8704>, 0x55f0c7e4db15 <vm_exec_core+8549>, 0x55f0c7e4daae <vm_exec_core+8446>, 0x55f0c7e4da59 <vm_exec_core+8361>, 0x55f0c7e4de3a <vm_exec_core+9354>, 0x55f0c7e4dde6 <vm_exec_core+9270>, 0x55f0c7e4de9a <vm_exec_core+9450>, 0x55f0c7e4d4dc <vm_exec_core+6956>, 0x55f0c7e4d97a <vm_exec_core+8138>, 0x55f0c7e4d93c <vm_exec_core+8076>, 0x55f0c7e4d844 <vm_exec_core+7828>, 0x55f0c7e4d7f7 <vm_exec_core+7751>, 0x55f0c7e4da0b <vm_exec_core+8283>, 0x55f0c7e4d9d3 <vm_exec_core+8227>, 0x55f0c7e4cfc4 <vm_exec_core+5652>, 0x55f0c7e4cf54 <vm_exec_core+5540>, 0x55f0c7e4d7a0 <vm_exec_core+7664>, 0x55f0c7e4d467 <vm_exec_core+6839>, 0x55f0c7e4d3c7 <vm_exec_core+6679>, 0x55f0c7e4d2e2 <vm_exec_core+6450>, 0x55f0c7e4d29e <vm_exec_core+6382>, 0x55f0c7e4d23e <vm_exec_core+6286>, 0x55f0c7e4d0da <vm_exec_core+5930>, 0x55f0c7e4ef18 <vm_exec_core+13672>, 0x55f0c7e4d044 <vm_exec_core+5780>, 0x55f0c7e4d644 <vm_exec_core+7316>, 0x55f0c7e4ef2c <vm_exec_core+13692>, 0x55f0c7e4d5eb <vm_exec_core+7227>, 0x55f0c7e4d521 <vm_exec_core+7025>, 0x55f0c7e4d69d <vm_exec_core+7405>, 0x55f0c7e4bea5 <vm_exec_core+1269>, 0x55f0c7e4bddf <vm_exec_core+1071>, 0x55f0c7e4e7ba <vm_exec_core+11786>, 0x55f0c7e4e36d <vm_exec_core+10685>, 0x55f0c7e4e30a <vm_exec_core+10586>, 0x55f0c7e4e2a7 <vm_exec_core+10487>, 0x55f0c7e4e261 <vm_exec_core+10417>, 0x55f0c7e4e1b6 <vm_exec_core+10246>, 0x55f0c7e4e109 <vm_exec_core+10073>, 0x55f0c7e4ef40 <vm_exec_core+13712>, 0x55f0c7e4ef54 <vm_exec_core+13732>, 0x55f0c7e4ef68 <vm_exec_core+13752>, 0x55f0c7e4ef7c <vm_exec_core+13772>, 0x55f0c7e4ef90 <vm_exec_core+13792>, 0x55f0c7e4efa4 <vm_exec_core+13812>, 0x55f0c7e4efb8 <vm_exec_core+13832>, 0x55f0c7e4efd3 <vm_exec_core+13859>, 0x55f0c7e4efe7 <vm_exec_core+13879>, 0x55f0c7e4effb <vm_exec_core+13899>, 0x55f0c7e4f00f <vm_exec_core+13919>, 0x55f0c7e4f023 <vm_exec_core+13939>, 0x55f0c7e4f037 <vm_exec_core+13959>, 0x55f0c7e4f04b <vm_exec_core+13979>, 0x55f0c7e4f05f <vm_exec_core+13999>, 0x55f0c7e4f073 <vm_exec_core+14019>, 0x55f0c7e4e419 <vm_exec_core+10857>, 0x55f0c7e4e3b1 <vm_exec_core+10753>, 0x55f0c7e4f087 <vm_exec_core+14039>, 0x55f0c7e4f09b <vm_exec_core+14059>, 0x55f0c7e4f0af <vm_exec_core+14079>, 0x55f0c7e4ef04 <vm_exec_core+13652>, 0x55f0c7e4bb69 <vm_exec_core+441>, 0x55f0c7e4bb6d <vm_exec_core+445>, 0x55f0c7e4e498 <vm_exec_core+10984>, 0x55f0c7e4bfd9 <vm_exec_core+1577>, 0x55f0c7e4dfc0 <vm_exec_core+9744>, 0x55f0c7e4df73 <vm_exec_core+9667>, 0x55f0c7e4df1e <vm_exec_core+9582>...}
#31 0x000055f0c7e3ca7e in rb_vm_exec (ec=ec@entry=0x55f0cc1d7210) at /tmp/ruby/src/trunk_gcc9/vm.c:2486
        _ec = 0x55f0cc1d7210
        _tag = {tag = 36, retval = 4, buf = {0x7f92548fc9d0, 0x55f0c7e3ca88 <rb_vm_exec+408>, 0x0, 0x7f92548fc960, 0x7f9255302278}, prev = 0x7f92548fcc80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#32 0x000055f0c7e417e1 in invoke_block (captured=0x55f0cc1d7450, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140266463784800, iseq=0x7f9255302278, ec=0x55f0cc1d7210) at /tmp/ruby/src/trunk_gcc9/vm.c:1509
        arg_size = <optimized out>
        arg_size = <optimized out>
#33 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=<optimized out>, argc=<optimized out>, self=140266463784800, captured=0x55f0cc1d7450, ec=0x55f0cc1d7210) at /tmp/ruby/src/trunk_gcc9/vm.c:1579
        iseq = 0x7f9255302278
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x55f0d1300c08
        av = {206158430248, 140266460662672}
        stack_argv = 0x55f0d1300c08
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#34 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=0, kw_splat=1418709808, argv=<optimized out>, argc=<optimized out>, self=140266463784800, proc=<optimized out>, ec=0x55f0cc1d7210) at /tmp/ruby/src/trunk_gcc9/vm.c:1677
        block = 0x55f0cc1d7450
        block = <optimized out>
        again = <optimized out>
        keyword_hash = <optimized out>
#35 vm_invoke_proc (ec=0x55f0cc1d7210, proc=<optimized out>, self=140266463784800, argc=argc@entry=0, argv=argv@entry=0x7f92548fcb30, kw_splat=<optimized out>, passed_block_handler=0) at /tmp/ruby/src/trunk_gcc9/vm.c:1707
No locals.
#36 0x000055f0c7e41b03 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x55f0cc1d7450, argc=argc@entry=0, argv=argv@entry=0x7f92548fcb30, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk_gcc9/vm.c:1728
        self = <optimized out>
#37 0x000055f0c7defa66 in thread_do_start_proc (th=0x55f0cc1d6ff0) at /tmp/ruby/src/trunk_gcc9/thread.c:592
        args = 140266471276400
        args_ptr = 0x7f92548fcb30
        args_len = 0
        procval = <optimized out>
        proc = 0x55f0cc1d7450
#38 0x000055f0c7df0d72 in thread_do_start (th=0x55f0cc1d6ff0) at /tmp/ruby/src/trunk_gcc9/thread.c:611
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#39 thread_start_func_2 (th=0x55f0cc1d6ff0, stack_start=<optimized out>) at /tmp/ruby/src/trunk_gcc9/thread.c:667
        _ec = 0x55f0cc1d7210
        _tag = {tag = 36, retval = 140267041972140, buf = {0x7f92548fccf0, 0x55f0c7df0cb0 <thread_start_func_2+576>, 0x0, 0x7f92548fcb90, 0x55f0c9ed3350}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x55f0c9ed2090
#40 0x000055f0c7df15e7 in call_thread_start_func_2 (th=0x55f0cc1d6ff0) at /tmp/ruby/src/trunk_gcc9/thread_pthread.c:2186
No locals.
#41 nt_start (ptr=0x55f0cc00dc50) at /tmp/ruby/src/trunk_gcc9/thread_pthread.c:2231
        th = 0x55f0cc1d6ff0
        sched = 0x55f0c9ed3350
        nt = <optimized out>
        vm = <optimized out>
#42 0x00007f927735cb43 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 = {140725986087312, 7279511344925969136, 140266460665408, 0, 140267041966160, 140725986087664, -7340113263071524112, -7340046519166366992}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#43 0x00007f92773edbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk_gcc9/ruby -c /tmp/cores/core.1001.4052171.test_autoload.* -x gdbscript
[New LWP 4052171]
[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/src/trunk_gcc9/tool/lib/test/unit/parallel.rb: TestAutoload#test_auto'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  __pthread_kill_implementation (no_tid=0, signo=11, threadid=140266586826304) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f925c14e640 (LWP 4052171) __pthread_kill_implementation (no_tid=0, signo=11, threadid=140266586826304) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f925c14e640 (LWP 4052171)):
#0  __pthread_kill_implementation (no_tid=0, signo=11, threadid=140266586826304) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f925c14e640
        old_mask = {__val = {94492759375488, 94489548947456, 94492793244632, 94492634232039, 94492633505264, 0, 140267043563168, 9434718187674727168, 94492636464333, 9434718187674727168, 0, 140267043563168, 94492759375488, 94492759375488, 1, 140267042623171}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=11, threadid=140266586826304) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140266586826304, signo=signo@entry=11) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f927730a476 in __GI_raise (sig=sig@entry=11) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x000055f0c7daaf65 in ruby_default_signal (sig=sig@entry=11) at /tmp/ruby/src/trunk_gcc9/signal.c:422
No locals.
#5  0x000055f0c7c4cfc5 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x55f0cf5b3e80, fmt=fmt@entry=0x55f0c807c4cd "Segmentation fault at %p") at /tmp/ruby/src/trunk_gcc9/error.c:1069
        file = <optimized out>
        line = 396
#6  0x000055f0c7da9e3f in sigsegv (sig=11, info=0x55f0cf5b3fb0, ctx=0x55f0cf5b3e80) at /tmp/ruby/src/trunk_gcc9/signal.c:926
No locals.
#7  <signal handler called>
No locals.
#8  imemo_type (imemo=<optimized out>) at /tmp/ruby/src/trunk_gcc9/internal/imemo.h:156
No locals.
#9  check_method_entry (can_be_svar=0, obj=32) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:715
No locals.
#10 rb_vm_frame_method_entry (cfp=cfp@entry=0x55f0d1600bd8) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:739
        ep = 0x55f0cc1e4710
        me = <optimized out>
#11 0x000055f0c7e598f1 in control_frame_dump (cfp=cfp@entry=0x55f0d1600bd8, errout=errout@entry=0x7f92774e26a0 <_IO_2_1_stderr_>, ec=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:63
        pc = -1
        ep = 2
        ep_in_heap = 32 ' '
        posbuf = "/tmp/ruby/src/trunk_gcc9/test/ruby/test_autoload.rb:396\000m/5w\222\177\000\000h\r\000\000\000\000\000\000\071\000\000\000\000\000\000\000\240&Nw\222\177\000\000h\r\000\000\000\000\000\000\300\323\024\\\222\177\000\000P85w\222\177\000\000\071\000\000\000\000\000\000\000P\037\066\\\222\177\000\000\253"
        line = 0
        magic = <optimized out>
        iseq_name = <synthetic pointer>
        selfstr = <synthetic pointer>
        biseq_name = <synthetic pointer>
        tmp = <optimized out>
        iseq = 0x0
        me = <optimized out>
        error = <optimized out>
#12 0x000055f0c7e5aa79 in rb_vmdebug_stack_dump_raw (errout=<optimized out>, cfp=0x55f0d1600bd8, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:235
        error = <optimized out>
#13 rb_vmdebug_stack_dump_raw (errout=0x7f92774e26a0 <_IO_2_1_stderr_>, cfp=<optimized out>, ec=0x55f0ce658d30) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:209
        error = <optimized out>
        error = <optimized out>
#14 rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7f92774e26a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk_gcc9/vm_dump.c:1133
        cmd = <optimized out>
        error = <optimized out>
        other_runtime_info = other_runtime_info
        vm = 0x55f0c9ecfb10
        ec = 0x55f0ce658d30
#15 0x000055f0c80221d7 in rb_bug_without_die (fmt=<optimized out>, args=args@entry=0x7f925c14d550) at /tmp/ruby/src/trunk_gcc9/error.c:1042
        pid = -1
        out = 0x7f92774e26a0 <_IO_2_1_stderr_>
        file = <optimized out>
        line = 396
#16 0x000055f0c7c4cf88 in rb_bug (fmt=fmt@entry=0x55f0c804d3a0 "lazy sweeping underway when freeing object space") at /tmp/ruby/src/trunk_gcc9/error.c:1050
        args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7f925c14d630, reg_save_area = 0x7f925c14d570}}
#17 0x000055f0c7c43685 in rb_objspace_free (objspace=objspace@entry=0x55f0c9ed2470) at /tmp/ruby/src/trunk_gcc9/gc.c:1944
No locals.
#18 0x000055f0c7e54b59 in ruby_vm_destruct (vm=0x55f0c9ecfb10) at /tmp/ruby/src/trunk_gcc9/vm.c:3065
        th = 0x55f0ce658b10
        stack = 0x55f0d1500c10
        objspace = 0x55f0c9ed2470
#19 0x000055f0c7c520af in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk_gcc9/eval.c:268
        state = <optimized out>
        save_error = 4
        sysex = 0
        signaled = 0
        th = <optimized out>
        th0 = 0x55f0ce658b10
        step = 4
        message = 4
        buf = <optimized out>
#20 0x000055f0c7c5285c in ruby_cleanup (ex=<optimized out>) at /tmp/ruby/src/trunk_gcc9/eval.c:182
No locals.
#21 ruby_stop (ex=<optimized out>) at /tmp/ruby/src/trunk_gcc9/eval.c:298
No locals.
#22 0x000055f0c7d4fb94 in rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_gcc9/process.c:4386
        status = 0
        pid = <optimized out>
#23 rb_f_fork (obj=<optimized out>) at /tmp/ruby/src/trunk_gcc9/process.c:4376
        pid = <optimized out>
        status = <optimized out>
#24 0x000055f0c7e2e0f5 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=0x55f0d1600ba0, ec=0x55f0ce658d30) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:3490
        ci = 0x646100040001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f9256f95c50
        cfunc = 0x55f0c9f0f128
        recv = 140266463784800
        frame_type = 1431634051
        len = <optimized out>
        block_handler = 94492793244601
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#25 vm_call_cfunc_with_frame (ec=0x55f0ce658d30, reg_cfp=0x55f0d1600ba0, calling=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_insnhelper.c:3518
        argc = <optimized out>
        stack_bottom = <optimized out>
        argv = <optimized out>
#26 0x000055f0c7e4d220 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk_gcc9/vm_callinfo.h:408
        val = 94492696943728
        ci = <optimized out>
        cc = <optimized out>
        recv = 0
        argc = <optimized out>
        calling = {cd = 0x55f0cba29c70, cc = 0x7f925691fd30, block_handler = 94492793244601, recv = 140266463784800, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x55f0ce658d30) at ../../src/trunk_gcc9/insns.def:814
        bh = <optimized out>
        cd = 0x55f0cba29c70
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 94492696943728
        reg_pc = 0x55f0ce975bc0
        reg_cfp = 0x55f0d1600ba0
        insns_address_table = {0x55f0c7e4c86c <vm_exec_core+3772>, 0x55f0c7e4c7f6 <vm_exec_core+3654>, 0x55f0c7e4ce6f <vm_exec_core+5311>, 0x55f0c7e4cde9 <vm_exec_core+5177>, 0x55f0c7e4cee8 <vm_exec_core+5432>, 0x55f0c7e4c6aa <vm_exec_core+3322>, 0x55f0c7e4cd3f <vm_exec_core+5007>, 0x55f0c7e4ccdc <vm_exec_core+4908>, 0x55f0c7e4c78f <vm_exec_core+3551>, 0x55f0c7e4c72f <vm_exec_core+3455>, 0x55f0c7e4ca9f <vm_exec_core+4335>, 0x55f0c7e4c898 <vm_exec_core+3816>, 0x55f0c7e4cc8f <vm_exec_core+4831>, 0x55f0c7e4c61d <vm_exec_core+3181>, 0x55f0c7e4c598 <vm_exec_core+3048>, 0x55f0c7e4c551 <vm_exec_core+2977>, 0x55f0c7e4c50f <vm_exec_core+2911>, 0x55f0c7e4c4d0 <vm_exec_core+2848>, 0x55f0c7e4c491 <vm_exec_core+2785>, 0x55f0c7e4c452 <vm_exec_core+2722>, 0x55f0c7e4c3b5 <vm_exec_core+2565>, 0x55f0c7e4c36b <vm_exec_core+2491>, 0x55f0c7e4c307 <vm_exec_core+2391>, 0x55f0c7e4c2b7 <vm_exec_core+2311>, 0x55f0c7e4c226 <vm_exec_core+2166>, 0x55f0c7e4c1e2 <vm_exec_core+2098>, 0x55f0c7e4c17d <vm_exec_core+1997>, 0x55f0c7e4c0f9 <vm_exec_core+1865>, 0x55f0c7e4c0b2 <vm_exec_core+1794>, 0x55f0c7e4c06b <vm_exec_core+1723>, 0x55f0c7e4dbbf <vm_exec_core+8719>, 0x55f0c7e4db24 <vm_exec_core+8564>, 0x55f0c7e4dabd <vm_exec_core+8461>, 0x55f0c7e4da68 <vm_exec_core+8376>, 0x55f0c7e4de49 <vm_exec_core+9369>, 0x55f0c7e4ddf5 <vm_exec_core+9285>, 0x55f0c7e4dea9 <vm_exec_core+9465>, 0x55f0c7e4d4eb <vm_exec_core+6971>, 0x55f0c7e4d989 <vm_exec_core+8153>, 0x55f0c7e4d94b <vm_exec_core+8091>, 0x55f0c7e4d853 <vm_exec_core+7843>, 0x55f0c7e4d806 <vm_exec_core+7766>, 0x55f0c7e4da1a <vm_exec_core+8298>, 0x55f0c7e4d9e2 <vm_exec_core+8242>, 0x55f0c7e4cfd3 <vm_exec_core+5667>, 0x55f0c7e4cf63 <vm_exec_core+5555>, 0x55f0c7e4d7af <vm_exec_core+7679>, 0x55f0c7e4d476 <vm_exec_core+6854>, 0x55f0c7e4d3d6 <vm_exec_core+6694>, 0x55f0c7e4d2f1 <vm_exec_core+6465>, 0x55f0c7e4d2ad <vm_exec_core+6397>, 0x55f0c7e4d24d <vm_exec_core+6301>, 0x55f0c7e4d0e9 <vm_exec_core+5945>, 0x55f0c7e4ba83 <vm_exec_core+211>, 0x55f0c7e4d053 <vm_exec_core+5795>, 0x55f0c7e4d653 <vm_exec_core+7331>, 0x55f0c7e4ecc0 <vm_exec_core+13072>, 0x55f0c7e4d5fa <vm_exec_core+7242>, 0x55f0c7e4d530 <vm_exec_core+7040>, 0x55f0c7e4d6ac <vm_exec_core+7420>, 0x55f0c7e4beb4 <vm_exec_core+1284>, 0x55f0c7e4bdee <vm_exec_core+1086>, 0x55f0c7e4e7c9 <vm_exec_core+11801>, 0x55f0c7e4e37c <vm_exec_core+10700>, 0x55f0c7e4e319 <vm_exec_core+10601>, 0x55f0c7e4e2b6 <vm_exec_core+10502>, 0x55f0c7e4e270 <vm_exec_core+10432>, 0x55f0c7e4e1c5 <vm_exec_core+10261>, 0x55f0c7e4e118 <vm_exec_core+10088>, 0x55f0c7e4f470 <vm_exec_core+15040>, 0x55f0c7e4f4e1 <vm_exec_core+15153>, 0x55f0c7e4f294 <vm_exec_core+14564>, 0x55f0c7e4f33d <vm_exec_core+14733>, 0x55f0c7e4f3c8 <vm_exec_core+14872>, 0x55f0c7e4f5ba <vm_exec_core+15370>, 0x55f0c7e4f0c3 <vm_exec_core+14099>, 0x55f0c7e4f151 <vm_exec_core+14241>, 0x55f0c7e4f620 <vm_exec_core+15472>, 0x55f0c7e4f71a <vm_exec_core+15722>, 0x55f0c7e4f552 <vm_exec_core+15266>, 0x55f0c7e4f7da <vm_exec_core+15914>, 0x55f0c7e4f782 <vm_exec_core+15826>, 0x55f0c7e4f863 <vm_exec_core+16051>, 0x55f0c7e4ed14 <vm_exec_core+13156>, 0x55f0c7e4ed89 <vm_exec_core+13273>, 0x55f0c7e4e428 <vm_exec_core+10872>, 0x55f0c7e4e3c0 <vm_exec_core+10768>, 0x55f0c7e4edd3 <vm_exec_core+13347>, 0x55f0c7e4ee14 <vm_exec_core+13412>, 0x55f0c7e4ee55 <vm_exec_core+13477>, 0x55f0c7e4eea2 <vm_exec_core+13554>, 0x55f0c7e4f1b9 <vm_exec_core+14345>, 0x55f0c7e4f688 <vm_exec_core+15576>, 0x55f0c7e4e4a7 <vm_exec_core+10999>, 0x55f0c7e4bfe8 <vm_exec_core+1592>, 0x55f0c7e4dfcf <vm_exec_core+9759>, 0x55f0c7e4df82 <vm_exec_core+9682>, 0x55f0c7e4df2d <vm_exec_core+9597>, 0x55f0c7e4deda <vm_exec_core+9514>, 0x55f0c7e4e0bd <vm_exec_core+9997>, 0x55f0c7e4e07e <vm_exec_core+9934>, 0x55f0c7e4bdaf <vm_exec_core+1023>, 0x55f0c7e4c85d <vm_exec_core+3757>, 0x55f0c7e4c7e7 <vm_exec_core+3639>, 0x55f0c7e4ce60 <vm_exec_core+5296>, 0x55f0c7e4cdda <vm_exec_core+5162>, 0x55f0c7e4ced9 <vm_exec_core+5417>, 0x55f0c7e4c69b <vm_exec_core+3307>, 0x55f0c7e4cd30 <vm_exec_core+4992>, 0x55f0c7e4cccd <vm_exec_core+4893>, 0x55f0c7e4c780 <vm_exec_core+3536>, 0x55f0c7e4c720 <vm_exec_core+3440>, 0x55f0c7e4ca90 <vm_exec_core+4320>, 0x55f0c7e4c889 <vm_exec_core+3801>, 0x55f0c7e4cc80 <vm_exec_core+4816>, 0x55f0c7e4c60e <vm_exec_core+3166>, 0x55f0c7e4c589 <vm_exec_core+3033>, 0x55f0c7e4c542 <vm_exec_core+2962>, 0x55f0c7e4c500 <vm_exec_core+2896>, 0x55f0c7e4c4c1 <vm_exec_core+2833>, 0x55f0c7e4c482 <vm_exec_core+2770>, 0x55f0c7e4c443 <vm_exec_core+2707>, 0x55f0c7e4c3a6 <vm_exec_core+2550>, 0x55f0c7e4c35c <vm_exec_core+2476>, 0x55f0c7e4c2f8 <vm_exec_core+2376>, 0x55f0c7e4c2a8 <vm_exec_core+2296>, 0x55f0c7e4c217 <vm_exec_core+2151>, 0x55f0c7e4c1d3 <vm_exec_core+2083>, 0x55f0c7e4c16e <vm_exec_core+1982>, 0x55f0c7e4c0ea <vm_exec_core+1850>, 0x55f0c7e4c0a3 <vm_exec_core+1779>, 0x55f0c7e4c05c <vm_exec_core+1708>, 0x55f0c7e4dbb0 <vm_exec_core+8704>, 0x55f0c7e4db15 <vm_exec_core+8549>, 0x55f0c7e4daae <vm_exec_core+8446>, 0x55f0c7e4da59 <vm_exec_core+8361>, 0x55f0c7e4de3a <vm_exec_core+9354>, 0x55f0c7e4dde6 <vm_exec_core+9270>, 0x55f0c7e4de9a <vm_exec_core+9450>, 0x55f0c7e4d4dc <vm_exec_core+6956>, 0x55f0c7e4d97a <vm_exec_core+8138>, 0x55f0c7e4d93c <vm_exec_core+8076>, 0x55f0c7e4d844 <vm_exec_core+7828>, 0x55f0c7e4d7f7 <vm_exec_core+7751>, 0x55f0c7e4da0b <vm_exec_core+8283>, 0x55f0c7e4d9d3 <vm_exec_core+8227>, 0x55f0c7e4cfc4 <vm_exec_core+5652>, 0x55f0c7e4cf54 <vm_exec_core+5540>, 0x55f0c7e4d7a0 <vm_exec_core+7664>, 0x55f0c7e4d467 <vm_exec_core+6839>, 0x55f0c7e4d3c7 <vm_exec_core+6679>, 0x55f0c7e4d2e2 <vm_exec_core+6450>, 0x55f0c7e4d29e <vm_exec_core+6382>, 0x55f0c7e4d23e <vm_exec_core+6286>, 0x55f0c7e4d0da <vm_exec_core+5930>, 0x55f0c7e4ef18 <vm_exec_core+13672>, 0x55f0c7e4d044 <vm_exec_core+5780>, 0x55f0c7e4d644 <vm_exec_core+7316>, 0x55f0c7e4ef2c <vm_exec_core+13692>, 0x55f0c7e4d5eb <vm_exec_core+7227>, 0x55f0c7e4d521 <vm_exec_core+7025>, 0x55f0c7e4d69d <vm_exec_core+7405>, 0x55f0c7e4bea5 <vm_exec_core+1269>, 0x55f0c7e4bddf <vm_exec_core+1071>, 0x55f0c7e4e7ba <vm_exec_core+11786>, 0x55f0c7e4e36d <vm_exec_core+10685>, 0x55f0c7e4e30a <vm_exec_core+10586>, 0x55f0c7e4e2a7 <vm_exec_core+10487>, 0x55f0c7e4e261 <vm_exec_core+10417>, 0x55f0c7e4e1b6 <vm_exec_core+10246>, 0x55f0c7e4e109 <vm_exec_core+10073>, 0x55f0c7e4ef40 <vm_exec_core+13712>, 0x55f0c7e4ef54 <vm_exec_core+13732>, 0x55f0c7e4ef68 <vm_exec_core+13752>, 0x55f0c7e4ef7c <vm_exec_core+13772>, 0x55f0c7e4ef90 <vm_exec_core+13792>, 0x55f0c7e4efa4 <vm_exec_core+13812>, 0x55f0c7e4efb8 <vm_exec_core+13832>, 0x55f0c7e4efd3 <vm_exec_core+13859>, 0x55f0c7e4efe7 <vm_exec_core+13879>, 0x55f0c7e4effb <vm_exec_core+13899>, 0x55f0c7e4f00f <vm_exec_core+13919>, 0x55f0c7e4f023 <vm_exec_core+13939>, 0x55f0c7e4f037 <vm_exec_core+13959>, 0x55f0c7e4f04b <vm_exec_core+13979>, 0x55f0c7e4f05f <vm_exec_core+13999>, 0x55f0c7e4f073 <vm_exec_core+14019>, 0x55f0c7e4e419 <vm_exec_core+10857>, 0x55f0c7e4e3b1 <vm_exec_core+10753>, 0x55f0c7e4f087 <vm_exec_core+14039>, 0x55f0c7e4f09b <vm_exec_core+14059>, 0x55f0c7e4f0af <vm_exec_core+14079>, 0x55f0c7e4ef04 <vm_exec_core+13652>, 0x55f0c7e4bb69 <vm_exec_core+441>, 0x55f0c7e4bb6d <vm_exec_core+445>, 0x55f0c7e4e498 <vm_exec_core+10984>, 0x55f0c7e4bfd9 <vm_exec_core+1577>, 0x55f0c7e4dfc0 <vm_exec_core+9744>, 0x55f0c7e4df73 <vm_exec_core+9667>, 0x55f0c7e4df1e <vm_exec_core+9582>...}
#28 0x000055f0c7e3ca7e in rb_vm_exec (ec=ec@entry=0x55f0ce658d30) at /tmp/ruby/src/trunk_gcc9/vm.c:2486
        _ec = 0x55f0ce658d30
        _tag = {tag = 36, retval = 4, buf = {0x7f925c14d9d0, 0x55f0c7e3ca88 <rb_vm_exec+408>, 0x0, 0x7f925c14d960, 0x7f9255302278}, prev = 0x7f925c14dc80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
#29 0x000055f0c7e417e1 in invoke_block (captured=0x55f0cc00dd00, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140266463784800, iseq=0x7f9255302278, ec=0x55f0ce658d30) at /tmp/ruby/src/trunk_gcc9/vm.c:1509
        arg_size = <optimized out>
        arg_size = <optimized out>
#30 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=<optimized out>, argc=<optimized out>, self=140266463784800, captured=0x55f0cc00dd00, ec=0x55f0ce658d30) at /tmp/ruby/src/trunk_gcc9/vm.c:1579
        iseq = 0x7f9255302278
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x55f0d1500c28
        av = {206158430248, 140266586823568}
        stack_argv = 0x55f0d1500c28
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#31 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=0, kw_splat=1544870704, argv=<optimized out>, argc=<optimized out>, self=140266463784800, proc=<optimized out>, ec=0x55f0ce658d30) at /tmp/ruby/src/trunk_gcc9/vm.c:1677
        block = 0x55f0cc00dd00
        block = <optimized out>
        again = <optimized out>
        keyword_hash = <optimized out>
#32 vm_invoke_proc (ec=0x55f0ce658d30, proc=<optimized out>, self=140266463784800, argc=argc@entry=0, argv=argv@entry=0x7f925c14db30, kw_splat=<optimized out>, passed_block_handler=0) at /tmp/ruby/src/trunk_gcc9/vm.c:1707
No locals.
#33 0x000055f0c7e41b03 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x55f0cc00dd00, argc=argc@entry=0, argv=argv@entry=0x7f925c14db30, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk_gcc9/vm.c:1728
        self = <optimized out>
#34 0x000055f0c7defa66 in thread_do_start_proc (th=0x55f0ce658b10) at /tmp/ruby/src/trunk_gcc9/thread.c:592
        args = 140266471275960
        args_ptr = 0x7f925c14db30
        args_len = 0
        procval = <optimized out>
        proc = 0x55f0cc00dd00
#35 0x000055f0c7df0d72 in thread_do_start (th=0x55f0ce658b10) at /tmp/ruby/src/trunk_gcc9/thread.c:611
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#36 thread_start_func_2 (th=0x55f0ce658b10, stack_start=<optimized out>) at /tmp/ruby/src/trunk_gcc9/thread.c:667
        _ec = 0x55f0ce658d30
        _tag = {tag = 36, retval = 140267041972140, buf = {0x7f925c14dcf0, 0x55f0c7df0cb0 <thread_start_func_2+576>, 0x0, 0x7f925c14db90, 0x55f0c9ed3350}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        ractor_main_th = 0x55f0c9ed2090
#37 0x000055f0c7df15e7 in call_thread_start_func_2 (th=0x55f0ce658b10) at /tmp/ruby/src/trunk_gcc9/thread_pthread.c:2186
No locals.
#38 nt_start (ptr=0x55f0d03b9b70) at /tmp/ruby/src/trunk_gcc9/thread_pthread.c:2231
        th = 0x55f0ce658b10
        sched = 0x55f0c9ed3350
        nt = <optimized out>
        vm = <optimized out>
#39 0x00007f927735cb43 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 = {140725986087312, 7279511344925969136, 140266586826304, 0, 140267041966160, 140725986087664, -7340096813883651344, -7340046519166366992}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#40 0x00007f92773edbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

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