# Logfile created on 2023-09-05 17:38:53 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561644cde230 @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.20230905-173853", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000561644d674e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561644d673a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561644d671e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20230905-173853", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20230905-173853>, @binmode=false, @mon_data=#<Monitor:0x0000561644d670f8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   ab9d191..a17a1cd  master     -> origin/master
Updating ab9d191..a17a1cd
Fast-forward
 process.c      | 46 ++++++++--------------------------------------
 yarp/defines.h |  2 +-
 2 files changed, 9 insertions(+), 39 deletions(-)
Latest commit hash = a17a1cd535
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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/yarp -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/compile.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling yarp/api_node.c
compiling /tmp/ruby/src/trunk-O0/yarp/api_pack.c
compiling /tmp/ruby/src/trunk-O0/yarp/diagnostic.c
compiling /tmp/ruby/src/trunk-O0/yarp/enc/yp_big5.c
compiling /tmp/ruby/src/trunk-O0/yarp/enc/yp_euc_jp.c
compiling /tmp/ruby/src/trunk-O0/yarp/enc/yp_gbk.c
compiling /tmp/ruby/src/trunk-O0/yarp/enc/yp_shift_jis.c
compiling /tmp/ruby/src/trunk-O0/yarp/enc/yp_tables.c
compiling /tmp/ruby/src/trunk-O0/yarp/enc/yp_unicode.c
compiling /tmp/ruby/src/trunk-O0/yarp/enc/yp_windows_31j.c
compiling /tmp/ruby/src/trunk-O0/yarp/extension.c
compiling yarp/node.c
compiling /tmp/ruby/src/trunk-O0/yarp/pack.c
compiling yarp/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/yarp/regexp.c
compiling yarp/serialize.c
compiling yarp/token_type.c
compiling /tmp/ruby/src/trunk-O0/yarp/unescape.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_buffer.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_char.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_constant_pool.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_list.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_memchr.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_newline_list.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_state_stack.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_string.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_string_list.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_strncasecmp.c
compiling /tmp/ruby/src/trunk-O0/yarp/util/yp_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/yarp/yarp.c
compiling /tmp/ruby/src/trunk-O0/yarp/yarp_init.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 -Wmisleading-indentation -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 -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/yarp -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
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 -Wmisleading-indentation -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 -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/yarp -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
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/coverage'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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/fiddle'
make[2]: Entering 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/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.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.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
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 -Wmisleading-indentation -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 -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/yarp -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
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 unchanged
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/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering 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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.1
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.8
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
                                    yarp 0.10.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.19.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.3.7
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.1
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1852 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 -Wmisleading-indentation -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 -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/yarp -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 -Wmisleading-indentation -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 -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/yarp -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.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.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=50056
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

T
Retrying...

