# Logfile created on 2024-01-30 17:07:32 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055c334e82090 @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.20240130-170732", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055c334f0b4a8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055c334f0b368 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055c334f0b188 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240130-170732", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240130-170732>, @binmode=false, @mon_data=#<Monitor:0x000055c334f0b0c0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   4e72c9a..20732ca  master     -> origin/master
Updating 4e72c9a..20732ca
Fast-forward
 .travis.yml                              |   4 +-
 compile.c                                |  20 +-
 prism/diagnostic.c                       |   5 +-
 prism/diagnostic.h                       |  12 +-
 prism/parser.h                           |   3 +
 prism/prism.c                            | 152 +++++++++----
 prism/prism.h                            |  10 +-
 prism/templates/ext/prism/api_node.c.erb |   2 +-
 prism/templates/src/token_type.c.erb     | 357 ++++++++++++++++++++++++++++++-
 prism_compile.c                          |   3 +-
 test/prism/errors_test.rb                | 149 ++++++-------
 test/prism/format_errors_test.rb         |   4 +-
 12 files changed, 589 insertions(+), 132 deletions(-)
Latest commit hash = 20732cadfd
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
compiling /tmp/ruby/src/trunk-O0/yjit.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
8fce80a95e109352f64c6cb206bfa5235a7e522a910e8688e36c5f8a8231ed51  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
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]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
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.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
	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 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision 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'
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'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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.4.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.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.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.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.3
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1885 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
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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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=63242
  "--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
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1206.786318s, 20.7526 tests/s, 7840.3333 assertions/s.
25044 tests, 9461607 assertions, 0 failures, 0 errors, 216 skips

