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

Retrying hung up testcases...
[ 1/54] TestObjSpace#test_internal_class_of = 0.35 s
[ 2/54] TestObjSpace#test_reachable_objects_during_iteration = 0.54 s
[ 3/54] TestObjSpace#test_reachable_objects_from_root = 0.00 s
[ 4/54] TestObjSpace#test_dump_not_too_complex_shape = 0.00 s
[ 5/54] TestObjSpace#test_dump_uninitialized_file = 0.06 s
[ 6/54] TestObjSpace#test_dump_singleton_class = 0.00 s
[ 7/54] TestObjSpace#test_load_allocation_path_compile_file = 0.45 s
[ 8/54] TestObjSpace#test_count_objects_size_with_hash = 0.01 s
[ 9/54] TestObjSpace#test_memsize_of = 0.00 s
[10/54] TestObjSpace#test_dump_shapes = 0.00 s
[11/54] TestObjSpace#test_dump_objects_dumps_page_slot_sizes = 0.91 s
[12/54] TestObjSpace#test_dump_string_coderange = 0.00 s
[13/54] TestObjSpace#test_dump_to_default = 0.00 s
[14/54] TestObjSpace#test_argf_memsize = 0.00 s
[15/54] TestObjSpace#test_memsize_of_all = 0.02 s
[16/54] TestObjSpace#test_count_tdata_objects = 0.02 s
[17/54] TestObjSpace#test_count_imemo_objects = 0.01 s
[18/54] TestObjSpace#test_reachable_objects_from = 0.49 s
[19/54] TestObjSpace#test_dump_reference_addresses_match_dump_all_addresses = 0.28 s
[20/54] TestObjSpace#test_dump_dynamic_symbol = 0.00 s
[21/54] TestObjSpace#test_dump_flags = 0.12 s
[22/54] TestObjSpace#test_reachable_objects_size = 0.67 s
[23/54] TestObjSpace#test_dump_class_addresses_match_dump_all_addresses = 0.55 s
[24/54] TestObjSpace#test_load_allocation_path_load_from_binary = 0.00 s
[25/54] TestObjSpace#test_dump_includes_slot_size = 0.00 s
[26/54] TestObjSpace#test_dump_control_char = 0.00 s
[27/54] TestObjSpace#test_trace_object_allocations_gc_stress = 0.51 s
[28/54] TestObjSpace#test_trace_object_allocations_stop_first = 0.22 s
[29/54] TestObjSpace#test_dump_addresses_match_dump_all_addresses = 0.43 s
[30/54] TestObjSpace#test_dump_all = 1.65 s
[31/54] TestObjSpace#test_trace_object_allocations = 16.88 s
[32/54] TestObjSpace#test_dump_object = 0.00 s
[33/54] TestObjSpace#test_memsize_of_iseq = 0.00 s
[34/54] TestObjSpace#test_internal_class_of_on_ast = 0.00 s
[35/54] TestObjSpace#test_dump_special_consts = 0.00 s
[36/54] TestObjSpace#test_internal_super_of = 0.01 s
[37/54] TestObjSpace#test_load_allocation_path_load = 0.41 s
[38/54] TestObjSpace#test_name_error_message = 0.00 s
[39/54] TestObjSpace#test_memsize_of_root_shared_string = 0.01 s
[40/54] TestObjSpace#test_count_objects_size = 0.01 s
[41/54] TestObjSpace#test_count_symbols = 0.22 s
[42/54] TestObjSpace#test_dump_escapes_method_name = 0.00 s
[43/54] TestObjSpace#test_objspace_trace = 0.04 s
[44/54] TestObjSpace#test_dump_all_single_generation = 0.05 s
[45/54] TestObjSpace#test_dump_callinfo_includes_mid = 0.10 s
[46/54] TestObjSpace#test_anonymous_class_name = 0.00 s
[47/54] TestObjSpace#test_utf8_method_names = 0.00 s
[48/54] TestObjSpace#test_dump_all_full = 0.64 s
[49/54] TestObjSpace#test_dump_includes_imemo_type = 0.60 s
[50/54] TestObjSpace#test_dump_to_io = 0.00 s
[51/54] TestObjSpace#test_trace_object_allocations_start_stop_clear = 0.00 s
[52/54] TestObjSpace#test_dump_array = 0.00 s
[53/54] TestObjSpace#test_dump_special_floats = 0.00 s
[54/54] TestObjSpace#test_count_objects_size_with_wrong_type = 0.00 s
Finished tests in 949.653850s, 28.4483 tests/s, 11874.0602 assertions/s.
27016 tests, 11276247 assertions, 0 failures, 0 errors, 218 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 267.415141 seconds

