# Logfile created on 2024-01-16 10:27:19 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005639698c5e30 @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.20240116-102719", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056396995b3e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056396995b250 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056396995b0c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240116-102719", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240116-102719>, @binmode=false, @mon_data=#<Monitor:0x000056396995aff8>, @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
Already up to date.
Latest commit hash = 9f02680015
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

# Running tests:

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

Retrying...
Finished tests in 1571.717921s, 17.2206 tests/s, 6096.5545 assertions/s.
27066 tests, 9582064 assertions, 0 failures, 0 errors, 224 skips

ruby -v: ruby 3.4.0dev (2024-01-16T08:09:35Z master 9f02680015) [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.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-16T08:09:35Z master 9f02680015) [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 276.680195 seconds

3728 files, 32461 examples, 149192 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.534235.ruby -x gdbscript
[New LWP 534235]
[New LWP 534237]
[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  0x000055b2e6f5bf7e in gc_aging (objspace=0x55b2e8456470, obj=140167465653200) at /tmp/ruby/src/trunk-O0/gc.c:7035
7035	    if (!RVALUE_PAGE_WB_UNPROTECTED(page, obj)) {
[Current thread is 1 (Thread 0x7f7b615ca7c0 (LWP 534235))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f7b615ca7c0 (LWP 534235) 0x000055b2e6f5bf7e in gc_aging (objspace=0x55b2e8456470, obj=140167465653200) at /tmp/ruby/src/trunk-O0/gc.c:7035
  2    Thread 0x7f7b47fef640 (LWP 534237) 0x00007f7b616f2fde in epoll_wait (epfd=4, events=0x55b2e758883c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f7b47fef640 (LWP 534237)):
#0  0x00007f7b616f2fde in epoll_wait (epfd=4, events=0x55b2e758883c <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  0x000055b2e70eb605 in event_wait (vm=0x55b2e8453b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21938
#2  0x000055b2e70eb629 in timer_thread_polling (vm=0x55b2e8453b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1134240757
#3  0x000055b2e70ebce9 in timer_thread_func (ptr=0x55b2e8453b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55b2e8453b10
#4  0x00007f7b61661b43 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 = {140721235608384, -1971598927717314636, 140167465596480, 25, 140167891785808, 140721235608736, 1897694146024329140, 1897629477125246900}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f7b616f2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f7b615ca7c0 (LWP 534235)):
#0  0x000055b2e6f5bf7e in gc_aging (objspace=0x55b2e8456470, obj=140167465653200) at /tmp/ruby/src/trunk-O0/gc.c:7035
        page = 0x55b2e84d1140
        __func__ = <optimized out>
#1  0x000055b2e6f5c0e0 in gc_mark_ptr (objspace=0x55b2e8456470, obj=140167465653200) at /tmp/ruby/src/trunk-O0/gc.c:7075
        __func__ = "gc_mark_ptr"
#2  0x000055b2e6f5c2e9 in gc_mark (objspace=0x55b2e8456470, obj=140167465653200) at /tmp/ruby/src/trunk-O0/gc.c:7110
No locals.
#3  0x000055b2e6f5b7b2 in mark_method_entry_i (me=140167465653200, data=0x55b2e8456470) at /tmp/ruby/src/trunk-O0/gc.c:6781
        objspace = 0x55b2e8456470
#4  0x000055b2e70e403f in rb_id_table_foreach_values (tbl=0x55b2e84d8c30, func=0x55b2e6f5b783 <mark_method_entry_i>, data=0x55b2e8456470) at /tmp/ruby/src/trunk-O0/id_table.c:296
        ret = ID_TABLE_CONTINUE
        i = 14
        capa = 32
#5  0x000055b2e6f5b7ee in mark_m_tbl (objspace=0x55b2e8456470, tbl=0x55b2e84d8c30) at /tmp/ruby/src/trunk-O0/gc.c:6789
No locals.
#6  0x000055b2e6f5cb5b in gc_mark_children (objspace=0x55b2e8456470, obj=140167465710920) at /tmp/ruby/src/trunk-O0/gc.c:7376
        any = 0x7f7b4800b548
#7  0x000055b2e6f5d3f6 in gc_mark_stacked_objects (objspace=0x55b2e8456470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x55b2e84568f8
        obj = 140167465710920
        marked_slots_at_the_beginning = 756
        popped_count = 0
#8  0x000055b2e6f5d576 in gc_mark_stacked_objects_all (objspace=0x55b2e8456470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#9  0x000055b2e6f5f8ea in gc_marks_rest (objspace=0x55b2e8456470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#10 0x000055b2e6f5fa1e in gc_marks (objspace=0x55b2e8456470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#11 0x000055b2e6f617c1 in gc_start (objspace=0x55b2e8456470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#12 0x000055b2e6f61456 in garbage_collect (objspace=0x55b2e8456470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 927116080
        ret = 32764
#13 0x000055b2e6f61f1d in garbage_collect_with_gvl (objspace=0x55b2e8456470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#14 0x000055b2e6f690fc in objspace_malloc_gc_stress (objspace=0x55b2e8456470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#15 0x000055b2e6f69819 in objspace_xcalloc (objspace=0x55b2e8456470, size=128) at /tmp/ruby/src/trunk-O0/gc.c:12888
        gpr = 107008
        mem = 0x8
#16 0x000055b2e6f698ca in ruby_xcalloc_body (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12895
No locals.
#17 0x000055b2e6f6d1f1 in ruby_xcalloc (n=8, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14483
No locals.
#18 0x000055b2e70e3ceb in hash_table_extend (tbl=0x55b2e864a5b0) at /tmp/ruby/src/trunk-O0/id_table.c:196
        new_cap = 8
        i = 8369
        old = 0x1007ffc3742ac70
        tmp_tbl = {capa = 8, num = 0, used = 0, items = 0x0}
#19 0x000055b2e70e3e62 in rb_id_table_insert_key (tbl=0x55b2e864a5b0, key=523, val=94226892611168) at /tmp/ruby/src/trunk-O0/id_table.c:250
        index = -1
#20 0x000055b2e70e3eb6 in rb_id_table_insert (tbl=0x55b2e864a5b0, id=8369, val=94226892611168) at /tmp/ruby/src/trunk-O0/id_table.c:259
No locals.
#21 0x000055b2e7130c60 in vm_ccs_create (klass=140167465919520, cc_tbl=0x55b2e864a5b0, mid=8369, cme=0x7f7b614b8730) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1965
        ccs = 0x55b2e8765e60
#22 0x000055b2e714ca0a in cache_callable_method_entry (klass=140167465919520, mid=8369, cme=0x7f7b614b8730) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x55b2e864a5b0
        ccs_data = 94226869438097
#23 0x000055b2e714cbcc in callable_method_entry_or_negative (klass=140167465919520, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140167465920480
        me = 0x7f7b614b8730
        _lev = 21938
        cme = 0x7f7b614b8730
#24 0x000055b2e714cc5e in callable_method_entry (klass=140167465919520, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7f7b46f3ceb0
#25 0x000055b2e714ccc1 in rb_callable_method_entry (klass=140167465919520, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#26 0x000055b2e714f0dc in rb_method_basic_definition_p (klass=140167465919520, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f7b46e8ef18
#27 0x000055b2e734da20 in rb_get_backtrace (exc=140167447375640) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 0
#28 0x000055b2e6f3e524 in setup_exception (ec=0x55b2e84574e0, tag=6, mesg=140167447375640, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1045
        _ec = 0x55b2e84574e0
        _tag = {tag = 36, retval = 140167868644960, buf = {0x7ffc3742b030, 0x55b2e6f3e4ad <setup_exception+313>, 0x0, 0x7ffc3742aee0, 0x7f7b6004fe60}, prev = 0x7ffc3742b530, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 8269754175128757248
        line = 13
        file = 0x7f7b614bfd68 "-"
        file0 = 0x7f7b614bfd68 "-"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#29 0x000055b2e6f3eb79 in rb_longjmp (ec=0x55b2e84574e0, tag=6, mesg=140167447375640, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#30 0x000055b2e6f3ebff in rb_exc_exception (mesg=140167447375640, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#31 0x000055b2e6f3ec25 in rb_exc_raise (mesg=140167447375640) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#32 0x000055b2e70f30f1 in rb_threadptr_execute_interrupts (th=0x55b2e8456090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
        err = 140167447375640
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#33 0x000055b2e70e5503 in rb_vm_check_ints (ec=0x55b2e84574e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#34 0x000055b2e70ef1e5 in unblock_function_set (th=0x55b2e8456090, func=0x55b2e70e9c0f <ubf_select>, arg=0x55b2e8456090, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:314
No locals.
#35 0x000055b2e70f17ee in blocking_region_begin (th=0x55b2e8456090, region=0x7ffc3742b208, ubf=0x55b2e70e9c0f <ubf_select>, arg=0x55b2e8456090, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:1466
No locals.
#36 0x000055b2e70f1a5d in rb_nogvl (func=0x55b2e6f43872 <no_gvl_stat>, data1=0x7ffc3742b290, ubf=0x55b2e70e9c0f <ubf_select>, data2=0x55b2e8456090, flags=0) at /tmp/ruby/src/trunk-O0/thread.c:1530
        __region = {prev_status = THREAD_RUNNABLE}
        val = 0x0
        ec = 0x55b2e84574e0
        th = 0x55b2e8456090
        vm = 0x55b2e8453b10
        is_main_thread = true
        saved_errno = 0
        ubf_th = 0
#37 0x000055b2e70f1b6c in rb_thread_call_without_gvl (func=0x55b2e6f43872 <no_gvl_stat>, data1=0x7ffc3742b290, ubf=0xffffffffffffffff, data2=0x0) at /tmp/ruby/src/trunk-O0/thread.c:1646
No locals.
#38 0x000055b2e6f438fd in stat_without_gvl (path=0x7f7b46e9fcb8 "/tmp/empty20240116-534235-8xdcu.rb", st=0x7ffc3742b310) at /tmp/ruby/src/trunk-O0/file.c:1171
        data = {st = 0x7ffc3742b310, file = {path = 0x7f7b46e9fcb8 "/tmp/empty20240116-534235-8xdcu.rb", fd = 1189739704}}
#39 0x000055b2e6f48e14 in rb_check_realpath_internal (basedir=4, path=140167447375840, origenc=0x55b2e8471e50, mode=RB_REALPATH_STRICT) at /tmp/ruby/src/trunk-O0/file.c:4491
        unresolved_path = 140167447375840
        resolved_ptr = 0x55b2e85939c0 "\263\t@\263\267U"
        resolved = 140167447444640
        __func__ = "rb_check_realpath_internal"
        st = {st_dev = 140167447375840, st_ino = 140721235604288, st_nlink = 94226871413368, st_mode = 1189670880, st_uid = 32635, st_gid = 927118176, __pad0 = 32764, st_rdev = 1, st_size = 140721235604336, st_blksize = 94226871421734, st_blocks = 140167447375840, st_atim = {tv_sec = 140167447375840, tv_nsec = 8173838500}, st_mtim = {tv_sec = 5, tv_nsec = 140721235604384}, st_ctim = {tv_sec = 8173849626, tv_nsec = 94226873945216}, __glibc_reserved = {140721235604384, 94226871416477, 5502980936}}
#40 0x000055b2e6f48fac in rb_realpath_internal (basedir=4, path=140167447375840, strict=1) at /tmp/ruby/src/trunk-O0/file.c:4536
        mode = RB_REALPATH_STRICT
#41 0x000055b2e6fb172d in realpath_internal_cached (hash=140167465718600, path=140167447375840) at /tmp/ruby/src/trunk-O0/load.c:729
        ret = 4
        realpath = 94226889427632
#42 0x000055b2e6fb2f49 in require_internal (ec=0x55b2e84574e0, fname=140167447444720, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1274
        handle = 140167868641760
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x55b2e84574e0
        _tag = {tag = 36, retval = 140167465921600, buf = {0x7ffc3742b5b0, 0x55b2e6fb2dd8 <require_internal+504>, 0x0, 0x7ffc3742b450, 0x7ffc3742b580}, prev = 0x7ffc3742c4e0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x55b2e8456090
        saved = {wrapper = 0, self = 140167890062840, errinfo = 4, ec = 0x55b2e84574e0}
        state = RUBY_TAG_NONE
        ftptr = 0x55b2e8595b60 "/tmp/empty20240116-534235-8xdcu.rb"
        path = 140167447375840
        saved_path = 140167447375840
        realpath = 0
        realpaths = 140167465718760
        realpath_map = 140167465718600
        reset_ext_config = false
        prev_ext_config = {ractor_safe = 231}
        th2 = 0x7f7b46e9fcf0
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#43 0x000055b2e6fb34c8 in rb_require_string_internal (fname=140167447444720, resurrect=false) at /tmp/ruby/src/trunk-O0/load.c:1379
        ec = 0x55b2e84574e0
        result = 32635
#44 0x000055b2e6fb3461 in rb_require_string (fname=140167447444720) at /tmp/ruby/src/trunk-O0/load.c:1372
No locals.
#45 0x000055b2e6fb22ad in rb_f_require (obj=140167890062840, fname=140167447376000) at /tmp/ruby/src/trunk-O0/load.c:1014
No locals.
#46 0x000055b2e7136e2e in ractor_safe_call_cfunc_1 (recv=140167890062840, argc=1, argv=0x7f7b614c90c0, func=0x55b2e6fb228d <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
        f = 0x55b2e6fb228d <rb_f_require>
#47 0x000055b2e71379f7 in vm_call_cfunc_with_frame_ (ec=0x55b2e84574e0, reg_cfp=0x7f7b615c8f30, calling=0x7ffc3742b850, argc=1, argv=0x7f7b614c90c0, stack_bottom=0x7f7b614c90b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0x588100140003
        cc = 0x7f7b46f40a38
        val = 140167448103480
        me = 0x7f7b46f45510
        cfunc = 0x55b2e84cdc98
        recv = 140167890062840
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#48 0x000055b2e7137bcc in vm_call_cfunc_with_frame (ec=0x55b2e84574e0, reg_cfp=0x7f7b615c8f30, calling=0x7ffc3742b850) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 1
        stack_bottom = 0x7f7b614c90b8
        argv = 0x7f7b614c90c0
#49 0x000055b2e713df75 in vm_sendish (ec=0x55b2e84574e0, reg_cfp=0x7f7b615c8f30, cd=0x55b2e84c0720, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
        val = 36
        ci = 0x588100140003
        cc = 0x7f7b46f40a38
        argc = 1
        recv = 140167890062840
        calling = {cd = 0x55b2e84c0720, cc = 0x7f7b46f40a38, block_handler = 0, recv = 140167890062840, argc = 1, kw_splat = false, heap_argv = 0}
#50 0x000055b2e7145506 in vm_exec_core (ec=0x55b2e84574e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55b2e84c0720
        leaf = false
        val = 140167447376000
        reg_pc = 0x55b2e85731c8
        reg_cfp = 0x7f7b615c8f30
        insns_address_table = {0x55b2e7141bdd <vm_exec_core+108>, 0x55b2e7141c3f <vm_exec_core+206>, 0x55b2e7141d52 <vm_exec_core+481>, 0x55b2e7141e66 <vm_exec_core+757>, 0x55b2e7142004 <vm_exec_core+1171>, 0x55b2e7142134 <vm_exec_core+1475>, 0x55b2e7142346 <vm_exec_core+2005>, 0x55b2e7142458 <vm_exec_core+2279>, 0x55b2e7142531 <vm_exec_core+2496>, 0x55b2e7142638 <vm_exec_core+2759>, 0x55b2e714273f <vm_exec_core+3022>, 0x55b2e714284d <vm_exec_core+3292>, 0x55b2e714295f <vm_exec_core+3566>, 0x55b2e7142a2f <vm_exec_core+3774>, 0x55b2e7142b38 <vm_exec_core+4039>, 0x55b2e7142c32 <vm_exec_core+4289>, 0x55b2e7142cf5 <vm_exec_core+4484>, 0x55b2e7142db8 <vm_exec_core+4679>, 0x55b2e7142e41 <vm_exec_core+4816>, 0x55b2e7142ecd <vm_exec_core+4956>, 0x55b2e7142f73 <vm_exec_core+5122>, 0x55b2e714304b <vm_exec_core+5338>, 0x55b2e7143118 <vm_exec_core+5543>, 0x55b2e71431f6 <vm_exec_core+5765>, 0x55b2e71432b8 <vm_exec_core+5959>, 0x55b2e71433f7 <vm_exec_core+6278>, 0x55b2e714349d <vm_exec_core+6444>, 0x55b2e7143582 <vm_exec_core+6673>, 0x55b2e71436b1 <vm_exec_core+6976>, 0x55b2e7143774 <vm_exec_core+7171>, 0x55b2e7143837 <vm_exec_core+7366>, 0x55b2e714392e <vm_exec_core+7613>, 0x55b2e71439f0 <vm_exec_core+7807>, 0x55b2e7143acf <vm_exec_core+8030>, 0x55b2e7143b9c <vm_exec_core+8235>, 0x55b2e7143cac <vm_exec_core+8507>, 0x55b2e7143da6 <vm_exec_core+8757>, 0x55b2e7143e21 <vm_exec_core+8880>, 0x55b2e7143ee2 <vm_exec_core+9073>, 0x55b2e7143fd0 <vm_exec_core+9311>, 0x55b2e7144080 <vm_exec_core+9487>, 0x55b2e71441ff <vm_exec_core+9870>, 0x55b2e71442d9 <vm_exec_core+10088>, 0x55b2e71443c5 <vm_exec_core+10324>, 0x55b2e7144456 <vm_exec_core+10469>, 0x55b2e71445b1 <vm_exec_core+10816>, 0x55b2e7144b53 <vm_exec_core+12258>, 0x55b2e7144c4f <vm_exec_core+12510>, 0x55b2e7144d52 <vm_exec_core+12769>, 0x55b2e7144e3e <vm_exec_core+13005>, 0x55b2e7145057 <vm_exec_core+13542>, 0x55b2e7145149 <vm_exec_core+13784>, 0x55b2e714524f <vm_exec_core+14046>, 0x55b2e714544c <vm_exec_core+14555>, 0x55b2e71455f5 <vm_exec_core+14980>, 0x55b2e7145720 <vm_exec_core+15279>, 0x55b2e714588c <vm_exec_core+15643>, 0x55b2e71459b7 <vm_exec_core+15942>, 0x55b2e7145b23 <vm_exec_core+16306>, 0x55b2e7145d05 <vm_exec_core+16788>, 0x55b2e7145f02 <vm_exec_core+17297>, 0x55b2e71460ab <vm_exec_core+17722>, 0x55b2e71461cd <vm_exec_core+18012>, 0x55b2e7146274 <vm_exec_core+18179>, 0x55b2e7146338 <vm_exec_core+18375>, 0x55b2e7146421 <vm_exec_core+18608>, 0x55b2e714650d <vm_exec_core+18844>, 0x55b2e71465f6 <vm_exec_core+19077>, 0x55b2e714670a <vm_exec_core+19353>, 0x55b2e7146831 <vm_exec_core+19648>, 0x55b2e7146967 <vm_exec_core+19958>, 0x55b2e7146a9d <vm_exec_core+20268>, 0x55b2e7146bd3 <vm_exec_core+20578>, 0x55b2e7146d09 <vm_exec_core+20888>, 0x55b2e7146e3f <vm_exec_core+21198>, 0x55b2e7146f80 <vm_exec_core+21519>, 0x55b2e71470fa <vm_exec_core+21897>, 0x55b2e7147230 <vm_exec_core+22207>, 0x55b2e7147366 <vm_exec_core+22517>, 0x55b2e714749c <vm_exec_core+22827>, 0x55b2e71475d2 <vm_exec_core+23137>, 0x55b2e7147708 <vm_exec_core+23447>, 0x55b2e714783e <vm_exec_core+23757>, 0x55b2e7147974 <vm_exec_core+24067>, 0x55b2e7147aaa <vm_exec_core+24377>, 0x55b2e7147bf9 <vm_exec_core+24712>, 0x55b2e7147db3 <vm_exec_core+25154>, 0x55b2e7147f31 <vm_exec_core+25536>, 0x55b2e7148050 <vm_exec_core+25823>, 0x55b2e714816f <vm_exec_core+26110>, 0x55b2e7148289 <vm_exec_core+26392>, 0x55b2e71483a3 <vm_exec_core+26674>, 0x55b2e71484ce <vm_exec_core+26973>, 0x55b2e7148604 <vm_exec_core+27283>, 0x55b2e71486ef <vm_exec_core+27518>, 0x55b2e71487f4 <vm_exec_core+27779>, 0x55b2e714893c <vm_exec_core+28107>, 0x55b2e7148a2b <vm_exec_core+28346>, 0x55b2e7148b05 <vm_exec_core+28564>, 0x55b2e7148bda <vm_exec_core+28777>, 0x55b2e7148cb5 <vm_exec_core+28996>, 0x55b2e7148d31 <vm_exec_core+29120>, 0x55b2e7148dad <vm_exec_core+29244>, 0x55b2e7148dcb <vm_exec_core+29274>, 0x55b2e7148de9 <vm_exec_core+29304>, 0x55b2e7148e07 <vm_exec_core+29334>, 0x55b2e7148e25 <vm_exec_core+29364>, 0x55b2e7148e43 <vm_exec_core+29394>, 0x55b2e7148e61 <vm_exec_core+29424>, 0x55b2e7148e7f <vm_exec_core+29454>, 0x55b2e7148e9d <vm_exec_core+29484>, 0x55b2e7148ebb <vm_exec_core+29514>, 0x55b2e7148ed9 <vm_exec_core+29544>, 0x55b2e7148ef7 <vm_exec_core+29574>, 0x55b2e7148f15 <vm_exec_core+29604>, 0x55b2e7148f33 <vm_exec_core+29634>, 0x55b2e7148f51 <vm_exec_core+29664>, 0x55b2e7148f6f <vm_exec_core+29694>, 0x55b2e7148f8d <vm_exec_core+29724>, 0x55b2e7148fab <vm_exec_core+29754>, 0x55b2e7148fc9 <vm_exec_core+29784>, 0x55b2e7148fe7 <vm_exec_core+29814>, 0x55b2e7149005 <vm_exec_core+29844>, 0x55b2e7149023 <vm_exec_core+29874>, 0x55b2e7149041 <vm_exec_core+29904>, 0x55b2e714905f <vm_exec_core+29934>, 0x55b2e714907d <vm_exec_core+29964>, 0x55b2e714909b <vm_exec_core+29994>, 0x55b2e71490b9 <vm_exec_core+30024>, 0x55b2e71490d7 <vm_exec_core+30054>, 0x55b2e71490f5 <vm_exec_core+30084>, 0x55b2e7149113 <vm_exec_core+30114>, 0x55b2e7149131 <vm_exec_core+30144>, 0x55b2e714914f <vm_exec_core+30174>, 0x55b2e714916d <vm_exec_core+30204>, 0x55b2e714918b <vm_exec_core+30234>, 0x55b2e71491a9 <vm_exec_core+30264>, 0x55b2e71491c7 <vm_exec_core+30294>, 0x55b2e71491e5 <vm_exec_core+30324>, 0x55b2e7149203 <vm_exec_core+30354>, 0x55b2e7149221 <vm_exec_core+30384>, 0x55b2e714923f <vm_exec_core+30414>, 0x55b2e714925d <vm_exec_core+30444>, 0x55b2e714927b <vm_exec_core+30474>, 0x55b2e7149299 <vm_exec_core+30504>, 0x55b2e71492b7 <vm_exec_core+30534>, 0x55b2e71492d5 <vm_exec_core+30564>, 0x55b2e71492f3 <vm_exec_core+30594>, 0x55b2e7149311 <vm_exec_core+30624>, 0x55b2e714932f <vm_exec_core+30654>, 0x55b2e714934d <vm_exec_core+30684>, 0x55b2e714936b <vm_exec_core+30714>, 0x55b2e7149389 <vm_exec_core+30744>, 0x55b2e71493a7 <vm_exec_core+30774>, 0x55b2e71493c5 <vm_exec_core+30804>, 0x55b2e71493e3 <vm_exec_core+30834>, 0x55b2e7149401 <vm_exec_core+30864>, 0x55b2e714941f <vm_exec_core+30894>, 0x55b2e714943d <vm_exec_core+30924>, 0x55b2e714945b <vm_exec_core+30954>, 0x55b2e7149479 <vm_exec_core+30984>, 0x55b2e7149497 <vm_exec_core+31014>, 0x55b2e71494b5 <vm_exec_core+31044>, 0x55b2e71494d3 <vm_exec_core+31074>, 0x55b2e71494f1 <vm_exec_core+31104>, 0x55b2e714950f <vm_exec_core+31134>, 0x55b2e714952d <vm_exec_core+31164>, 0x55b2e714954b <vm_exec_core+31194>, 0x55b2e7149569 <vm_exec_core+31224>, 0x55b2e7149587 <vm_exec_core+31254>, 0x55b2e71495a5 <vm_exec_core+31284>, 0x55b2e71495c3 <vm_exec_core+31314>, 0x55b2e71495e1 <vm_exec_core+31344>, 0x55b2e71495ff <vm_exec_core+31374>, 0x55b2e714961d <vm_exec_core+31404>, 0x55b2e714963b <vm_exec_core+31434>, 0x55b2e7149659 <vm_exec_core+31464>, 0x55b2e7149677 <vm_exec_core+31494>, 0x55b2e71496a8 <vm_exec_core+31543>, 0x55b2e71496c6 <vm_exec_core+31573>, 0x55b2e71496e4 <vm_exec_core+31603>, 0x55b2e7149702 <vm_exec_core+31633>, 0x55b2e7149720 <vm_exec_core+31663>, 0x55b2e714973e <vm_exec_core+31693>, 0x55b2e714975c <vm_exec_core+31723>, 0x55b2e714977a <vm_exec_core+31753>, 0x55b2e7149798 <vm_exec_core+31783>, 0x55b2e71497b6 <vm_exec_core+31813>, 0x55b2e71497d4 <vm_exec_core+31843>, 0x55b2e71497f2 <vm_exec_core+31873>, 0x55b2e7149810 <vm_exec_core+31903>, 0x55b2e714982e <vm_exec_core+31933>, 0x55b2e714984c <vm_exec_core+31963>, 0x55b2e714986a <vm_exec_core+31993>, 0x55b2e7149888 <vm_exec_core+32023>, 0x55b2e71498a6 <vm_exec_core+32053>, 0x55b2e71498c4 <vm_exec_core+32083>, 0x55b2e71498e2 <vm_exec_core+32113>, 0x55b2e7149900 <vm_exec_core+32143>, 0x55b2e714991e <vm_exec_core+32173>...}
#51 0x000055b2e715bffb in vm_exec_loop (ec=0x55b2e84574e0, state=RUBY_TAG_BREAK, tag=0x7ffc3742c4e0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#52 0x000055b2e715bf43 in rb_vm_exec (ec=0x55b2e84574e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x55b2e84574e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc3742c560, 0x55b2e715be6e <rb_vm_exec+190>, 0x0, 0x7ffc3742c4b0, 0x7ffc3742c7f8}, prev = 0x7ffc3742c5d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#53 0x000055b2e715cd4f in rb_iseq_eval_main (iseq=0x7f7b46f3d298) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x55b2e84574e0
        val = 94226889405664
#54 0x000055b2e6f3dc0d in rb_ec_exec_node (ec=0x55b2e84574e0, n=0x7f7b46f3d298) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55b2e8456090
        _ec = 0x55b2e84574e0
        _tag = {tag = 36, retval = 94226867278330, buf = {0x7ffc3742c650, 0x55b2e6f3dba3 <rb_ec_exec_node+212>, 0x0, 0x7ffc3742c5a0, 0x55b2e84574e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f7b46f3d298
#55 0x000055b2e6f3dd8a in ruby_run_node (n=0x7f7b46f3d298) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55b2e84574e0
        status = 21938
#56 0x000055b2e6f395c4 in rb_main (argc=131, argv=0x7ffc3742c7f8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140721235609296
#57 0x000055b2e6f39625 in main (argc=131, argv=0x7ffc3742c7f8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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