ruby -v: ruby 3.4.0dev (2024-01-30T16:47:48Z master 20732cadfd) [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
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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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.4.0dev (2024-01-30T16:47:48Z master 20732cadfd) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 638.042563 seconds

3728 files, 31902 examples, 141144 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.3628161.ruby -x gdbscript
[New LWP 3628161]
[New LWP 3628163]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00005582a265d584 in rb_gc_mark_and_move (ptr=0x5582a3b46c68) at /tmp/ruby/src/trunk-O0/gc.c:7160
7160	    if (RB_SPECIAL_CONST_P(*ptr)) return;
[Current thread is 1 (Thread 0x7f184d3707c0 (LWP 3628161))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f184d3707c0 (LWP 3628161) 0x00005582a265d584 in rb_gc_mark_and_move (ptr=0x5582a3b46c68) at /tmp/ruby/src/trunk-O0/gc.c:7160
  2    Thread 0x7f1833d8f640 (LWP 3628163) 0x00007f184d498fde in epoll_wait (epfd=4, events=0x5582a2c9989c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f1833d8f640 (LWP 3628163)):
#0  0x00007f184d498fde in epoll_wait (epfd=4, events=0x5582a2c9989c <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  0x00005582a27f1679 in event_wait (vm=0x5582a333f2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21890
#2  0x00005582a27f169d in timer_thread_polling (vm=0x5582a333f2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1128484830
#3  0x00005582a27f1d5d in timer_thread_func (ptr=0x5582a333f2a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3024
        vm = 0x5582a333f2a0
#4  0x00007f184d407b43 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 = {140722267239168, -8776657180864109235, 139741925799488, 25, 139742352013392, 140722267239520, 8647873884046402893, 8647920960524297549}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f184d498bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f184d3707c0 (LWP 3628161)):
#0  0x00005582a265d584 in rb_gc_mark_and_move (ptr=0x5582a3b46c68) at /tmp/ruby/src/trunk-O0/gc.c:7160
        objspace = 0x5582a3341bf0
        __func__ = <optimized out>
#1  0x00005582a26a590e in rb_iseq_mark_and_move (iseq=0x7f1832c87e08, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:327
        body = 0x5582a3b46b90
#2  0x00005582a265da91 in gc_mark_imemo (objspace=0x5582a3341bf0, obj=139741907942920) at /tmp/ruby/src/trunk-O0/gc.c:7294
        __func__ = <optimized out>
#3  0x00005582a265dc89 in gc_mark_children (objspace=0x5582a3341bf0, obj=139741907942920) at /tmp/ruby/src/trunk-O0/gc.c:7387
        any = 0x7f1832c87e08
#4  0x00005582a265e609 in gc_mark_stacked_objects (objspace=0x5582a3341bf0, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7596
        mstack = 0x5582a3342078
        obj = 139741907942920
        marked_slots_at_the_beginning = 753
        popped_count = 0
#5  0x00005582a265e789 in gc_mark_stacked_objects_all (objspace=0x5582a3341bf0) at /tmp/ruby/src/trunk-O0/gc.c:7634
No locals.
#6  0x00005582a2660afd in gc_marks_rest (objspace=0x5582a3341bf0) at /tmp/ruby/src/trunk-O0/gc.c:8829
No locals.
#7  0x00005582a2660c31 in gc_marks (objspace=0x5582a3341bf0, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8887
        marking_finished = false
#8  0x00005582a26629d4 in gc_start (objspace=0x5582a3341bf0, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9640
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9509
#9  0x00005582a2662669 in garbage_collect (objspace=0x5582a3341bf0, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9521
        _lev = 1958744960
        ret = 32764
#10 0x00005582a2654b9f in newobj_slowpath (size_pool_idx=1, wb_protected=1, cr=0x5582a33429b0, objspace=0x5582a3341bf0, flags=4294967308, klass=139741926118080) at /tmp/ruby/src/trunk-O0/gc.c:2877
        obj = 2
        lev = 1
#11 newobj_slowpath_wb_protected (klass=139741926118080, flags=4294967308, objspace=0x5582a3341bf0, cr=0x5582a33429b0, size_pool_idx=1) at /tmp/ruby/src/trunk-O0/gc.c:2901
No locals.
#12 0x00005582a2654f39 in newobj_of0 (klass=139741926118080, flags=4294967308, wb_protected=1, cr=0x5582a33429b0, alloc_size=56) at /tmp/ruby/src/trunk-O0/gc.c:2943
        obj = 4096
        objspace = 0x5582a3341bf0
        size_pool_idx = 1
        i = <optimized out>
        cnt = <optimized out>
#13 0x00005582a2654fa5 in newobj_of (cr=0x5582a33429b0, klass=139741926118080, flags=12, v1=94019565152736, v2=3, v3=0, wb_protected=1, alloc_size=56) at /tmp/ruby/src/trunk-O0/gc.c:2953
        obj = 94019558659283
#14 0x00005582a26556cc in typed_data_alloc (klass=139741926118080, typed_flag=2, datap=0x0, type=0x5582a2c869e0 <name_err_mesg_data_type>, size=56) at /tmp/ruby/src/trunk-O0/gc.c:3162
        wb_protected = true
#15 0x00005582a26557e8 in rb_data_typed_object_zalloc (klass=139741926118080, size=24, type=0x5582a2c869e0 <name_err_mesg_data_type>) at /tmp/ruby/src/trunk-O0/gc.c:3185
        obj = 139741926117760
        embed_size = 56
        obj = 94019559304798
#16 0x00005582a2a5b1a3 in rb_name_err_mesg_init (klass=139741926118080, mesg=139741907580080, recv=139741907577560, name=844044) at /tmp/ruby/src/trunk-O0/error.c:2246
        data_struct_obj = 94019559312267
        message = 0x7f1832c3f928
        result = 484519897263015680
#17 0x00005582a2a5b263 in rb_name_err_mesg_new (mesg=139741907580080, recv=139741907577560, method=844044) at /tmp/ruby/src/trunk-O0/error.c:2257
No locals.
#18 0x00005582a2a5ad90 in name_err_init (exc=139741907646760, mesg=139741907580080, recv=139741907577560, method=844044) at /tmp/ruby/src/trunk-O0/error.c:2113
No locals.
#19 0x00005582a2a5b0ac in rb_nomethod_err_new (mesg=139741907580080, recv=139741907577560, method=844044, args=139741907578200, priv=0) at /tmp/ruby/src/trunk-O0/error.c:2202
        exc = 139741907646760
#20 0x00005582a2859757 in rb_make_no_method_exception (exc=139741926117760, format=139741907580080, obj=139741907577560, argc=1, argv=0x7ffc74c01fd0, priv=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:963
        args = 139741907578200
        name = 844044
#21 0x00005582a28598f2 in raise_method_missing (ec=0x5582a3342c60, argc=1, argv=0x7ffc74c01fd0, obj=139741907577560, last_call_status=MISSING_NOENTRY) at /tmp/ruby/src/trunk-O0/vm_eval.c:1003
        exc = 139741926117760
        format = 0
#22 0x00005582a28596c0 in rb_method_missing (argc=1, argv=0x7ffc74c01fd0, obj=139741907577560) at /tmp/ruby/src/trunk-O0/vm_eval.c:948
        ec = 0x5582a3342c60
#23 0x00005582a283d81d in ractor_safe_call_cfunc_m1 (recv=139741907577560, argc=1, argv=0x7ffc74c01fd0, func=0x5582a2859673 <rb_method_missing>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3301
        f = 0x5582a2859673 <rb_method_missing>
#24 0x00005582a285714a in vm_call0_cfunc_with_frame (ec=0x5582a3342c60, calling=0x7ffc74c01be0, argv=0x7ffc74c01fd0) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f184d36eef8
        ci = 0x7ffc74c01bb0
        val = 32
        me = 0x7f1832c2fed8
        cfunc = 0x5582a337f568
        len = -1
        recv = 139741907577560
        argc = 1
        mid = 2865
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#25 0x00005582a2857273 in vm_call0_cfunc (ec=0x5582a3342c60, calling=0x7ffc74c01be0, argv=0x7ffc74c01fd0) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#26 0x00005582a28574f1 in vm_call0_body (ec=0x5582a3342c60, calling=0x7ffc74c01be0, argv=0x7ffc74c01fd0) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffc74c01bb0
        cc = 0x7ffc74c019c0
        ret = 94019573480856
#27 0x00005582a2856dd0 in vm_call0_cme (ec=0x5582a3342c60, calling=0x7ffc74c01be0, argv=0x7ffc74c01fd0, cme=0x7f1832c2fed8) at /tmp/ruby/src/trunk-O0/vm_eval.c:117
No locals.
#28 0x00005582a2856e75 in vm_call0_super (ec=0x5582a3342c60, calling=0x7ffc74c01be0, argv=0x7ffc74c01fd0, klass=139741907749920, ex=MISSING_SUPER) at /tmp/ruby/src/trunk-O0/vm_eval.c:131
        cme = 0x7f1832c2fed8
        mid = 2865
#29 0x00005582a285798b in vm_call0_body (ec=0x5582a3342c60, calling=0x7ffc74c01be0, argv=0x7ffc74c01fd0) at /tmp/ruby/src/trunk-O0/vm_eval.c:253
        klass = 139741926128960
        ci = 0x7ffc74c01bb0
        cc = 0x7ffc74c01c80
        ret = 1048576
#30 0x00005582a2856d41 in vm_call0_cc (ec=0x5582a3342c60, recv=139741907577560, id=2865, argc=1, argv=0x7ffc74c01fd0, cc=0x7ffc74c01c80, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffc74c01fd0
        av = {94019572413016, 139741907577560}
        calling = {cd = 0x7ffc74c01ba0, cc = 0x7ffc74c019c0, block_handler = 0, recv = 139741907577560, argc = 1, kw_splat = false, heap_argv = 0}
#31 0x00005582a2856ae2 in rb_vm_call0 (ec=0x5582a3342c60, recv=139741907577560, id=2865, argc=1, argv=0x7ffc74c01fd0, cme=0x7f1832c2ff28, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7f1832c2ff28, call_ = 0x5582a284232a <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#32 0x00005582a28580db in rb_vm_call_kw (ec=0x5582a3342c60, recv=139741907577560, id=2865, argc=1, argv=0x7ffc74c01fd0, me=0x7f1832c2ff28, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#33 0x00005582a2855fc0 in call_method_entry (ec=0x5582a3342c60, defined_class=139741926128960, obj=139741907577560, id=2865, cme=0x7f1832c2ff28, argc=1, argv=0x7ffc74c01fd0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_method.c:2716
        passed_block_handler = 0
        result = 94019572214880
#34 0x00005582a2858984 in check_funcall_exec (v=140722267234352) at /tmp/ruby/src/trunk-O0/vm_eval.c:593
        args = 0x7ffc74c02030
#35 0x00005582a26406b0 in rb_vrescue2 (b_proc=0x5582a2858927 <check_funcall_exec>, data1=140722267234352, r_proc=0x5582a285898a <check_funcall_failed>, data2=140722267234352, args=0x7ffc74c01ef0) at /tmp/ruby/src/trunk-O0/eval.c:913
        _ec = 0x5582a3342c60
        _tag = {tag = 36, retval = 140722267233904, buf = {0x7ffc74c01eb0, 0x5582a2640652 <rb_vrescue2+263>, 0x0, 0x7ffc74c01db0, 0x7ffc74c01e90}, prev = 0x7ffc74c034a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        ec = 0x5582a3342c60
        cfp = 0x7f184d36eef8
        result = 0
        e_info = 4
#36 0x00005582a2640524 in rb_rescue2 (b_proc=0x5582a2858927 <check_funcall_exec>, data1=140722267234352, r_proc=0x5582a285898a <check_funcall_failed>, data2=140722267234352) at /tmp/ruby/src/trunk-O0/eval.c:894
        ap = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffc74c01fd0, reg_save_area = 0x7ffc74c01f10}}
        ret = 81604378803
#37 0x00005582a2858d6b in check_funcall_missing (ec=0x5582a3342c60, klass=139741926124640, recv=139741907577560, mid=3297, argc=0, argv=0x5582a2acb8d0 <buf>, respond=-1, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:670
        argbuf = 0
        new_args = 0x7ffc74c01fd0
        args = {defined_class = 139741926128960, recv = 139741907577560, mid = 3297, ec = 0x5582a3342c60, cme = 0x7f1832c2ff28, respond = 0, respond_to_missing = 0, argc = 1, argv = 0x7ffc74c01fd0, kw_splat = 0}
        cme = 0x7f1832c2ff28
        ret = 36
#38 0x00005582a2858ee1 in rb_check_funcall_default_kw (recv=139741907577560, mid=3297, argc=0, argv=0x0, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:707
        ret = 140722267234656
        klass = 139741926124640
        me = 0x0
        ec = 0x5582a3342c60
        respond = -1
#39 0x00005582a2858e17 in rb_check_funcall (recv=139741907577560, mid=3297, argc=0, argv=0x0) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#40 0x00005582a26f6483 in convert_type_with_id (val=139741907577560, tname=0x5582a2a8fbbe "IO", method=3297, raise=0, index=-1) at /tmp/ruby/src/trunk-O0/object.c:3089
        r = 140722267234704
#41 0x00005582a26f6898 in rb_check_convert_type_with_id (val=139741907577560, type=11, tname=0x5582a2a8fbbe "IO", method=3297) at /tmp/ruby/src/trunk-O0/object.c:3181
        v = 484519897263015680
#42 0x00005582a2644e87 in rb_stat (file=139741907577560, st=0x7ffc74c022f0) at /tmp/ruby/src/trunk-O0/file.c:1299
        tmp = 139741907578560
        result = 0
#43 0x00005582a2646173 in rb_file_identical_p (obj=139741925928160, fname1=139741907578560, fname2=139741907577560) at /tmp/ruby/src/trunk-O0/file.c:2197
        st1 = {st_dev = 164, st_ino = 13273568, 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 = 1706635302, tv_nsec = 19842644}, st_mtim = {tv_sec = 1706635300, tv_nsec = 931813524}, st_ctim = {tv_sec = 1706635300, tv_nsec = 931813524}, __glibc_reserved = {0, 0, 0}}
        st2 = {st_dev = 0, st_ino = 139741908500240, st_nlink = 94019572211680, st_mode = 2738101232, st_uid = 21890, st_gid = 1, __pad0 = 1049216, st_rdev = 16, st_size = 139741925962920, st_blksize = 0, st_blocks = 139741925928160, st_atim = {tv_sec = 1431634051, tv_nsec = 0}, st_mtim = {tv_sec = 94019572214880, tv_nsec = 140722267235216}, st_ctim = {tv_sec = 2724638919, tv_nsec = 139742351388408}, __glibc_reserved = {139742350340312, 140722267235216, 94019572214880}}
