# Logfile created on 2023-10-26 15:06:03 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000556f62419750 @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.20231026-150602", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000556f624bb280 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000556f624bb140 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000556f624baf60 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231026-150602", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231026-150602>, @binmode=false, @mon_data=#<Monitor:0x0000556f624bae98>, @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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   bfb9b5e..8f4a8cd  master     -> origin/master
Updating bfb9b5e..8f4a8cd
Fast-forward
 lib/prism/node_ext.rb                      |  39 +++--
 lib/prism/prism.gemspec                    |   1 +
 prism/templates/lib/prism/serialize.rb.erb |  87 +++++++----
 prism/templates/src/serialize.c.erb        |   4 +-
 prism/templates/template.rb                |   2 +
 prism_compile.c                            | 230 +++++++++++++++++++++++++++--
 test/ruby/test_compile_prism.rb            |  62 +++++++-
 tool/sync_default_gems.rb                  |   1 +
 8 files changed, 371 insertions(+), 55 deletions(-)
Latest commit hash = 8f4a8cd05b
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
generating x86_64-linux-fake.rb
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.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/compile.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: 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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
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/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/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
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 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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.

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

Retrying...
Finished tests in 1016.358802s, 26.3175 tests/s, 9318.5182 assertions/s.
26748 tests, 9470958 assertions, 0 failures, 0 errors, 187 skips

ruby -v: ruby 3.3.0dev (2023-10-26T14:54:26Z master 8f4a8cd05b) [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.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.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'
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-10-26T14:54:26Z master 8f4a8cd05b) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .................................................................

Finished in 260.363957 seconds

