# Logfile created on 2023-10-27 19:10:54 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055afd59da438 @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.20231027-191054", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055afd5a634e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055afd5a633a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055afd5a631c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231027-191054", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231027-191054>, @binmode=false, @mon_data=#<Monitor:0x000055afd5a630f8>, @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/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.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
   7979c00..4aee693  master     -> origin/master
Updating 7979c00..4aee693
Fast-forward
 .travis.yml                                | 131 ++++-------------------------
 lib/prism/ffi.rb                           |  25 ++++++
 prism/extension.c                          |  60 +++++++++++++
 prism/prism.c                              |  30 ++++++-
 prism/prism.h                              |   8 ++
 prism/templates/lib/prism/serialize.rb.erb |  31 ++++---
 prism/templates/src/serialize.c.erb        |   4 +-
 shape.c                                    |  92 ++++++++++----------
 test/prism/parse_inline_comments_test.rb   |  21 +++++
 test/ruby/test_process.rb                  |   2 +-
 test/ruby/test_shapes.rb                   |  19 +++++
 tool/ci_functions.sh                       |  29 -------
 12 files changed, 243 insertions(+), 209 deletions(-)
 create mode 100644 test/prism/parse_inline_comments_test.rb
 delete mode 100644 tool/ci_functions.sh
Latest commit hash = 4aee6931c3
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
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/shape.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/serialize.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 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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/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/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]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
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 -
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.

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

Retrying...
Finished tests in 898.461263s, 29.8076 tests/s, 10549.9095 assertions/s.
26781 tests, 9478685 assertions, 0 failures, 0 errors, 191 skips