3728 files, 32495 examples, 142304 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.215743.ruby -x gdbscript
[New LWP 215743]
[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 -e '.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139789077526464) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f232e4f37c0 (LWP 215743) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139789077526464) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f232e4f37c0 (LWP 215743)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139789077526464) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f232e4f37c0
        old_mask = {__val = {896, 896, 68, 68, 4, 17179869191, 2181360, 2185456, 2185456, 16, 144, 8, 13510817747363155, 3242563691600556800, 848, 94477433530420}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=139789077526464) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139789077526464, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f232e538476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f232e51e7f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x4, sa_sigaction = 0x4}, sa_mask = {__val = {15495748336, 206158430240, 140727214300928, 140727214300736, 3242563691600556800, 3, 0, 0, 0, 139788652023440, 0, 2260560, 94477426822060, 139789081791344, 0, 139789077536832}}, sa_flags = 0, sa_restorer = 0xa4}
        sigs = {__val = {32, 3, 140727214300999, 24, 520, 140727214300996, 27, 94477428584400, 0, 3242563691600556800, 140727214300912, 94477428598080, 14096, 94477431645005, 28, 140727214300996}}
#5  0x000055ed3dba00b6 in rb_async_bug_errno (mesg=0x7ffd9b9e5f20 "rb_thread_wakeup_timer_thread: write(0)", errno_arg=5) at /tmp/ruby/src/trunk-O0/error.c:1097
No locals.
#6  0x000055ed3d96039c in async_bug_fd (mesg=0x55ed3dc09788 "rb_thread_wakeup_timer_thread: write", errno_arg=5, fd=0) at /tmp/ruby/src/trunk-O0/thread.c:4490
        buff = "rb_thread_wakeup_timer_thread: write(0)", '\000' <repeats 17 times>, "d\240z=\355U\000"
        n = 36
#7  0x000055ed3d9568b6 in signal_communication_pipe (fd=0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3023
        e = 5
        buff = 1
        result = -1
#8  0x000055ed3d9568e3 in timer_thread_wakeup_force () at /tmp/ruby/src/trunk-O0/thread_pthread.c:3037
No locals.
#9  0x000055ed3d95491a in rb_thread_wakeup_timer_thread (sig=1) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2570
No locals.
#10 0x000055ed3d9188d3 in sighandler (sig=1) at /tmp/ruby/src/trunk-O0/signal.c:693
        old_errnum = 0
#11 <signal handler called>
No locals.
#12 0x00007f232e61be8b in eventfd () at ../sysdeps/unix/syscall-template.S:120
No locals.
#13 0x000055ed3d954b3c in setup_communication_pipe_internal (pipes=0x55ed3ddd6830 <timer_th+16>) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2649
        err = 21997
#14 0x000055ed3d956a36 in rb_thread_create_timer_thread () at /tmp/ruby/src/trunk-O0/thread_pthread.c:3093
        created_fork_gen = 0
#15 0x000055ed3d962342 in Init_Thread () at /tmp/ruby/src/trunk-O0/thread.c:5415
        cThGroup = 139788652093280
        th = 0x55ed3f278090
#16 0x000055ed3d7e87c4 in rb_call_inits () at /tmp/ruby/src/trunk-O0/inits.c:66
No locals.
#17 0x000055ed3d7acf33 in ruby_setup () at /tmp/ruby/src/trunk-O0/eval.c:89
        _ec = 0x55ed3f2792c0
        _tag = {tag = 36, retval = 140727214305280, buf = {0x7ffd9b9e6d70, 0x55ed3d7acee3 <ruby_setup+255>, 0x0, 0x7ffd9b9e6ce0, 0x7ffd9b9e6d90}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
#18 0x000055ed3d7acfa6 in ruby_init () at /tmp/ruby/src/trunk-O0/eval.c:101
        state = 0
#19 0x000055ed3d7a959b in rb_main (argc=3, argv=0x7ffd9b9e6ef8) at /tmp/ruby/src/trunk-O0/main.c:38
        variable_in_this_stack_frame = 140727214304720
#20 0x000055ed3d7a9615 in main (argc=3, argv=0x7ffd9b9e6ef8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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