# Logfile created on 2023-12-27 06:21:39 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000560d26ff6368 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20231227-062139", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000560d2708b4e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000560d2708b378 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000560d2708b1c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231227-062139", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231227-062139>, @binmode=false, @mon_data=#<Monitor:0x0000560d2708b0f8>, @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
   96c6b93..862cfca  master     -> origin/master
Updating 96c6b93..862cfca
Fast-forward
 ext/etc/etc.c | 105 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 70 insertions(+), 35 deletions(-)
Latest commit hash = 862cfcaf75
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/etc'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/etc/etc.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

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

# Running tests:

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

Retrying...
Finished tests in 1511.090761s, 17.8467 tests/s, 6331.0585 assertions/s.
26968 tests, 9566804 assertions, 0 failures, 0 errors, 221 skips

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

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

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

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.614968.ruby -x gdbscript
[New LWP 614968]
[New LWP 614970]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/lib/er'.
Program terminated with signal SIGABRT, Aborted.
#0  rb_iseq_mark_and_move (iseq=0x7f732f0e0ef8, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:342
342	                if (cds[i].ci) rb_gc_mark_and_move_ptr(&cds[i].ci);
[Current thread is 1 (Thread 0x7f73497187c0 (LWP 614968))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f73497187c0 (LWP 614968) rb_iseq_mark_and_move (iseq=0x7f732f0e0ef8, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:342
  2    Thread 0x7f733013f640 (LWP 614970) 0x00007f7349840fde in epoll_wait (epfd=4, events=0x55f3dcc9785c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f733013f640 (LWP 614970)):
#0  0x00007f7349840fde in epoll_wait (epfd=4, events=0x55f3dcc9785c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055f3dc8012c1 in event_wait (vm=0x55f3de62bb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22003
#2  0x000055f3dc8012e5 in timer_thread_polling (vm=0x55f3de62bb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 998795760
#3  0x000055f3dc8019a5 in timer_thread_func (ptr=0x55f3de62bb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x55f3de62bb10
#4  0x00007f73497afb43 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 = {140721976291536, -469807590119594419, 140132704581184, 25, 140133130762320, 140721976291888, 548463182241572429, 548447985955087949}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f7349840bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f73497187c0 (LWP 614968)):
#0  rb_iseq_mark_and_move (iseq=0x7f732f0e0ef8, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:342
        cds = 0x55f3de735a70
        i = 219
        body = 0x55f3de735780
#1  0x000055f3dc67482e in gc_mark_imemo (objspace=0x55f3de62e470, obj=140132687417080) at /tmp/ruby/src/trunk-O0/gc.c:7262
        __func__ = <optimized out>
#2  0x000055f3dc674a26 in gc_mark_children (objspace=0x55f3de62e470, obj=140132687417080) at /tmp/ruby/src/trunk-O0/gc.c:7355
        any = 0x7f732f0e0ef8
#3  0x000055f3dc6753a6 in gc_mark_stacked_objects (objspace=0x55f3de62e470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x55f3de62e8f8
        obj = 140132687417080
        marked_slots_at_the_beginning = 757
        popped_count = 0
#4  0x000055f3dc675526 in gc_mark_stacked_objects_all (objspace=0x55f3de62e470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#5  0x000055f3dc67789a in gc_marks_rest (objspace=0x55f3de62e470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#6  0x000055f3dc6779ce in gc_marks (objspace=0x55f3de62e470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#7  0x000055f3dc679771 in gc_start (objspace=0x55f3de62e470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#8  0x000055f3dc679406 in garbage_collect (objspace=0x55f3de62e470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 1667798176
        ret = 32764
#9  0x000055f3dc679e91 in garbage_collect_with_gvl (objspace=0x55f3de62e470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9869
No locals.
#10 0x000055f3dc681070 in objspace_malloc_gc_stress (objspace=0x55f3de62e470) at /tmp/ruby/src/trunk-O0/gc.c:12406
        reason = 45568
#11 0x000055f3dc681353 in objspace_xmalloc0 (objspace=0x55f3de62e470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12608
        gpr = 107008
        mem = 0x20b000020b1
#12 0x000055f3dc681670 in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12832
No locals.
#13 0x000055f3dc6816a6 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12841
No locals.
#14 0x000055f3dc685061 in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14420
No locals.
#15 0x000055f3dc84673f in vm_ccs_create (klass=140132704904240, cc_tbl=0x55f3de7b4560, mid=8369, cme=0x7f7349608718) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000020b
#16 0x000055f3dc862514 in cache_callable_method_entry (klass=140132704904240, mid=8369, cme=0x7f7349608718) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x55f3de7b4560
        ccs_data = 94505865191835
#17 0x000055f3dc8626d6 in callable_method_entry_or_negative (klass=140132704904240, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140132704905200
        me = 0x7f7349608718
        _lev = 22003
        cme = 0x7f7349608718
#18 0x000055f3dc862768 in callable_method_entry (klass=140132704904240, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7ffc63689690
#19 0x000055f3dc8627cb in rb_callable_method_entry (klass=140132704904240, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#20 0x000055f3dc864be6 in rb_method_basic_definition_p (klass=140132704904240, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f732effd3b0
#21 0x000055f3dca5f39d in rb_get_backtrace (exc=140132686484400) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 140721976284848
#22 0x000055f3dc6564e2 in setup_exception (ec=0x55f3de62f4e0, tag=6, mesg=140132686484400, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1287
        _ec = 0x55f3de62f4e0
        _tag = {tag = 36, retval = 140133107629664, buf = {0x7ffc636898a0, 0x55f3dc65646b <setup_exception+313>, 0x0, 0x7ffc63689750, 0x7f734819fe60}, prev = 0x7ffc6368b270, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 17525671946201518080
        line = 444
        file = 0x7f732f0d24b0 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
        file0 = 0x7f732f0d24b0 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#23 0x000055f3dc656b37 in rb_longjmp (ec=0x55f3de62f4e0, tag=6, mesg=140132686484400, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#24 0x000055f3dc656bbd in rb_exc_exception (mesg=140132686484400, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#25 0x000055f3dc656be3 in rb_exc_raise (mesg=140132686484400) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#26 0x000055f3dc808ccb in rb_threadptr_execute_interrupts (th=0x55f3de62e090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2454
        err = 140132686484400
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#27 0x000055f3dc7fb1bf in rb_vm_check_ints (ec=0x55f3de62f4e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2083
No locals.
#28 0x000055f3dc804ea1 in unblock_function_set (th=0x55f3de62e090, func=0x55f3dc7ff8cb <ubf_select>, arg=0x55f3de62e090, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:314
No locals.
#29 0x000055f3dc8074aa in blocking_region_begin (th=0x55f3de62e090, region=0x7ffc63689a78, ubf=0x55f3dc7ff8cb <ubf_select>, arg=0x55f3de62e090, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:1466
No locals.
#30 0x000055f3dc807719 in rb_nogvl (func=0x55f3dc69e381 <sysopen_func>, data1=0x7ffc63689b40, ubf=0x55f3dc7ff8cb <ubf_select>, data2=0x55f3de62e090, flags=0) at /tmp/ruby/src/trunk-O0/thread.c:1530
        __region = {prev_status = THREAD_RUNNABLE}
        val = 0x0
        ec = 0x55f3de62f4e0
        th = 0x55f3de62e090
        vm = 0x55f3de62bb10
        is_main_thread = true
        saved_errno = 0
        ubf_th = 0
#31 0x000055f3dc807828 in rb_thread_call_without_gvl (func=0x55f3dc69e381 <sysopen_func>, data1=0x7ffc63689b40, ubf=0xffffffffffffffff, data2=0x0) at /tmp/ruby/src/trunk-O0/thread.c:1646
No locals.
#32 0x000055f3dc69e3fa in rb_sysopen_internal (data=0x7ffc63689b40) at /tmp/ruby/src/trunk-O0/io.c:6966
        fd = -214453817
#33 0x000055f3dc69e486 in rb_sysopen (fname=140132686625600, oflags=194, perm=384) at /tmp/ruby/src/trunk-O0/io.c:6983
        first_errno = 32627
        retried_errno = 0
        retried = 0
        fd = -1
        data = {fname = 140132686625600, oflags = 194, perm = 384}
        __func__ = "rb_sysopen"
#34 0x000055f3dc69eb0c in rb_file_open_generic (io=140132686484480, filename=140132686625600, oflags=194, fmode=1155, convconfig=0x7ffc63689c30, perm=384) at /tmp/ruby/src/trunk-O0/io.c:7147
        pathv = 140132686625600
        fptr = 0x55f3de8a7810
        cc = {enc = 0x7ffc00000483, enc2 = 0xf337b1c7b35ed000, ecflags = -562288120, ecopts = 140133129089376}
#35 0x000055f3dc6a027b in rb_open_file (argc=3, argv=0x7f7349617148, io=140132686484480) at /tmp/ruby/src/trunk-O0/io.c:8063
        fname = 140132686625600
        oflags = 194
        fmode = 1155
        convconfig = {enc = 0x0, enc2 = 0x0, ecflags = 0, ecopts = 4}
        perm = 384
#36 0x000055f3dc6a2d5a in rb_file_initialize (argc=3, argv=0x7f7349617148, io=140132686484480) at /tmp/ruby/src/trunk-O0/io.c:9582
No locals.
#37 0x000055f3dc84c8d1 in ractor_safe_call_cfunc_m1 (recv=140132686484480, argc=3, argv=0x7f7349617148, func=0x55f3dc6a2caf <rb_file_initialize>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55f3dc6a2caf <rb_file_initialize>
#38 0x000055f3dc865df9 in vm_call0_cfunc_with_frame (ec=0x55f3de62f4e0, calling=0x7ffc63689f90, argv=0x7f7349617148) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f7349716ec0
        ci = 0x7ffc63689f60
        val = 140721976286624
        me = 0x7f7330165a08
        cfunc = 0x55f3de651f78
        len = -1
        recv = 140132686484480
        argc = 3
        mid = 3137
        block_handler = 0
        frame_flags = 1431635075
        args = <optimized out>
        args = <optimized out>
#39 0x000055f3dc865f22 in vm_call0_cfunc (ec=0x55f3de62f4e0, calling=0x7ffc63689f90, argv=0x7f7349617148) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#40 0x000055f3dc8661a0 in vm_call0_body (ec=0x55f3de62f4e0, calling=0x7ffc63689f90, argv=0x7f7349617148) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffc63689f60
        cc = 0x7f732effd3d8
        ret = 36
#41 0x000055f3dc8659f0 in vm_call0_cc (ec=0x55f3de62f4e0, recv=140132686484480, id=3137, argc=3, argv=0x7f7349617148, cc=0x7f732effd3d8, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 64
        use_argv = 0x7f7349617148
        av = {94505863163796, 94505896441056}
        calling = {cd = 0x7ffc63689f50, cc = 0x7f732effd3d8, block_handler = 0, recv = 140132686484480, argc = 3, kw_splat = true, heap_argv = 0}
#42 0x000055f3dc8675d3 in rb_call0 (ec=0x55f3de62f4e0, recv=140132686484480, mid=3137, argc=3, argv=0x7f7349617148, call_scope=CALL_FCALL_KW, self=140132704709880) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_FCALL
        kw_splat = 1
        cc = 0x7f732effd3d8
#43 0x000055f3dc86831f in rb_call (recv=140132686484480, mid=3137, argc=3, argv=0x7f7349617148, scope=CALL_FCALL_KW) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x55f3de62f4e0
#44 0x000055f3dc868a02 in rb_funcallv_kw (recv=140132686484480, mid=3137, argc=3, argv=0x7f7349617148, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1092
No locals.
#45 0x000055f3dc6590eb in rb_obj_call_init_kw (obj=140132686484480, argc=3, argv=0x7f7349617148, kw_splat=1) at /tmp/ruby/src/trunk-O0/eval.c:1709
No locals.
#46 0x000055f3dc708df4 in rb_class_new_instance_kw (argc=3, argv=0x7f7349617148, klass=140132704709880, kw_splat=1) at /tmp/ruby/src/trunk-O0/object.c:2144
        obj = 140132686484480
#47 0x000055f3dc6a02c5 in rb_io_s_open (argc=3, argv=0x7f7349617148, klass=140132704709880) at /tmp/ruby/src/trunk-O0/io.c:8103
        io = 94505865034412
#48 0x000055f3dc84c8d1 in ractor_safe_call_cfunc_m1 (recv=140132704709880, argc=3, argv=0x7f7349617148, func=0x55f3dc6a0295 <rb_io_s_open>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55f3dc6a0295 <rb_io_s_open>
#49 0x000055f3dc84d508 in vm_call_cfunc_with_frame_ (ec=0x55f3de62f4e0, reg_cfp=0x7f7349716ef8, calling=0x7ffc6368a5e0, argc=3, argv=0x7f7349617148, stack_bottom=0x7f7349617140) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x411100400007
        cc = 0x7f732effd428
        val = 140721976287872
        me = 0x7f733016a918
        cfunc = 0x55f3de68f278
        recv = 140132704709880
        block_handler = 0
        frame_type = 1431635075
        len = -1
        args = <optimized out>
        args = <optimized out>
#50 0x000055f3dc84d6dd in vm_call_cfunc_with_frame (ec=0x55f3de62f4e0, reg_cfp=0x7f7349716ef8, calling=0x7ffc6368a5e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 3
        stack_bottom = 0x7f7349617140
        argv = 0x7f7349617148
#51 0x000055f3dc84d7f5 in vm_call_cfunc_other (ec=0x55f3de62f4e0, reg_cfp=0x7f7349716ef8, calling=0x7ffc6368a5e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x411100400007
        argv_ary = 0
#52 0x000055f3dc84dc1d in vm_call_cfunc (ec=0x55f3de62f4e0, reg_cfp=0x7f7349716ef8, calling=0x7ffc6368a5e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x411100400007
#53 0x000055f3dc85074c in vm_call_method_each_type (ec=0x55f3de62f4e0, cfp=0x7f7349716ef8, calling=0x7ffc6368a5e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x411100400007
        cc = 0x7f732effd428
        cme = 0x7f733016a918
        v = 94505898487944
#54 0x000055f3dc8511f8 in vm_call_method (ec=0x55f3de62f4e0, cfp=0x7f7349716ef8, calling=0x7ffc6368a5e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x411100400007
        cc = 0x7f732effd428
#55 0x000055f3dc8513fa in vm_call_general (ec=0x55f3de62f4e0, reg_cfp=0x7f7349716ef8, calling=0x7ffc6368a5e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#56 0x000055f3dc853a7f in vm_sendish (ec=0x55f3de62f4e0, reg_cfp=0x7f7349716ef8, cd=0x55f3de7c2be0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x411100400007
        cc = 0x7f732effd428
        argc = 3
        recv = 140132704709880
        calling = {cd = 0x55f3de7c2be0, cc = 0x7f732effd428, block_handler = 0, recv = 140132704709880, argc = 3, kw_splat = true, heap_argv = 0}
#57 0x000055f3dc85b010 in vm_exec_core (ec=0x55f3de62f4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55f3de7c2be0
        leaf = false
        val = 140132686625760
        reg_pc = 0x55f3de7c2a08
        reg_cfp = 0x7f7349716ef8
        insns_address_table = {0x55f3dc8576e7 <vm_exec_core+108>, 0x55f3dc857749 <vm_exec_core+206>, 0x55f3dc85785c <vm_exec_core+481>, 0x55f3dc857970 <vm_exec_core+757>, 0x55f3dc857b0e <vm_exec_core+1171>, 0x55f3dc857c3e <vm_exec_core+1475>, 0x55f3dc857e50 <vm_exec_core+2005>, 0x55f3dc857f62 <vm_exec_core+2279>, 0x55f3dc85803b <vm_exec_core+2496>, 0x55f3dc858142 <vm_exec_core+2759>, 0x55f3dc858249 <vm_exec_core+3022>, 0x55f3dc858357 <vm_exec_core+3292>, 0x55f3dc858469 <vm_exec_core+3566>, 0x55f3dc858539 <vm_exec_core+3774>, 0x55f3dc858642 <vm_exec_core+4039>, 0x55f3dc85873c <vm_exec_core+4289>, 0x55f3dc8587ff <vm_exec_core+4484>, 0x55f3dc8588c2 <vm_exec_core+4679>, 0x55f3dc85894b <vm_exec_core+4816>, 0x55f3dc8589d7 <vm_exec_core+4956>, 0x55f3dc858a7d <vm_exec_core+5122>, 0x55f3dc858b55 <vm_exec_core+5338>, 0x55f3dc858c22 <vm_exec_core+5543>, 0x55f3dc858d00 <vm_exec_core+5765>, 0x55f3dc858dc2 <vm_exec_core+5959>, 0x55f3dc858f01 <vm_exec_core+6278>, 0x55f3dc858fa7 <vm_exec_core+6444>, 0x55f3dc85908c <vm_exec_core+6673>, 0x55f3dc8591bb <vm_exec_core+6976>, 0x55f3dc85927e <vm_exec_core+7171>, 0x55f3dc859341 <vm_exec_core+7366>, 0x55f3dc859438 <vm_exec_core+7613>, 0x55f3dc8594fa <vm_exec_core+7807>, 0x55f3dc8595d9 <vm_exec_core+8030>, 0x55f3dc8596a6 <vm_exec_core+8235>, 0x55f3dc8597b6 <vm_exec_core+8507>, 0x55f3dc8598b0 <vm_exec_core+8757>, 0x55f3dc85992b <vm_exec_core+8880>, 0x55f3dc8599ec <vm_exec_core+9073>, 0x55f3dc859ada <vm_exec_core+9311>, 0x55f3dc859b8a <vm_exec_core+9487>, 0x55f3dc859d09 <vm_exec_core+9870>, 0x55f3dc859de3 <vm_exec_core+10088>, 0x55f3dc859ecf <vm_exec_core+10324>, 0x55f3dc859f60 <vm_exec_core+10469>, 0x55f3dc85a0bb <vm_exec_core+10816>, 0x55f3dc85a65d <vm_exec_core+12258>, 0x55f3dc85a759 <vm_exec_core+12510>, 0x55f3dc85a85c <vm_exec_core+12769>, 0x55f3dc85a948 <vm_exec_core+13005>, 0x55f3dc85ab61 <vm_exec_core+13542>, 0x55f3dc85ac53 <vm_exec_core+13784>, 0x55f3dc85ad59 <vm_exec_core+14046>, 0x55f3dc85af56 <vm_exec_core+14555>, 0x55f3dc85b0ff <vm_exec_core+14980>, 0x55f3dc85b22a <vm_exec_core+15279>, 0x55f3dc85b396 <vm_exec_core+15643>, 0x55f3dc85b4c1 <vm_exec_core+15942>, 0x55f3dc85b62d <vm_exec_core+16306>, 0x55f3dc85b80f <vm_exec_core+16788>, 0x55f3dc85ba0c <vm_exec_core+17297>, 0x55f3dc85bbb5 <vm_exec_core+17722>, 0x55f3dc85bcd7 <vm_exec_core+18012>, 0x55f3dc85bd7e <vm_exec_core+18179>, 0x55f3dc85be42 <vm_exec_core+18375>, 0x55f3dc85bf2b <vm_exec_core+18608>, 0x55f3dc85c017 <vm_exec_core+18844>, 0x55f3dc85c100 <vm_exec_core+19077>, 0x55f3dc85c214 <vm_exec_core+19353>, 0x55f3dc85c33b <vm_exec_core+19648>, 0x55f3dc85c471 <vm_exec_core+19958>, 0x55f3dc85c5a7 <vm_exec_core+20268>, 0x55f3dc85c6dd <vm_exec_core+20578>, 0x55f3dc85c813 <vm_exec_core+20888>, 0x55f3dc85c949 <vm_exec_core+21198>, 0x55f3dc85ca8a <vm_exec_core+21519>, 0x55f3dc85cc04 <vm_exec_core+21897>, 0x55f3dc85cd3a <vm_exec_core+22207>, 0x55f3dc85ce70 <vm_exec_core+22517>, 0x55f3dc85cfa6 <vm_exec_core+22827>, 0x55f3dc85d0dc <vm_exec_core+23137>, 0x55f3dc85d212 <vm_exec_core+23447>, 0x55f3dc85d348 <vm_exec_core+23757>, 0x55f3dc85d47e <vm_exec_core+24067>, 0x55f3dc85d5b4 <vm_exec_core+24377>, 0x55f3dc85d703 <vm_exec_core+24712>, 0x55f3dc85d8bd <vm_exec_core+25154>, 0x55f3dc85da3b <vm_exec_core+25536>, 0x55f3dc85db5a <vm_exec_core+25823>, 0x55f3dc85dc79 <vm_exec_core+26110>, 0x55f3dc85dd93 <vm_exec_core+26392>, 0x55f3dc85dead <vm_exec_core+26674>, 0x55f3dc85dfd8 <vm_exec_core+26973>, 0x55f3dc85e10e <vm_exec_core+27283>, 0x55f3dc85e1f9 <vm_exec_core+27518>, 0x55f3dc85e2fe <vm_exec_core+27779>, 0x55f3dc85e446 <vm_exec_core+28107>, 0x55f3dc85e535 <vm_exec_core+28346>, 0x55f3dc85e60f <vm_exec_core+28564>, 0x55f3dc85e6e4 <vm_exec_core+28777>, 0x55f3dc85e7bf <vm_exec_core+28996>, 0x55f3dc85e83b <vm_exec_core+29120>, 0x55f3dc85e8b7 <vm_exec_core+29244>, 0x55f3dc85e8d5 <vm_exec_core+29274>, 0x55f3dc85e8f3 <vm_exec_core+29304>, 0x55f3dc85e911 <vm_exec_core+29334>, 0x55f3dc85e92f <vm_exec_core+29364>, 0x55f3dc85e94d <vm_exec_core+29394>, 0x55f3dc85e96b <vm_exec_core+29424>, 0x55f3dc85e989 <vm_exec_core+29454>, 0x55f3dc85e9a7 <vm_exec_core+29484>, 0x55f3dc85e9c5 <vm_exec_core+29514>, 0x55f3dc85e9e3 <vm_exec_core+29544>, 0x55f3dc85ea01 <vm_exec_core+29574>, 0x55f3dc85ea1f <vm_exec_core+29604>, 0x55f3dc85ea3d <vm_exec_core+29634>, 0x55f3dc85ea5b <vm_exec_core+29664>, 0x55f3dc85ea79 <vm_exec_core+29694>, 0x55f3dc85ea97 <vm_exec_core+29724>, 0x55f3dc85eab5 <vm_exec_core+29754>, 0x55f3dc85ead3 <vm_exec_core+29784>, 0x55f3dc85eaf1 <vm_exec_core+29814>, 0x55f3dc85eb0f <vm_exec_core+29844>, 0x55f3dc85eb2d <vm_exec_core+29874>, 0x55f3dc85eb4b <vm_exec_core+29904>, 0x55f3dc85eb69 <vm_exec_core+29934>, 0x55f3dc85eb87 <vm_exec_core+29964>, 0x55f3dc85eba5 <vm_exec_core+29994>, 0x55f3dc85ebc3 <vm_exec_core+30024>, 0x55f3dc85ebe1 <vm_exec_core+30054>, 0x55f3dc85ebff <vm_exec_core+30084>, 0x55f3dc85ec1d <vm_exec_core+30114>, 0x55f3dc85ec3b <vm_exec_core+30144>, 0x55f3dc85ec59 <vm_exec_core+30174>, 0x55f3dc85ec77 <vm_exec_core+30204>, 0x55f3dc85ec95 <vm_exec_core+30234>, 0x55f3dc85ecb3 <vm_exec_core+30264>, 0x55f3dc85ecd1 <vm_exec_core+30294>, 0x55f3dc85ecef <vm_exec_core+30324>, 0x55f3dc85ed0d <vm_exec_core+30354>, 0x55f3dc85ed2b <vm_exec_core+30384>, 0x55f3dc85ed49 <vm_exec_core+30414>, 0x55f3dc85ed67 <vm_exec_core+30444>, 0x55f3dc85ed85 <vm_exec_core+30474>, 0x55f3dc85eda3 <vm_exec_core+30504>, 0x55f3dc85edc1 <vm_exec_core+30534>, 0x55f3dc85eddf <vm_exec_core+30564>, 0x55f3dc85edfd <vm_exec_core+30594>, 0x55f3dc85ee1b <vm_exec_core+30624>, 0x55f3dc85ee39 <vm_exec_core+30654>, 0x55f3dc85ee57 <vm_exec_core+30684>, 0x55f3dc85ee75 <vm_exec_core+30714>, 0x55f3dc85ee93 <vm_exec_core+30744>, 0x55f3dc85eeb1 <vm_exec_core+30774>, 0x55f3dc85eecf <vm_exec_core+30804>, 0x55f3dc85eeed <vm_exec_core+30834>, 0x55f3dc85ef0b <vm_exec_core+30864>, 0x55f3dc85ef29 <vm_exec_core+30894>, 0x55f3dc85ef47 <vm_exec_core+30924>, 0x55f3dc85ef65 <vm_exec_core+30954>, 0x55f3dc85ef83 <vm_exec_core+30984>, 0x55f3dc85efa1 <vm_exec_core+31014>, 0x55f3dc85efbf <vm_exec_core+31044>, 0x55f3dc85efdd <vm_exec_core+31074>, 0x55f3dc85effb <vm_exec_core+31104>, 0x55f3dc85f019 <vm_exec_core+31134>, 0x55f3dc85f037 <vm_exec_core+31164>, 0x55f3dc85f055 <vm_exec_core+31194>, 0x55f3dc85f073 <vm_exec_core+31224>, 0x55f3dc85f091 <vm_exec_core+31254>, 0x55f3dc85f0af <vm_exec_core+31284>, 0x55f3dc85f0cd <vm_exec_core+31314>, 0x55f3dc85f0eb <vm_exec_core+31344>, 0x55f3dc85f109 <vm_exec_core+31374>, 0x55f3dc85f127 <vm_exec_core+31404>, 0x55f3dc85f145 <vm_exec_core+31434>, 0x55f3dc85f163 <vm_exec_core+31464>, 0x55f3dc85f181 <vm_exec_core+31494>, 0x55f3dc85f1b2 <vm_exec_core+31543>, 0x55f3dc85f1d0 <vm_exec_core+31573>, 0x55f3dc85f1ee <vm_exec_core+31603>, 0x55f3dc85f20c <vm_exec_core+31633>, 0x55f3dc85f22a <vm_exec_core+31663>, 0x55f3dc85f248 <vm_exec_core+31693>, 0x55f3dc85f266 <vm_exec_core+31723>, 0x55f3dc85f284 <vm_exec_core+31753>, 0x55f3dc85f2a2 <vm_exec_core+31783>, 0x55f3dc85f2c0 <vm_exec_core+31813>, 0x55f3dc85f2de <vm_exec_core+31843>, 0x55f3dc85f2fc <vm_exec_core+31873>, 0x55f3dc85f31a <vm_exec_core+31903>, 0x55f3dc85f338 <vm_exec_core+31933>, 0x55f3dc85f356 <vm_exec_core+31963>, 0x55f3dc85f374 <vm_exec_core+31993>, 0x55f3dc85f392 <vm_exec_core+32023>, 0x55f3dc85f3b0 <vm_exec_core+32053>, 0x55f3dc85f3ce <vm_exec_core+32083>, 0x55f3dc85f3ec <vm_exec_core+32113>, 0x55f3dc85f40a <vm_exec_core+32143>, 0x55f3dc85f428 <vm_exec_core+32173>...}
#58 0x000055f3dc871b05 in vm_exec_loop (ec=0x55f3de62f4e0, state=RUBY_TAG_BREAK, tag=0x7ffc6368b270, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#59 0x000055f3dc871a4d in rb_vm_exec (ec=0x55f3de62f4e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x55f3de62f4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc6368b2f0, 0x55f3dc871978 <rb_vm_exec+190>, 0x0, 0x7ffc6368b240, 0x7ffc6368b588}, prev = 0x7ffc6368b360, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#60 0x000055f3dc872859 in rb_iseq_eval_main (iseq=0x7f732f089860) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x55f3de62f4e0
        val = 94505896441056
#61 0x000055f3dc655bcb in rb_ec_exec_node (ec=0x55f3de62f4e0, n=0x7f732f089860) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55f3de62e090
        _ec = 0x55f3de62f4e0
        _tag = {tag = 36, retval = 94505863041464, buf = {0x7ffc6368b3e0, 0x55f3dc655b61 <rb_ec_exec_node+212>, 0x0, 0x7ffc6368b330, 0x55f3de62f4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f732f089860
#62 0x000055f3dc655d48 in ruby_run_node (n=0x7f732f089860) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55f3de62f4e0
        status = 22003
#63 0x000055f3dc6515b4 in rb_main (argc=133, argv=0x7ffc6368b588) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140721976292448
#64 0x000055f3dc651615 in main (argc=133, argv=0x7ffc6368b588) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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