ruby -v: ruby 3.3.0dev (2023-10-27T19:09:03Z master 4aee6931c3) [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-27T19:09:03Z master 4aee6931c3) [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 270.186353 seconds

3715 files, 32233 examples, 142327 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.1545644.ruby -x gdbscript
[New LWP 1545644]
[New LWP 1545646]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  mark_const_entry_i (value=94597901406832, data=0x56094a4b8260) at /tmp/ruby/src/trunk-O0/gc.c:6658
6658	    gc_mark(objspace, ce->value);
[Current thread is 1 (Thread 0x7f40a4bc97c0 (LWP 1545644))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f40a4bc97c0 (LWP 1545644) mark_const_entry_i (value=94597901406832, data=0x56094a4b8260) at /tmp/ruby/src/trunk-O0/gc.c:6658
  2    Thread 0x7f408b5ef640 (LWP 1545646) 0x00007f40a4cf1fde in epoll_wait (epfd=4, events=0x56094910727c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f408b5ef640 (LWP 1545646)):
#0  0x00007f40a4cf1fde in epoll_wait (epfd=4, events=0x56094910727c <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  0x0000560948c9b613 in timer_thread_polling (vm=0x56094a4b5b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = 2124844236
#2  0x0000560948c9bcbb in timer_thread_func (ptr=0x56094a4b5b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2964
        vm = 0x56094a4b5b10
#3  0x00007f40a4c60b43 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 = {140728986500320, -6275233635211732647, 139915192890944, 25, 139915619076176, 140728986500672, 6226493651021666649, 6226417583774308697}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f40a4cf1bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f40a4bc97c0 (LWP 1545644)):
#0  mark_const_entry_i (value=94597901406832, data=0x56094a4b8260) at /tmp/ruby/src/trunk-O0/gc.c:6658
        ce = 0x56094a4f5270
        objspace = 0x56094a4b8260
#1  0x0000560948c9423a in rb_id_table_foreach_values (tbl=0x56094a4e4460, func=0x560948b13af6 <mark_const_entry_i>, data=0x56094a4b8260) at /tmp/ruby/src/trunk-O0/id_table.c:296
        ret = ID_TABLE_CONTINUE
        i = 31
        capa = 256
#2  0x0000560948b13b84 in mark_const_tbl (objspace=0x56094a4b8260, tbl=0x56094a4e4460) at /tmp/ruby/src/trunk-O0/gc.c:6667
No locals.
#3  0x0000560948b15030 in gc_mark_children (objspace=0x56094a4b8260, obj=139915193220400) at /tmp/ruby/src/trunk-O0/gc.c:7271
        any = 0x7f408b63fd30
#4  0x0000560948b1574d in gc_mark_stacked_objects (objspace=0x56094a4b8260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7435
        mstack = 0x56094a4b86e8
        obj = 139915193220400
        marked_slots_at_the_beginning = 757
        popped_count = 0
#5  0x0000560948b158cd in gc_mark_stacked_objects_all (objspace=0x56094a4b8260) at /tmp/ruby/src/trunk-O0/gc.c:7473
No locals.
#6  0x0000560948b17ba3 in gc_marks_rest (objspace=0x56094a4b8260) at /tmp/ruby/src/trunk-O0/gc.c:8660
No locals.
#7  0x0000560948b17cd7 in gc_marks (objspace=0x56094a4b8260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8718
        marking_finished = false
#8  0x0000560948b19a5f in gc_start (objspace=0x56094a4b8260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9468
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 24
#9  0x0000560948b196fc in garbage_collect (objspace=0x56094a4b8260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9352
        _lev = 40
        ret = 0
#10 0x0000560948b1a17f in garbage_collect_with_gvl (objspace=0x56094a4b8260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9729
No locals.
#11 0x0000560948b21042 in objspace_malloc_gc_stress (objspace=0x56094a4b8260) at /tmp/ruby/src/trunk-O0/gc.c:12170
        reason = 45568
#12 0x0000560948b2175f in objspace_xcalloc (objspace=0x56094a4b8260, size=64) at /tmp/ruby/src/trunk-O0/gc.c:12635
        gpr = 107008
        mem = 0x4
#13 0x0000560948b21810 in ruby_xcalloc_body (n=4, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12642
No locals.
#14 0x0000560948b24ff5 in ruby_xcalloc (n=4, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14198
No locals.
#15 0x0000560948c93b21 in rb_id_table_init (tbl=0x56094ac51510, capa=4) at /tmp/ruby/src/trunk-O0/id_table.c:90
No locals.
#16 0x0000560948c93b64 in rb_id_table_create (capa=2) at /tmp/ruby/src/trunk-O0/id_table.c:99
        tbl = 0x56094ac51510
#17 0x0000560948c5bded in get_next_shape_internal (shape=0x7f40a364fe10, id=8417, shape_type=SHAPE_IVAR, variation_created=0x7ffe053fde4e, new_variations_allowed=true) at /tmp/ruby/src/trunk-O0/shape.c:504
        old_child = 0x7f40a364fe38
        new_shape = 0x7f40a364ff00
        _lev = 0
        res = 0x0
#18 0x0000560948c5c33d in rb_shape_get_next (shape=0x7f40a364fe10, obj=139915174935120, id=8417) at /tmp/ruby/src/trunk-O0/shape.c:663
        allow_new_shape = true
        variation_created = false
        new_shape = 0x7ffe053fde70
#19 0x0000560948cce49e in rb_obj_ivar_set (obj=139915174935120, id=8417, val=139915174794160) at /tmp/ruby/src/trunk-O0/variable.c:1627
        index = 7
        shape = 0x7f40a364fe10
        num_iv = 8
        next_shape = 0x560948cca928 <RB_OBJ_FROZEN+102>
#20 0x0000560948cce724 in ivar_set (obj=139915174935120, id=8417, val=139915174794160) at /tmp/ruby/src/trunk-O0/variable.c:1733
No locals.
#21 0x0000560948cce7a1 in rb_ivar_set (obj=139915174935120, id=8417, val=139915174794160) at /tmp/ruby/src/trunk-O0/variable.c:1752
No locals.
#22 0x0000560948af6cf3 in exc_setup_cause (exc=139915174935120, cause=139915174794160) at /tmp/ruby/src/trunk-O0/eval.c:497
No locals.
#23 0x0000560948af7175 in setup_exception (ec=0x56094a4b92c0, tag=6, mesg=139915174935120, cause=139915174794160) at /tmp/ruby/src/trunk-O0/eval.c:572
        bt = 4
        _ec = 0x56094a4b92c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe053fe0a0, 0x560948af7060 <setup_exception+294>, 0x0, 0x7ffe053fdf50, 0x560948af2dd8 <imemo_throw_data_p+29>}, prev = 0x7ffe053fe860, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 139915595939504
        line = 412
        file = 0x7f408a5924c8 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
        file0 = 0x7f408a5924c8 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#24 0x0000560948af76f9 in rb_longjmp (ec=0x56094a4b92c0, tag=6, mesg=139915174935120, cause=139915174794160) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#25 0x0000560948af777f in rb_exc_exception (mesg=139915174935120, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#26 0x0000560948af77a5 in rb_exc_raise (mesg=139915174935120) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#27 0x0000560948d0173c in raise_method_missing (ec=0x56094a4b92c0, argc=1, argv=0x7ffe053fea00, obj=139915174794320, last_call_status=MISSING_NOENTRY) at /tmp/ruby/src/trunk-O0/vm_eval.c:1004
        exc = 139915174935120
        format = 0
#28 0x0000560948d014eb in rb_method_missing (argc=1, argv=0x7ffe053fea00, obj=139915174794320) at /tmp/ruby/src/trunk-O0/vm_eval.c:944
        ec = 0x56094a4b92c0
#29 0x0000560948ce6372 in ractor_safe_call_cfunc_m1 (recv=139915174794320, argc=1, argv=0x7ffe053fea00, func=0x560948d0149e <rb_method_missing>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3284
        f = 0x560948d0149e <rb_method_missing>
#30 0x0000560948cff312 in vm_call0_cfunc_with_frame (ec=0x56094a4b92c0, calling=0x7ffe053fe610, argv=0x7ffe053fea00) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f40a4bc7ef8
        ci = 0x7ffe053fe5e0
        val = 3393
        me = 0x7f408a4afe30
        cfunc = 0x56094a4f91a8
        len = -1
        recv = 139915174794320
        argc = 1
        mid = 2865
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#31 0x0000560948cff43b in vm_call0_cfunc (ec=0x56094a4b92c0, calling=0x7ffe053fe610, argv=0x7ffe053fea00) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#32 0x0000560948cff6b3 in vm_call0_body (ec=0x56094a4b92c0, calling=0x7ffe053fe610, argv=0x7ffe053fea00) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffe053fe5e0
        cc = 0x7ffe053fe420
        ret = 140728986493840
#33 0x0000560948cfef98 in vm_call0_cme (ec=0x56094a4b92c0, calling=0x7ffe053fe610, argv=0x7ffe053fea00, cme=0x7f408a4afe30) at /tmp/ruby/src/trunk-O0/vm_eval.c:117
No locals.
#34 0x0000560948cff03d in vm_call0_super (ec=0x56094a4b92c0, calling=0x7ffe053fe610, argv=0x7ffe053fea00, klass=139915175315480, ex=MISSING_SUPER) at /tmp/ruby/src/trunk-O0/vm_eval.c:131
        cme = 0x7f408a4afe30
        mid = 2865
#35 0x0000560948cffb26 in vm_call0_body (ec=0x56094a4b92c0, calling=0x7ffe053fe610, argv=0x7ffe053fea00) at /tmp/ruby/src/trunk-O0/vm_eval.c:253
        klass = 139915193220400
        ci = 0x7ffe053fe5e0
        cc = 0x7ffe053fe6b0
        ret = 140728986494240
#36 0x0000560948cfef09 in vm_call0_cc (ec=0x56094a4b92c0, recv=139915174794320, id=2865, argc=1, argv=0x7ffe053fea00, cc=0x7ffe053fe6b0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffe053fea00
        av = {140728986494752, 94597876282251}
        calling = {cd = 0x7ffe053fe5d0, cc = 0x7ffe053fe420, block_handler = 0, recv = 139915174794320, argc = 1, kw_splat = false, heap_argv = 0}
#37 0x0000560948cfecaa in rb_vm_call0 (ec=0x56094a4b92c0, recv=139915174794320, id=2865, argc=1, argv=0x7ffe053fea00, cme=0x7f408a4afed0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7f408a4afed0, call_ = 0x560948ceaae4 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#38 0x0000560948cfff03 in rb_vm_call_kw (ec=0x56094a4b92c0, recv=139915174794320, id=2865, argc=1, argv=0x7ffe053fea00, me=0x7f408a4afed0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:326
No locals.
#39 0x0000560948cfe188 in call_method_entry (ec=0x56094a4b92c0, defined_class=139915193220400, obj=139915174794320, id=2865, cme=0x7f408a4afed0, argc=1, argv=0x7ffe053fea00, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_method.c:2703
        passed_block_handler = 0
        result = 94597901161152
#40 0x0000560948d007af in check_funcall_exec (v=140728986495584) at /tmp/ruby/src/trunk-O0/vm_eval.c:589
        args = 0x7ffe053fea60
#41 0x0000560948af7fee in rb_vrescue2 (b_proc=0x560948d00752 <check_funcall_exec>, data1=140728986495584, r_proc=0x560948d007b5 <check_funcall_failed>, data2=140728986495584, args=0x7ffe053fe920) at /tmp/ruby/src/trunk-O0/eval.c:919
        _ec = 0x56094a4b92c0
        _tag = {tag = 36, retval = 140728986495136, buf = {0x7ffe053fe8e0, 0x560948af7f90 <rb_vrescue2+247>, 0x0, 0x7ffe053fe7e0, 0x7ffe053fe8c0}, prev = 0x7ffe053ffe80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        ec = 0x56094a4b92c0
        cfp = 0x7f40a4bc7ef8
        result = 0
        e_info = 4
#42 0x0000560948af7e72 in rb_rescue2 (b_proc=0x560948d00752 <check_funcall_exec>, data1=140728986495584, r_proc=0x560948d007b5 <check_funcall_failed>, data2=140728986495584) at /tmp/ruby/src/trunk-O0/eval.c:900
        ap = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffe053fea00, reg_save_area = 0x7ffe053fe940}}
        ret = 219043332275
