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

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

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

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.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.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/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=51815
  "--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] 338743=test_convertible
[  2/910] 338742=test_env
[  3/910] 338740=test_nkf
[  4/910] 338741=test_rdoc_markup_pre_process
[  5/910] 338740=test_internal_ivar
[  6/910] 338740=test_error_highlight
[  7/910] 338741=test_config
[  8/910] 338740=test_pipe
[  9/910] 338740=desugar_compiler_test
[ 10/910] 338741=test_have_macro
[ 11/910] 338740=test_general
[ 12/910] 338740=test_resize
[ 13/910] 338740=test_io_m17n
[ 14/910] 338741=test_stringscanner
[ 15/910] 338741=test_gem_resolver_specification
[ 16/910] 338741=test_tracepoint
[ 17/910] 338741=test_pstore
[ 18/910] 338741=test_variable
[ 19/910] 338741=test_gem_text
[ 20/910] 338741=test_settracefunc
[ 21/910] 338740=test_gem_request_set_gem_dependency_api
[ 22/910] 338740=test_lambda
[ 23/910] 338740=test_readpartial
[ 24/910] 338740=test_win32ole
[ 25/910] 338740=heredoc_dedent_test
[ 26/910] 338740=test_sprintf_comb
[ 27/910] 338742=test_time
[ 28/910] 338740=test_gem_package_old
[ 29/910] 338740=memsize_test
[ 30/910] 338740=test_method_cache
[ 31/910] 338740=test_super
[ 32/910] 338742=test_ocsp
[ 33/910] 338741=test_win32ole_param
[ 34/910] 338741=test_storage
[ 35/910] 338741=test_zlib
[ 36/910] 338742=test_gem_uninstaller
[ 37/910] 338743=test_rdoc_generator_pot
[ 38/910] 338740=test_alias
[ 39/910] 338743=test_proc
[ 40/910] 338740=test_eval
[ 41/910] 338740=test_pointer
[ 42/910] 338740=test_gem_gem_runner
[ 43/910] 338740=test_regexp
[ 44/910] 338742=pattern_test
[ 45/910] 338742=test_file_exhaustive
[ 46/910] 338743=test_extlibs
[ 47/910] 338741=test_printf
[ 48/910] 338741=compiler_test
[ 49/910] 338741=test_iterator
[ 50/910] 338741=test_string
[ 51/910] 338741=test_variable_name_check
[ 52/910] 338741=test_gem_remote_fetcher
[ 53/910] 338743=test_case
[ 54/910] 338743=test_process
[ 55/910] 338743=test_dns
[ 56/910] 338743=test_addr
[ 57/910] 338743=test_gem_commands_info_command
[ 58/910] 338742=test_getopts
[ 59/910] 338742=test_helper
[ 60/910] 338742=test_dir_m17n
[ 61/910] 338743=test_rdoc_generator_pot_po_entry
[ 62/910] 338743=test_cgi_header
[ 63/910] 338743=test_tuplebag
[ 64/910] 338743=test_show_source
[ 65/910] 338741=test_singleton_function
[ 66/910] 338741=test_protocol
[ 67/910] 338741=test_rdoc_markup_to_rdoc
[ 68/910] 338743=test_gem_local_remote_options
[ 69/910] 338741=test_gc
[ 70/910] 338743=test_cgi_modruby
[ 71/910] 338743=test_gem_commands_owner_command
[ 72/910] 338743=test_rational
[ 73/910] 338743=test_resolve_symbol
[ 74/910] 338743=test_flush
[ 75/910] 338743=test_stat
[ 76/910] 338743=test_pair
[ 77/910] 338743=test_func
[ 78/910] 338742=test_jaro_winkler
[ 79/910] 338742=test_install
[ 80/910] 338742=test_foreach
[ 81/910] 338742=test_yamldbm
[ 82/910] 338742=unescape_test
[ 83/910] 338743=test_rdoc_markup_attribute_manager
[ 84/910] 338743=test_nil
[ 85/910] 338743=test_trace
[ 86/910] 338743=test_rdoc_class_module
[ 87/910] 338743=test_liberal_parsing
[ 88/910] 338742=test_gem_resolver_composed_set
[ 89/910] 338743=test_win32ole_variant
[ 90/910] 338742=test_summary
[ 91/910] 338743=test_arity
[ 92/910] 338743=test_find
[ 93/910] 338742=test_object
[ 94/910] 338743=test_kill_ring
[ 95/910] 338743=test_boolean
[ 96/910] 338743=test_column_separator
[ 97/910] 338743=test_yaml_special_cases
[ 98/910] 338743=test_gem_source_list
[ 99/910] 338743=test_drbssl
[100/910] 338742=test_rdoc_parser_changelog
[101/910] 338742=parameters_signature_test
[102/910] 338742=test_gem_commands_install_command
[103/910] 338742=test_enumerator_kw
[104/910] 338742=test_mailto
[105/910] 338742=test_transcode
[106/910] 338742=test_dir
[107/910] 338742=test_coderange
[108/910] 338742=test_iso_8859
[109/910] 338742=test_c_struct_entry
[110/910] 338742=test_rdoc_context
[111/910] 338742=test_random
[112/910] 338742=test_lexer
[113/910] 338742=test_nonblock
[114/910] 338742=test_strip
[115/910] 338742=test_open-uri
[116/910] 338742=test_date
[117/910] 338742=test_err_in_callback
Skipping Gem::PackageTask tests.  rake not found.
[118/910] 338742=test_gem_package_task
[119/910] 338742=test_force_quotes
[120/910] 338742=json_ext_parser_test
[121/910] 338742=test_gem_resolver_vendor_specification
[122/910] 338742=test_rdoc_attr
[123/910] 338742=test_not
[124/910] 338742=test_table
[125/910] 338742=test_ostruct
[126/910] 338742=test_koi8
[127/910] 338742=test_rendering
[128/910] 338742=test_rdoc_generator_markup
[129/910] 338742=test_gem_dependency_list
[130/910] 338742=test_gem_ext_configure_builder
[131/910] 338742=test_scanner_events
[132/910] 338742=test_inlinecache
[133/910] 338740=test_filter
[134/910] 338742=test_gem_rdoc
[135/910] 338740=test_erb_command
[136/910] 338740=test_ws
[137/910] 338740=test_win32ole_variant_outarg
[138/910] 338740=test_gem_commands_contents_command
[139/910] 338742=test_ractor_compatibility
[140/910] 338740=test_have_func
[141/910] 338742=test_http
[142/910] 338740=test_fd_setsize
[143/910] 338740=test_gem_source_git
[144/910] 338740=test_unix
[145/910] 338740=test_regex_casefold
[146/910] 338740=test_context
[147/910] 338740=test_coder
[148/910] 338740=test_symbol
[149/910] 338743=test_gem_commands_sources_command
[150/910] 338741=test_rdoc_i18n_text
[151/910] 338741=test_gem_source_fetch_problem
[152/910] 338741=test_rdoc_parser_markdown
[153/910] 338741=test_rdoc_markup_indented_paragraph
[154/910] 338741=test_rdoc_markup_to_html_snippet
[155/910] 338743=test_gem_commands_lock_command
[156/910] 338743=test_data
[157/910] 338743=test_files_test_2
[158/910] 338741=test_gem_resolver_git_specification
[159/910] 338742=test_rdoc_markup
[160/910] 338742=test_singleton
[161/910] 338742=test_ancdata
[162/910] 338742=test_spell_checker
[163/910] 338742=test_rdoc_tom_doc
[164/910] 338742=ractor_test
[165/910] 338742=test_gem_commands_fetch_command
[166/910] 338741=test_converters
[167/910] 338741=test_normalize
[168/910] 338741=test_bignum
[169/910] 338742=test_sleep
[170/910] 338741=test_stringify_symbols
[171/910] 338741=test_pack
[172/910] 338740=test_read
[173/910] 338740=test_update
[174/910] 338740=test_basicinstructions
[175/910] 338740=test_key_actor_emacs
[176/910] 338741=test_ractor
[177/910] 338741=test_verbose
[178/910] 338740=test_https_proxy
[179/910] 338741=test_bigdecimal_util
[180/910] 338741=test_rdoc_rd_block_parser
[181/910] 338740=test_rdoc_ri_paths
[182/910] 338742=test_name_error_extension
[183/910] 338742=test_weakkeymap
[184/910] 338741=test_formatter
[185/910] 338741=test_rdoc_markup_document
[186/910] 338741=test_key_actor_vi
[187/910] 338741=test_lazy_enumerator
[188/910] 338740=test_unconverted_fields
[189/910] 338740=test_require
[190/910] 338742=test_find_executable
[191/910] 338742=test_ts
[192/910] 338742=test_dup
[193/910] 338741=test_delegation
[194/910] 338741=test_history
[195/910] 338741=test_locale
[196/910] 338742=test_exit
[197/910] 338741=test_optimization
[198/910] 338742=test_gem_commands_query_command
[199/910] 338742=test_drbobject
[200/910] 338742=test_range
[201/910] 338742=test_rdoc_rd
[202/910] 338740=test_open3
[203/910] 338742=test_pinned
[204/910] 338742=test_udp
[205/910] 338742=test_pattern_key_name_check
[206/910] 338742=test_thread
[207/910] 338743=test_require
[208/910] 338743=test_remote_fetch_error
[209/910] 338743=ruby_api_test
[210/910] 338743=test_gem_safe_marshal
[211/910] 338742=test_date_strptime
[212/910] 338742=test_gem_request_set_lockfile_tokenizer
[213/910] 338740=test_gem_doctor
[214/910] 338743=fuzzer_test
[215/910] 338743=test_ast
[216/910] 338742=test_propertyputref
[217/910] 338740=test_struct
[218/910] 338742=test_default_gems
[219/910] 338740=test_instrumentation_api
[220/910] 338742=test_rand
[221/910] 338742=test_serialize_subclasses
[222/910] 338742=test_buffering
[223/910] 338742=test_drbunix
[224/910] 338740=test_svcb_https
[225/910] 338740=test_gem_commands_stale_command
[226/910] 338740=test_patterns
[227/910] 338740=test_gem_resolver_api_specification
[228/910] 338740=location_test
[229/910] 338740=test_date_arith
[230/910] 338740=test_gem_security_signer
[231/910] 338740=test_gem_package
[232/910] 338740=json_common_interface_test
[233/910] 338740=test_grapheme_breaks
[234/910] 338740=test_ractor
[235/910] 338740=test_enumerable
[236/910] 338740=test_too_many_dummy_encodings
[237/910] 338740=test_signedness
[238/910] 338741=test_rdoc_parser_simple
[239/910] 338741=test_interned_str
[240/910] 338741=test_gem_ext_cmake_builder
[241/910] 338741=test_integer
[242/910] 338740=test_objectspace
[243/910] 338742=test_compile_prism
[244/910] 338742=test_io
[245/910] 338740=test_sexp
[246/910] 338740=test_gem_util
[247/910] 338740=test_tree_spell_checker
[248/910] 338740=test_euc_jp
[249/910] 338740=test_require_lib
[250/910] 338741=test_struct
[251/910] 338741=test_etc
[252/910] 338741=test_option
[253/910] 338741=test_mutex
[254/910] 338741=test_win32ole_event
[255/910] 338741=test_key_event_record
[256/910] 338741=test_array_create
[257/910] 338741=test_notimplement
[258/910] 338741=test_scalar_scanner
[259/910] 338741=test_gem_ext_cargo_builder_unit
[260/910] 338741=test_delegate
[261/910] 338741=test_bash_completion
[262/910] 338741=test_cgi_core
[263/910] 338741=test_signal
[264/910] 338741=test_bug-14834
[265/910] 338741=test_fixnum
[266/910] 338741=test_terminfo
[267/910] 338741=test_rational2
[268/910] 338741=test_fiber
[269/910] 338740=test_rdoc_require
[270/910] 338740=test_parser
[271/910] 338740=test_buffered_io
[272/910] 338740=test_completion
[273/910] 338740=test_constant
[274/910] 338741=test_gem
[275/910] 338740=test_addrinfo
[276/910] 338740=test_encoding
[277/910] 338740=test_to_ary_concat
[278/910] 338741=test_ssl
[279/910] 338741=test_evaluation
[280/910] 338741=test_case_options
[281/910] 338741=test_convert
[282/910] 338741=test_https
[283/910] 338741=test_gem_console_ui
[284/910] 338741=test_rdoc_markup_to_tt_only
[285/910] 338741=test_ractor
[286/910] 338742=test_raise_exception
[287/910] 338741=test_rdoc_markup_to_bs
[288/910] 338741=test_gem_commands_update_command
[289/910] 338742=json_encoding_test
[290/910] 338742=test_marshal
[291/910] 338740=test_optparse
[292/910] 338740=ripper_compat_test
[293/910] 338740=test_within_pipe
[294/910] 338740=test_load
[295/910] 338740=test_have_library
[296/910] 338741=test_mixed_unicode_escapes
[297/910] 338741=test_rdoc_generator_darkfish
[298/910] 338740=test_cipher
[299/910] 338740=test_httpresponse
[300/910] 338740=test_rdoc_parser_ruby
[301/910] 338742=test_beginendblock
[302/910] 338741=test_time_tz
[303/910] 338741=test_big5
[304/910] 338741=test_new
[305/910] 338741=test_abbrev
[306/910] 338741=test_httpresponses
[307/910] 338741=test_gem_commands_server_command
[308/910] 338741=test_general
[309/910] 338741=test_objspace
[310/910] 338742=test_timeout
[311/910] 338742=test_gem_package_tar_reader_entry
[312/910] 338742=test_gem_specification
[313/910] 338740=test_tsort
[314/910] 338740=test_gem_commands_exec_command
[315/910] 338740=test_rdoc_markup_to_label
[316/910] 338740=test_rbconfig
[317/910] 338740=test_files_sample
[318/910] 338740=test_metaclass
[319/910] 338740=version_test
[320/910] 338740=test_bigdecimal
[321/910] 338742=test_object_references
[322/910] 338742=test_scheduler
[323/910] 338742=test_cgi_cookie
[324/910] 338742=test_gem_resolver
[325/910] 338742=test_win32ole_variable
[326/910] 338742=test_pp
[327/910] 338742=test_enc_associate
[328/910] 338742=test_x509cert
[329/910] 338742=test_rdoc_markup_to_table_of_contents
[330/910] 338742=test_gem_commands_unpack_command
[331/910] 338740=test_import
[332/910] 338742=test_last_thread
[333/910] 338742=test_ftp
[334/910] 338742=test_logdevice
[335/910] 338742=test_digest_extend
[336/910] 338742=test_ssl
[337/910] 338740=test_logger
[338/910] 338740=test_append
[339/910] 338740=test_symbol
[340/910] 338740=test_rb_str_dup
[341/910] 338740=test_module
[342/910] 338742=test_key_error
[343/910] 338742=test_engine
[344/910] 338742=test_bn
[345/910] 338742=test_io_console
[346/910] 338740=test_unicode_escape
[347/910] 338740=test_cparser
[348/910] 338742=test_rdoc_markup_attributes
[349/910] 338742=test_recursion
[350/910] 338742=test_string_processing
[351/910] 338742=test_c_union_entity
[352/910] 338742=test_arith_seq_extract
[353/910] 338742=test_ractor
[354/910] 338742=test_rubyvm
[355/910] 338742=test_gem_request_connection_pools
[356/910] 338740=test_config
[357/910] 338740=test_pack
[358/910] 338742=test_getoptlong
[359/910] 338742=test_logperiod
[360/910] 338742=test_project_sanity
[361/910] 338742=test_gem_command_manager
[362/910] 338740=test_refinement
[363/910] 338742=test_address_resolve
[364/910] 338742=test_cgi_session
[365/910] 338742=test_pkcs7
[366/910] 338742=test_iter_break
[367/910] 338742=test_keyword
[368/910] 338742=test_hash
[369/910] 338740=test_x509crl
[370/910] 338740=test_ensured
[371/910] 338740=test_num2int
[372/910] 338740=test_gem_install_update_options
[373/910] 338740=test_gem_resolver_installed_specification
[374/910] 338740=test_gem_resolver_vendor_set
[375/910] 338742=test_gem_commands_list_command
[376/910] 338740=test_cmethod
[377/910] 338740=test_gem_ext_rake_builder
[378/910] 338742=test_parser
[379/910] 338742=test_irb
[380/910] 338742=test_gem_requirement
[381/910] 338742=test_numeric
[382/910] 338742=test_word
[383/910] 338742=test_dln
[384/910] 338742=test_rdoc_options
[385/910] 338740=test_at_exit
[386/910] 338740=test_closure
[387/910] 338742=test_digest
[388/910] 338742=test_gem_resolver_local_specification
[389/910] 338742=test_object
[390/910] 338742=test_pkg_config
[391/910] 338742=test_yield_block
[392/910] 338742=test_gem_commands_help_command
[393/910] 338742=test_set
[394/910] 338742=test_rdoc_include
[395/910] 338742=test_win32ole_record
[396/910] 338742=test_ruby_lex
[397/910] 338740=test_complex2
[398/910] 338742=dispatcher_test
[399/910] 338740=test_eval_history
[400/910] 338742=test_insns_leaf
[401/910] 338740=test_gem_version_option
[402/910] 338742=test_ossl
[403/910] 338740=test_ubf_async_safe
[404/910] 338740=test_yjit
[405/910] 338742=test_frozen_error
[406/910] 338742=test_m17n
[407/910] 338742=test_x509req
[408/910] 338742=test_gem_ext_cargo_builder_link_flag_converter
[409/910] 338742=test_array
[410/910] 338740=test_console_attr
[411/910] 338740=test_argf
[412/910] 338742=test_files_ext
[413/910] 338742=test_gem_resolver_conflict
[414/910] 338742=test_nowrite
[415/910] 338742=test_nesting_parser
[416/910] 338742=test_vm_dump
[417/910] 338742=test_thread_queue
[418/910] 338740=test_gem_package_tar_writer
[419/910] 338740=test_gb18030
[420/910] 338740=test_fileutils
[421/910] 338742=errors_test
[422/910] 338742=test_sockopt
[423/910] 338742=test_gem_uri_formatter
[424/910] 338742=test_omap
[425/910] 338742=test_shellwords
[426/910] 338742=test_windows_1251
[427/910] 338742=test_yaml_tree
[428/910] 338742=test_encoding
[429/910] 338740=test_data_error
[430/910] 338742=test_yjit_exit_locations
[431/910] 338742=test_monitor
[432/910] 338740=test_document
[433/910] 338740=test_gem_config_file
[434/910] 338742=test_cstr
[435/910] 338740=test_gem_resolver_best_set
[436/910] 338740=test_whileuntil
[437/910] 338740=test_float
[438/910] 338740=test_method_cache
[439/910] 338740=test_gem_gemcutter_utilities
[440/910] 338740=test_history
[441/910] 338740=test_primitive
[442/910] 338740=test_mul
[443/910] 338740=test_passing_block
[444/910] 338740=test_gem_commands_which_command
[445/910] 338740=test_rdoc_parser
[446/910] 338740=test_pattern_matching
[447/910] 338742=test_thread_cv
[448/910] 338740=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 40745>
[449/910] 338742=test_webauthn_poller
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 10
[450/910] 338742=test_rdoc_parser_rdLeaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 37663>