Retrying hung up testcases...
[ 1/53] TestObjSpace#test_internal_class_of = 0.42 s
[ 2/53] TestObjSpace#test_reachable_objects_during_iteration = 0.58 s
[ 3/53] TestObjSpace#test_reachable_objects_from_root = 0.00 s
[ 4/53] TestObjSpace#test_dump_uninitialized_file = 0.04 s
[ 5/53] TestObjSpace#test_dump_not_too_complex_shape = 0.00 s
[ 6/53] TestObjSpace#test_dump_singleton_class = 0.00 s
[ 7/53] TestObjSpace#test_count_objects_size_with_hash = 0.02 s
[ 8/53] TestObjSpace#test_load_allocation_path_compile_file = 0.44 s
[ 9/53] TestObjSpace#test_dump_shapes = 0.01 s
[10/53] TestObjSpace#test_memsize_of = 0.00 s
[11/53] TestObjSpace#test_dump_objects_dumps_page_slot_sizes = 0.87 s
[12/53] TestObjSpace#test_dump_to_default = 0.00 s
[13/53] TestObjSpace#test_dump_string_coderange = 0.00 s
[14/53] TestObjSpace#test_memsize_of_all = 0.02 s
[15/53] TestObjSpace#test_argf_memsize = 0.00 s
[16/53] TestObjSpace#test_count_tdata_objects = 0.01 s
[17/53] TestObjSpace#test_count_imemo_objects = 0.01 s
[18/53] TestObjSpace#test_reachable_objects_from = 0.59 s
[19/53] TestObjSpace#test_dump_reference_addresses_match_dump_all_addresses = 0.38 s
[20/53] TestObjSpace#test_reachable_objects_size = 0.71 s
[21/53] TestObjSpace#test_dump_dynamic_symbol = 0.00 s
[22/53] TestObjSpace#test_dump_flags = 0.10 s
[23/53] TestObjSpace#test_dump_class_addresses_match_dump_all_addresses = 0.59 s
[24/53] TestObjSpace#test_dump_includes_slot_size = 0.00 s
[25/53] TestObjSpace#test_load_allocation_path_load_from_binary = 0.00 s
[26/53] TestObjSpace#test_dump_control_char = 0.00 s
[27/53] TestObjSpace#test_trace_object_allocations_stop_first = 0.21 s
[28/53] TestObjSpace#test_trace_object_allocations_gc_stress = 0.54 s
[29/53] TestObjSpace#test_dump_object = 0.00 s
[30/53] TestObjSpace#test_trace_object_allocations = 19.82 s
[31/53] TestObjSpace#test_dump_all = 1.63 s
[32/53] TestObjSpace#test_dump_addresses_match_dump_all_addresses = 0.45 s
[33/53] TestObjSpace#test_memsize_of_iseq = 0.00 s
[34/53] TestObjSpace#test_internal_class_of_on_ast = 0.00 s
[35/53] TestObjSpace#test_dump_special_consts = 0.00 s
[36/53] TestObjSpace#test_internal_super_of = 0.01 s
[37/53] TestObjSpace#test_load_allocation_path_load = 0.46 s
[38/53] TestObjSpace#test_name_error_message = 0.00 s
[39/53] TestObjSpace#test_memsize_of_root_shared_string = 0.01 s
[40/53] TestObjSpace#test_count_symbols = 0.27 s
[41/53] TestObjSpace#test_count_objects_size = 0.01 s
[42/53] TestObjSpace#test_objspace_trace = 0.04 s
[43/53] TestObjSpace#test_dump_escapes_method_name = 0.00 s
[44/53] TestObjSpace#test_dump_all_single_generation = 0.06 s
[45/53] TestObjSpace#test_anonymous_class_name = 0.00 s
[46/53] TestObjSpace#test_utf8_method_names = 0.00 s
[47/53] TestObjSpace#test_dump_all_full = 0.68 s
[48/53] TestObjSpace#test_dump_includes_imemo_type = 0.71 s
[49/53] TestObjSpace#test_dump_to_io = 0.00 s
[50/53] TestObjSpace#test_trace_object_allocations_start_stop_clear = 0.00 s
[51/53] TestObjSpace#test_count_objects_size_with_wrong_type = 0.00 s
[52/53] TestObjSpace#test_dump_special_floats = 0.00 s
[53/53] TestObjSpace#test_dump_array = 0.00 s
Finished tests in 1517.027309s, 17.3234 tests/s, 6165.9773 assertions/s.
26280 tests, 9353956 assertions, 0 failures, 0 errors, 195 skips