#43 0x0000560948d00b96 in check_funcall_missing (ec=0x56094a4b92c0, klass=139915193216080, recv=139915174794320, mid=3297, argc=0, argv=0x560948f474f0 <buf>, respond=-1, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:666
        argbuf = 0
        new_args = 0x7ffe053fea00
        args = {defined_class = 139915193220400, recv = 139915174794320, mid = 3297, ec = 0x56094a4b92c0, cme = 0x7f408a4afed0, respond = 0, respond_to_missing = 0, argc = 1, argv = 0x7ffe053fea00, kw_splat = 0}
        cme = 0x7f408a4afed0
        ret = 36
#44 0x0000560948d00d0c in rb_check_funcall_default_kw (recv=139915174794320, mid=3297, argc=0, argv=0x0, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:703
        ret = 140728986495888
        klass = 139915193216080
        me = 0x0
        ec = 0x56094a4b92c0
        respond = -1
#45 0x0000560948d00c42 in rb_check_funcall (recv=139915174794320, mid=3297, argc=0, argv=0x0) at /tmp/ruby/src/trunk-O0/vm_eval.c:685
No locals.
#46 0x0000560948ba8811 in convert_type_with_id (val=139915174794320, tname=0x560948f0cb9e "IO", method=3297, raise=0, index=-1) at /tmp/ruby/src/trunk-O0/object.c:3079
        r = 140728986495936
