# Logfile created on 2023-12-10 00:48:50 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000558c5526e3c8 @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.20231210-004849", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000558c552f3500 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000558c552f33c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000558c552f31e0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231210-004849", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231210-004849>, @binmode=false, @mon_data=#<Monitor:0x0000558c552f3118>, @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
Update net-ftp to 54a9c289048c17e5037ea806e8d7896093f75263
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 54a9c289048c17e5037ea806e8d7896093f75263 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/net-ftp.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/net-ftp.revision unchanged
$$$[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
error: The following untracked working tree files would be overwritten by merge:
	test/prism/snapshots/heredoc_with_comment.txt
Please move or remove them before you merge.
Aborting
Updating e005c517..f6435754
make: *** [Makefile:560: update-src] Error 1
$$$[end] "make update-src      -j4" exit with 512.
$$$[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'
Update net-ftp to 54a9c289048c17e5037ea806e8d7896093f75263
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 54a9c289048c17e5037ea806e8d7896093f75263 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/net-ftp.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/net-ftp.revision unchanged
$$$[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
b2c9da41ceb8a47c750bbd0183d2826ed1f6512fdd77757e8ec8618f3b6003dd  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering 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/ext/syslog'
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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
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/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/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/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update net-ftp to 54a9c289048c17e5037ea806e8d7896093f75263
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	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
echo 54a9c289048c17e5037ea806e8d7896093f75263 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/net-ftp.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/net-ftp.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: 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]: 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering 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.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.0.dev
                                    cgi 0.4.0
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.5
                                    irb 1.9.1
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.0
                                    open3 0.2.0
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.18.0
                                    pstore 0.1.3
                                    rdoc 6.6.0
                                    readline 0.0.3
                                    reline 0.4.0
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.0
                                    set 1.0.3
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 1.1.0
                                    tempfile 0.2.0
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3.dev.1
                                    fcntl 1.1.0
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev.1
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.7.0
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.1.1
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.7
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.3.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1864 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.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.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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/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=7598
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

Retrying...
Finished tests in 1147.859311s, 23.5639 tests/s, 9828.0555 assertions/s.
27048 tests, 11281225 assertions, 0 failures, 0 errors, 219 skips

ruby -v: ruby 3.3.0dev (2023-12-01T07:48:10Z master e005c51732) [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.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.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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-12-01T07:48:10Z master e005c51732) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 290.195655 seconds

3728 files, 32495 examples, 142072 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.76383.ruby -x gdbscript
[New LWP 76383]
[New LWP 76388]
[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  0x00005562fc2fecb4 in gc_mark_ptr (objspace=0x5562fe673260, obj=140104505453320) at /tmp/ruby/src/trunk-O0/gc.c:6981
6981	        if (!gc_mark_set(objspace, obj)) return; /* already marked */
[Current thread is 1 (Thread 0x7f6cb9b077c0 (LWP 76383))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f6cb9b077c0 (LWP 76383) 0x00005562fc2fecb4 in gc_mark_ptr (objspace=0x5562fe673260, obj=140104505453320) at /tmp/ruby/src/trunk-O0/gc.c:6981
  2    Thread 0x7f6ca052f640 (LWP 76388) 0x00007f6cb9c2ffde in epoll_wait (epfd=4, events=0x5562fc90983c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f6ca052f640 (LWP 76388)):
#0  0x00007f6cb9c2ffde in epoll_wait (epfd=4, events=0x5562fc90983c <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  0x00005562fc489182 in timer_thread_polling (vm=0x5562fe670b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = 855635293
#2  0x00005562fc48982a in timer_thread_func (ptr=0x5562fe670b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2992
        vm = 0x5562fe670b10
#3  0x00007f6cb9b9eb43 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 = {140734426411840, -6804924705706906826, 140104522987072, 25, 140104949164112, 140734426412192, 6866104512777513782, 6866158173977144118}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f6cb9c2fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f6cb9b077c0 (LWP 76383)):
#0  0x00005562fc2fecb4 in gc_mark_ptr (objspace=0x5562fe673260, obj=140104505453320) at /tmp/ruby/src/trunk-O0/gc.c:6981
        __func__ = "gc_mark_ptr"
#1  0x00005562fc2fef2f in gc_mark (objspace=0x5562fe673260, obj=140104505453320) at /tmp/ruby/src/trunk-O0/gc.c:7032
No locals.
#2  0x00005562fc2ffa0d in gc_mark_children (objspace=0x5562fe673260, obj=140104505122960) at /tmp/ruby/src/trunk-O0/gc.c:7338
        i = 86
        len = 1024
        ptr = 0x5562fe858350
        any = 0x7f6c9f426090
#3  0x00005562fc300017 in gc_mark_stacked_objects (objspace=0x5562fe673260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7478
        mstack = 0x5562fe6736e8
        obj = 140104505122960
        marked_slots_at_the_beginning = 749
        popped_count = 0
#4  0x00005562fc300197 in gc_mark_stacked_objects_all (objspace=0x5562fe673260) at /tmp/ruby/src/trunk-O0/gc.c:7516
No locals.
#5  0x00005562fc30246d in gc_marks_rest (objspace=0x5562fe673260) at /tmp/ruby/src/trunk-O0/gc.c:8703
No locals.
#6  0x00005562fc3025a1 in gc_marks (objspace=0x5562fe673260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8761
        marking_finished = false
#7  0x00005562fc304333 in gc_start (objspace=0x5562fe673260, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9512
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9383
#8  0x00005562fc303fc6 in garbage_collect (objspace=0x5562fe673260, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9395
        _lev = 1233019472
        ret = 32767
#9  0x00005562fc2f68fb in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x5562fe674010, objspace=0x5562fe673260, flags=8199, klass=140104523256680) at /tmp/ruby/src/trunk-O0/gc.c:2860
        obj = 1
        lev = 1
#10 newobj_slowpath_wb_protected (klass=140104523256680, flags=8199, objspace=0x5562fe673260, cr=0x5562fe674010, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2884
No locals.
#11 0x00005562fc2f6c95 in newobj_of0 (klass=140104523256680, flags=8199, wb_protected=1, cr=0x5562fe674010, alloc_size=24) at /tmp/ruby/src/trunk-O0/gc.c:2926
        obj = 93883628095252
        objspace = 0x5562fe673260
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#12 0x00005562fc2f6d01 in newobj_of (cr=0x5562fe674010, klass=140104523256680, flags=8199, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=24) at /tmp/ruby/src/trunk-O0/gc.c:2936
        obj = 93883663336128
#13 0x00005562fc2f6dbc in rb_wb_protected_newobj_of (ec=0x5562fe6742c0, klass=140104523256680, flags=8199, size=24) at /tmp/ruby/src/trunk-O0/gc.c:2951
        __func__ = <optimized out>
#14 0x00005562fc629fb9 in ec_ary_alloc_embed (ec=0x5562fe6742c0, klass=140104523256680, capa=1) at /tmp/ruby/src/trunk-O0/array.c:781
        size = 24
        ary = 0x1
#15 0x00005562fc62a09d in ec_ary_new (ec=0x5562fe6742c0, klass=140104523256680, capa=1) at /tmp/ruby/src/trunk-O0/array.c:815
        ary = 140104505875480
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#16 0x00005562fc62a136 in rb_ec_ary_new_from_values (ec=0x5562fe6742c0, n=1, elts=0x7f6cb9a06050) at /tmp/ruby/src/trunk-O0/array.c:834
        ary = 93883628029665
#17 0x00005562fc4e0556 in vm_exec_core (ec=0x5562fe6742c0) at ../../src/trunk-O0/insns.def:442
        num = 1
        leaf = true
        val = 93883628178526
        reg_pc = 0x5562feb41870
        reg_cfp = 0x7f6cb9b05fa0
        insns_address_table = {0x5562fc4dec03 <vm_exec_core+108>, 0x5562fc4dec65 <vm_exec_core+206>, 0x5562fc4ded78 <vm_exec_core+481>, 0x5562fc4dee8c <vm_exec_core+757>, 0x5562fc4df02a <vm_exec_core+1171>, 0x5562fc4df15a <vm_exec_core+1475>, 0x5562fc4df36c <vm_exec_core+2005>, 0x5562fc4df47e <vm_exec_core+2279>, 0x5562fc4df557 <vm_exec_core+2496>, 0x5562fc4df65e <vm_exec_core+2759>, 0x5562fc4df765 <vm_exec_core+3022>, 0x5562fc4df873 <vm_exec_core+3292>, 0x5562fc4df985 <vm_exec_core+3566>, 0x5562fc4dfa55 <vm_exec_core+3774>, 0x5562fc4dfb5e <vm_exec_core+4039>, 0x5562fc4dfc58 <vm_exec_core+4289>, 0x5562fc4dfd1b <vm_exec_core+4484>, 0x5562fc4dfdde <vm_exec_core+4679>, 0x5562fc4dfe67 <vm_exec_core+4816>, 0x5562fc4dfef3 <vm_exec_core+4956>, 0x5562fc4dff99 <vm_exec_core+5122>, 0x5562fc4e0071 <vm_exec_core+5338>, 0x5562fc4e013e <vm_exec_core+5543>, 0x5562fc4e021c <vm_exec_core+5765>, 0x5562fc4e02de <vm_exec_core+5959>, 0x5562fc4e041d <vm_exec_core+6278>, 0x5562fc4e04c3 <vm_exec_core+6444>, 0x5562fc4e05a8 <vm_exec_core+6673>, 0x5562fc4e06d7 <vm_exec_core+6976>, 0x5562fc4e079a <vm_exec_core+7171>, 0x5562fc4e085d <vm_exec_core+7366>, 0x5562fc4e0955 <vm_exec_core+7614>, 0x5562fc4e0a17 <vm_exec_core+7808>, 0x5562fc4e0af6 <vm_exec_core+8031>, 0x5562fc4e0c06 <vm_exec_core+8303>, 0x5562fc4e0d00 <vm_exec_core+8553>, 0x5562fc4e0d7b <vm_exec_core+8676>, 0x5562fc4e0e3c <vm_exec_core+8869>, 0x5562fc4e0f2a <vm_exec_core+9107>, 0x5562fc4e0fda <vm_exec_core+9283>, 0x5562fc4e1159 <vm_exec_core+9666>, 0x5562fc4e1233 <vm_exec_core+9884>, 0x5562fc4e131f <vm_exec_core+10120>, 0x5562fc4e13b0 <vm_exec_core+10265>, 0x5562fc4e150b <vm_exec_core+10612>, 0x5562fc4e1aad <vm_exec_core+12054>, 0x5562fc4e1ba9 <vm_exec_core+12306>, 0x5562fc4e1cac <vm_exec_core+12565>, 0x5562fc4e1d98 <vm_exec_core+12801>, 0x5562fc4e1fb1 <vm_exec_core+13338>, 0x5562fc4e20a3 <vm_exec_core+13580>, 0x5562fc4e21a9 <vm_exec_core+13842>, 0x5562fc4e23a6 <vm_exec_core+14351>, 0x5562fc4e254f <vm_exec_core+14776>, 0x5562fc4e267a <vm_exec_core+15075>, 0x5562fc4e27e6 <vm_exec_core+15439>, 0x5562fc4e2911 <vm_exec_core+15738>, 0x5562fc4e2a7d <vm_exec_core+16102>, 0x5562fc4e2c5f <vm_exec_core+16584>, 0x5562fc4e2e5c <vm_exec_core+17093>, 0x5562fc4e3005 <vm_exec_core+17518>, 0x5562fc4e3127 <vm_exec_core+17808>, 0x5562fc4e31ce <vm_exec_core+17975>, 0x5562fc4e3292 <vm_exec_core+18171>, 0x5562fc4e337b <vm_exec_core+18404>, 0x5562fc4e3467 <vm_exec_core+18640>, 0x5562fc4e3550 <vm_exec_core+18873>, 0x5562fc4e3664 <vm_exec_core+19149>, 0x5562fc4e378b <vm_exec_core+19444>, 0x5562fc4e38c1 <vm_exec_core+19754>, 0x5562fc4e39f7 <vm_exec_core+20064>, 0x5562fc4e3b2d <vm_exec_core+20374>, 0x5562fc4e3c63 <vm_exec_core+20684>, 0x5562fc4e3d99 <vm_exec_core+20994>, 0x5562fc4e3eda <vm_exec_core+21315>, 0x5562fc4e4054 <vm_exec_core+21693>, 0x5562fc4e418a <vm_exec_core+22003>, 0x5562fc4e42c0 <vm_exec_core+22313>, 0x5562fc4e43f6 <vm_exec_core+22623>, 0x5562fc4e452c <vm_exec_core+22933>, 0x5562fc4e4662 <vm_exec_core+23243>, 0x5562fc4e4798 <vm_exec_core+23553>, 0x5562fc4e48ce <vm_exec_core+23863>, 0x5562fc4e4a04 <vm_exec_core+24173>, 0x5562fc4e4b53 <vm_exec_core+24508>, 0x5562fc4e4d0d <vm_exec_core+24950>, 0x5562fc4e4e8b <vm_exec_core+25332>, 0x5562fc4e4faa <vm_exec_core+25619>, 0x5562fc4e50c9 <vm_exec_core+25906>, 0x5562fc4e51e3 <vm_exec_core+26188>, 0x5562fc4e52fd <vm_exec_core+26470>, 0x5562fc4e5428 <vm_exec_core+26769>, 0x5562fc4e555e <vm_exec_core+27079>, 0x5562fc4e5649 <vm_exec_core+27314>, 0x5562fc4e574e <vm_exec_core+27575>, 0x5562fc4e5896 <vm_exec_core+27903>, 0x5562fc4e5985 <vm_exec_core+28142>, 0x5562fc4e5a59 <vm_exec_core+28354>, 0x5562fc4e5b2e <vm_exec_core+28567>, 0x5562fc4e5c18 <vm_exec_core+28801>, 0x5562fc4e5c94 <vm_exec_core+28925>, 0x5562fc4e5d10 <vm_exec_core+29049>, 0x5562fc4e5d2e <vm_exec_core+29079>, 0x5562fc4e5d4c <vm_exec_core+29109>, 0x5562fc4e5d6a <vm_exec_core+29139>, 0x5562fc4e5d88 <vm_exec_core+29169>, 0x5562fc4e5da6 <vm_exec_core+29199>, 0x5562fc4e5dc4 <vm_exec_core+29229>, 0x5562fc4e5de2 <vm_exec_core+29259>, 0x5562fc4e5e00 <vm_exec_core+29289>, 0x5562fc4e5e1e <vm_exec_core+29319>, 0x5562fc4e5e3c <vm_exec_core+29349>, 0x5562fc4e5e5a <vm_exec_core+29379>, 0x5562fc4e5e78 <vm_exec_core+29409>, 0x5562fc4e5e96 <vm_exec_core+29439>, 0x5562fc4e5eb4 <vm_exec_core+29469>, 0x5562fc4e5ed2 <vm_exec_core+29499>, 0x5562fc4e5ef0 <vm_exec_core+29529>, 0x5562fc4e5f0e <vm_exec_core+29559>, 0x5562fc4e5f2c <vm_exec_core+29589>, 0x5562fc4e5f4a <vm_exec_core+29619>, 0x5562fc4e5f68 <vm_exec_core+29649>, 0x5562fc4e5f86 <vm_exec_core+29679>, 0x5562fc4e5fa4 <vm_exec_core+29709>, 0x5562fc4e5fc2 <vm_exec_core+29739>, 0x5562fc4e5fe0 <vm_exec_core+29769>, 0x5562fc4e5ffe <vm_exec_core+29799>, 0x5562fc4e601c <vm_exec_core+29829>, 0x5562fc4e603a <vm_exec_core+29859>, 0x5562fc4e6058 <vm_exec_core+29889>, 0x5562fc4e6076 <vm_exec_core+29919>, 0x5562fc4e6094 <vm_exec_core+29949>, 0x5562fc4e60b2 <vm_exec_core+29979>, 0x5562fc4e60d0 <vm_exec_core+30009>, 0x5562fc4e60ee <vm_exec_core+30039>, 0x5562fc4e610c <vm_exec_core+30069>, 0x5562fc4e612a <vm_exec_core+30099>, 0x5562fc4e6148 <vm_exec_core+30129>, 0x5562fc4e6166 <vm_exec_core+30159>, 0x5562fc4e6184 <vm_exec_core+30189>, 0x5562fc4e61a2 <vm_exec_core+30219>, 0x5562fc4e61c0 <vm_exec_core+30249>, 0x5562fc4e61de <vm_exec_core+30279>, 0x5562fc4e61fc <vm_exec_core+30309>, 0x5562fc4e621a <vm_exec_core+30339>, 0x5562fc4e6238 <vm_exec_core+30369>, 0x5562fc4e6256 <vm_exec_core+30399>, 0x5562fc4e6274 <vm_exec_core+30429>, 0x5562fc4e6292 <vm_exec_core+30459>, 0x5562fc4e62b0 <vm_exec_core+30489>, 0x5562fc4e62ce <vm_exec_core+30519>, 0x5562fc4e62ec <vm_exec_core+30549>, 0x5562fc4e630a <vm_exec_core+30579>, 0x5562fc4e6328 <vm_exec_core+30609>, 0x5562fc4e6346 <vm_exec_core+30639>, 0x5562fc4e6364 <vm_exec_core+30669>, 0x5562fc4e6382 <vm_exec_core+30699>, 0x5562fc4e63a0 <vm_exec_core+30729>, 0x5562fc4e63be <vm_exec_core+30759>, 0x5562fc4e63dc <vm_exec_core+30789>, 0x5562fc4e63fa <vm_exec_core+30819>, 0x5562fc4e6418 <vm_exec_core+30849>, 0x5562fc4e6436 <vm_exec_core+30879>, 0x5562fc4e6454 <vm_exec_core+30909>, 0x5562fc4e6472 <vm_exec_core+30939>, 0x5562fc4e6490 <vm_exec_core+30969>, 0x5562fc4e64ae <vm_exec_core+30999>, 0x5562fc4e64cc <vm_exec_core+31029>, 0x5562fc4e64ea <vm_exec_core+31059>, 0x5562fc4e6508 <vm_exec_core+31089>, 0x5562fc4e6526 <vm_exec_core+31119>, 0x5562fc4e6544 <vm_exec_core+31149>, 0x5562fc4e6562 <vm_exec_core+31179>, 0x5562fc4e6580 <vm_exec_core+31209>, 0x5562fc4e659e <vm_exec_core+31239>, 0x5562fc4e65bc <vm_exec_core+31269>, 0x5562fc4e65ed <vm_exec_core+31318>, 0x5562fc4e660b <vm_exec_core+31348>, 0x5562fc4e6629 <vm_exec_core+31378>, 0x5562fc4e6647 <vm_exec_core+31408>, 0x5562fc4e6665 <vm_exec_core+31438>, 0x5562fc4e6683 <vm_exec_core+31468>, 0x5562fc4e66a1 <vm_exec_core+31498>, 0x5562fc4e66bf <vm_exec_core+31528>, 0x5562fc4e66dd <vm_exec_core+31558>, 0x5562fc4e66fb <vm_exec_core+31588>, 0x5562fc4e6719 <vm_exec_core+31618>, 0x5562fc4e6737 <vm_exec_core+31648>, 0x5562fc4e6755 <vm_exec_core+31678>, 0x5562fc4e6773 <vm_exec_core+31708>, 0x5562fc4e6791 <vm_exec_core+31738>, 0x5562fc4e67af <vm_exec_core+31768>, 0x5562fc4e67cd <vm_exec_core+31798>, 0x5562fc4e67eb <vm_exec_core+31828>, 0x5562fc4e6809 <vm_exec_core+31858>, 0x5562fc4e6827 <vm_exec_core+31888>, 0x5562fc4e6845 <vm_exec_core+31918>, 0x5562fc4e6863 <vm_exec_core+31948>, 0x5562fc4e6881 <vm_exec_core+31978>, 0x5562fc4e689f <vm_exec_core+32008>...}
#18 0x00005562fc4f8a2d in rb_vm_exec (ec=0x5562fe6742c0) at /tmp/ruby/src/trunk-O0/vm.c:2474
        _ec = 0x5562fe6742c0
        _tag = {tag = 36, retval = 4, buf = {0x7fff497e70f0, 0x5562fc4f89ab <rb_vm_exec+190>, 0x0, 0x7fff497e7040, 0x7f6c9f3cfe48}, prev = 0x7fff497e7430, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#19 0x00005562fc4f5643 in invoke_block (ec=0x5562fe6742c0, iseq=0x7f6c9f4ddc18, self=140104947453440, captured=0x5562fecdae20, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1504
        arg_size = 0
#20 0x00005562fc4f60df in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f6c9f3cfe58, argc=0, self=140104947453440, captured=0x5562fecdae20, ec=0x5562fe6742c0) at /tmp/ruby/src/trunk-O0/vm.c:1574
        iseq = 0x7f6c9f4ddc18
        opt_pc = 0
        type = 572653569
        cfp = 0x7f6cb9b05fd8
        sp = 0x7f6cb9a06028
        flags = 0
        use_argv = 0x7f6c9f3cfe58
        av = {140104523256680, 93883663335440}
        stack_argv = 0x7f6cb9a06028
#21 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f6c9f3cfe58, argc=0, self=140104947453440, proc=0x5562fecdae20, ec=0x5562fe6742c0) at /tmp/ruby/src/trunk-O0/vm.c:1672
        block = 0x5562fecdae20
#22 vm_invoke_proc (ec=0x5562fe6742c0, proc=0x5562fecdae20, self=140104947453440, argc=0, argv=0x7f6c9f3cfe58, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1702
No locals.
#23 0x00005562fc4f6883 in rb_vm_invoke_proc (ec=0x5562fe6742c0, proc=0x5562fecdae20, argc=0, argv=0x7f6c9f3cfe58, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1723
        self = 140104947453440
#24 0x00005562fc3d1adf in rb_proc_call_kw (self=140104504727960, args=140104504770120, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:987
        vret = 140734426411888
        proc = 0x5562fecdae20
        argc = 0
        argv = 0x7f6c9f3cfe58
#25 0x00005562fc3d1b47 in rb_proc_call (self=140104504727960, args=140104504770120) at /tmp/ruby/src/trunk-O0/proc.c:997
No locals.
#26 0x00005562fc2df9d2 in rb_call_end_proc (data=140104504727960) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#27 0x00005562fc2dfb8c in exec_end_procs_chain (procs=0x5562fc906200 <end_procs>, errp=0x5562fe674338) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x5562fc2df9ab <rb_call_end_proc>, data = 140104504727960, next = 0x5562fe92a740}
        link = 0x5562fe97a090
        errinfo = 140104504758680
#28 0x00005562fc2dfcef in rb_ec_exec_end_proc (ec=0x5562fe6742c0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x5562fe6742c0
        _tag = {tag = 36, retval = 15628302555183588096, buf = {0x7fff497e74b0, 0x5562fc2dfc6a <rb_ec_exec_end_proc+189>, 0x0, 0x7fff497e7400, 0x5562fc2dd386 <rb_ec_ractor_ptr+24>}, prev = 0x7fff497e75d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 140104504758680
#29 0x00005562fc2e048f in rb_ec_teardown (ec=0x5562fe6742c0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#30 0x00005562fc2e074f in rb_ec_cleanup (ec=0x5562fe6742c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 93883663336128
        mode0 = 32767
        mode1 = 1233024592
        _ec = 0x5562fe6742c0
        _tag = {tag = 36, retval = 93883626029496, buf = {0x7fff497e7650, 0x5562fc2e068a <rb_ec_cleanup+295>, 0x0, 0x7fff497e7570, 0x5562fe6742c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 140104504758680
        sysex = 0
        signaled = 0
        th = 0x5562fe673090
        th0 = 0x5562fe673090
        step = 1
        message = 4
        buf = 93883663331472
#31 0x00005562fc2e0d58 in ruby_run_node (n=0x7f6c9f47b928) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5562fe6742c0
        status = 21858
#32 0x00005562fc2dc5b4 in rb_main (argc=131, argv=0x7fff497e77f8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140734426412752
#33 0x00005562fc2dc615 in main (argc=131, argv=0x7fff497e77f8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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