#44 0x00005582a283d8d3 in ractor_safe_call_cfunc_2 (recv=139741925928160, argc=2, argv=0x7f184d26f0c8, func=0x5582a2646103 <rb_file_identical_p>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3322
        f = 0x5582a2646103 <rb_file_identical_p>
#45 0x00005582a283e454 in vm_call_cfunc_with_frame_ (ec=0x5582a3342c60, reg_cfp=0x7f184d36ef30, calling=0x7ffc74c027e0, argc=2, argv=0x7f184d26f0c8, stack_bottom=0x7f184d26f0c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0x492f00100005
        cc = 0x7f1832c2f668
        val = 140722267235456
        me = 0x7f1833db74a8
        cfunc = 0x5582a3362e68
        recv = 139741925928160
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#46 0x00005582a283e629 in vm_call_cfunc_with_frame (ec=0x5582a3342c60, reg_cfp=0x7f184d36ef30, calling=0x7ffc74c027e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 2
        stack_bottom = 0x7f184d26f0c0
        argv = 0x7f184d26f0c8
#47 0x00005582a283e741 in vm_call_cfunc_other (ec=0x5582a3342c60, reg_cfp=0x7f184d36ef30, calling=0x7ffc74c027e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
        ci = 0x492f00100005
        argv_ary = 0