[451/910] 338740=test_marshalable
[452/910] 338740=test_set_len
[453/910] 338740=test_x509attr
[454/910] 338740=test_unicode
[455/910] 338740=test_wss
[456/910] 338740=test_x509ext
[457/910] 338740=test_configuration
[458/910] 338742=test_fips
[459/910] 338740=test_class
[460/910] 338740=test_libs
[461/910] 338740=test_gc
[462/910] 338740=test_math
[463/910] 338740=test_coverage
[464/910] 338742=test_pathname
[465/910] 338742=test_gem_path_support
[466/910] 338742=test_case
[467/910] 338742=test_helper
[468/910] 338742=test_framework
[469/910] 338742=test_socket
[470/910] 338740=test_yamlstore
[471/910] 338740=test_class2name
[472/910] 338740=test_rdoc_markup_to_html_crossref
[473/910] 338740=test_syslog
[474/910] 338740=test_erb_m17n
[475/910] 338740=test_rdoc_code_object
[476/910] 338740=test_gem_commands_uninstall_command
[477/910] 338742=test_pack
[478/910] 338742=test_rdoc_markup_heading
[479/910] 338742=test_x509name
[480/910] 338742=test_fnmatch
[481/910] 338742=test_skip_lines
[482/910] 338742=test_mutex_m
[483/910] 338742=test_gem_source
[484/910] 338740=test_depth_first
[485/910] 338740=test_random_formatter
[486/910] 338740=test_benchmark
[487/910] 338742=test_raise
[488/910] 338742=test_mkmf
[489/910] 338742=test_gem_stub_specification
[490/910] 338742=test_assembler
[491/910] 338742=test_function
[492/910] 338742=test_string
[493/910] 338742=comments_test
[494/910] 338742=test_yaml
[495/910] 338742=test_debug
[496/910] 338742=test_array
[497/910] 338742=test_reline
[498/910] 338740=test_file
[499/910] 338740=test_reqarg
[500/910] 338742=test_date_strftime
[501/910] 338740=test_init
[502/910] 338740=test_set
[503/910] 338740=library_symbols_test
[504/910] 338740=test_resource
[505/910] 338740=test_zsh_completion
[506/910] 338740=test_system
[507/910] 338742=test_gem_commands_signin_command
[508/910] 338742=test_cp949
[509/910] 338742=test_gem_commands_search_command
[510/910] 338742=test_condition
[511/910] 338742=test_defined
[512/910] 338742=test_sorted_set
[513/910] 338742=test_emoji
[514/910] 338742=test_face
[515/910] 338742=test_sizeof
[516/910] 338740=test_iseq
[517/910] 338740=test_rdoc_rd_inline_parser
[518/910] 338740=test_color_printer
[519/910] 338740=test_date_attr
[520/910] 338740=test_basicsocket
[521/910] 338740=test_sleep
[522/910] 338741=test_tempfile
[523/910] 338741=test_wait
[524/910] 338740=test_date_new
[525/910] 338740=test_gem_commands_cert_command
[526/910] 338741=magic_comment_test
[527/910] 338741=test_duplicate
[528/910] 338741=test_object_create_start
[529/910] 338741=test_gem_unsatisfiable_dependency_error
[530/910] 338741=test_acl
[531/910] 338741=test_require_path_check
[532/910] 338741=test_utf16
[533/910] 338742=test_cmd
[534/910] 338741=test_path
[535/910] 338741=test_rdoc_markup_paragraph
[536/910] 338741=json_string_matching_test
[537/910] 338741=test_euc_tw
[538/910] 338741=test_nomethod_error
[539/910] 338741=test_fstring
[540/910] 338740=test_quote_empty
[541/910] 338741=test_rdoc_markup_raw
[542/910] 338741=test_rdoc_rd_inline
[543/910] 338740=test_rdoc_markdown
[544/910] 338741=test_ipaddr
[545/910] 338741=test_comparable
[546/910] 338741=test_gem_package_tar_reader
[547/910] 338741=test_rdoc_normal_class
[548/910] 338741=test_rdoc_encoding
[549/910] 338741=test_class
[550/910] 338740=test_const
[551/910] 338740=test_io_timeout
[552/910] 338740=test_files_test_1
[553/910] 338740=test_gem_source_specific_file
[554/910] 338740=test_rdoc_markup_parser
[555/910] 338740=test_method
[556/910] 338742=test_rdoc_constant
[557/910] 338742=test_deprecate
[558/910] 338742=test_pkcs12
[559/910] 338742=test_gem_installer
[560/910] 338740=test_row_separator
[561/910] 338740=test_postponed_job
[562/910] 338740=test_uncorrectable_name_check
[563/910] 338740=test_gem_request_set_lockfile
[564/910] 338740=test_observer
[565/910] 338740=test_parse
[566/910] 338740=test_method_name_check
[567/910] 338740=test_rdoc_top_level
[568/910] 338741=test_gem_commands_setup_command
[569/910] 338740=test_hmac
[570/910] 338740=test_pty
[571/910] 338741=encoding_test
[572/910] 338741=test_bmethod
[573/910] 338741=test_erb
[574/910] 338741=test_numeric
[575/910] 338741=test_gem_commands_environment_command
[576/910] 338740=test_gem_platform
[577/910] 338741=test_rdoc_parser_c
[578/910] 338740=test_rdoc_markup_verbatim
[579/910] 338740=test_emitter
[580/910] 338740=newline_test
[581/910] 338740=test_econv
[582/910] 338741=json_fixtures_test
[583/910] 338741=test_color
[584/910] 338741=test_ldap
[585/910] 338741=test_rdoc_markup_to_html
[586/910] 338741=test_macro
[587/910] 338741=test_numhash
[588/910] 338741=test_rdoc_task
[589/910] 338741=test_stack
[590/910] 338740=test_bigzero
[591/910] 338740=test_pkey_rsa
[592/910] 338740=test_backtrace
[593/910] 338742=test_win32ole_method_event
[594/910] 338742=test_gem_ext_ext_conf_builder
[595/910] 338740=test_pkey_dh
[596/910] 338741=test_path_to_class
[597/910] 338740=test_function_entry
[598/910] 338740=test_gem_resolver_activation_request
[599/910] 338741=test_securerandom
[600/910] 338740=test_abi
[601/910] 338741=test_rdoc_any_method
[602/910] 338740=test_config
[603/910] 338740=test_alias_and_anchor
[604/910] 338740=test_hash
[605/910] 338740=test_drb
[606/910] 338741=test_complexrational
[607/910] 338741=test_win32ole_typelib
[608/910] 338741=test_external_new
[609/910] 338741=test_bundled_ca
[610/910] 338742=test_key_stroke
[611/910] 338742=test_ractor
[612/910] 338742=test_ifunless
[613/910] 338742=test_rat
[614/910] 338742=test_mdns
[615/910] 338742=test_config
[616/910] 338741=test_process
[617/910] 338742=test_gem_name_tuple
[618/910] 338742=test_undef
[619/910] 338742=test_http_request
[620/910] 338742=test_date_ractor
[621/910] 338742=test_gem_request_set
[622/910] 338742=constant_path_node_test
[623/910] 338742=test_gem_ext_cargo_builder
[624/910] 338742=test_io_buffer
[625/910] 338742=test_gem_package_tar_header
[626/910] 338742=test_rdoc_extend
[627/910] 338742=test_to_ruby
[628/910] 338742=test_c_struct_builder
[629/910] 338742=test_gem_resolver_index_specification
[630/910] 338742=test_merge_keys
[631/910] 338742=test_gem_ext_builder
[632/910] 338742=test_stream
[633/910] 338742=test_threadgroup
[634/910] 338742=test_prettyprint
[635/910] 338742=test_human_typo
[636/910] 338742=test_rdoc_context_section
[637/910] 338742=test_ellipsize
[638/910] 338742=test_io
[639/910] 338742=test_emitter
[640/910] 338742=test_gem_security_policy
[641/910] 338742=test_queue
[642/910] 338742=test_rdoc_alias
[643/910] 338742=test_gem_commands_yank_command
[644/910] 338742=test_data
[645/910] 338742=test_big2str
[646/910] 338742=test_gem_commands_check_command
[647/910] 338742=test_iseq_load
[648/910] 338742=test_utf32
[649/910] 338742=test_type_completor
[650/910] 338742=test_key_name_check
[651/910] 338742=test_trick
[652/910] 338740=test_rdoc_markup_to_markdown
[653/910] 338740=test_scalar
[654/910] 338740=test_arith_seq_beg_len_step
[655/910] 338740=test_gem_resolver_requirement_list
[656/910] 338740=test_change_word
[657/910] 338740=test_gem_commands_pristine_command
[658/910] 338740=test_noarg
[659/910] 338740=test_tmpdir
[660/910] 338740=test_random
[661/910] 338740=test_ssl_session
[662/910] 338740=test_rdoc_markup_hard_break
[663/910] 338740=test_gem_version
[664/910] 338740=test_rdoc_normal_module
[665/910] 338740=test_rdoc_markdown_test
[666/910] 338742=test_gem_resolver_dependency_request
[667/910] 338742=test_encodings
[668/910] 338740=test_ns_spki
[669/910] 338740=test_gem_security_trust_dir
[670/910] 338740=test_line_editor
[671/910] 338740=test_rinda
[672/910] 338742=test_string_memory
[673/910] 338742=test_io_wait
[674/910] 338742=test_acceptable
[675/910] 338742=test_kwargs
[676/910] 338742=test_yield
[677/910] 338740=test_integer
[678/910] 338740=test_stream
[679/910] 338740=test_pkey
[680/910] 338740=test_gem_resolver_api_set
[681/910] 338740=parse_comments_test
[682/910] 338740=test_forwardable
[683/910] 338740=test_ractor
[684/910] 338740=test_dryrun
[685/910] 338740=test_typeddata
[686/910] 338740=test_inputs_scanner
[687/910] 338740=test_cesu8
[688/910] 338740=test_rdoc_markup_include
[689/910] 338740=test_protect
[690/910] 338740=test_clone
[691/910] 338740=test_rdoc_servlet
[692/910] 338740=test_rdoc_generator_pot_po
[693/910] 338740=test_tree_builder
[694/910] 338740=test_capacity
[695/910] 338740=test_thread
[696/910] 338740=test_nextafter
[697/910] 338740=test_rubyoptions
[698/910] 338742=test_shapes
[699/910] 338742=test_rdoc_ri_driver
[700/910] 338742=test_httpheader
[701/910] 338742=test_literal
[702/910] 338742=test_date_marshal
[703/910] 338742=test_euc_kr
[704/910] 338742=test_gem_commands_cleanup_command
[705/910] 338743=test_gem_commands_mirror
[706/910] 338743=test_profile_frames
[707/910] 338743=test_read_write
[708/910] 338743=test_integer_comb
[709/910] 338742=test_deprecated
[710/910] 338742=test_kernel
[711/910] 338742=test_div
[712/910] 338742=test_nil2vtempty
[713/910] 338742=!Nothing_to_test
[714/910] 338742=test_rendering
[715/910] 338742=test_gem_commands_outdated_command
[716/910] 338742=test_rdoc_markup_formatter
[717/910] 338742=test_usrmarshal
[718/910] 338742=test_gem_validator
[719/910] 338742=test_gbk
[720/910] 338742=json_parser_test
[721/910] 338742=parse_test
[722/910] 338741=test_each
[723/910] 338741=test_gem_source_vendor
[724/910] 338741=test_require
[725/910] 338741=test_data_converters
[726/910] 338741=test_call
[727/910] 338741=test_rdoc_text
[728/910] 338741=test_ansi_without_terminfo
[729/910] 338741=test_gem_dependency
[730/910] 338741=test_cgi_util
[731/910] 338741=test_autoload
[732/910] 338743=test_modify_expand
[733/910] 338743=test_memory_view
[734/910] 338743=test_gem_available_set
[735/910] 338743=test_assignment
[736/910] 338742=test_my_integer
[737/910] 338742=regexp_test
[738/910] 338740=test_enc_str_buf_cat
[739/910] 338742=test_generic
[740/910] 338740=test_input_method
[741/910] 338742=test_syslog_logger
[742/910] 338740=test_ripper
[743/910] 338742=test_optarg
[744/910] 338742=test_gem_dependency_installer
[745/910] 338740=test_gem_source_lock
[746/910] 338740=test_null
[747/910] 338740=test_windows_1252
[748/910] 338740=test_win32ole_type
[749/910] 338740=test_header
[750/910] 338740=test_x509store
[751/910] 338740=test_exception
[752/910] 338740=test_continuation
[753/910] 338740=test_str2big
[754/910] 338740=test_bigmath
[755/910] 338740=json_generator_test
[756/910] 338740=test_gem_impossible_dependencies_error
[757/910] 338740=test_rdoc_markup_to_ansi
[758/910] 338740=test_delete
[759/910] 338740=test_gc_compact
[760/910] 338743=test_ractor
[761/910] 338743=test_len
[762/910] 338743=test_features
[763/910] 338743=attribute_write_test
[764/910] 338743=test_placearg
[765/910] 338743=test_asn1
[766/910] 338743=test_popen_deadlock
[767/910] 338743=test_gem_commands_specification_command
[768/910] 338743=test_rdoc_stats
[769/910] 338743=test_gem_dependency_resolution_error
[770/910] 338743=test_rdoc_store
[771/910] 338742=test_syntax
[772/910] 338741=test_case_comprehensive
[773/910] 338743=test_exception
[774/910] 338743=test_provider
[775/910] 338743=test_inadvertent_creation
[776/910] 338743=test_webauthn_listener_response
[777/910] 338743=test_enc_raise
[778/910] 338743=test_io_wait_uncommon
[779/910] 338743=test_gem_request_set_lockfile_parser
[780/910] 338743=test_parser_events
[781/910] 338743=test_gem_ci_detector
[782/910] 338743=test_gem_commands_signout_command
[783/910] 338743=test_gem_silent_ui
[784/910] 338743=test_gem_bundler_version_finder
[785/910] 338743=test_time
[786/910] 338743=test_files_test
[787/910] 338743=test_rdoc_generator_json_index
[788/910] 338743=test_cgi_tag_helper
[789/910] 338743=test_gem_resolver_index_set
[790/910] 338743=test_rdoc_single_class
[791/910] 338743=test_win32ole_param_event
[792/910] 338743=test_debug_cmd
[793/910] 338743=test_workspace
[794/910] 338743=test_gem_spec_fetcher
[795/910] 338743=test_folderitem2_invokeverb
[796/910] 338743=test_write
[797/910] 338740=test_enum
[798/910] 338743=test_date_parse
[799/910] 338743=test_thread
[800/910] 338743=test_rdoc_token_stream
[801/910] 338743=test_recorder
[802/910] 338743=test_gem_request
[803/910] 338743=test_pkey_ec
[804/910] 338743=test_base64
[805/910] 338743=json_generic_object_test
[806/910] 338743=test_complex
[807/910] 338743=test_common
[808/910] 338743=test_class_name_check
[809/910] 338743=test_type
[810/910] 338743=test_backtrace
[811/910] 338743=test_gem_commands_push_command
[812/910] 338743=test_m17n_comb
[813/910] 338740=json_addition_test
[814/910] 338740=test_gem_commands_build_command
[815/910] 338740=test_invalid
[816/910] 338740=test_qsort
[817/910] 338740=test_gem_uri
[818/910] 338740=test_sprintf
[819/910] 338740=test_rewind
[820/910] 338740=test_rdoc_method_attr
[821/910] 338740=test_win32ole_type_event
[822/910] 338740=test_exception_at_throwing
[823/910] 338740=test_enumerator
[824/910] 338740=test_row
[825/910] 338740=test_stringio
[826/910] 338740=test_memory_view
[827/910] 338740=test_gem_source_local
[828/910] 338740=test_frozen
[829/910] 338740=test_flip
[830/910] 338740=test_win32ole_method
[831/910] 338740=test_dot_dot
[832/910] 338740=test_scan_args
[833/910] 338740=test_case_mapping
[834/910] 338740=test_date_compat
[835/910] 338740=test_gem_source_subpath_problem
[836/910] 338740=test_date_conv
[837/910] 338740=test_weakmap
[838/910] 338742=test_egrep_cpp
[839/910] 338742=test_kdf
[840/910] 338742=test_rdoc_comment
[841/910] 338742=test_win32ole_variant_m
[842/910] 338742=test_tcp
[843/910] 338742=test_cclass
[844/910] 338742=test_rdoc_rdoc
[845/910] 338742=test_bug_reporter
[846/910] 338742=test_autoconf
[847/910] 338742=test_io_buffer
[848/910] 338742=test_json_tree
[849/910] 338742=test_cgi_multipart
[850/910] 338742=test_arithmetic_sequence
[851/910] 338742=test_ractor
[852/910] 338742=test_load
[853/910] 338742=test_severity
[854/910] 338742=test_http
[855/910] 338742=test_gem_update_suggestion
[856/910] 338742=test_ole_methods
[857/910] 338742=test_flags
[858/910] 338743=test_psych
[859/910] 338743=test_gem_resolver_installer_set
[860/910] 338743=test_rdoc_i18n_locale
[861/910] 338743=test_gem_resolver_lock_set
[862/910] 338743=test_gem_source_installed
[863/910] 338743=test_shift_jis
[864/910] 338743=test_rdoc_cross_reference
[865/910] 338742=test_quote_char_nil
[866/910] 338742=test_stringchar
[867/910] 338742=test_rubygems
[868/910] 338743=test_gem_security
[869/910] 338742=test_member
[870/910] 338742=test_eval
[871/910] 338742=test_kconv
[872/910] 338742=test_fiddle
[873/910] 338742=test_nofree
[874/910] 338742=test_gem_resolver_git_set
[875/910] 338743=test_gem_resolver_lock_specification
[876/910] 338743=test_ractor
[877/910] 338742=test_gem_command
[878/910] 338743=test_emoji_breaks
[879/910] 338742=test_files_lib
[880/910] 338742=test_digest
[881/910] 338742=test_bug-5832
[882/910] 338742=test_store
[883/910] 338742=test_gem_commands_open_command
[884/910] 338742=test_weakref
[885/910] 338742=test_enumerator
[886/910] 338742=test_timeout
[887/910] 338742=test_pkey_dsa
[888/910] 338742=test_switch_hitter
[889/910] 338742=test_gem_commands_dependency_command
[890/910] 338742=test_rdoc_rubygems_hook
[891/910] 338742=test_hash_create
[892/910] 338742=bom_test
[893/910] 338742=test_gem_stream_ui
[894/910] 338742=test_ansi_with_terminfo
[895/910] 338742=test_safe_load
[896/910] 338742=test_file
[897/910] 338743=test_thread_fd_close
[898/910] 338743=test_rdoc_generator_ri
[899/910] 338743=test_string
[900/910] 338742=test_name_error
[901/910] 338742=locals_test
[902/910] 338742=test_read
[903/910] 338742=test_bug-3571
[904/910] 338742=test_unicode_normalize
[905/910] 338740=test_reline_key
[906/910] 338740=test_rdoc_markup_to_joined_paragraph
[907/910] 338740=test_arity
[908/910] 338740=test_did_you_mean
[909/910] 338740=test_handle
[910/910] 338740=test_date_time

