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

Retrying...
Finished tests in 1305.541416s, 20.6206 tests/s, 7919.2762 assertions/s.
26921 tests, 10338943 assertions, 0 failures, 0 errors, 189 skips

ruby -v: ruby 3.3.0dev (2023-11-19T02:52:57Z master 9aee12cc28) [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'
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-11-19T02:52:57Z master 9aee12cc28) [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 302.864495 seconds

3725 files, 32456 examples, 146829 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.2089095.ruby -x gdbscript
[New LWP 2089095]
[New LWP 2089097]
[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 -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055a8e254fa5b in RB_SPECIAL_CONST_P (obj=140530361352000) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
329	    return RB_IMMEDIATE_P(obj) || obj == RUBY_Qfalse;
[Current thread is 1 (Thread 0x7fcfe0bac7c0 (LWP 2089095))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fcfe0bac7c0 (LWP 2089095) 0x000055a8e254fa5b in RB_SPECIAL_CONST_P (obj=140530361352000) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
  2    Thread 0x7fcfc75cf640 (LWP 2089097) 0x00007fcfe0cd4fde in epoll_wait (epfd=4, events=0x55a8e2b64bfc <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fcfc75cf640 (LWP 2089097)):
#0  0x00007fcfe0cd4fde in epoll_wait (epfd=4, events=0x55a8e2b64bfc <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055a8e26e74ae in timer_thread_polling (vm=0x55a8e41f9b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -1144917543
#2  0x000055a8e26e7b56 in timer_thread_func (ptr=0x55a8e41f9b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x55a8e41f9b10
#3  0x00007fcfe0c43b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140735712288960, -6164340710975799035, 140530379716160, 25, 140530805913680, 140735712289312, 6191414234422640901, 6191355752692384005}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007fcfe0cd4bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fcfe0bac7c0 (LWP 2089095)):
#0  0x000055a8e254fa5b in RB_SPECIAL_CONST_P (obj=140530361352000) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
No locals.
#1  0x000055a8e254fc72 in rb_type (obj=140530361352000) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
No locals.
#2  0x000055a8e254fd95 in RB_TYPE_P (obj=140530361352000, t=RUBY_T_NODE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#3  0x000055a8e254fdf6 in RB_FL_ABLE (obj=140530361352000) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:449
No locals.
#4  RB_FL_TEST (obj=140530361352000, flags=1024) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:497
No locals.
#5  0x000055a8e255e231 in gc_mark_children (objspace=0x55a8e41fc260, obj=140530361352000) at /tmp/ruby/src/trunk-O0/gc.c:7253
        any = 0x7fcfc644bf40
#6  0x000055a8e255ebde in gc_mark_stacked_objects (objspace=0x55a8e41fc260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7471
        mstack = 0x55a8e41fc6e8
        obj = 140530361352000
        marked_slots_at_the_beginning = 713
        popped_count = 0
#7  0x000055a8e255ed5e in gc_mark_stacked_objects_all (objspace=0x55a8e41fc260) at /tmp/ruby/src/trunk-O0/gc.c:7509
No locals.
#8  0x000055a8e2561034 in gc_marks_rest (objspace=0x55a8e41fc260) at /tmp/ruby/src/trunk-O0/gc.c:8696
No locals.
#9  0x000055a8e2561168 in gc_marks (objspace=0x55a8e41fc260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8754
        marking_finished = false
#10 0x000055a8e2562ef0 in gc_start (objspace=0x55a8e41fc260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9504
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 3326406016
#11 0x000055a8e2562b8d in garbage_collect (objspace=0x55a8e41fc260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9388
        _lev = 8192
        ret = 0
#12 0x000055a8e2563610 in garbage_collect_with_gvl (objspace=0x55a8e41fc260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9765
No locals.
#13 0x000055a8e256a4f1 in objspace_malloc_gc_stress (objspace=0x55a8e41fc260) at /tmp/ruby/src/trunk-O0/gc.c:12206
        reason = 45568
#14 0x000055a8e256a7d4 in objspace_xmalloc0 (objspace=0x55a8e41fc260, size=31) at /tmp/ruby/src/trunk-O0/gc.c:12408
        gpr = 107008
        mem = 0x1f
#15 0x000055a8e256aba2 in ruby_xmalloc2_body (n=31, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12655
No locals.
#16 0x000055a8e256e47b in ruby_xmalloc2 (n=31, size=1) at /tmp/ruby/src/trunk-O0/gc.c:14224
No locals.
#17 0x000055a8e26bf5a7 in str_make_independent_expand (str=140530361560520, len=6, expand=24, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2442
        ptr = 0x7fff96235700 "\200W#\226\377\177"
        oldptr = 0x55a8e26b96e7 <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
        capa = 30
#18 0x000055a8e26c130b in rb_str_resize (str=140530361560520, len=30) at /tmp/ruby/src/trunk-O0/string.c:3135
        capa = 3145728
        termlen = 1
        independent = 1
        slen = 6
#19 0x000055a8e26b3ae0 in ruby__sfvwrite (fp=0x7fff96235f30, uio=0x7fff962358c0) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
        cr = 1048576
        iov = 0x962358f0
        result = 140530361560520
        buf = 0x7fcfc647ede6 ""
        len = 15
        n = 140530361560520
        blen = 6
        bsiz = 30
#20 0x000055a8e26b0557 in BSD__sprint (fp=0x7fff96235f30, uio=0x7fff962358c0) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
        err = -1776065160
#21 0x000055a8e26b3367 in BSD_vfprintf (fp=0x7fff96235f30, fmt0=0x55a8e29640f0 "from %li\v\n", ap=0x7fff96235fd0) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
        nc = 5
        PRI_EXTRA_MARK_LEN = 1
        fmt = <optimized out>
        ch = 105
        n = -1776065160
        cp = 0x7fcfc644f0b8 "-:3:in `<main>'"
        iovp = 0x7fff962358f0
        flags = 16
        ret = 20
        width = 0
        prec = -1
        sign = 0 '\000'
        softsign = 0 '\000'
        _double = 0
        expt = 4008
        expsize = 0
        ndig = 0
        fprec = 0
        expstr = "\204^\307\317\177\000"
        ulval = 140530361364640
        base = 265
        dprec = 0
        fieldsz = 15
        realsz = 15
        size = 4048
        xdigs = 0x0
        uio = {uio_iov = 0x7fff962358e0, uio_iovcnt = 1, uio_resid = 15}
        iov = {{iov_base = 0x7fcfc644f0b8, iov_len = 15}, {iov_base = 0x7fcfc647dfb8, iov_len = 140530361556840}, {iov_base = 0x20, iov_len = 140530361622000}, {iov_base = 0x7fff96235930, iov_len = 140530361622000}, {iov_base = 0x20, iov_len = 8}, {iov_base = 0x7fff96235970, iov_len = 94183840138189}, {iov_base = 0x7fcfc648ddf0, iov_len = 94183870154472}, {iov_base = 0x7fcfc75e8488, iov_len = 140735712287088}}
        buf = "\220Y#\226\377\177\000\000Y\323U\342\250U\000\000\250t:\344\250U\000\000\030\067E\306\317\177\000\000\000\247E\344\250U\000\000\000\000E\306\317\177\000\000\030\067E\306\317\177\000\000\331&\277\340\317\177\000\000\220t:\344\250U\000\000\b\000\000\000\000\000\000\000H\247]\307\317\177\000\000\360\022'\344\250U\000\000\030\067E\306\317\177\000\000\360Y#\226\377\177\000\000\223\060U\342\250U\000\000\030\067E\306\317\177\000\000\020Z#\226\377\177\000\000Y\323U\342\250U\000\000\030\067E\306\317\177\000\000`\302\037\344\250U\000\000\060Z#\226\377\177\000\000\350\327U\342\250U\000\000\030\067E\306\317\177\000\000`\302\037\344\250U\000\000PZ#\226\377\177\000\000"...
        ox = "U\000\000\210"
        ebuf = 0x7fff96235ea7 ""
        ln = -15
        blanks = ' ' <repeats 16 times>
        zeroes = '0' <repeats 16 times>
#22 0x000055a8e26b3ed3 in ruby_vsprintf0 (result=140530361560520, p=0x7fcfc647ede1 "from ", fmt=0x55a8e29640f0 "from %li\v\n", ap=0x7fff96235fd0) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
        buffer = {base = {_p = 0x7fcfc647ede6 "", _w = 15, _flags = 520, _file = -14777, _bf = {_base = 0x7fcfc647edc8 "\005", _size = 0}, vwrite = 0x55a8e26b39c5 <ruby__sfvwrite>, vextra = 0x55a8e26b3baa <ruby__sfvextra>}, value = 140530361364640}
        klass = 140530380041280
        coderange = 0
        scanned = 0
        blen = 140530361551480
#23 0x000055a8e26b426a in rb_str_vcatf (str=140530361560520, fmt=0x55a8e29640f0 "from %li\v\n", ap=0x7fff96235fd0) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#24 0x000055a8e26b432c in rb_str_catf (str=140530361560520, format=0x55a8e29640f0 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fff962360b0, reg_save_area = 0x7fff96235ff0}}
#25 0x000055a8e253d747 in print_backtrace (eclass=140530380035040, errat=140530361564120, str=140530361564440, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:257
        bt = 140530361560520
        line = 140530361364640
        i = 2
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#26 0x000055a8e253dd37 in rb_error_write (errinfo=140530361564240, emesg=4, errat=140530361564120, str=140530361564440, opt=140530361365280, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:347
        eclass = 140530380035040
        shown_causes = 0
        backtrace_limit = -1
#27 0x000055a8e253dfeb in rb_ec_error_print_detailed (ec=0x55a8e41fd2c0, errinfo=140530361564240, str=140530361564440, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:379
        _ec = 0x55a8e41fd2c0
        _tag = {tag = 36, retval = 0, buf = {0x7fff962362e0, 0x55a8e253df00 <rb_ec_error_print_detailed+372>, 0x0, 0x7fff96236210, 0x0}, prev = 0x7fff96236350, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140530361564120
        written = true
        emesg = 4
        opt = 140530361365280
        highlight = 0
#28 0x000055a8e253f5e1 in rb_ec_cleanup (ec=0x55a8e41fd2c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140530361564240
        mode0 = 0
        mode1 = 3
        _ec = 0x55a8e41fd2c0
        _tag = {tag = 36, retval = 94183840018168, buf = {0x7fff962363d0, 0x55a8e253f3ca <rb_ec_cleanup+295>, 0x0, 0x7fff962362f0, 0x55a8e41fd2c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x55a8e41fc090
        th0 = 0x55a8e41fc090
        step = 2
        message = 4
        buf = 140530361564440
#29 0x000055a8e253fa98 in ruby_run_node (n=0x7fcfc6498480) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55a8e41fd2c0
        status = 21928
#30 0x000055a8e253b2f4 in rb_main (argc=2, argv=0x7fff96236578) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140735712289872
#31 0x000055a8e253b355 in main (argc=2, argv=0x7fff96236578) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.2099980.ruby -x gdbscript
[New LWP 2099980]
[New LWP 2099982]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055b5b12a9a7e in rb_special_const_p (obj=139770948802720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:349
349	    return RB_SPECIAL_CONST_P(obj) * RUBY_Qtrue;
[Current thread is 1 (Thread 0x7f1f1033e7c0 (LWP 2099980))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f1f1033e7c0 (LWP 2099980) 0x000055b5b12a9a7e in rb_special_const_p (obj=139770948802720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:349
  2    Thread 0x7f1ef6d5f640 (LWP 2099982) 0x00007f1f10466fde in epoll_wait (epfd=4, events=0x55b5b18bebfc <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f1ef6d5f640 (LWP 2099982)):
#0  0x00007f1f10466fde in epoll_wait (epfd=4, events=0x55b5b18bebfc <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000055b5b14414ae in timer_thread_polling (vm=0x55b5b1b6cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -197415880
#2  0x000055b5b1441b56 in timer_thread_func (ptr=0x55b5b1b6cb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x55b5b1b6cb10
#3  0x00007f1f103d5b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140728952386608, -9217950139773369523, 139770966963776, 25, 139771393169488, 140728952386960, 9092396579973481293, 9092032441518506829}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f1f10466bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f1f1033e7c0 (LWP 2099980)):
#0  0x000055b5b12a9a7e in rb_special_const_p (obj=139770948802720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:349
No locals.
#1  0x000055b5b12b2d9a in is_markable_object (obj=139770948802720) at /tmp/ruby/src/trunk-O0/gc.c:4664
No locals.
#2  0x000055b5b12b7a44 in gc_mark (objspace=0x55b5b1b6f260, obj=139770948802720) at /tmp/ruby/src/trunk-O0/gc.c:7002
No locals.
#3  0x000055b5b12b6bbf in mark_keyvalue (key=139770967276120, value=139770948802720, data=94238858998368) at /tmp/ruby/src/trunk-O0/gc.c:6574
        objspace = 0x55b5b1b6f260
#4  0x000055b5b1410eff in apply_functor (k=139770967276120, v=139770948802720, d=140728952380192, _=0) at /tmp/ruby/src/trunk-O0/st.c:1613
        f = 0x7ffe03375b20
#5  0x000055b5b1410b62 in st_general_foreach (tab=0x7f1ef5c10bf8, func=0x55b5b1410ebc <apply_functor>, replace=0x0, arg=140728952380192, check_p=0) at /tmp/ruby/src/trunk-O0/st.c:1523
        bin = 140728952380096
        bin_ind = 32
        entries = 0x55b5b1c55bd0
        curr_entry_ptr = 0x55b5b1c55c30
        retval = ST_CONTINUE
        i = 4
        rebuilds_num = 0
        hash = 17014403467233771215
        key = 139770967276120
        error_p = -171903648
        packed_p = 0
#6  0x000055b5b1410f5d in rb_st_foreach (tab=0x7f1ef5c10bf8, func=0x55b5b12b6b79 <mark_keyvalue>, arg=94238858998368) at /tmp/ruby/src/trunk-O0/st.c:1620
        f = {func = 0x55b5b12b6b79 <mark_keyvalue>, arg = 94238858998368}
#7  0x000055b5b12cb5ed in rb_hash_stlike_foreach (hash=139770948815840, func=0x55b5b12b6b79 <mark_keyvalue>, arg=94238858998368) at /tmp/ruby/src/trunk-O0/hash.c:1373
No locals.
#8  0x000055b5b12b6cbb in mark_hash (objspace=0x55b5b1b6f260, hash=139770948815840) at /tmp/ruby/src/trunk-O0/gc.c:6605
No locals.
#9  0x000055b5b12b865e in gc_mark_children (objspace=0x55b5b1b6f260, obj=139770948815840) at /tmp/ruby/src/trunk-O0/gc.c:7341
        any = 0x7f1ef5c10be0
#10 0x000055b5b12b8bde in gc_mark_stacked_objects (objspace=0x55b5b1b6f260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7471
        mstack = 0x55b5b1b6f6e8
        obj = 139770948815840
        marked_slots_at_the_beginning = 750
        popped_count = 0
#11 0x000055b5b12b8d5e in gc_mark_stacked_objects_all (objspace=0x55b5b1b6f260) at /tmp/ruby/src/trunk-O0/gc.c:7509
No locals.
#12 0x000055b5b12bb034 in gc_marks_rest (objspace=0x55b5b1b6f260) at /tmp/ruby/src/trunk-O0/gc.c:8696
No locals.
#13 0x000055b5b12bb168 in gc_marks (objspace=0x55b5b1b6f260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8754
        marking_finished = false
#14 0x000055b5b12bcef0 in gc_start (objspace=0x55b5b1b6f260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9504
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 270689832
#15 0x000055b5b12bcb8d in garbage_collect (objspace=0x55b5b1b6f260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9388
        _lev = 156
        ret = 0
#16 0x000055b5b12bd610 in garbage_collect_with_gvl (objspace=0x55b5b1b6f260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9765
No locals.
#17 0x000055b5b12c44f1 in objspace_malloc_gc_stress (objspace=0x55b5b1b6f260) at /tmp/ruby/src/trunk-O0/gc.c:12206
        reason = 45568
#18 0x000055b5b12c47d4 in objspace_xmalloc0 (objspace=0x55b5b1b6f260, size=56) at /tmp/ruby/src/trunk-O0/gc.c:12408
        gpr = 107008
        mem = 0x0
#19 0x000055b5b12c4af1 in ruby_xmalloc0 (size=56) at /tmp/ruby/src/trunk-O0/gc.c:12632
No locals.
#20 0x000055b5b12c4b27 in ruby_xmalloc_body (size=56) at /tmp/ruby/src/trunk-O0/gc.c:12641
No locals.
#21 0x000055b5b12c8452 in ruby_xmalloc (size=56) at /tmp/ruby/src/trunk-O0/gc.c:14214
No locals.
#22 0x000055b5b140edc5 in rb_st_init_table_with_size (type=0x55b5b18ab2f0 <rb_hashtype_ident>, size=0) at /tmp/ruby/src/trunk-O0/st.c:570
        tab = 0x55b5b140fab1 <rb_st_lookup+83>
#23 0x000055b5b140ee1d in rb_st_init_table (type=0x55b5b18ab2f0 <rb_hashtype_ident>) at /tmp/ruby/src/trunk-O0/st.c:599
No locals.
#24 0x000055b5b12cffd0 in rb_init_identtable () at /tmp/ruby/src/trunk-O0/hash.c:4406
No locals.
#25 0x000055b5b1310bac in w_object (obj=139770948801920, arg=0x55b5b21501e0, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:940
        compat = 0x55b5b1ba1ad0
        real_obj = 139770948801920
        compat_data = 94238859205328
        allocator = 0x55b5b168fb50 <exception_alloc>
        v = 94238851281568
        c_arg = {obj = 139770948801920, arg = 0x55b5b21501e0, limit = -1}
        ivobj = 36
        num = 140728952381080
        hasiv = 0
        encname = 4
#26 0x000055b5b13118a5 in rb_marshal_dump_limited (obj=139770948801920, port=139770948808000, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:1220
        arg = 0x55b5b21501e0
        wrapper = 139770948808040
#27 0x000055b5b1311720 in marshal_dump (argc=1, argv=0x7f1f1023d058, _=139770967228760) at /tmp/ruby/src/trunk-O0/marshal.c:1189
        obj = 139770948801920
        port = 4
        a1 = 4
        a2 = 4
        limit = -1
#28 0x000055b5b148c675 in ractor_safe_call_cfunc_m1 (recv=139770967228760, argc=1, argv=0x7f1f1023d058, func=0x55b5b131161b <marshal_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3313
        f = 0x55b5b131161b <marshal_dump>
#29 0x000055b5b148d2ac in vm_call_cfunc_with_frame_ (ec=0x55b5b1b702c0, reg_cfp=0x7f1f1033cfa0, calling=0x7ffe03376510, argc=1, argv=0x7f1f1023d058, stack_bottom=0x7f1f1023d050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3504
        ci = 0x1b2100100003
        cc = 0x7f1ef5c0f010
        val = 140728952381872
        me = 0x7f1ef6d8b8e8
        cfunc = 0x55b5b1bd0ec8
        recv = 139770967228760
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#30 0x000055b5b148d481 in vm_call_cfunc_with_frame (ec=0x55b5b1b702c0, reg_cfp=0x7f1f1033cfa0, calling=0x7ffe03376510) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3532
        argc = 1
        stack_bottom = 0x7f1f1023d050
        argv = 0x7f1f1023d058
#31 0x000055b5b148d599 in vm_call_cfunc_other (ec=0x55b5b1b702c0, reg_cfp=0x7f1f1033cfa0, calling=0x7ffe03376510) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3558
        ci = 0x1b2100100003
        argv_ary = 0
#32 0x000055b5b148d9c1 in vm_call_cfunc (ec=0x55b5b1b702c0, reg_cfp=0x7f1f1033cfa0, calling=0x7ffe03376510) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3640
        ci = 0x1b2100100003
#33 0x000055b5b149020a in vm_call_method_each_type (ec=0x55b5b1b702c0, cfp=0x7f1f1033cfa0, calling=0x7ffe03376510) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4418
        aset_mask = 2008
        ivar_mask = 0
        ci = 0x1b2100100003
        cc = 0x7f1ef5c0f010
        cme = 0x7f1ef6d8b8e8
        v = 94238865152264
#34 0x000055b5b1490cb6 in vm_call_method (ec=0x55b5b1b702c0, cfp=0x7f1f1033cfa0, calling=0x7ffe03376510) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4544
        ci = 0x1b2100100003
        cc = 0x7f1ef5c0f010
#35 0x000055b5b1490eb8 in vm_call_general (ec=0x55b5b1b702c0, reg_cfp=0x7f1f1033cfa0, calling=0x7ffe03376510) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4588
No locals.
#36 0x000055b5b149353d in vm_sendish (ec=0x55b5b1b702c0, reg_cfp=0x7f1f1033cfa0, cd=0x55b5b203e110, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5582
        val = 36
        ci = 0x1b2100100003
        cc = 0x7f1ef5c0f010
        argc = 1
        recv = 139770967228760
        calling = {cd = 0x55b5b203e110, cc = 0x7f1ef5c0f010, block_handler = 0, recv = 139770967228760, argc = 1, kw_splat = false, heap_argv = 0}
#37 0x000055b5b149aa02 in vm_exec_core (ec=0x55b5b1b702c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x55b5b203e110
        leaf = false
        val = 94238859002376
        reg_pc = 0x55b5b203df20
        reg_cfp = 0x7f1f1033cfa0
        insns_address_table = {0x55b5b14971a5 <vm_exec_core+108>, 0x55b5b1497207 <vm_exec_core+206>, 0x55b5b149731a <vm_exec_core+481>, 0x55b5b149742e <vm_exec_core+757>, 0x55b5b14975cc <vm_exec_core+1171>, 0x55b5b14976fc <vm_exec_core+1475>, 0x55b5b149790e <vm_exec_core+2005>, 0x55b5b1497a20 <vm_exec_core+2279>, 0x55b5b1497af9 <vm_exec_core+2496>, 0x55b5b1497c00 <vm_exec_core+2759>, 0x55b5b1497d07 <vm_exec_core+3022>, 0x55b5b1497e15 <vm_exec_core+3292>, 0x55b5b1497f27 <vm_exec_core+3566>, 0x55b5b1497ff7 <vm_exec_core+3774>, 0x55b5b1498100 <vm_exec_core+4039>, 0x55b5b14981fa <vm_exec_core+4289>, 0x55b5b14982bd <vm_exec_core+4484>, 0x55b5b1498380 <vm_exec_core+4679>, 0x55b5b1498409 <vm_exec_core+4816>, 0x55b5b1498495 <vm_exec_core+4956>, 0x55b5b149853b <vm_exec_core+5122>, 0x55b5b1498613 <vm_exec_core+5338>, 0x55b5b14986e0 <vm_exec_core+5543>, 0x55b5b14987be <vm_exec_core+5765>, 0x55b5b1498880 <vm_exec_core+5959>, 0x55b5b14989bf <vm_exec_core+6278>, 0x55b5b1498a65 <vm_exec_core+6444>, 0x55b5b1498b4a <vm_exec_core+6673>, 0x55b5b1498c79 <vm_exec_core+6976>, 0x55b5b1498d3c <vm_exec_core+7171>, 0x55b5b1498dff <vm_exec_core+7366>, 0x55b5b1498ef7 <vm_exec_core+7614>, 0x55b5b1498fb9 <vm_exec_core+7808>, 0x55b5b1499098 <vm_exec_core+8031>, 0x55b5b14991a8 <vm_exec_core+8303>, 0x55b5b14992a2 <vm_exec_core+8553>, 0x55b5b149931d <vm_exec_core+8676>, 0x55b5b14993de <vm_exec_core+8869>, 0x55b5b14994cc <vm_exec_core+9107>, 0x55b5b149957c <vm_exec_core+9283>, 0x55b5b14996fb <vm_exec_core+9666>, 0x55b5b14997d5 <vm_exec_core+9884>, 0x55b5b14998c1 <vm_exec_core+10120>, 0x55b5b1499952 <vm_exec_core+10265>, 0x55b5b1499aad <vm_exec_core+10612>, 0x55b5b149a04f <vm_exec_core+12054>, 0x55b5b149a14b <vm_exec_core+12306>, 0x55b5b149a24e <vm_exec_core+12565>, 0x55b5b149a33a <vm_exec_core+12801>, 0x55b5b149a553 <vm_exec_core+13338>, 0x55b5b149a645 <vm_exec_core+13580>, 0x55b5b149a74b <vm_exec_core+13842>, 0x55b5b149a948 <vm_exec_core+14351>, 0x55b5b149aaf1 <vm_exec_core+14776>, 0x55b5b149ac1c <vm_exec_core+15075>, 0x55b5b149ad88 <vm_exec_core+15439>, 0x55b5b149aeb3 <vm_exec_core+15738>, 0x55b5b149b01f <vm_exec_core+16102>, 0x55b5b149b201 <vm_exec_core+16584>, 0x55b5b149b3fe <vm_exec_core+17093>, 0x55b5b149b5a7 <vm_exec_core+17518>, 0x55b5b149b6c9 <vm_exec_core+17808>, 0x55b5b149b770 <vm_exec_core+17975>, 0x55b5b149b834 <vm_exec_core+18171>, 0x55b5b149b91d <vm_exec_core+18404>, 0x55b5b149ba09 <vm_exec_core+18640>, 0x55b5b149baf2 <vm_exec_core+18873>, 0x55b5b149bc06 <vm_exec_core+19149>, 0x55b5b149bd2d <vm_exec_core+19444>, 0x55b5b149be63 <vm_exec_core+19754>, 0x55b5b149bf99 <vm_exec_core+20064>, 0x55b5b149c0cf <vm_exec_core+20374>, 0x55b5b149c205 <vm_exec_core+20684>, 0x55b5b149c33b <vm_exec_core+20994>, 0x55b5b149c47c <vm_exec_core+21315>, 0x55b5b149c5f6 <vm_exec_core+21693>, 0x55b5b149c72c <vm_exec_core+22003>, 0x55b5b149c862 <vm_exec_core+22313>, 0x55b5b149c998 <vm_exec_core+22623>, 0x55b5b149cace <vm_exec_core+22933>, 0x55b5b149cc04 <vm_exec_core+23243>, 0x55b5b149cd3a <vm_exec_core+23553>, 0x55b5b149ce70 <vm_exec_core+23863>, 0x55b5b149cfa6 <vm_exec_core+24173>, 0x55b5b149d0f5 <vm_exec_core+24508>, 0x55b5b149d2af <vm_exec_core+24950>, 0x55b5b149d42d <vm_exec_core+25332>, 0x55b5b149d54c <vm_exec_core+25619>, 0x55b5b149d66b <vm_exec_core+25906>, 0x55b5b149d785 <vm_exec_core+26188>, 0x55b5b149d89f <vm_exec_core+26470>, 0x55b5b149d9ca <vm_exec_core+26769>, 0x55b5b149db00 <vm_exec_core+27079>, 0x55b5b149dbeb <vm_exec_core+27314>, 0x55b5b149dcf0 <vm_exec_core+27575>, 0x55b5b149de38 <vm_exec_core+27903>, 0x55b5b149df27 <vm_exec_core+28142>, 0x55b5b149dffb <vm_exec_core+28354>, 0x55b5b149e0d0 <vm_exec_core+28567>, 0x55b5b149e1ba <vm_exec_core+28801>, 0x55b5b149e236 <vm_exec_core+28925>, 0x55b5b149e2b2 <vm_exec_core+29049>, 0x55b5b149e2d0 <vm_exec_core+29079>, 0x55b5b149e2ee <vm_exec_core+29109>, 0x55b5b149e30c <vm_exec_core+29139>, 0x55b5b149e32a <vm_exec_core+29169>, 0x55b5b149e348 <vm_exec_core+29199>, 0x55b5b149e366 <vm_exec_core+29229>, 0x55b5b149e384 <vm_exec_core+29259>, 0x55b5b149e3a2 <vm_exec_core+29289>, 0x55b5b149e3c0 <vm_exec_core+29319>, 0x55b5b149e3de <vm_exec_core+29349>, 0x55b5b149e3fc <vm_exec_core+29379>, 0x55b5b149e41a <vm_exec_core+29409>, 0x55b5b149e438 <vm_exec_core+29439>, 0x55b5b149e456 <vm_exec_core+29469>, 0x55b5b149e474 <vm_exec_core+29499>, 0x55b5b149e492 <vm_exec_core+29529>, 0x55b5b149e4b0 <vm_exec_core+29559>, 0x55b5b149e4ce <vm_exec_core+29589>, 0x55b5b149e4ec <vm_exec_core+29619>, 0x55b5b149e50a <vm_exec_core+29649>, 0x55b5b149e528 <vm_exec_core+29679>, 0x55b5b149e546 <vm_exec_core+29709>, 0x55b5b149e564 <vm_exec_core+29739>, 0x55b5b149e582 <vm_exec_core+29769>, 0x55b5b149e5a0 <vm_exec_core+29799>, 0x55b5b149e5be <vm_exec_core+29829>, 0x55b5b149e5dc <vm_exec_core+29859>, 0x55b5b149e5fa <vm_exec_core+29889>, 0x55b5b149e618 <vm_exec_core+29919>, 0x55b5b149e636 <vm_exec_core+29949>, 0x55b5b149e654 <vm_exec_core+29979>, 0x55b5b149e672 <vm_exec_core+30009>, 0x55b5b149e690 <vm_exec_core+30039>, 0x55b5b149e6ae <vm_exec_core+30069>, 0x55b5b149e6cc <vm_exec_core+30099>, 0x55b5b149e6ea <vm_exec_core+30129>, 0x55b5b149e708 <vm_exec_core+30159>, 0x55b5b149e726 <vm_exec_core+30189>, 0x55b5b149e744 <vm_exec_core+30219>, 0x55b5b149e762 <vm_exec_core+30249>, 0x55b5b149e780 <vm_exec_core+30279>, 0x55b5b149e79e <vm_exec_core+30309>, 0x55b5b149e7bc <vm_exec_core+30339>, 0x55b5b149e7da <vm_exec_core+30369>, 0x55b5b149e7f8 <vm_exec_core+30399>, 0x55b5b149e816 <vm_exec_core+30429>, 0x55b5b149e834 <vm_exec_core+30459>, 0x55b5b149e852 <vm_exec_core+30489>, 0x55b5b149e870 <vm_exec_core+30519>, 0x55b5b149e88e <vm_exec_core+30549>, 0x55b5b149e8ac <vm_exec_core+30579>, 0x55b5b149e8ca <vm_exec_core+30609>, 0x55b5b149e8e8 <vm_exec_core+30639>, 0x55b5b149e906 <vm_exec_core+30669>, 0x55b5b149e924 <vm_exec_core+30699>, 0x55b5b149e942 <vm_exec_core+30729>, 0x55b5b149e960 <vm_exec_core+30759>, 0x55b5b149e97e <vm_exec_core+30789>, 0x55b5b149e99c <vm_exec_core+30819>, 0x55b5b149e9ba <vm_exec_core+30849>, 0x55b5b149e9d8 <vm_exec_core+30879>, 0x55b5b149e9f6 <vm_exec_core+30909>, 0x55b5b149ea14 <vm_exec_core+30939>, 0x55b5b149ea32 <vm_exec_core+30969>, 0x55b5b149ea50 <vm_exec_core+30999>, 0x55b5b149ea6e <vm_exec_core+31029>, 0x55b5b149ea8c <vm_exec_core+31059>, 0x55b5b149eaaa <vm_exec_core+31089>, 0x55b5b149eac8 <vm_exec_core+31119>, 0x55b5b149eae6 <vm_exec_core+31149>, 0x55b5b149eb04 <vm_exec_core+31179>, 0x55b5b149eb22 <vm_exec_core+31209>, 0x55b5b149eb40 <vm_exec_core+31239>, 0x55b5b149eb5e <vm_exec_core+31269>, 0x55b5b149eb8f <vm_exec_core+31318>, 0x55b5b149ebad <vm_exec_core+31348>, 0x55b5b149ebcb <vm_exec_core+31378>, 0x55b5b149ebe9 <vm_exec_core+31408>, 0x55b5b149ec07 <vm_exec_core+31438>, 0x55b5b149ec25 <vm_exec_core+31468>, 0x55b5b149ec43 <vm_exec_core+31498>, 0x55b5b149ec61 <vm_exec_core+31528>, 0x55b5b149ec7f <vm_exec_core+31558>, 0x55b5b149ec9d <vm_exec_core+31588>, 0x55b5b149ecbb <vm_exec_core+31618>, 0x55b5b149ecd9 <vm_exec_core+31648>, 0x55b5b149ecf7 <vm_exec_core+31678>, 0x55b5b149ed15 <vm_exec_core+31708>, 0x55b5b149ed33 <vm_exec_core+31738>, 0x55b5b149ed51 <vm_exec_core+31768>, 0x55b5b149ed6f <vm_exec_core+31798>, 0x55b5b149ed8d <vm_exec_core+31828>, 0x55b5b149edab <vm_exec_core+31858>, 0x55b5b149edc9 <vm_exec_core+31888>, 0x55b5b149ede7 <vm_exec_core+31918>, 0x55b5b149ee05 <vm_exec_core+31948>, 0x55b5b149ee23 <vm_exec_core+31978>, 0x55b5b149ee41 <vm_exec_core+32008>...}
#38 0x000055b5b14b0f69 in rb_vm_exec (ec=0x55b5b1b702c0) at /tmp/ruby/src/trunk-O0/vm.c:2467
        _ec = 0x55b5b1b702c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe033771e0, 0x55b5b14b0ee7 <rb_vm_exec+190>, 0x0, 0x7ffe03377130, 0x7f1ef5c0fd58}, prev = 0x7ffe03377520, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#39 0x000055b5b14adb7f in invoke_block (ec=0x55b5b1b702c0, iseq=0x7f1ef5cd20d8, self=139771391430120, captured=0x55b5b21d44d0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1497
        arg_size = 0
#40 0x000055b5b14ae61b in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f1ef5c0fd68, argc=0, self=139771391430120, captured=0x55b5b21d44d0, ec=0x55b5b1b702c0) at /tmp/ruby/src/trunk-O0/vm.c:1567
        iseq = 0x7f1ef5cd20d8
        opt_pc = 0
        type = 572653569
        cfp = 0x7f1f1033cfd8
        sp = 0x7f1f1023d028
        flags = 0
        use_argv = 0x7f1ef5c0fd68
        av = {139770967233400, 94238859001872}
        stack_argv = 0x7f1f1023d028
#41 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f1ef5c0fd68, argc=0, self=139771391430120, proc=0x55b5b21d44d0, ec=0x55b5b1b702c0) at /tmp/ruby/src/trunk-O0/vm.c:1665
        block = 0x55b5b21d44d0
#42 vm_invoke_proc (ec=0x55b5b1b702c0, proc=0x55b5b21d44d0, self=139771391430120, argc=0, argv=0x7f1ef5c0fd68, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1695
No locals.
#43 0x000055b5b14aedbf in rb_vm_invoke_proc (ec=0x55b5b1b702c0, proc=0x55b5b21d44d0, argc=0, argv=0x7f1ef5c0fd68, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1716
        self = 139771391430120
#44 0x000055b5b1389ef0 in rb_proc_call_kw (self=139770948777000, args=139770948812120, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:987
        vret = 140728952386656
        proc = 0x55b5b21d44d0
        argc = 0
        argv = 0x7f1ef5c0fd68
#45 0x000055b5b1389f58 in rb_proc_call (self=139770948777000, args=139770948812120) at /tmp/ruby/src/trunk-O0/proc.c:997
No locals.
#46 0x000055b5b1298712 in rb_call_end_proc (data=139770948777000) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#47 0x000055b5b12988cc in exec_end_procs_chain (procs=0x55b5b18bb5c0 <end_procs>, errp=0x55b5b1b70338) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x55b5b12986eb <rb_call_end_proc>, data = 139770948777000, next = 0x55b5b1c5fc30}
        link = 0x55b5b21d4500
        errinfo = 139770948801920
#48 0x000055b5b1298a2f in rb_ec_exec_end_proc (ec=0x55b5b1b702c0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x55b5b1b702c0
        _tag = {tag = 36, retval = 139770948801920, buf = {0x7ffe033775a0, 0x55b5b12989aa <rb_ec_exec_end_proc+189>, 0x0, 0x7ffe033774f0, 0x55b5b12960c6 <rb_ec_ractor_ptr+24>}, prev = 0x7ffe033776c0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 139770948801920
#49 0x000055b5b12991cf in rb_ec_teardown (ec=0x55b5b1b702c0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#50 0x000055b5b129948f in rb_ec_cleanup (ec=0x55b5b1b702c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94238859002560
        mode0 = 32766
        mode1 = 53966656
        _ec = 0x55b5b1b702c0
        _tag = {tag = 36, retval = 94238849732344, buf = {0x7ffe03377740, 0x55b5b12993ca <rb_ec_cleanup+295>, 0x0, 0x7ffe03377660, 0x55b5b1b702c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 139770948801920
        sysex = 0
        signaled = 0
        th = 0x55b5b1b6f090
        th0 = 0x55b5b1b6f090
        step = 1
        message = 4
        buf = 94238858997904
#51 0x000055b5b1299a98 in ruby_run_node (n=0x7f1ef5cd9018) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55b5b1b702c0
        status = 21941
#52 0x000055b5b12952f4 in rb_main (argc=131, argv=0x7ffe033778e8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140728952387520
#53 0x000055b5b1295355 in main (argc=131, argv=0x7ffe033778e8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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