#48 0x00005582a283eb70 in vm_call_cfunc (ec=0x5582a3342c60, reg_cfp=0x7f184d36ef30, calling=0x7ffc74c027e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
        ci = 0x492f00100005
#49 0x00005582a28416ab in vm_call_method_each_type (ec=0x5582a3342c60, cfp=0x7f184d36ef30, calling=0x7ffc74c027e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x492f00100005
        cc = 0x7f1832c2f668
        cme = 0x7f1833db74a8
        v = 94019574527256
#50 0x00005582a2842157 in vm_call_method (ec=0x5582a3342c60, cfp=0x7f184d36ef30, calling=0x7ffc74c027e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
        ci = 0x492f00100005
        cc = 0x7f1832c2f668
#51 0x00005582a2842359 in vm_call_general (ec=0x5582a3342c60, reg_cfp=0x7f184d36ef30, calling=0x7ffc74c027e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#52 0x00005582a2844a65 in vm_sendish (ec=0x5582a3342c60, reg_cfp=0x7f184d36ef30, cd=0x5582a352c120, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5603
        val = 36
        ci = 0x492f00100005
        cc = 0x7f1832c2f668
        argc = 2
        recv = 139741925928160
        calling = {cd = 0x5582a352c120, cc = 0x7f1832c2f668, block_handler = 0, recv = 139741925928160, argc = 2, kw_splat = false, heap_argv = 0}