3715 files, 32233 examples, 142356 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.372390.ruby -x gdbscript
[New LWP 372390]
[New LWP 372392]
[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/lib/er'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055ec64fb7930 in mark_method_entry (objspace=0x55ec65960260, me=0x7f8f7053e420) at /tmp/ruby/src/trunk-O0/gc.c:6598
6598	        switch (def->type) {
[Current thread is 1 (Thread 0x7f8f8aba57c0 (LWP 372390))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f8f8aba57c0 (LWP 372390) 0x000055ec64fb7930 in mark_method_entry (objspace=0x55ec65960260, me=0x7f8f7053e420) at /tmp/ruby/src/trunk-O0/gc.c:6598
  2    Thread 0x7f8f715cf640 (LWP 372392) 0x00007f8f8accdfde in epoll_wait (epfd=4, events=0x55ec6559527c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f8f715cf640 (LWP 372392)):
#0  0x00007f8f8accdfde in epoll_wait (epfd=4, events=0x55ec6559527c <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  0x000055ec6513f581 in timer_thread_polling (vm=0x55ec6595db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -76077130
#2  0x000055ec6513fc29 in timer_thread_func (ptr=0x55ec6595db10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2964
        vm = 0x55ec6595db10
#3  0x00007f8f8ac3cb43 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 = {140730875951984, 6307050968228949959, 140254058968640, 25, 140254485137488, 140730875952336, -6297782935008186425, -6298230237451522105}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f8f8accdbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f8f8aba57c0 (LWP 372390)):
#0  0x000055ec64fb7930 in mark_method_entry (objspace=0x55ec65960260, me=0x7f8f7053e420) at /tmp/ruby/src/trunk-O0/gc.c:6598
        def = 0x55ec65a81de0
#1  0x000055ec64fb8b6d in gc_mark_imemo (objspace=0x55ec65960260, obj=140254041596960) at /tmp/ruby/src/trunk-O0/gc.c:7118
        __func__ = <optimized out>
#2  0x000055ec64fb8e7f in gc_mark_children (objspace=0x55ec65960260, obj=140254041596960) at /tmp/ruby/src/trunk-O0/gc.c:7240
        any = 0x7f8f7053e420
#3  0x000055ec64fb974d in gc_mark_stacked_objects (objspace=0x55ec65960260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7435
        mstack = 0x55ec659606e8
        obj = 140254041596960
        marked_slots_at_the_beginning = 752
        popped_count = 0
#4  0x000055ec64fb98cd in gc_mark_stacked_objects_all (objspace=0x55ec65960260) at /tmp/ruby/src/trunk-O0/gc.c:7473
No locals.
#5  0x000055ec64fbbb9e in gc_marks_rest (objspace=0x55ec65960260) at /tmp/ruby/src/trunk-O0/gc.c:8660
No locals.
#6  0x000055ec64fbbcd2 in gc_marks (objspace=0x55ec65960260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8718
        marking_finished = false
#7  0x000055ec64fbda5a in gc_start (objspace=0x55ec65960260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9468
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 2328151723
#8  0x000055ec64fbd6f7 in garbage_collect (objspace=0x55ec65960260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9352
        _lev = 18
        ret = 0
#9  0x000055ec64fbe17a in garbage_collect_with_gvl (objspace=0x55ec65960260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9729
No locals.
#10 0x000055ec64fc503d in objspace_malloc_gc_stress (objspace=0x55ec65960260) at /tmp/ruby/src/trunk-O0/gc.c:12170
        reason = 45568
#11 0x000055ec64fc5320 in objspace_xmalloc0 (objspace=0x55ec65960260, size=96) at /tmp/ruby/src/trunk-O0/gc.c:12372
        gpr = 107008
        mem = 0x0
#12 0x000055ec64fc563d in ruby_xmalloc0 (size=96) at /tmp/ruby/src/trunk-O0/gc.c:12596
No locals.
#13 0x000055ec64fc5673 in ruby_xmalloc_body (size=96) at /tmp/ruby/src/trunk-O0/gc.c:12605
No locals.
#14 0x000055ec64fc8f9e in ruby_xmalloc (size=96) at /tmp/ruby/src/trunk-O0/gc.c:14178
No locals.
#15 0x000055ec6510d40d in rb_st_init_existing_table_with_size (tab=0x55ec660f9d80, type=0x55ec65580430 <st_hashtype_num>, size=0) at /tmp/ruby/src/trunk-O0/st.c:551
        n = 2
#16 0x000055ec6510d46e in rb_st_init_table_with_size (type=0x55ec65580430 <st_hashtype_num>, size=0) at /tmp/ruby/src/trunk-O0/st.c:577
        tab = 0x55ec660f9d80
#17 0x000055ec6510d4ab in rb_st_init_table (type=0x55ec65580430 <st_hashtype_num>) at /tmp/ruby/src/trunk-O0/st.c:599
No locals.
#18 0x000055ec6510d4c4 in rb_st_init_numtable () at /tmp/ruby/src/trunk-O0/st.c:607
No locals.
#19 0x000055ec65011e99 in rb_marshal_dump_limited (obj=140254040805280, port=4, limit=-1) at /tmp/ruby/src/trunk-O0/marshal.c:1200
        arg = 0x55ec660f4a90
        wrapper = 140254040811600
#20 0x000055ec65011e1b in marshal_dump (argc=1, argv=0x7f8f8aaa4058, _=140254059233600) at /tmp/ruby/src/trunk-O0/marshal.c:1189
        obj = 140254040805280
        port = 4
        a1 = 4
        a2 = 4
        limit = -1
#21 0x000055ec6518a2e0 in ractor_safe_call_cfunc_m1 (recv=140254059233600, argc=1, argv=0x7f8f8aaa4058, func=0x55ec65011d16 <marshal_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3284
        f = 0x55ec65011d16 <marshal_dump>
#22 0x000055ec6518af17 in vm_call_cfunc_with_frame_ (ec=0x55ec659612c0, reg_cfp=0x7f8f8aba3fa0, calling=0x7ffe75deac60, argc=1, argv=0x7f8f8aaa4058, stack_bottom=0x7f8f8aaa4050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3475
        ci = 0x1b2100100003
        cc = 0x7f8f7047eaf8
        val = 140730875947264
        me = 0x7f8f715fb920
        cfunc = 0x55ec659c1ec8
        recv = 140254059233600
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#23 0x000055ec6518b0ec in vm_call_cfunc_with_frame (ec=0x55ec659612c0, reg_cfp=0x7f8f8aba3fa0, calling=0x7ffe75deac60) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3503
        argc = 1
        stack_bottom = 0x7f8f8aaa4050
        argv = 0x7f8f8aaa4058
#24 0x000055ec6518b204 in vm_call_cfunc_other (ec=0x55ec659612c0, reg_cfp=0x7f8f8aba3fa0, calling=0x7ffe75deac60) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3529
        ci = 0x1b2100100003
        argv_ary = 0
#25 0x000055ec6518b62c in vm_call_cfunc (ec=0x55ec659612c0, reg_cfp=0x7f8f8aba3fa0, calling=0x7ffe75deac60) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3611
        ci = 0x1b2100100003
#26 0x000055ec6518ddd3 in vm_call_method_each_type (ec=0x55ec659612c0, cfp=0x7f8f8aba3fa0, calling=0x7ffe75deac60) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4389
        aset_mask = 1979
        ivar_mask = 0
        ci = 0x1b2100100003
        cc = 0x7f8f7047eaf8
        cme = 0x7f8f715fb920
        v = 94473812875224
#27 0x000055ec6518e87f in vm_call_method (ec=0x55ec659612c0, cfp=0x7f8f8aba3fa0, calling=0x7ffe75deac60) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4515
        ci = 0x1b2100100003
        cc = 0x7f8f7047eaf8
#28 0x000055ec6518ea81 in vm_call_general (ec=0x55ec659612c0, reg_cfp=0x7f8f8aba3fa0, calling=0x7ffe75deac60) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4559
No locals.
#29 0x000055ec65191106 in vm_sendish (ec=0x55ec659612c0, reg_cfp=0x7f8f8aba3fa0, cd=0x55ec65d22500, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5553
        val = 36
        ci = 0x1b2100100003
        cc = 0x7f8f7047eaf8
        argc = 1
        recv = 140254059233600
        calling = {cd = 0x55ec65d22500, cc = 0x7f8f7047eaf8, block_handler = 0, recv = 140254059233600, argc = 1, kw_splat = false, heap_argv = 0}
#30 0x000055ec65198519 in vm_exec_core (ec=0x55ec659612c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x55ec65d22500
        leaf = false
        val = 94473804976648
        reg_pc = 0x55ec65d22310
        reg_cfp = 0x7f8f8aba3fa0
        insns_address_table = {0x55ec65194d6e <vm_exec_core+108>, 0x55ec65194dd0 <vm_exec_core+206>, 0x55ec65194ee3 <vm_exec_core+481>, 0x55ec65194ff7 <vm_exec_core+757>, 0x55ec65195195 <vm_exec_core+1171>, 0x55ec651952c5 <vm_exec_core+1475>, 0x55ec651954d7 <vm_exec_core+2005>, 0x55ec651955e9 <vm_exec_core+2279>, 0x55ec651956c2 <vm_exec_core+2496>, 0x55ec651957c9 <vm_exec_core+2759>, 0x55ec651958d0 <vm_exec_core+3022>, 0x55ec651959de <vm_exec_core+3292>, 0x55ec65195af0 <vm_exec_core+3566>, 0x55ec65195bc0 <vm_exec_core+3774>, 0x55ec65195cc9 <vm_exec_core+4039>, 0x55ec65195dc3 <vm_exec_core+4289>, 0x55ec65195e86 <vm_exec_core+4484>, 0x55ec65195f49 <vm_exec_core+4679>, 0x55ec65195fd2 <vm_exec_core+4816>, 0x55ec6519605e <vm_exec_core+4956>, 0x55ec65196104 <vm_exec_core+5122>, 0x55ec651961dc <vm_exec_core+5338>, 0x55ec651962a9 <vm_exec_core+5543>, 0x55ec65196387 <vm_exec_core+5765>, 0x55ec65196449 <vm_exec_core+5959>, 0x55ec65196588 <vm_exec_core+6278>, 0x55ec6519662e <vm_exec_core+6444>, 0x55ec65196713 <vm_exec_core+6673>, 0x55ec65196842 <vm_exec_core+6976>, 0x55ec65196905 <vm_exec_core+7171>, 0x55ec651969c8 <vm_exec_core+7366>, 0x55ec65196ac0 <vm_exec_core+7614>, 0x55ec65196b82 <vm_exec_core+7808>, 0x55ec65196c61 <vm_exec_core+8031>, 0x55ec65196d71 <vm_exec_core+8303>, 0x55ec65196e6b <vm_exec_core+8553>, 0x55ec65196ee6 <vm_exec_core+8676>, 0x55ec65196fa7 <vm_exec_core+8869>, 0x55ec65197095 <vm_exec_core+9107>, 0x55ec65197145 <vm_exec_core+9283>, 0x55ec651972c4 <vm_exec_core+9666>, 0x55ec6519739e <vm_exec_core+9884>, 0x55ec6519748a <vm_exec_core+10120>, 0x55ec6519751b <vm_exec_core+10265>, 0x55ec65197676 <vm_exec_core+10612>, 0x55ec65197b66 <vm_exec_core+11876>, 0x55ec65197c62 <vm_exec_core+12128>, 0x55ec65197d65 <vm_exec_core+12387>, 0x55ec65197e51 <vm_exec_core+12623>, 0x55ec6519806a <vm_exec_core+13160>, 0x55ec6519815c <vm_exec_core+13402>, 0x55ec65198262 <vm_exec_core+13664>, 0x55ec6519845f <vm_exec_core+14173>, 0x55ec65198608 <vm_exec_core+14598>, 0x55ec65198733 <vm_exec_core+14897>, 0x55ec6519889f <vm_exec_core+15261>, 0x55ec651989ca <vm_exec_core+15560>, 0x55ec65198b36 <vm_exec_core+15924>, 0x55ec65198d18 <vm_exec_core+16406>, 0x55ec65198f15 <vm_exec_core+16915>, 0x55ec651990be <vm_exec_core+17340>, 0x55ec651991e0 <vm_exec_core+17630>, 0x55ec65199287 <vm_exec_core+17797>, 0x55ec6519934b <vm_exec_core+17993>, 0x55ec65199434 <vm_exec_core+18226>, 0x55ec65199520 <vm_exec_core+18462>, 0x55ec65199609 <vm_exec_core+18695>, 0x55ec6519971d <vm_exec_core+18971>, 0x55ec65199844 <vm_exec_core+19266>, 0x55ec6519997a <vm_exec_core+19576>, 0x55ec65199ab0 <vm_exec_core+19886>, 0x55ec65199be6 <vm_exec_core+20196>, 0x55ec65199d1c <vm_exec_core+20506>, 0x55ec65199e52 <vm_exec_core+20816>, 0x55ec65199f93 <vm_exec_core+21137>, 0x55ec6519a10d <vm_exec_core+21515>, 0x55ec6519a243 <vm_exec_core+21825>, 0x55ec6519a379 <vm_exec_core+22135>, 0x55ec6519a4af <vm_exec_core+22445>, 0x55ec6519a5e5 <vm_exec_core+22755>, 0x55ec6519a71b <vm_exec_core+23065>, 0x55ec6519a851 <vm_exec_core+23375>, 0x55ec6519a987 <vm_exec_core+23685>, 0x55ec6519aabd <vm_exec_core+23995>, 0x55ec6519ac0c <vm_exec_core+24330>, 0x55ec6519adc6 <vm_exec_core+24772>, 0x55ec6519af44 <vm_exec_core+25154>, 0x55ec6519b063 <vm_exec_core+25441>, 0x55ec6519b182 <vm_exec_core+25728>, 0x55ec6519b29c <vm_exec_core+26010>, 0x55ec6519b3b6 <vm_exec_core+26292>, 0x55ec6519b4e1 <vm_exec_core+26591>, 0x55ec6519b617 <vm_exec_core+26901>, 0x55ec6519b702 <vm_exec_core+27136>, 0x55ec6519b807 <vm_exec_core+27397>, 0x55ec6519b94f <vm_exec_core+27725>, 0x55ec6519ba3e <vm_exec_core+27964>, 0x55ec6519bb12 <vm_exec_core+28176>, 0x55ec6519bbe7 <vm_exec_core+28389>, 0x55ec6519bcd1 <vm_exec_core+28623>, 0x55ec6519bd4d <vm_exec_core+28747>, 0x55ec6519bdc9 <vm_exec_core+28871>, 0x55ec6519bde7 <vm_exec_core+28901>, 0x55ec6519be05 <vm_exec_core+28931>, 0x55ec6519be23 <vm_exec_core+28961>, 0x55ec6519be41 <vm_exec_core+28991>, 0x55ec6519be5f <vm_exec_core+29021>, 0x55ec6519be7d <vm_exec_core+29051>, 0x55ec6519be9b <vm_exec_core+29081>, 0x55ec6519beb9 <vm_exec_core+29111>, 0x55ec6519bed7 <vm_exec_core+29141>, 0x55ec6519bef5 <vm_exec_core+29171>, 0x55ec6519bf13 <vm_exec_core+29201>, 0x55ec6519bf31 <vm_exec_core+29231>, 0x55ec6519bf4f <vm_exec_core+29261>, 0x55ec6519bf6d <vm_exec_core+29291>, 0x55ec6519bf8b <vm_exec_core+29321>, 0x55ec6519bfa9 <vm_exec_core+29351>, 0x55ec6519bfc7 <vm_exec_core+29381>, 0x55ec6519bfe5 <vm_exec_core+29411>, 0x55ec6519c003 <vm_exec_core+29441>, 0x55ec6519c021 <vm_exec_core+29471>, 0x55ec6519c03f <vm_exec_core+29501>, 0x55ec6519c05d <vm_exec_core+29531>, 0x55ec6519c07b <vm_exec_core+29561>, 0x55ec6519c099 <vm_exec_core+29591>, 0x55ec6519c0b7 <vm_exec_core+29621>, 0x55ec6519c0d5 <vm_exec_core+29651>, 0x55ec6519c0f3 <vm_exec_core+29681>, 0x55ec6519c111 <vm_exec_core+29711>, 0x55ec6519c12f <vm_exec_core+29741>, 0x55ec6519c14d <vm_exec_core+29771>, 0x55ec6519c16b <vm_exec_core+29801>, 0x55ec6519c189 <vm_exec_core+29831>, 0x55ec6519c1a7 <vm_exec_core+29861>, 0x55ec6519c1c5 <vm_exec_core+29891>, 0x55ec6519c1e3 <vm_exec_core+29921>, 0x55ec6519c201 <vm_exec_core+29951>, 0x55ec6519c21f <vm_exec_core+29981>, 0x55ec6519c23d <vm_exec_core+30011>, 0x55ec6519c25b <vm_exec_core+30041>, 0x55ec6519c279 <vm_exec_core+30071>, 0x55ec6519c297 <vm_exec_core+30101>, 0x55ec6519c2b5 <vm_exec_core+30131>, 0x55ec6519c2d3 <vm_exec_core+30161>, 0x55ec6519c2f1 <vm_exec_core+30191>, 0x55ec6519c30f <vm_exec_core+30221>, 0x55ec6519c32d <vm_exec_core+30251>, 0x55ec6519c34b <vm_exec_core+30281>, 0x55ec6519c369 <vm_exec_core+30311>, 0x55ec6519c387 <vm_exec_core+30341>, 0x55ec6519c3a5 <vm_exec_core+30371>, 0x55ec6519c3c3 <vm_exec_core+30401>, 0x55ec6519c3e1 <vm_exec_core+30431>, 0x55ec6519c3ff <vm_exec_core+30461>, 0x55ec6519c41d <vm_exec_core+30491>, 0x55ec6519c43b <vm_exec_core+30521>, 0x55ec6519c459 <vm_exec_core+30551>, 0x55ec6519c477 <vm_exec_core+30581>, 0x55ec6519c495 <vm_exec_core+30611>, 0x55ec6519c4b3 <vm_exec_core+30641>, 0x55ec6519c4d1 <vm_exec_core+30671>, 0x55ec6519c4ef <vm_exec_core+30701>, 0x55ec6519c50d <vm_exec_core+30731>, 0x55ec6519c52b <vm_exec_core+30761>, 0x55ec6519c549 <vm_exec_core+30791>, 0x55ec6519c567 <vm_exec_core+30821>, 0x55ec6519c585 <vm_exec_core+30851>, 0x55ec6519c5a3 <vm_exec_core+30881>, 0x55ec6519c5c1 <vm_exec_core+30911>, 0x55ec6519c5df <vm_exec_core+30941>, 0x55ec6519c5fd <vm_exec_core+30971>, 0x55ec6519c61b <vm_exec_core+31001>, 0x55ec6519c639 <vm_exec_core+31031>, 0x55ec6519c657 <vm_exec_core+31061>, 0x55ec6519c675 <vm_exec_core+31091>, 0x55ec6519c6a6 <vm_exec_core+31140>, 0x55ec6519c6c4 <vm_exec_core+31170>, 0x55ec6519c6e2 <vm_exec_core+31200>, 0x55ec6519c700 <vm_exec_core+31230>, 0x55ec6519c71e <vm_exec_core+31260>, 0x55ec6519c73c <vm_exec_core+31290>, 0x55ec6519c75a <vm_exec_core+31320>, 0x55ec6519c778 <vm_exec_core+31350>, 0x55ec6519c796 <vm_exec_core+31380>, 0x55ec6519c7b4 <vm_exec_core+31410>, 0x55ec6519c7d2 <vm_exec_core+31440>, 0x55ec6519c7f0 <vm_exec_core+31470>, 0x55ec6519c80e <vm_exec_core+31500>, 0x55ec6519c82c <vm_exec_core+31530>, 0x55ec6519c84a <vm_exec_core+31560>, 0x55ec6519c868 <vm_exec_core+31590>, 0x55ec6519c886 <vm_exec_core+31620>, 0x55ec6519c8a4 <vm_exec_core+31650>, 0x55ec6519c8c2 <vm_exec_core+31680>, 0x55ec6519c8e0 <vm_exec_core+31710>, 0x55ec6519c8fe <vm_exec_core+31740>, 0x55ec6519c91c <vm_exec_core+31770>, 0x55ec6519c93a <vm_exec_core+31800>, 0x55ec6519c958 <vm_exec_core+31830>...}
#31 0x000055ec651ae9d2 in rb_vm_exec (ec=0x55ec659612c0) at /tmp/ruby/src/trunk-O0/vm.c:2472
        _ec = 0x55ec659612c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe75deb920, 0x55ec651ae950 <rb_vm_exec+174>, 0x0, 0x7ffe75deb870, 0x7f8f7047f840}, prev = 0x7ffe75debc60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#32 0x000055ec651ab5eb in invoke_block (ec=0x55ec659612c0, iseq=0x7f8f705416c0, self=140254483435000, captured=0x55ec65a8dea0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1497
        arg_size = 0
#33 0x000055ec651ac087 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f8f7047f850, argc=0, self=140254483435000, captured=0x55ec65a8dea0, ec=0x55ec659612c0) at /tmp/ruby/src/trunk-O0/vm.c:1567
        iseq = 0x7f8f705416c0
        opt_pc = 0
        type = 572653569
        cfp = 0x7f8f8aba3fd8
        sp = 0x7f8f8aaa4028
        flags = 0
        use_argv = 0x7f8f7047f850
        av = {140254059238240, 94473804976144}
        stack_argv = 0x7f8f8aaa4028
#34 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f8f7047f850, argc=0, self=140254483435000, proc=0x55ec65a8dea0, ec=0x55ec659612c0) at /tmp/ruby/src/trunk-O0/vm.c:1665
        block = 0x55ec65a8dea0
#35 vm_invoke_proc (ec=0x55ec659612c0, proc=0x55ec65a8dea0, self=140254483435000, argc=0, argv=0x7f8f7047f850, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1695
No locals.
#36 0x000055ec651ac82b in rb_vm_invoke_proc (ec=0x55ec659612c0, proc=0x55ec65a8dea0, argc=0, argv=0x7f8f7047f850, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1716
        self = 140254483435000
#37 0x000055ec6508a59a in rb_proc_call_kw (self=140254040780560, args=140254040815680, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:987
        vret = 140730875952032
        proc = 0x55ec65a8dea0
        argc = 0
        argv = 0x7f8f7047f850
#38 0x000055ec6508a602 in rb_proc_call (self=140254040780560, args=140254040815680) at /tmp/ruby/src/trunk-O0/proc.c:997
No locals.
#39 0x000055ec64f996ba in rb_call_end_proc (data=140254040780560) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#40 0x000055ec64f99874 in exec_end_procs_chain (procs=0x55ec65591c60 <end_procs>, errp=0x55ec65961338) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x55ec64f99693 <rb_call_end_proc>, data = 140254040780560, next = 0x55ec65b2eb20}
        link = 0x55ec65b2ee10
        errinfo = 140254040805280
#41 0x000055ec64f999c7 in rb_ec_exec_end_proc (ec=0x55ec659612c0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x55ec659612c0
        _tag = {tag = 36, retval = 140254040805280, buf = {0x7ffe75debce0, 0x55ec64f99942 <rb_ec_exec_end_proc+173>, 0x0, 0x7ffe75debc30, 0x55ec64f9708e <rb_ec_ractor_ptr+24>}, prev = 0x7ffe75debe00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 140254040805280
#42 0x000055ec64f9a0d7 in rb_ec_teardown (ec=0x55ec659612c0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#43 0x000055ec64f9a387 in rb_ec_cleanup (ec=0x55ec659612c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94473804976832
        mode0 = 32766
        mode1 = 1977532032
        _ec = 0x55ec659612c0
        _tag = {tag = 36, retval = 94473794723274, buf = {0x7ffe75debe80, 0x55ec64f9a2c2 <rb_ec_cleanup+279>, 0x0, 0x7ffe75debda0, 0x55ec659612c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 140254040805280
        sysex = 0
        signaled = 0
        th = 0x55ec65960090
        th0 = 0x55ec65960090
        step = 1
        message = 4
        buf = 94473804972176
#44 0x000055ec64f9a960 in ruby_run_node (n=0x7f8f705497d0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55ec659612c0
        status = 21996
#45 0x000055ec64f962f4 in rb_main (argc=140, argv=0x7ffe75dec028) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140730875952896
#46 0x000055ec64f96355 in main (argc=140, argv=0x7ffe75dec028) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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