#47 0x0000560948ba8c26 in rb_check_convert_type_with_id (val=139915174794320, type=11, tname=0x560948f0cb9e "IO", method=3297) at /tmp/ruby/src/trunk-O0/object.c:3171
        v = 13174209429177959168
#48 0x0000560948afc713 in rb_stat (file=139915174794320, st=0x7ffe053fed20) at /tmp/ruby/src/trunk-O0/file.c:1300
        tmp = 139915174794640
        result = 0
#49 0x0000560948afd9ff in rb_file_identical_p (obj=139915193019640, fname1=139915174794640, fname2=139915174794320) at /tmp/ruby/src/trunk-O0/file.c:2203
        st1 = {st_dev = 157, st_ino = 17712199, st_nlink = 1, st_mode = 33152, st_uid = 1001, st_gid = 1000, __pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1698434283, tv_nsec = 639528684}, st_mtim = {tv_sec = 1698434283, tv_nsec = 639528684}, st_ctim = {tv_sec = 1698434283, tv_nsec = 639528684}, __glibc_reserved = {0, 0, 0}}
        st2 = {st_dev = 0, st_ino = 139915175460640, st_nlink = 94597901157968, st_mode = 1246462560, st_uid = 22025, st_gid = 1, __pad0 = 1049216, st_rdev = 16, st_size = 139915193054440, st_blksize = 0, st_blocks = 139915193019640, st_atim = {tv_sec = 1431634051, tv_nsec = 0}, st_mtim = {tv_sec = 94597901161152, tv_nsec = 140728986496448}, st_ctim = {tv_sec = 1219632634, tv_nsec = 139915618451192}, __glibc_reserved = {139915617403096, 140728986496448, 94597901161152}}