#53 0x00005582a284c1fc in vm_exec_core (ec=0x5582a3342c60) at ../../src/trunk-O0/insns.def:862
        bh = 0
        cd = 0x5582a352c120
        leaf = false
        val = 139741907577560
        reg_pc = 0x5582a352bf90
        reg_cfp = 0x7f184d36ef30
        insns_address_table = {0x5582a28486f1 <vm_exec_core+108>, 0x5582a2848753 <vm_exec_core+206>, 0x5582a2848866 <vm_exec_core+481>, 0x5582a284897a <vm_exec_core+757>, 0x5582a2848b18 <vm_exec_core+1171>, 0x5582a2848c48 <vm_exec_core+1475>, 0x5582a2848e5a <vm_exec_core+2005>, 0x5582a2848f6c <vm_exec_core+2279>, 0x5582a2849045 <vm_exec_core+2496>, 0x5582a284914c <vm_exec_core+2759>, 0x5582a2849253 <vm_exec_core+3022>, 0x5582a2849361 <vm_exec_core+3292>, 0x5582a2849473 <vm_exec_core+3566>, 0x5582a2849543 <vm_exec_core+3774>, 0x5582a284964c <vm_exec_core+4039>, 0x5582a2849746 <vm_exec_core+4289>, 0x5582a2849809 <vm_exec_core+4484>, 0x5582a28498cc <vm_exec_core+4679>, 0x5582a2849955 <vm_exec_core+4816>, 0x5582a28499e1 <vm_exec_core+4956>, 0x5582a2849a87 <vm_exec_core+5122>, 0x5582a2849b5f <vm_exec_core+5338>, 0x5582a2849c2c <vm_exec_core+5543>, 0x5582a2849d0a <vm_exec_core+5765>, 0x5582a2849dcc <vm_exec_core+5959>, 0x5582a2849f0b <vm_exec_core+6278>, 0x5582a2849fb1 <vm_exec_core+6444>, 0x5582a284a096 <vm_exec_core+6673>, 0x5582a284a1c5 <vm_exec_core+6976>, 0x5582a284a288 <vm_exec_core+7171>, 0x5582a284a34b <vm_exec_core+7366>, 0x5582a284a442 <vm_exec_core+7613>, 0x5582a284a504 <vm_exec_core+7807>, 0x5582a284a5c6 <vm_exec_core+8001>, 0x5582a284a6c0 <vm_exec_core+8251>, 0x5582a284a79f <vm_exec_core+8474>, 0x5582a284a86c <vm_exec_core+8679>, 0x5582a284a97c <vm_exec_core+8951>, 0x5582a284aa76 <vm_exec_core+9201>, 0x5582a284aaf1 <vm_exec_core+9324>, 0x5582a284abb2 <vm_exec_core+9517>, 0x5582a284aca0 <vm_exec_core+9755>, 0x5582a284ad50 <vm_exec_core+9931>, 0x5582a284aecf <vm_exec_core+10314>, 0x5582a284afa9 <vm_exec_core+10532>, 0x5582a284b095 <vm_exec_core+10768>, 0x5582a284b126 <vm_exec_core+10913>, 0x5582a284b281 <vm_exec_core+11260>, 0x5582a284b83b <vm_exec_core+12726>, 0x5582a284b937 <vm_exec_core+12978>, 0x5582a284ba3a <vm_exec_core+13237>, 0x5582a284bb26 <vm_exec_core+13473>, 0x5582a284bd3f <vm_exec_core+14010>, 0x5582a284be31 <vm_exec_core+14252>, 0x5582a284bf37 <vm_exec_core+14514>, 0x5582a284c142 <vm_exec_core+15037>, 0x5582a284c2f9 <vm_exec_core+15476>, 0x5582a284c42d <vm_exec_core+15784>, 0x5582a284c5a2 <vm_exec_core+16157>, 0x5582a284c6d6 <vm_exec_core+16465>, 0x5582a284c84b <vm_exec_core+16838>, 0x5582a284ca2d <vm_exec_core+17320>, 0x5582a284cc38 <vm_exec_core+17843>, 0x5582a284cdef <vm_exec_core+18282>, 0x5582a284cf11 <vm_exec_core+18572>, 0x5582a284cfb8 <vm_exec_core+18739>, 0x5582a284d07c <vm_exec_core+18935>, 0x5582a284d165 <vm_exec_core+19168>, 0x5582a284d251 <vm_exec_core+19404>, 0x5582a284d33a <vm_exec_core+19637>, 0x5582a284d44e <vm_exec_core+19913>, 0x5582a284d575 <vm_exec_core+20208>, 0x5582a284d6b4 <vm_exec_core+20527>, 0x5582a284d7f3 <vm_exec_core+20846>, 0x5582a284d932 <vm_exec_core+21165>, 0x5582a284da71 <vm_exec_core+21484>, 0x5582a284dbb0 <vm_exec_core+21803>, 0x5582a284dcfa <vm_exec_core+22133>, 0x5582a284de7d <vm_exec_core+22520>, 0x5582a284dfbc <vm_exec_core+22839>, 0x5582a284e0fb <vm_exec_core+23158>, 0x5582a284e23a <vm_exec_core+23477>, 0x5582a284e379 <vm_exec_core+23796>, 0x5582a284e4b8 <vm_exec_core+24115>, 0x5582a284e5f7 <vm_exec_core+24434>, 0x5582a284e736 <vm_exec_core+24753>, 0x5582a284e875 <vm_exec_core+25072>, 0x5582a284e9cd <vm_exec_core+25416>, 0x5582a284eb93 <vm_exec_core+25870>, 0x5582a284ed1a <vm_exec_core+26261>, 0x5582a284ee42 <vm_exec_core+26557>, 0x5582a284ef6a <vm_exec_core+26853>, 0x5582a284f08d <vm_exec_core+27144>, 0x5582a284f1b0 <vm_exec_core+27435>, 0x5582a284f2e4 <vm_exec_core+27743>, 0x5582a284f423 <vm_exec_core+28062>, 0x5582a284f50e <vm_exec_core+28297>, 0x5582a284f613 <vm_exec_core+28558>, 0x5582a284f75b <vm_exec_core+28886>, 0x5582a284f84a <vm_exec_core+29125>, 0x5582a284f924 <vm_exec_core+29343>, 0x5582a284f9f9 <vm_exec_core+29556>, 0x5582a284fad4 <vm_exec_core+29775>, 0x5582a284fb50 <vm_exec_core+29899>, 0x5582a284fbcc <vm_exec_core+30023>, 0x5582a284fbea <vm_exec_core+30053>, 0x5582a284fc08 <vm_exec_core+30083>, 0x5582a284fc26 <vm_exec_core+30113>, 0x5582a284fc44 <vm_exec_core+30143>, 0x5582a284fc62 <vm_exec_core+30173>, 0x5582a284fc80 <vm_exec_core+30203>, 0x5582a284fc9e <vm_exec_core+30233>, 0x5582a284fcbc <vm_exec_core+30263>, 0x5582a284fcda <vm_exec_core+30293>, 0x5582a284fcf8 <vm_exec_core+30323>, 0x5582a284fd16 <vm_exec_core+30353>, 0x5582a284fd34 <vm_exec_core+30383>, 0x5582a284fd52 <vm_exec_core+30413>, 0x5582a284fd70 <vm_exec_core+30443>, 0x5582a284fd8e <vm_exec_core+30473>, 0x5582a284fdac <vm_exec_core+30503>, 0x5582a284fdca <vm_exec_core+30533>, 0x5582a284fde8 <vm_exec_core+30563>, 0x5582a284fe06 <vm_exec_core+30593>, 0x5582a284fe24 <vm_exec_core+30623>, 0x5582a284fe42 <vm_exec_core+30653>, 0x5582a284fe60 <vm_exec_core+30683>, 0x5582a284fe7e <vm_exec_core+30713>, 0x5582a284fe9c <vm_exec_core+30743>, 0x5582a284feba <vm_exec_core+30773>, 0x5582a284fed8 <vm_exec_core+30803>, 0x5582a284fef6 <vm_exec_core+30833>, 0x5582a284ff14 <vm_exec_core+30863>, 0x5582a284ff32 <vm_exec_core+30893>, 0x5582a284ff50 <vm_exec_core+30923>, 0x5582a284ff6e <vm_exec_core+30953>, 0x5582a284ff8c <vm_exec_core+30983>, 0x5582a284ffaa <vm_exec_core+31013>, 0x5582a284ffc8 <vm_exec_core+31043>, 0x5582a284ffe6 <vm_exec_core+31073>, 0x5582a2850004 <vm_exec_core+31103>, 0x5582a2850022 <vm_exec_core+31133>, 0x5582a2850040 <vm_exec_core+31163>, 0x5582a285005e <vm_exec_core+31193>, 0x5582a285007c <vm_exec_core+31223>, 0x5582a285009a <vm_exec_core+31253>, 0x5582a28500b8 <vm_exec_core+31283>, 0x5582a28500d6 <vm_exec_core+31313>, 0x5582a28500f4 <vm_exec_core+31343>, 0x5582a2850112 <vm_exec_core+31373>, 0x5582a2850130 <vm_exec_core+31403>, 0x5582a285014e <vm_exec_core+31433>, 0x5582a285016c <vm_exec_core+31463>, 0x5582a285018a <vm_exec_core+31493>, 0x5582a28501a8 <vm_exec_core+31523>, 0x5582a28501c6 <vm_exec_core+31553>, 0x5582a28501e4 <vm_exec_core+31583>, 0x5582a2850202 <vm_exec_core+31613>, 0x5582a2850220 <vm_exec_core+31643>, 0x5582a285023e <vm_exec_core+31673>, 0x5582a285025c <vm_exec_core+31703>, 0x5582a285027a <vm_exec_core+31733>, 0x5582a2850298 <vm_exec_core+31763>, 0x5582a28502b6 <vm_exec_core+31793>, 0x5582a28502d4 <vm_exec_core+31823>, 0x5582a28502f2 <vm_exec_core+31853>, 0x5582a2850310 <vm_exec_core+31883>, 0x5582a285032e <vm_exec_core+31913>, 0x5582a285034c <vm_exec_core+31943>, 0x5582a285036a <vm_exec_core+31973>, 0x5582a2850388 <vm_exec_core+32003>, 0x5582a28503a6 <vm_exec_core+32033>, 0x5582a28503c4 <vm_exec_core+32063>, 0x5582a28503e2 <vm_exec_core+32093>, 0x5582a2850400 <vm_exec_core+32123>, 0x5582a285041e <vm_exec_core+32153>, 0x5582a285043c <vm_exec_core+32183>, 0x5582a285045a <vm_exec_core+32213>, 0x5582a2850478 <vm_exec_core+32243>, 0x5582a2850496 <vm_exec_core+32273>, 0x5582a28504b4 <vm_exec_core+32303>, 0x5582a28504d2 <vm_exec_core+32333>, 0x5582a2850503 <vm_exec_core+32382>, 0x5582a2850521 <vm_exec_core+32412>, 0x5582a285053f <vm_exec_core+32442>, 0x5582a285055d <vm_exec_core+32472>, 0x5582a285057b <vm_exec_core+32502>, 0x5582a2850599 <vm_exec_core+32532>, 0x5582a28505b7 <vm_exec_core+32562>, 0x5582a28505d5 <vm_exec_core+32592>, 0x5582a28505f3 <vm_exec_core+32622>, 0x5582a2850611 <vm_exec_core+32652>, 0x5582a285062f <vm_exec_core+32682>, 0x5582a285064d <vm_exec_core+32712>, 0x5582a285066b <vm_exec_core+32742>, 0x5582a2850689 <vm_exec_core+32772>, 0x5582a28506a7 <vm_exec_core+32802>, 0x5582a28506c5 <vm_exec_core+32832>, 0x5582a28506e3 <vm_exec_core+32862>, 0x5582a2850701 <vm_exec_core+32892>...}