Retrying...
Finished tests in 1344.053732s, 20.0714 tests/s, 7118.2243 assertions/s.
26977 tests, 9567276 assertions, 0 failures, 0 errors, 220 skips

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

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

3728 files, 32492 examples, 144016 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.344576.ruby -x gdbscript
[New LWP 344576]
[New LWP 344578]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_TYPE_P (obj=140628053443320, t=RUBY_T_NONE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
381	        return t == rb_type(obj);
[Current thread is 1 (Thread 0x7fe69e8637c0 (LWP 344576))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fe69e8637c0 (LWP 344576) RB_TYPE_P (obj=140628053443320, t=RUBY_T_NONE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
  2    Thread 0x7fe68528f640 (LWP 344578) 0x00007fe69e98bfde in epoll_wait (epfd=4, events=0x556846b0c85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fe68528f640 (LWP 344578)):
#0  0x00007fe69e98bfde in epoll_wait (epfd=4, events=0x556846b0c85c <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  0x00005568466768fd in event_wait (vm=0x5568485d2b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21864
#2  0x0000556846676921 in timer_thread_polling (vm=0x5568485d2b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 17461387
#3  0x0000556846676fe1 in timer_thread_func (ptr=0x5568485d2b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x5568485d2b10
#4  0x00007fe69e8fab43 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 = {140727487053504, -5715439737763126394, 140628053259840, 25, 140628479420496, 140727487053856, 5720600149092868998, 5720575141532410758}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fe69e98bbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fe69e8637c0 (LWP 344576)):
#0  RB_TYPE_P (obj=140628053443320, t=RUBY_T_NONE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#1  0x00005568464ea03f in gc_mark_ptr (objspace=0x5568485d5470, obj=140628053443320) at /tmp/ruby/src/trunk-O0/gc.c:7070
        __func__ = "gc_mark_ptr"
#2  0x00005568464ea36e in rb_gc_mark_and_move (ptr=0x556848c2f810) at /tmp/ruby/src/trunk-O0/gc.c:7137
        objspace = 0x5568485d5470
        __func__ = <optimized out>
#3  0x0000556846531aa2 in iseq_scan_bits (page=0, bits=16, code=0x556848c2f7f0, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:225
        op = 140628053443320
        newop = 140727487046624
        offset = 4
        page_offset = 0
#4  0x0000556846531cc6 in rb_iseq_mark_and_move_each_value (iseq=0x7fe684186650, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:280
        size = 19
        code = 0x556848c2f7f0
        body = 0x556848c2bdd0
        is_entries = 0x0
#5  0x0000556846531e52 in rb_iseq_mark_and_move (iseq=0x7fe684186650, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:326
        body = 0x556848c2bdd0
#6  0x00005568464ea82e in gc_mark_imemo (objspace=0x5568485d5470, obj=140628035397200) at /tmp/ruby/src/trunk-O0/gc.c:7262
        __func__ = <optimized out>
#7  0x00005568464eaa26 in gc_mark_children (objspace=0x5568485d5470, obj=140628035397200) at /tmp/ruby/src/trunk-O0/gc.c:7355
        any = 0x7fe684186650
#8  0x00005568464eb3ac in gc_mark_stacked_objects (objspace=0x5568485d5470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x5568485d58f8
        obj = 140628035397200
        marked_slots_at_the_beginning = 769
        popped_count = 0
#9  0x00005568464eb52c in gc_mark_stacked_objects_all (objspace=0x5568485d5470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#10 0x00005568464ed8a0 in gc_marks_rest (objspace=0x5568485d5470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#11 0x00005568464ed9d4 in gc_marks (objspace=0x5568485d5470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#12 0x00005568464ef777 in gc_start (objspace=0x5568485d5470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#13 0x00005568464ef40c in garbage_collect (objspace=0x5568485d5470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 2883594048
        ret = 32765
#14 0x00005568464efe97 in garbage_collect_with_gvl (objspace=0x5568485d5470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9869
No locals.
#15 0x00005568464f707c in objspace_malloc_gc_stress (objspace=0x5568485d5470) at /tmp/ruby/src/trunk-O0/gc.c:12406
        reason = 45568
#16 0x00005568464f735f in objspace_xmalloc0 (objspace=0x5568485d5470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12608
        gpr = 107008
        mem = 0x9b0000009b
#17 0x00005568464f767c in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12832
No locals.
#18 0x00005568464f76b2 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12841
No locals.
#19 0x00005568464fb06d in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14420
No locals.
#20 0x00005568466bbd7b in vm_ccs_create (klass=140628053582880, cc_tbl=0x556848737860, mid=155, cme=0x7fe69e756638) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000009b
#21 0x00005568466d7b50 in cache_callable_method_entry (klass=140628053582880, mid=155, cme=0x7fe69e756638) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x556848737860
        ccs_data = 93906346538967
#22 0x00005568466d7d12 in callable_method_entry_or_negative (klass=140628053582880, mid=155, defined_class_ptr=0x7ffdabe029a8) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140628053583840
        me = 0x7fe69e756638
        _lev = 32742
        cme = 0x7fe69e756638
#23 0x00005568466d7da4 in callable_method_entry (klass=140628053582880, mid=155, defined_class_ptr=0x7ffdabe029a8) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7fe68411c660
#24 0x00005568466da4b9 in vm_respond_to (ec=0x5568485d64e0, klass=140628053582880, obj=140628034963040, id=3457, priv=1) at /tmp/ruby/src/trunk-O0/vm_method.c:2758
        defined_class = 140628053583840
        resid = 155
        cme = 0x7ffdabe029d0
#25 0x00005568466dcd4c in check_funcall_respond_to (ec=0x5568485d64e0, klass=140628053582880, recv=140628034963040, mid=3457) at /tmp/ruby/src/trunk-O0/vm_eval.c:626
No locals.
#26 0x00005568466dd160 in rb_check_funcall_default_kw (recv=140628034963040, mid=3457, argc=0, argv=0x7ffdabe02b40, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:700
        klass = 140628053582880
        me = 0x7ffdabe02ac8
        ec = 0x5568485d64e0
        respond = 0
#27 0x00005568466dd105 in rb_check_funcall (recv=140628034963040, mid=3457, argc=0, argv=0x7ffdabe02b40) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#28 0x00005568464ccf5d in make_exception (argc=1, argv=0x7ffdabe02b38, isstr=0) at /tmp/ruby/src/trunk-O0/eval.c:817
        mesg = 4
        exc = 140628034963040
#29 0x00005568464ccb94 in rb_exc_exception (mesg=140628034963040, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:673
No locals.
#30 0x00005568464ccbe3 in rb_exc_raise (mesg=140628034963040) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#31 0x000055684667e307 in rb_threadptr_execute_interrupts (th=0x5568485d5090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2454
        err = 140628034963040
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#32 0x00005568466b128c in rb_vm_check_ints (ec=0x5568485d64e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2083
No locals.
#33 0x00005568466b8e0a in vm_pop_frame (ec=0x5568485d64e0, cfp=0x7fe69e861ec0, ep=0x7fe69e7620f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 2040070179
#34 0x00005568466b8e56 in rb_vm_pop_frame (ec=0x5568485d64e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#35 0x000055684653f5fe in load_iseq_eval (ec=0x5568485d64e0, fname=140628034963600) at /tmp/ruby/src/trunk-O0/load.c:769
        ec = 0x5568485d64e0
        th = 0x5568485d5090
        realpath_map = 140628053381960
        v = 140628034963400
        ast = 0x7fe68411c6b0
        parser = 140628034963360
        iseq = 0x7fe68411c6d8
#36 0x0000556846540b82 in require_internal (ec=0x5568485d64e0, fname=140628035107840, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1281
        handle = 140628456305120
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x5568485d64e0
        _tag = {tag = 36, retval = 140628053584960, buf = {0x7ffdabe03130, 0x5568465409ad <require_internal+504>, 0x0, 0x7ffdabe02fd0, 0x7ffdabe03100}, prev = 0x7ffdabe04060, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x5568485d5090
        saved = {wrapper = 0, self = 140628477726200, errinfo = 4, ec = 0x5568485d64e0}
        state = RUBY_TAG_NONE
        ftptr = 0x556848737240 "/tmp/empty20231224-344576-881syz.rb"
        path = 140628034963600
        saved_path = 140628034963600
        realpath = 140628035106880
        realpaths = 140628053382120
        realpath_map = 140628053381960
        reset_ext_config = false
        prev_ext_config = {ractor_safe = 70}
        th2 = 0x7fe68413fc00
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#37 0x000055684654109d in rb_require_string_internal (fname=140628035107840, resurrect=false) at /tmp/ruby/src/trunk-O0/load.c:1380
        ec = 0x5568485d64e0
        result = 32742
#38 0x0000556846541036 in rb_require_string (fname=140628035107840) at /tmp/ruby/src/trunk-O0/load.c:1373
No locals.
#39 0x000055684653fe82 in rb_f_require (obj=140628477726200, fname=140628034963760) at /tmp/ruby/src/trunk-O0/load.c:1015
No locals.
#40 0x00005568466c1f7b in ractor_safe_call_cfunc_1 (recv=140628477726200, argc=1, argv=0x7fe69e7620c0, func=0x55684653fe62 <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3313
        f = 0x55684653fe62 <rb_f_require>
#41 0x00005568466c2b44 in vm_call_cfunc_with_frame_ (ec=0x5568485d64e0, reg_cfp=0x7fe69e861f30, calling=0x7ffdabe033d0, argc=1, argv=0x7fe69e7620c0, stack_bottom=0x7fe69e7620b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x588100140003
        cc = 0x7fe6841e0b28
        val = 140628035767080
        me = 0x7fe6841e55b0
        cfunc = 0x55684864cc88
        recv = 140628477726200
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#42 0x00005568466c2d19 in vm_call_cfunc_with_frame (ec=0x5568485d64e0, reg_cfp=0x7fe69e861f30, calling=0x7ffdabe033d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x7fe69e7620b8
        argv = 0x7fe69e7620c0
#43 0x00005568466c90bb in vm_sendish (ec=0x5568485d64e0, reg_cfp=0x7fe69e861f30, cd=0x5568487186f0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x588100140003
        cc = 0x7fe6841e0b28
        argc = 1
        recv = 140628477726200
        calling = {cd = 0x5568487186f0, cc = 0x7fe6841e0b28, block_handler = 0, recv = 140628477726200, argc = 1, kw_splat = false, heap_argv = 0}
#44 0x00005568466d064c in vm_exec_core (ec=0x5568485d64e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x5568487186f0
        leaf = false
        val = 140628034963760
        reg_pc = 0x556848772518
        reg_cfp = 0x7fe69e861f30
        insns_address_table = {0x5568466ccd23 <vm_exec_core+108>, 0x5568466ccd85 <vm_exec_core+206>, 0x5568466cce98 <vm_exec_core+481>, 0x5568466ccfac <vm_exec_core+757>, 0x5568466cd14a <vm_exec_core+1171>, 0x5568466cd27a <vm_exec_core+1475>, 0x5568466cd48c <vm_exec_core+2005>, 0x5568466cd59e <vm_exec_core+2279>, 0x5568466cd677 <vm_exec_core+2496>, 0x5568466cd77e <vm_exec_core+2759>, 0x5568466cd885 <vm_exec_core+3022>, 0x5568466cd993 <vm_exec_core+3292>, 0x5568466cdaa5 <vm_exec_core+3566>, 0x5568466cdb75 <vm_exec_core+3774>, 0x5568466cdc7e <vm_exec_core+4039>, 0x5568466cdd78 <vm_exec_core+4289>, 0x5568466cde3b <vm_exec_core+4484>, 0x5568466cdefe <vm_exec_core+4679>, 0x5568466cdf87 <vm_exec_core+4816>, 0x5568466ce013 <vm_exec_core+4956>, 0x5568466ce0b9 <vm_exec_core+5122>, 0x5568466ce191 <vm_exec_core+5338>, 0x5568466ce25e <vm_exec_core+5543>, 0x5568466ce33c <vm_exec_core+5765>, 0x5568466ce3fe <vm_exec_core+5959>, 0x5568466ce53d <vm_exec_core+6278>, 0x5568466ce5e3 <vm_exec_core+6444>, 0x5568466ce6c8 <vm_exec_core+6673>, 0x5568466ce7f7 <vm_exec_core+6976>, 0x5568466ce8ba <vm_exec_core+7171>, 0x5568466ce97d <vm_exec_core+7366>, 0x5568466cea74 <vm_exec_core+7613>, 0x5568466ceb36 <vm_exec_core+7807>, 0x5568466cec15 <vm_exec_core+8030>, 0x5568466cece2 <vm_exec_core+8235>, 0x5568466cedf2 <vm_exec_core+8507>, 0x5568466ceeec <vm_exec_core+8757>, 0x5568466cef67 <vm_exec_core+8880>, 0x5568466cf028 <vm_exec_core+9073>, 0x5568466cf116 <vm_exec_core+9311>, 0x5568466cf1c6 <vm_exec_core+9487>, 0x5568466cf345 <vm_exec_core+9870>, 0x5568466cf41f <vm_exec_core+10088>, 0x5568466cf50b <vm_exec_core+10324>, 0x5568466cf59c <vm_exec_core+10469>, 0x5568466cf6f7 <vm_exec_core+10816>, 0x5568466cfc99 <vm_exec_core+12258>, 0x5568466cfd95 <vm_exec_core+12510>, 0x5568466cfe98 <vm_exec_core+12769>, 0x5568466cff84 <vm_exec_core+13005>, 0x5568466d019d <vm_exec_core+13542>, 0x5568466d028f <vm_exec_core+13784>, 0x5568466d0395 <vm_exec_core+14046>, 0x5568466d0592 <vm_exec_core+14555>, 0x5568466d073b <vm_exec_core+14980>, 0x5568466d0866 <vm_exec_core+15279>, 0x5568466d09d2 <vm_exec_core+15643>, 0x5568466d0afd <vm_exec_core+15942>, 0x5568466d0c69 <vm_exec_core+16306>, 0x5568466d0e4b <vm_exec_core+16788>, 0x5568466d1048 <vm_exec_core+17297>, 0x5568466d11f1 <vm_exec_core+17722>, 0x5568466d1313 <vm_exec_core+18012>, 0x5568466d13ba <vm_exec_core+18179>, 0x5568466d147e <vm_exec_core+18375>, 0x5568466d1567 <vm_exec_core+18608>, 0x5568466d1653 <vm_exec_core+18844>, 0x5568466d173c <vm_exec_core+19077>, 0x5568466d1850 <vm_exec_core+19353>, 0x5568466d1977 <vm_exec_core+19648>, 0x5568466d1aad <vm_exec_core+19958>, 0x5568466d1be3 <vm_exec_core+20268>, 0x5568466d1d19 <vm_exec_core+20578>, 0x5568466d1e4f <vm_exec_core+20888>, 0x5568466d1f85 <vm_exec_core+21198>, 0x5568466d20c6 <vm_exec_core+21519>, 0x5568466d2240 <vm_exec_core+21897>, 0x5568466d2376 <vm_exec_core+22207>, 0x5568466d24ac <vm_exec_core+22517>, 0x5568466d25e2 <vm_exec_core+22827>, 0x5568466d2718 <vm_exec_core+23137>, 0x5568466d284e <vm_exec_core+23447>, 0x5568466d2984 <vm_exec_core+23757>, 0x5568466d2aba <vm_exec_core+24067>, 0x5568466d2bf0 <vm_exec_core+24377>, 0x5568466d2d3f <vm_exec_core+24712>, 0x5568466d2ef9 <vm_exec_core+25154>, 0x5568466d3077 <vm_exec_core+25536>, 0x5568466d3196 <vm_exec_core+25823>, 0x5568466d32b5 <vm_exec_core+26110>, 0x5568466d33cf <vm_exec_core+26392>, 0x5568466d34e9 <vm_exec_core+26674>, 0x5568466d3614 <vm_exec_core+26973>, 0x5568466d374a <vm_exec_core+27283>, 0x5568466d3835 <vm_exec_core+27518>, 0x5568466d393a <vm_exec_core+27779>, 0x5568466d3a82 <vm_exec_core+28107>, 0x5568466d3b71 <vm_exec_core+28346>, 0x5568466d3c4b <vm_exec_core+28564>, 0x5568466d3d20 <vm_exec_core+28777>, 0x5568466d3dfb <vm_exec_core+28996>, 0x5568466d3e77 <vm_exec_core+29120>, 0x5568466d3ef3 <vm_exec_core+29244>, 0x5568466d3f11 <vm_exec_core+29274>, 0x5568466d3f2f <vm_exec_core+29304>, 0x5568466d3f4d <vm_exec_core+29334>, 0x5568466d3f6b <vm_exec_core+29364>, 0x5568466d3f89 <vm_exec_core+29394>, 0x5568466d3fa7 <vm_exec_core+29424>, 0x5568466d3fc5 <vm_exec_core+29454>, 0x5568466d3fe3 <vm_exec_core+29484>, 0x5568466d4001 <vm_exec_core+29514>, 0x5568466d401f <vm_exec_core+29544>, 0x5568466d403d <vm_exec_core+29574>, 0x5568466d405b <vm_exec_core+29604>, 0x5568466d4079 <vm_exec_core+29634>, 0x5568466d4097 <vm_exec_core+29664>, 0x5568466d40b5 <vm_exec_core+29694>, 0x5568466d40d3 <vm_exec_core+29724>, 0x5568466d40f1 <vm_exec_core+29754>, 0x5568466d410f <vm_exec_core+29784>, 0x5568466d412d <vm_exec_core+29814>, 0x5568466d414b <vm_exec_core+29844>, 0x5568466d4169 <vm_exec_core+29874>, 0x5568466d4187 <vm_exec_core+29904>, 0x5568466d41a5 <vm_exec_core+29934>, 0x5568466d41c3 <vm_exec_core+29964>, 0x5568466d41e1 <vm_exec_core+29994>, 0x5568466d41ff <vm_exec_core+30024>, 0x5568466d421d <vm_exec_core+30054>, 0x5568466d423b <vm_exec_core+30084>, 0x5568466d4259 <vm_exec_core+30114>, 0x5568466d4277 <vm_exec_core+30144>, 0x5568466d4295 <vm_exec_core+30174>, 0x5568466d42b3 <vm_exec_core+30204>, 0x5568466d42d1 <vm_exec_core+30234>, 0x5568466d42ef <vm_exec_core+30264>, 0x5568466d430d <vm_exec_core+30294>, 0x5568466d432b <vm_exec_core+30324>, 0x5568466d4349 <vm_exec_core+30354>, 0x5568466d4367 <vm_exec_core+30384>, 0x5568466d4385 <vm_exec_core+30414>, 0x5568466d43a3 <vm_exec_core+30444>, 0x5568466d43c1 <vm_exec_core+30474>, 0x5568466d43df <vm_exec_core+30504>, 0x5568466d43fd <vm_exec_core+30534>, 0x5568466d441b <vm_exec_core+30564>, 0x5568466d4439 <vm_exec_core+30594>, 0x5568466d4457 <vm_exec_core+30624>, 0x5568466d4475 <vm_exec_core+30654>, 0x5568466d4493 <vm_exec_core+30684>, 0x5568466d44b1 <vm_exec_core+30714>, 0x5568466d44cf <vm_exec_core+30744>, 0x5568466d44ed <vm_exec_core+30774>, 0x5568466d450b <vm_exec_core+30804>, 0x5568466d4529 <vm_exec_core+30834>, 0x5568466d4547 <vm_exec_core+30864>, 0x5568466d4565 <vm_exec_core+30894>, 0x5568466d4583 <vm_exec_core+30924>, 0x5568466d45a1 <vm_exec_core+30954>, 0x5568466d45bf <vm_exec_core+30984>, 0x5568466d45dd <vm_exec_core+31014>, 0x5568466d45fb <vm_exec_core+31044>, 0x5568466d4619 <vm_exec_core+31074>, 0x5568466d4637 <vm_exec_core+31104>, 0x5568466d4655 <vm_exec_core+31134>, 0x5568466d4673 <vm_exec_core+31164>, 0x5568466d4691 <vm_exec_core+31194>, 0x5568466d46af <vm_exec_core+31224>, 0x5568466d46cd <vm_exec_core+31254>, 0x5568466d46eb <vm_exec_core+31284>, 0x5568466d4709 <vm_exec_core+31314>, 0x5568466d4727 <vm_exec_core+31344>, 0x5568466d4745 <vm_exec_core+31374>, 0x5568466d4763 <vm_exec_core+31404>, 0x5568466d4781 <vm_exec_core+31434>, 0x5568466d479f <vm_exec_core+31464>, 0x5568466d47bd <vm_exec_core+31494>, 0x5568466d47ee <vm_exec_core+31543>, 0x5568466d480c <vm_exec_core+31573>, 0x5568466d482a <vm_exec_core+31603>, 0x5568466d4848 <vm_exec_core+31633>, 0x5568466d4866 <vm_exec_core+31663>, 0x5568466d4884 <vm_exec_core+31693>, 0x5568466d48a2 <vm_exec_core+31723>, 0x5568466d48c0 <vm_exec_core+31753>, 0x5568466d48de <vm_exec_core+31783>, 0x5568466d48fc <vm_exec_core+31813>, 0x5568466d491a <vm_exec_core+31843>, 0x5568466d4938 <vm_exec_core+31873>, 0x5568466d4956 <vm_exec_core+31903>, 0x5568466d4974 <vm_exec_core+31933>, 0x5568466d4992 <vm_exec_core+31963>, 0x5568466d49b0 <vm_exec_core+31993>, 0x5568466d49ce <vm_exec_core+32023>, 0x5568466d49ec <vm_exec_core+32053>, 0x5568466d4a0a <vm_exec_core+32083>, 0x5568466d4a28 <vm_exec_core+32113>, 0x5568466d4a46 <vm_exec_core+32143>, 0x5568466d4a64 <vm_exec_core+32173>...}
#45 0x00005568466e7141 in vm_exec_loop (ec=0x5568485d64e0, state=RUBY_TAG_BREAK, tag=0x7ffdabe04060, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#46 0x00005568466e7089 in rb_vm_exec (ec=0x5568485d64e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x5568485d64e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdabe040e0, 0x5568466e6fb4 <rb_vm_exec+190>, 0x0, 0x7ffdabe04030, 0x7ffdabe04378}, prev = 0x7ffdabe04150, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#47 0x00005568466e7e95 in rb_iseq_eval_main (iseq=0x7fe6841f9830) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x5568485d64e0
        val = 93906379039968
#48 0x00005568464cbbcb in rb_ec_exec_node (ec=0x5568485d64e0, n=0x7fe6841f9830) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x5568485d5090
        _ec = 0x5568485d64e0
        _tag = {tag = 36, retval = 93906344391096, buf = {0x7ffdabe041d0, 0x5568464cbb61 <rb_ec_exec_node+212>, 0x0, 0x7ffdabe04120, 0x5568485d64e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fe6841f9830
#49 0x00005568464cbd48 in ruby_run_node (n=0x7fe6841f9830) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5568485d64e0
        status = 21864
#50 0x00005568464c75b4 in rb_main (argc=129, argv=0x7ffdabe04378) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140727487054416
#51 0x00005568464c7615 in main (argc=129, argv=0x7ffdabe04378) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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