#50 0x0000560948ce6428 in ractor_safe_call_cfunc_2 (recv=139915193019640, argc=2, argv=0x7f40a4ac80c8, func=0x560948afd98f <rb_file_identical_p>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3305
        f = 0x560948afd98f <rb_file_identical_p>
#51 0x0000560948ce6fa9 in vm_call_cfunc_with_frame_ (ec=0x56094a4b92c0, reg_cfp=0x7f40a4bc7f30, calling=0x7ffe053ff210, argc=2, argv=0x7f40a4ac80c8, stack_bottom=0x7f40a4ac80c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3475
        ci = 0x492f00100005
        cc = 0x7f408a4ad810
        val = 140728986496688
        me = 0x7f408b6174e8
        cfunc = 0x56094a4dcb78
        recv = 139915193019640
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#52 0x0000560948ce717e in vm_call_cfunc_with_frame (ec=0x56094a4b92c0, reg_cfp=0x7f40a4bc7f30, calling=0x7ffe053ff210) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3503
        argc = 2
        stack_bottom = 0x7f40a4ac80c0
        argv = 0x7f40a4ac80c8
#53 0x0000560948ce7296 in vm_call_cfunc_other (ec=0x56094a4b92c0, reg_cfp=0x7f40a4bc7f30, calling=0x7ffe053ff210) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3529
        ci = 0x492f00100005
        argv_ary = 0
#54 0x0000560948ce76be in vm_call_cfunc (ec=0x56094a4b92c0, reg_cfp=0x7f40a4bc7f30, calling=0x7ffe053ff210) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3611
        ci = 0x492f00100005
#55 0x0000560948ce9e65 in vm_call_method_each_type (ec=0x56094a4b92c0, cfp=0x7f40a4bc7f30, calling=0x7ffe053ff210) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4389
        aset_mask = 1979
        ivar_mask = 0
        ci = 0x492f00100005
        cc = 0x7f408a4ad810
        cme = 0x7f408b6174e8
        v = 94597908988712
#56 0x0000560948cea911 in vm_call_method (ec=0x56094a4b92c0, cfp=0x7f40a4bc7f30, calling=0x7ffe053ff210) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4515
        ci = 0x492f00100005
        cc = 0x7f408a4ad810
#57 0x0000560948ceab13 in vm_call_general (ec=0x56094a4b92c0, reg_cfp=0x7f40a4bc7f30, calling=0x7ffe053ff210) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4559
No locals.
#58 0x0000560948ced198 in vm_sendish (ec=0x56094a4b92c0, reg_cfp=0x7f40a4bc7f30, cd=0x56094a67b170, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5553
        val = 36
        ci = 0x492f00100005
        cc = 0x7f408a4ad810
        argc = 2
        recv = 139915193019640
        calling = {cd = 0x56094a67b170, cc = 0x7f408a4ad810, block_handler = 0, recv = 139915193019640, argc = 2, kw_splat = false, heap_argv = 0}