ruby -v: ruby 3.3.0dev (2023-09-05T16:53:11Z master a17a1cd535) [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' 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 -Wmisleading-indentation -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 -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/yarp -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.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.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
ruby 3.3.0dev (2023-09-05T16:53:11Z master a17a1cd535) [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 .................................................................

Finished in 331.639695 seconds

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

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.1595182.ruby -x gdbscript
[New LWP 1595182]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055cbf4a6f719 in asan_unpoison_object (obj=140073090623920, newobj_p=false) at /tmp/ruby/src/trunk-O0/internal/sanitizers.h:182
182	    MAYBE_UNUSED(struct RVALUE *) ptr = (void *)obj;

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f654ee0e7c0 (LWP 1595182) 0x000055cbf4a6f719 in asan_unpoison_object (obj=140073090623920, newobj_p=false) at /tmp/ruby/src/trunk-O0/internal/sanitizers.h:182

>>> Machine level backtrace


Thread 1 (Thread 0x7f654ee0e7c0 (LWP 1595182)):
#0  0x000055cbf4a6f719 in asan_unpoison_object (obj=140073090623920, newobj_p=false) at /tmp/ruby/src/trunk-O0/internal/sanitizers.h:182
        ptr = 0x7f654ecf2988
#1  0x000055cbf4a783dc in gc_sweep_plane (objspace=0x55cbf61130e0, heap=0x55cbf6113150, p=140073090623920, bitset=2256232765329920, ctx=0x7ffe6d927820) at /tmp/ruby/src/trunk-O0/gc.c:5439
        vp = 140073090623920
        sweep_page = 0x55cbf6118c70
        slot_size = 40
        slot_bits = 1
        __func__ = <optimized out>
#2  0x000055cbf4a787a0 in gc_sweep_page (objspace=0x55cbf61130e0, heap=0x55cbf6113150, ctx=0x7ffe6d927820) at /tmp/ruby/src/trunk-O0/gc.c:5535
        i = 4
        sweep_page = 0x55cbf6118c70
        __func__ = <optimized out>
        p = 140073090623520
        bits = 0x55cbf6118d80
        bitset = 2310382351697838344
        page_rvalue_count = 1637
        out_of_range_bits = 37
        bitmap_plane_count = 26
#3  0x000055cbf4a790cd in gc_sweep_step (objspace=0x55cbf61130e0, size_pool=0x55cbf6113100, heap=0x55cbf6113150) at /tmp/ruby/src/trunk-O0/gc.c:5802
        ctx = {page = 0x55cbf6118c70, final_slots = 0, freed_slots = 0, empty_slots = 32}
        free_slots = 0
        sweep_page = 0x55cbf6118c70
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 0
#4  0x000055cbf4a79301 in gc_sweep_rest (objspace=0x55cbf61130e0) at /tmp/ruby/src/trunk-O0/gc.c:5859
        size_pool = 0x55cbf6113100
        i = 0
#5  0x000055cbf4a798fa in gc_sweep (objspace=0x55cbf61130e0) at /tmp/ruby/src/trunk-O0/gc.c:6017
        immediate_sweep = 1
#6  0x000055cbf4a726a0 in gc_continue (objspace=0x55cbf61130e0, size_pool=0x55cbf6113100, heap=0x55cbf6113150) at /tmp/ruby/src/trunk-O0/gc.c:2398
        lock_lev = 0
#7  0x000055cbf4a72e57 in newobj_alloc (objspace=0x55cbf61130e0, cr=0x55cbf6113e70, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2724
        lev = 32766
        unlock_vm = false
        size_pool = 0x55cbf6113100
        heap = 0x55cbf6113150
        cache = 0x55cbf61140e8
        obj = 0
        __func__ = <optimized out>
#8  0x000055cbf4a7308a in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x55cbf6113e70, objspace=0x55cbf61130e0, flags=12, klass=140073073156920) at /tmp/ruby/src/trunk-O0/gc.c:2783
        obj = 1
        lev = 1
#9  newobj_slowpath_wb_protected (klass=140073073156920, flags=12, objspace=0x55cbf61130e0, cr=0x55cbf6113e70, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2801
No locals.
#10 0x000055cbf4a73402 in newobj_of0 (klass=140073073156920, flags=12, wb_protected=1, cr=0x55cbf6113e70, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2843
        obj = 4096
        objspace = 0x55cbf61130e0
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#11 0x000055cbf4a7346e in newobj_of (cr=0x55cbf6113e70, klass=140073073156920, flags=12, v1=94334477242656, v2=1, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2853
        obj = 94334471322037
#12 0x000055cbf4a73b9b in rb_data_typed_object_wrap (klass=140073073156920, datap=0x0, type=0x55cbf5019120 <backtrace_data_type>) at /tmp/ruby/src/trunk-O0/gc.c:3069
        wb_protected = true
#13 0x000055cbf4a73bd8 in rb_data_typed_object_zalloc (klass=140073073156920, size=32, type=0x55cbf5019120 <backtrace_data_type>) at /tmp/ruby/src/trunk-O0/gc.c:3075
        obj = 4
#14 0x000055cbf4c71723 in backtrace_alloc (klass=140073073156920) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:538
        data_struct_obj = 94334495048096
        bt = 0x7ffe6d927b98
        obj = 94334495048096
#15 0x000055cbf4c718f7 in rb_ec_partial_backtrace_object (ec=0x55cbf61141a0, start_frame=0, num_frames=-1, start_too_large=0x0, skip_internal=false, do_yield=false) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:598
        cfp = 0x7f654ee0cec0
        end_cfp = 0x7f654ee0d010
        size = 94334471215026
        bt = 0x7ffe6d927c08
        btobj = 140073063273280
        loc = 0x55cbf4a594bd <rb_type+43>
        cfunc_counter = 2048
#16 0x000055cbf4c71cc8 in rb_ec_backtrace_object (ec=0x55cbf61141a0) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:693
No locals.
#17 0x000055cbf4a5e0d4 in setup_exception (ec=0x55cbf61141a0, tag=6, mesg=140073063273280, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:575
        at = 140073090648360
        bt = 4
        _ec = 0x55cbf61141a0
        _tag = {tag = 36, retval = 3457, buf = {0x7ffe6d927d90, 0x55cbf4a5df9d <setup_exception+294>, 0x0, 0x7ffe6d927c40, 0x626d927d08}, prev = 0x7ffe6d928080, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 3992463114537592064
        line = 0
        file = 0x55cbf6439cd0 "/tmp/empty20230905-1595182-gkqhrz.rb"
        file0 = 0x55cbf6439cd0 "/tmp/empty20230905-1595182-gkqhrz.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#18 0x000055cbf4a5e636 in rb_longjmp (ec=0x55cbf61141a0, tag=6, mesg=140073063273280, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#19 0x000055cbf4a5e6bc in rb_exc_exception (mesg=140073063273280, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#20 0x000055cbf4a5e6e2 in rb_exc_raise (mesg=140073063273280) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#21 0x000055cbf4c03146 in rb_threadptr_execute_interrupts (th=0x55cbf6112f90, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2376
        err = 140073063273280
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#22 0x000055cbf4c3580b in rb_vm_check_ints (ec=0x55cbf61141a0) at /tmp/ruby/src/trunk-O0/vm_core.h:1981
No locals.
#23 0x000055cbf4c3d215 in vm_pop_frame (ec=0x55cbf61141a0, cfp=0x7f654ee0cec0, ep=0x7f654ed0d0f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:418
        flags = 2040070179
#24 0x000055cbf4c3d261 in rb_vm_pop_frame (ec=0x55cbf61141a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:427
No locals.
#25 0x000055cbf4acead5 in load_iseq_eval (ec=0x55cbf61141a0, fname=140073063273680) at /tmp/ruby/src/trunk-O0/load.c:735
        ec = 0x55cbf61141a0
        th = 0x55cbf6112f90
        realpath_map = 140073073169080
        v = 140073063273560
        ast = 0x7f654d2dd368
        parser = 140073063273520
        iseq = 0x7f654d2dd3b8
#26 0x000055cbf4acffe7 in require_internal (ec=0x55cbf61141a0, fname=140073063611760, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1247
        handle = 140730736738448
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x55cbf61141a0
        _tag = {tag = 36, retval = 140073090732232, buf = {0x7ffe6d928100, 0x55cbf4acfe12 <require_internal+501>, 0x0, 0x7ffe6d927fa0, 0x7f654ee0cf30}, prev = 0x7ffe6d928fe0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x55cbf6112f90
        saved = {wrapper = 0, self = 140073090665960, errinfo = 4, ec = 0x55cbf61141a0}
        state = RUBY_TAG_NONE
        ftptr = 0x55cbf634b000 "/tmp/empty20230905-1595182-gkqhrz.rb"
        path = 140073063273680
        saved_path = 140073063273680
        realpath = 140073063611680
        realpaths = 140073073169240
        realpath_map = 140073073169080
        reset_ext_config = false
        prev_ext_config = {ractor_safe = 77}
        th2 = 0x3768140cb8dce500
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#27 0x000055cbf4ad047b in rb_require_string (fname=140073063273720) at /tmp/ruby/src/trunk-O0/load.c:1340
        ec = 0x55cbf61141a0
        result = 32613
#28 0x000055cbf4acf2ef in rb_f_require (obj=140073090665960, fname=140073063273720) at /tmp/ruby/src/trunk-O0/load.c:980
No locals.
#29 0x000055cbf4c462fb in ractor_safe_call_cfunc_1 (recv=140073090665960, argc=1, argv=0x7f654ed0d0c0, func=0x55cbf4acf2cf <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3297
        f = 0x55cbf4acf2cf <rb_f_require>
#30 0x000055cbf4c46ec4 in vm_call_cfunc_with_frame_ (ec=0x55cbf61141a0, reg_cfp=0x7f654ee0cf30, calling=0x7ffe6d928360, argc=1, argv=0x7f654ed0d0c0, stack_bottom=0x7f654ed0d0b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3474
        ci = 0x58b100140003
        cc = 0x7f654d3b1280
        val = 140073064141440
        me = 0x7f654d3b57b8
        cfunc = 0x55cbf6192f98
        recv = 140073090665960
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#31 0x000055cbf4c47099 in vm_call_cfunc_with_frame (ec=0x55cbf61141a0, reg_cfp=0x7f654ee0cf30, calling=0x7ffe6d928360) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3502
        argc = 1
        stack_bottom = 0x7f654ed0d0b8
        argv = 0x7f654ed0d0c0
#32 0x000055cbf4c4d0ed in vm_sendish (ec=0x55cbf61141a0, reg_cfp=0x7f654ee0cf30, cd=0x55cbf62e1af0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5552
        val = 36
        ci = 0x58b100140003
        cc = 0x7f654d3b1280
        argc = 1
        recv = 140073090665960
        calling = {cd = 0x55cbf62e1af0, cc = 0x7f654d3b1280, block_handler = 0, recv = 140073090665960, argc = 1, kw_splat = false, heap_argv = 0}
#33 0x000055cbf4c544b7 in vm_exec_core (ec=0x55cbf61141a0) at ../../src/trunk-O0/insns.def:835
        bh = 0
        cd = 0x55cbf62e1af0
        leaf = false
        val = 140073063273720
        reg_pc = 0x55cbf62520e8
        reg_cfp = 0x7f654ee0cf30
        insns_address_table = {0x55cbf4c50c52 <vm_exec_core+108>, 0x55cbf4c50cb4 <vm_exec_core+206>, 0x55cbf4c50dc7 <vm_exec_core+481>, 0x55cbf4c50edb <vm_exec_core+757>, 0x55cbf4c51079 <vm_exec_core+1171>, 0x55cbf4c511a9 <vm_exec_core+1475>, 0x55cbf4c513bb <vm_exec_core+2005>, 0x55cbf4c514cd <vm_exec_core+2279>, 0x55cbf4c515a6 <vm_exec_core+2496>, 0x55cbf4c516ad <vm_exec_core+2759>, 0x55cbf4c517b4 <vm_exec_core+3022>, 0x55cbf4c518c2 <vm_exec_core+3292>, 0x55cbf4c519d4 <vm_exec_core+3566>, 0x55cbf4c51b5b <vm_exec_core+3957>, 0x55cbf4c51c64 <vm_exec_core+4222>, 0x55cbf4c51d5e <vm_exec_core+4472>, 0x55cbf4c51e21 <vm_exec_core+4667>, 0x55cbf4c51ee4 <vm_exec_core+4862>, 0x55cbf4c51f6d <vm_exec_core+4999>, 0x55cbf4c51ff9 <vm_exec_core+5139>, 0x55cbf4c5209f <vm_exec_core+5305>, 0x55cbf4c52177 <vm_exec_core+5521>, 0x55cbf4c52244 <vm_exec_core+5726>, 0x55cbf4c52322 <vm_exec_core+5948>, 0x55cbf4c523e4 <vm_exec_core+6142>, 0x55cbf4c52523 <vm_exec_core+6461>, 0x55cbf4c525c9 <vm_exec_core+6627>, 0x55cbf4c526ae <vm_exec_core+6856>, 0x55cbf4c527dd <vm_exec_core+7159>, 0x55cbf4c528a0 <vm_exec_core+7354>, 0x55cbf4c52963 <vm_exec_core+7549>, 0x55cbf4c52a5b <vm_exec_core+7797>, 0x55cbf4c52b1d <vm_exec_core+7991>, 0x55cbf4c52bfc <vm_exec_core+8214>, 0x55cbf4c52d0c <vm_exec_core+8486>, 0x55cbf4c52e06 <vm_exec_core+8736>, 0x55cbf4c52e81 <vm_exec_core+8859>, 0x55cbf4c52f42 <vm_exec_core+9052>, 0x55cbf4c53030 <vm_exec_core+9290>, 0x55cbf4c530e0 <vm_exec_core+9466>, 0x55cbf4c5325f <vm_exec_core+9849>, 0x55cbf4c53339 <vm_exec_core+10067>, 0x55cbf4c53425 <vm_exec_core+10303>, 0x55cbf4c534b6 <vm_exec_core+10448>, 0x55cbf4c53611 <vm_exec_core+10795>, 0x55cbf4c53b04 <vm_exec_core+12062>, 0x55cbf4c53c00 <vm_exec_core+12314>, 0x55cbf4c53d03 <vm_exec_core+12573>, 0x55cbf4c53def <vm_exec_core+12809>, 0x55cbf4c54008 <vm_exec_core+13346>, 0x55cbf4c540fa <vm_exec_core+13588>, 0x55cbf4c54200 <vm_exec_core+13850>, 0x55cbf4c543fd <vm_exec_core+14359>, 0x55cbf4c545a6 <vm_exec_core+14784>, 0x55cbf4c546d1 <vm_exec_core+15083>, 0x55cbf4c5483d <vm_exec_core+15447>, 0x55cbf4c54968 <vm_exec_core+15746>, 0x55cbf4c54ad4 <vm_exec_core+16110>, 0x55cbf4c54cb6 <vm_exec_core+16592>, 0x55cbf4c54eb3 <vm_exec_core+17101>, 0x55cbf4c5505c <vm_exec_core+17526>, 0x55cbf4c5517e <vm_exec_core+17816>, 0x55cbf4c55225 <vm_exec_core+17983>, 0x55cbf4c552e9 <vm_exec_core+18179>, 0x55cbf4c553d2 <vm_exec_core+18412>, 0x55cbf4c554be <vm_exec_core+18648>, 0x55cbf4c555a7 <vm_exec_core+18881>, 0x55cbf4c556bb <vm_exec_core+19157>, 0x55cbf4c557e2 <vm_exec_core+19452>, 0x55cbf4c55918 <vm_exec_core+19762>, 0x55cbf4c55a4e <vm_exec_core+20072>, 0x55cbf4c55b84 <vm_exec_core+20382>, 0x55cbf4c55cba <vm_exec_core+20692>, 0x55cbf4c55df0 <vm_exec_core+21002>, 0x55cbf4c55f31 <vm_exec_core+21323>, 0x55cbf4c560ab <vm_exec_core+21701>, 0x55cbf4c561e1 <vm_exec_core+22011>, 0x55cbf4c56317 <vm_exec_core+22321>, 0x55cbf4c5644d <vm_exec_core+22631>, 0x55cbf4c56583 <vm_exec_core+22941>, 0x55cbf4c566b9 <vm_exec_core+23251>, 0x55cbf4c567ef <vm_exec_core+23561>, 0x55cbf4c56925 <vm_exec_core+23871>, 0x55cbf4c56a5b <vm_exec_core+24181>, 0x55cbf4c56baa <vm_exec_core+24516>, 0x55cbf4c56d64 <vm_exec_core+24958>, 0x55cbf4c56ee2 <vm_exec_core+25340>, 0x55cbf4c57001 <vm_exec_core+25627>, 0x55cbf4c57120 <vm_exec_core+25914>, 0x55cbf4c5723a <vm_exec_core+26196>, 0x55cbf4c57354 <vm_exec_core+26478>, 0x55cbf4c5747f <vm_exec_core+26777>, 0x55cbf4c575b5 <vm_exec_core+27087>, 0x55cbf4c576a0 <vm_exec_core+27322>, 0x55cbf4c577a5 <vm_exec_core+27583>, 0x55cbf4c578ed <vm_exec_core+27911>, 0x55cbf4c579dc <vm_exec_core+28150>, 0x55cbf4c57ab6 <vm_exec_core+28368>, 0x55cbf4c57b8b <vm_exec_core+28581>, 0x55cbf4c57c66 <vm_exec_core+28800>, 0x55cbf4c57ce2 <vm_exec_core+28924>, 0x55cbf4c57d5e <vm_exec_core+29048>, 0x55cbf4c57d7c <vm_exec_core+29078>, 0x55cbf4c57d9a <vm_exec_core+29108>, 0x55cbf4c57db8 <vm_exec_core+29138>, 0x55cbf4c57dd6 <vm_exec_core+29168>, 0x55cbf4c57df4 <vm_exec_core+29198>, 0x55cbf4c57e12 <vm_exec_core+29228>, 0x55cbf4c57e30 <vm_exec_core+29258>, 0x55cbf4c57e4e <vm_exec_core+29288>, 0x55cbf4c57e6c <vm_exec_core+29318>, 0x55cbf4c57e8a <vm_exec_core+29348>, 0x55cbf4c57ea8 <vm_exec_core+29378>, 0x55cbf4c57ec6 <vm_exec_core+29408>, 0x55cbf4c57ee4 <vm_exec_core+29438>, 0x55cbf4c57f02 <vm_exec_core+29468>, 0x55cbf4c57f20 <vm_exec_core+29498>, 0x55cbf4c57f3e <vm_exec_core+29528>, 0x55cbf4c57f5c <vm_exec_core+29558>, 0x55cbf4c57f7a <vm_exec_core+29588>, 0x55cbf4c57f98 <vm_exec_core+29618>, 0x55cbf4c57fb6 <vm_exec_core+29648>, 0x55cbf4c57fd4 <vm_exec_core+29678>, 0x55cbf4c57ff2 <vm_exec_core+29708>, 0x55cbf4c58010 <vm_exec_core+29738>, 0x55cbf4c5802e <vm_exec_core+29768>, 0x55cbf4c5804c <vm_exec_core+29798>, 0x55cbf4c5806a <vm_exec_core+29828>, 0x55cbf4c58088 <vm_exec_core+29858>, 0x55cbf4c580a6 <vm_exec_core+29888>, 0x55cbf4c580c4 <vm_exec_core+29918>, 0x55cbf4c580e2 <vm_exec_core+29948>, 0x55cbf4c58100 <vm_exec_core+29978>, 0x55cbf4c5811e <vm_exec_core+30008>, 0x55cbf4c5813c <vm_exec_core+30038>, 0x55cbf4c5815a <vm_exec_core+30068>, 0x55cbf4c58178 <vm_exec_core+30098>, 0x55cbf4c58196 <vm_exec_core+30128>, 0x55cbf4c581b4 <vm_exec_core+30158>, 0x55cbf4c581d2 <vm_exec_core+30188>, 0x55cbf4c581f0 <vm_exec_core+30218>, 0x55cbf4c5820e <vm_exec_core+30248>, 0x55cbf4c5822c <vm_exec_core+30278>, 0x55cbf4c5824a <vm_exec_core+30308>, 0x55cbf4c58268 <vm_exec_core+30338>, 0x55cbf4c58286 <vm_exec_core+30368>, 0x55cbf4c582a4 <vm_exec_core+30398>, 0x55cbf4c582c2 <vm_exec_core+30428>, 0x55cbf4c582e0 <vm_exec_core+30458>, 0x55cbf4c582fe <vm_exec_core+30488>, 0x55cbf4c5831c <vm_exec_core+30518>, 0x55cbf4c5833a <vm_exec_core+30548>, 0x55cbf4c58358 <vm_exec_core+30578>, 0x55cbf4c58376 <vm_exec_core+30608>, 0x55cbf4c58394 <vm_exec_core+30638>, 0x55cbf4c583b2 <vm_exec_core+30668>, 0x55cbf4c583d0 <vm_exec_core+30698>, 0x55cbf4c583ee <vm_exec_core+30728>, 0x55cbf4c5840c <vm_exec_core+30758>, 0x55cbf4c5842a <vm_exec_core+30788>, 0x55cbf4c58448 <vm_exec_core+30818>, 0x55cbf4c58466 <vm_exec_core+30848>, 0x55cbf4c58484 <vm_exec_core+30878>, 0x55cbf4c584a2 <vm_exec_core+30908>, 0x55cbf4c584c0 <vm_exec_core+30938>, 0x55cbf4c584de <vm_exec_core+30968>, 0x55cbf4c584fc <vm_exec_core+30998>, 0x55cbf4c5851a <vm_exec_core+31028>, 0x55cbf4c58538 <vm_exec_core+31058>, 0x55cbf4c58556 <vm_exec_core+31088>, 0x55cbf4c58574 <vm_exec_core+31118>, 0x55cbf4c58592 <vm_exec_core+31148>, 0x55cbf4c585b0 <vm_exec_core+31178>, 0x55cbf4c585ce <vm_exec_core+31208>, 0x55cbf4c585ec <vm_exec_core+31238>, 0x55cbf4c5860a <vm_exec_core+31268>, 0x55cbf4c5863b <vm_exec_core+31317>, 0x55cbf4c58659 <vm_exec_core+31347>, 0x55cbf4c58677 <vm_exec_core+31377>, 0x55cbf4c58695 <vm_exec_core+31407>, 0x55cbf4c586b3 <vm_exec_core+31437>, 0x55cbf4c586d1 <vm_exec_core+31467>, 0x55cbf4c586ef <vm_exec_core+31497>, 0x55cbf4c5870d <vm_exec_core+31527>, 0x55cbf4c5872b <vm_exec_core+31557>, 0x55cbf4c58749 <vm_exec_core+31587>, 0x55cbf4c58767 <vm_exec_core+31617>, 0x55cbf4c58785 <vm_exec_core+31647>, 0x55cbf4c587a3 <vm_exec_core+31677>, 0x55cbf4c587c1 <vm_exec_core+31707>, 0x55cbf4c587df <vm_exec_core+31737>, 0x55cbf4c587fd <vm_exec_core+31767>, 0x55cbf4c5881b <vm_exec_core+31797>, 0x55cbf4c58839 <vm_exec_core+31827>, 0x55cbf4c58857 <vm_exec_core+31857>, 0x55cbf4c58875 <vm_exec_core+31887>, 0x55cbf4c58893 <vm_exec_core+31917>, 0x55cbf4c588b1 <vm_exec_core+31947>, 0x55cbf4c588cf <vm_exec_core+31977>, 0x55cbf4c588ed <vm_exec_core+32007>...}
#34 0x000055cbf4c6a99e in vm_exec_loop (ec=0x55cbf61141a0, state=RUBY_TAG_BREAK, tag=0x7ffe6d928fe0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2428
No locals.
#35 0x000055cbf4c6a8f6 in rb_vm_exec (ec=0x55cbf61141a0) at /tmp/ruby/src/trunk-O0/vm.c:2407
        _ec = 0x55cbf61141a0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe6d929060, 0x55cbf4c6a821 <rb_vm_exec+174>, 0x0, 0x7ffe6d928fb0, 0x7ffe6d9292f8}, prev = 0x7ffe6d9290d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#36 0x000055cbf4c6b6f2 in rb_iseq_eval_main (iseq=0x7f654d3e7498) at /tmp/ruby/src/trunk-O0/vm.c:2667
        ec = 0x55cbf61141a0
        val = 94334495048096
#37 0x000055cbf4a5d71f in rb_ec_exec_node (ec=0x55cbf61141a0, n=0x7f654d3e7498) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55cbf6112f90
        _ec = 0x55cbf61141a0
        _tag = {tag = 36, retval = 94334471228684, buf = {0x7ffe6d929150, 0x55cbf4a5d6b5 <rb_ec_exec_node+196>, 0x0, 0x7ffe6d9290a0, 0x55cbf61141a0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f654d3e7498
#38 0x000055cbf4a5d88c in ruby_run_node (n=0x7f654d3e7498) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55cbf61141a0
        status = 21963
#39 0x000055cbf4a59244 in rb_main (argc=136, argv=0x7ffe6d9292f8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140730736742864
#40 0x000055cbf4a592a5 in main (argc=136, argv=0x7ffe6d9292f8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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