#54 0x00005582a2862e53 in vm_exec_loop (ec=0x5582a3342c60, state=RUBY_TAG_RAISE, tag=0x7ffc74c034a0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2516
No locals.
#55 0x00005582a2862d9b in rb_vm_exec (ec=0x5582a3342c60) at /tmp/ruby/src/trunk-O0/vm.c:2495
        _ec = 0x5582a3342c60
        _tag = {tag = 36, retval = 4, buf = {0x7ffc74c03520, 0x5582a2862cc6 <rb_vm_exec+190>, 0x0, 0x7ffc74c03470, 0x7ffc74c037b8}, prev = 0x7ffc74c03590, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#56 0x00005582a2863ba7 in rb_iseq_eval_main (iseq=0x7f1832cfdb58) at /tmp/ruby/src/trunk-O0/vm.c:2755
        ec = 0x5582a3342c60
        val = 94019572214880
#57 0x00005582a263ee59 in rb_ec_exec_node (ec=0x5582a3342c60, n=0x7f1832cfdb58) at /tmp/ruby/src/trunk-O0/eval.c:283
        th = 0x5582a3341810
        _ec = 0x5582a3342c60
        _tag = {tag = 36, retval = 94019558564949, buf = {0x7ffc74c03610, 0x5582a263edef <rb_ec_exec_node+212>, 0x0, 0x7ffc74c03560, 0x5582a3342c60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f1832cfdb58
#58 0x00005582a263efca in ruby_run_node (n=0x7f1832cfdb58) at /tmp/ruby/src/trunk-O0/eval.c:323
        ec = 0x5582a3342c60
        status = 21890
#59 0x00005582a263a5c4 in rb_main (argc=121, argv=0x7ffc74c037b8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140722267240080
#60 0x00005582a263a625 in main (argc=121, argv=0x7ffc74c037b8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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