#59 0x0000560948cf45ab in vm_exec_core (ec=0x56094a4b92c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x56094a67b170
        leaf = false
        val = 139915174794320
        reg_pc = 0x56094a67ae80
        reg_cfp = 0x7f40a4bc7f30
        insns_address_table = {0x560948cf0e00 <vm_exec_core+108>, 0x560948cf0e62 <vm_exec_core+206>, 0x560948cf0f75 <vm_exec_core+481>, 0x560948cf1089 <vm_exec_core+757>, 0x560948cf1227 <vm_exec_core+1171>, 0x560948cf1357 <vm_exec_core+1475>, 0x560948cf1569 <vm_exec_core+2005>, 0x560948cf167b <vm_exec_core+2279>, 0x560948cf1754 <vm_exec_core+2496>, 0x560948cf185b <vm_exec_core+2759>, 0x560948cf1962 <vm_exec_core+3022>, 0x560948cf1a70 <vm_exec_core+3292>, 0x560948cf1b82 <vm_exec_core+3566>, 0x560948cf1c52 <vm_exec_core+3774>, 0x560948cf1d5b <vm_exec_core+4039>, 0x560948cf1e55 <vm_exec_core+4289>, 0x560948cf1f18 <vm_exec_core+4484>, 0x560948cf1fdb <vm_exec_core+4679>, 0x560948cf2064 <vm_exec_core+4816>, 0x560948cf20f0 <vm_exec_core+4956>, 0x560948cf2196 <vm_exec_core+5122>, 0x560948cf226e <vm_exec_core+5338>, 0x560948cf233b <vm_exec_core+5543>, 0x560948cf2419 <vm_exec_core+5765>, 0x560948cf24db <vm_exec_core+5959>, 0x560948cf261a <vm_exec_core+6278>, 0x560948cf26c0 <vm_exec_core+6444>, 0x560948cf27a5 <vm_exec_core+6673>, 0x560948cf28d4 <vm_exec_core+6976>, 0x560948cf2997 <vm_exec_core+7171>, 0x560948cf2a5a <vm_exec_core+7366>, 0x560948cf2b52 <vm_exec_core+7614>, 0x560948cf2c14 <vm_exec_core+7808>, 0x560948cf2cf3 <vm_exec_core+8031>, 0x560948cf2e03 <vm_exec_core+8303>, 0x560948cf2efd <vm_exec_core+8553>, 0x560948cf2f78 <vm_exec_core+8676>, 0x560948cf3039 <vm_exec_core+8869>, 0x560948cf3127 <vm_exec_core+9107>, 0x560948cf31d7 <vm_exec_core+9283>, 0x560948cf3356 <vm_exec_core+9666>, 0x560948cf3430 <vm_exec_core+9884>, 0x560948cf351c <vm_exec_core+10120>, 0x560948cf35ad <vm_exec_core+10265>, 0x560948cf3708 <vm_exec_core+10612>, 0x560948cf3bf8 <vm_exec_core+11876>, 0x560948cf3cf4 <vm_exec_core+12128>, 0x560948cf3df7 <vm_exec_core+12387>, 0x560948cf3ee3 <vm_exec_core+12623>, 0x560948cf40fc <vm_exec_core+13160>, 0x560948cf41ee <vm_exec_core+13402>, 0x560948cf42f4 <vm_exec_core+13664>, 0x560948cf44f1 <vm_exec_core+14173>, 0x560948cf469a <vm_exec_core+14598>, 0x560948cf47c5 <vm_exec_core+14897>, 0x560948cf4931 <vm_exec_core+15261>, 0x560948cf4a5c <vm_exec_core+15560>, 0x560948cf4bc8 <vm_exec_core+15924>, 0x560948cf4daa <vm_exec_core+16406>, 0x560948cf4fa7 <vm_exec_core+16915>, 0x560948cf5150 <vm_exec_core+17340>, 0x560948cf5272 <vm_exec_core+17630>, 0x560948cf5319 <vm_exec_core+17797>, 0x560948cf53dd <vm_exec_core+17993>, 0x560948cf54c6 <vm_exec_core+18226>, 0x560948cf55b2 <vm_exec_core+18462>, 0x560948cf569b <vm_exec_core+18695>, 0x560948cf57af <vm_exec_core+18971>, 0x560948cf58d6 <vm_exec_core+19266>, 0x560948cf5a0c <vm_exec_core+19576>, 0x560948cf5b42 <vm_exec_core+19886>, 0x560948cf5c78 <vm_exec_core+20196>, 0x560948cf5dae <vm_exec_core+20506>, 0x560948cf5ee4 <vm_exec_core+20816>, 0x560948cf6025 <vm_exec_core+21137>, 0x560948cf619f <vm_exec_core+21515>, 0x560948cf62d5 <vm_exec_core+21825>, 0x560948cf640b <vm_exec_core+22135>, 0x560948cf6541 <vm_exec_core+22445>, 0x560948cf6677 <vm_exec_core+22755>, 0x560948cf67ad <vm_exec_core+23065>, 0x560948cf68e3 <vm_exec_core+23375>, 0x560948cf6a19 <vm_exec_core+23685>, 0x560948cf6b4f <vm_exec_core+23995>, 0x560948cf6c9e <vm_exec_core+24330>, 0x560948cf6e58 <vm_exec_core+24772>, 0x560948cf6fd6 <vm_exec_core+25154>, 0x560948cf70f5 <vm_exec_core+25441>, 0x560948cf7214 <vm_exec_core+25728>, 0x560948cf732e <vm_exec_core+26010>, 0x560948cf7448 <vm_exec_core+26292>, 0x560948cf7573 <vm_exec_core+26591>, 0x560948cf76a9 <vm_exec_core+26901>, 0x560948cf7794 <vm_exec_core+27136>, 0x560948cf7899 <vm_exec_core+27397>, 0x560948cf79e1 <vm_exec_core+27725>, 0x560948cf7ad0 <vm_exec_core+27964>, 0x560948cf7ba4 <vm_exec_core+28176>, 0x560948cf7c79 <vm_exec_core+28389>, 0x560948cf7d63 <vm_exec_core+28623>, 0x560948cf7ddf <vm_exec_core+28747>, 0x560948cf7e5b <vm_exec_core+28871>, 0x560948cf7e79 <vm_exec_core+28901>, 0x560948cf7e97 <vm_exec_core+28931>, 0x560948cf7eb5 <vm_exec_core+28961>, 0x560948cf7ed3 <vm_exec_core+28991>, 0x560948cf7ef1 <vm_exec_core+29021>, 0x560948cf7f0f <vm_exec_core+29051>, 0x560948cf7f2d <vm_exec_core+29081>, 0x560948cf7f4b <vm_exec_core+29111>, 0x560948cf7f69 <vm_exec_core+29141>, 0x560948cf7f87 <vm_exec_core+29171>, 0x560948cf7fa5 <vm_exec_core+29201>, 0x560948cf7fc3 <vm_exec_core+29231>, 0x560948cf7fe1 <vm_exec_core+29261>, 0x560948cf7fff <vm_exec_core+29291>, 0x560948cf801d <vm_exec_core+29321>, 0x560948cf803b <vm_exec_core+29351>, 0x560948cf8059 <vm_exec_core+29381>, 0x560948cf8077 <vm_exec_core+29411>, 0x560948cf8095 <vm_exec_core+29441>, 0x560948cf80b3 <vm_exec_core+29471>, 0x560948cf80d1 <vm_exec_core+29501>, 0x560948cf80ef <vm_exec_core+29531>, 0x560948cf810d <vm_exec_core+29561>, 0x560948cf812b <vm_exec_core+29591>, 0x560948cf8149 <vm_exec_core+29621>, 0x560948cf8167 <vm_exec_core+29651>, 0x560948cf8185 <vm_exec_core+29681>, 0x560948cf81a3 <vm_exec_core+29711>, 0x560948cf81c1 <vm_exec_core+29741>, 0x560948cf81df <vm_exec_core+29771>, 0x560948cf81fd <vm_exec_core+29801>, 0x560948cf821b <vm_exec_core+29831>, 0x560948cf8239 <vm_exec_core+29861>, 0x560948cf8257 <vm_exec_core+29891>, 0x560948cf8275 <vm_exec_core+29921>, 0x560948cf8293 <vm_exec_core+29951>, 0x560948cf82b1 <vm_exec_core+29981>, 0x560948cf82cf <vm_exec_core+30011>, 0x560948cf82ed <vm_exec_core+30041>, 0x560948cf830b <vm_exec_core+30071>, 0x560948cf8329 <vm_exec_core+30101>, 0x560948cf8347 <vm_exec_core+30131>, 0x560948cf8365 <vm_exec_core+30161>, 0x560948cf8383 <vm_exec_core+30191>, 0x560948cf83a1 <vm_exec_core+30221>, 0x560948cf83bf <vm_exec_core+30251>, 0x560948cf83dd <vm_exec_core+30281>, 0x560948cf83fb <vm_exec_core+30311>, 0x560948cf8419 <vm_exec_core+30341>, 0x560948cf8437 <vm_exec_core+30371>, 0x560948cf8455 <vm_exec_core+30401>, 0x560948cf8473 <vm_exec_core+30431>, 0x560948cf8491 <vm_exec_core+30461>, 0x560948cf84af <vm_exec_core+30491>, 0x560948cf84cd <vm_exec_core+30521>, 0x560948cf84eb <vm_exec_core+30551>, 0x560948cf8509 <vm_exec_core+30581>, 0x560948cf8527 <vm_exec_core+30611>, 0x560948cf8545 <vm_exec_core+30641>, 0x560948cf8563 <vm_exec_core+30671>, 0x560948cf8581 <vm_exec_core+30701>, 0x560948cf859f <vm_exec_core+30731>, 0x560948cf85bd <vm_exec_core+30761>, 0x560948cf85db <vm_exec_core+30791>, 0x560948cf85f9 <vm_exec_core+30821>, 0x560948cf8617 <vm_exec_core+30851>, 0x560948cf8635 <vm_exec_core+30881>, 0x560948cf8653 <vm_exec_core+30911>, 0x560948cf8671 <vm_exec_core+30941>, 0x560948cf868f <vm_exec_core+30971>, 0x560948cf86ad <vm_exec_core+31001>, 0x560948cf86cb <vm_exec_core+31031>, 0x560948cf86e9 <vm_exec_core+31061>, 0x560948cf8707 <vm_exec_core+31091>, 0x560948cf8738 <vm_exec_core+31140>, 0x560948cf8756 <vm_exec_core+31170>, 0x560948cf8774 <vm_exec_core+31200>, 0x560948cf8792 <vm_exec_core+31230>, 0x560948cf87b0 <vm_exec_core+31260>, 0x560948cf87ce <vm_exec_core+31290>, 0x560948cf87ec <vm_exec_core+31320>, 0x560948cf880a <vm_exec_core+31350>, 0x560948cf8828 <vm_exec_core+31380>, 0x560948cf8846 <vm_exec_core+31410>, 0x560948cf8864 <vm_exec_core+31440>, 0x560948cf8882 <vm_exec_core+31470>, 0x560948cf88a0 <vm_exec_core+31500>, 0x560948cf88be <vm_exec_core+31530>, 0x560948cf88dc <vm_exec_core+31560>, 0x560948cf88fa <vm_exec_core+31590>, 0x560948cf8918 <vm_exec_core+31620>, 0x560948cf8936 <vm_exec_core+31650>, 0x560948cf8954 <vm_exec_core+31680>, 0x560948cf8972 <vm_exec_core+31710>, 0x560948cf8990 <vm_exec_core+31740>, 0x560948cf89ae <vm_exec_core+31770>, 0x560948cf89cc <vm_exec_core+31800>, 0x560948cf89ea <vm_exec_core+31830>...}
#60 0x0000560948d0ab5f in vm_exec_loop (ec=0x56094a4b92c0, state=RUBY_TAG_RAISE, tag=0x7ffe053ffe80, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2499
No locals.
#61 0x0000560948d0aab7 in rb_vm_exec (ec=0x56094a4b92c0) at /tmp/ruby/src/trunk-O0/vm.c:2478
        _ec = 0x56094a4b92c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe053fff00, 0x560948d0a9e2 <rb_vm_exec+174>, 0x0, 0x7ffe053ffe50, 0x7ffe05400198}, prev = 0x7ffe053fff70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#62 0x0000560948d0b8b3 in rb_iseq_eval_main (iseq=0x7f408a555ee8) at /tmp/ruby/src/trunk-O0/vm.c:2738
        ec = 0x56094a4b92c0
        val = 94597901161152
#63 0x0000560948af67e3 in rb_ec_exec_node (ec=0x56094a4b92c0, n=0x7f408a555ee8) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x56094a4b8090
        _ec = 0x56094a4b92c0
        _tag = {tag = 36, retval = 94597874146762, buf = {0x7ffe053ffff0, 0x560948af6779 <rb_ec_exec_node+196>, 0x0, 0x7ffe053fff40, 0x56094a4b92c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f408a555ee8
#64 0x0000560948af6950 in ruby_run_node (n=0x7f408a555ee8) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x56094a4b92c0
        status = 22025
#65 0x0000560948af22f4 in rb_main (argc=138, argv=0x7ffe05400198) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140728986501232
#66 0x0000560948af2355 in main (argc=138, argv=0x7ffe05400198) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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