# Logfile created on 2024-01-12 14:14:48 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005557b4999c40 @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.20240112-141448", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005557b4a332f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005557b4a331b0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005557b4a32fd0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240112-141448", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240112-141448>, @binmode=false, @mon_data=#<Monitor:0x00005557b4a32f08>, @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
$$$[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
   c3b2436..524770d  master     -> origin/master
Updating c3b2436..524770d
Fast-forward
 common.mk                     |   2 +
 error.c                       |   2 +-
 ext/ripper/ripper_init.c.tmpl |  25 +-
 internal/ruby_parser.h        |   3 +-
 node.c                        |  11 -
 parse.y                       |  28 +-
 ruby_parser.c                 | 710 ++++++++++++++++++++++--------------------
 rubyparser.h                  |  14 +-
 universal_parser.c            |   4 +-
 9 files changed, 384 insertions(+), 415 deletions(-)
Latest commit hash = 524770d3dc
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-O0/common.mk > uncommon.mk
generating node_name.inc
generating parse.c
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
/tmp/ruby/src/trunk-O0/revision.h updated
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
extracting ripper.y from ../../parse.y
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
/bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
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'
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
$$$[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/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.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/io.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/ruby_parser.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/variable.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_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling /tmp/ruby/src/trunk-O0/weakmap.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.

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
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/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.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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
	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
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
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/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving 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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving 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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering 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/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/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving 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/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.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
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    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
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.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
                                    resolv-replace 0.1.1
                                    rinda 0.2.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
                                    bigdecimal 3.1.5
                                    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.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    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.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
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 1872 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

Retrying...
Finished tests in 1287.441278s, 21.0215 tests/s, 7442.2416 assertions/s.
27064 tests, 9581449 assertions, 0 failures, 0 errors, 228 skips

ruby -v: ruby 3.4.0dev (2024-01-12T13:46:07Z master 524770d3dc) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.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/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.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-12T13:46:07Z master 524770d3dc) [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 290.569661 seconds

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

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f1f488e77c0 (LWP 2401990) rb_gc_mark_and_move (ptr=0x7fff867ec028) at /tmp/ruby/src/trunk-O0/gc.c:7129
  2    Thread 0x7f1f2f30f640 (LWP 2401993) 0x00007f1f48a0ffde in epoll_wait (epfd=4, events=0x55f6705fe83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f1f2f30f640 (LWP 2401993)):
#0  0x00007f1f48a0ffde in epoll_wait (epfd=4, events=0x55f6705fe83c <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  0x000055f670163548 in event_wait (vm=0x55f670b42b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22006
#2  0x000055f67016356c in timer_thread_polling (vm=0x55f670b42b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 1194290427
#3  0x000055f670163c2c in timer_thread_func (ptr=0x55f670b42b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55f670b42b10
#4  0x00007f1f4897eb43 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 = {140735449845872, 5417649089033723109, 139771912451648, 25, 139772338628688, 140735449846224, -5399528681539183387, -5399312326709945115}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f1f48a0fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f1f488e77c0 (LWP 2401990)):
#0  rb_gc_mark_and_move (ptr=0x7fff867ec028) at /tmp/ruby/src/trunk-O0/gc.c:7129
        objspace = 0x55f670b45470
        __func__ = <optimized out>
#1  0x000055f67001be95 in rb_iseq_mark_and_move_each_value (iseq=0x7f1f2e20ee60, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:273
        _obj = 139771894954600
        ic = 0x55f670d6fbc0
        i = 0
        size = 6
        code = 0x55f670d3c580
        body = 0x55f670dcb630
        is_entries = 0x55f670d6fbc0
#2  0x000055f67001c09b in rb_iseq_mark_and_move (iseq=0x7f1f2e20ee60, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:327
        body = 0x55f670dcb630
#3  0x000055f66ffd4870 in gc_mark_imemo (objspace=0x55f670b45470, obj=139771894623840) at /tmp/ruby/src/trunk-O0/gc.c:7263
        __func__ = <optimized out>
#4  0x000055f66ffd4a68 in gc_mark_children (objspace=0x55f670b45470, obj=139771894623840) at /tmp/ruby/src/trunk-O0/gc.c:7356
        any = 0x7f1f2e20ee60
#5  0x000055f66ffd53e8 in gc_mark_stacked_objects (objspace=0x55f670b45470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x55f670b458f8
        obj = 139771894623840
        marked_slots_at_the_beginning = 741
        popped_count = 0
#6  0x000055f66ffd5568 in gc_mark_stacked_objects_all (objspace=0x55f670b45470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#7  0x000055f66ffd78dc in gc_marks_rest (objspace=0x55f670b45470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#8  0x000055f66ffd7a10 in gc_marks (objspace=0x55f670b45470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#9  0x000055f66ffd97b3 in gc_start (objspace=0x55f670b45470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#10 0x000055f66ffd9448 in garbage_collect (objspace=0x55f670b45470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 11467
        ret = 0
#11 0x000055f66ffd9f0f in garbage_collect_with_gvl (objspace=0x55f670b45470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#12 0x000055f66ffe10ee in objspace_malloc_gc_stress (objspace=0x55f670b45470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#13 0x000055f66ffe13d1 in objspace_xmalloc0 (objspace=0x55f670b45470, size=96) at /tmp/ruby/src/trunk-O0/gc.c:12625
        gpr = 107008
        mem = 0x0
#14 0x000055f66ffe16ee in ruby_xmalloc0 (size=96) at /tmp/ruby/src/trunk-O0/gc.c:12849
No locals.
#15 0x000055f66ffe1724 in ruby_xmalloc_body (size=96) at /tmp/ruby/src/trunk-O0/gc.c:12858
No locals.
#16 0x000055f66ffe5191 in ruby_xmalloc (size=96) at /tmp/ruby/src/trunk-O0/gc.c:14463
No locals.
#17 0x000055f670130ae5 in rb_st_init_existing_table_with_size (tab=0x55f671183cc0, type=0x55f6705e9f30 <st_hashtype_num>, size=0) at /tmp/ruby/src/trunk-O0/st.c:552
        n = 2
#18 0x000055f670130b46 in rb_st_init_table_with_size (type=0x55f6705e9f30 <st_hashtype_num>, size=0) at /tmp/ruby/src/trunk-O0/st.c:578
        tab = 0x55f671183cc0
#19 0x000055f670130b83 in rb_st_init_table (type=0x55f6705e9f30 <st_hashtype_num>) at /tmp/ruby/src/trunk-O0/st.c:600
No locals.
#20 0x000055f670130b9c in rb_st_init_numtable () at /tmp/ruby/src/trunk-O0/st.c:608
No locals.
#21 0x000055f6701b69ff in vm_track_constant_cache (id=9003, ic=0x55f670d3aad0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5808
        const_cache = 0x55f670b46190
        lookup_result = 0
        ics = 0x16ba00000000
#22 0x000055f6701b6acc in vm_ic_track_const_chain (cfp=0x7f1f488e5ef8, ic=0x55f670d3aad0, segments=0x55f670d3ab80) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5823
        id = 9003
        i = 0
        _lev = 2
#23 0x000055f6701b6dd7 in rb_vm_opt_getconstant_path (ec=0x55f670b464e0, reg_cfp=0x7f1f488e5ef8, ic=0x55f670d3aad0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5891
        val = 139771912753920
        segments = 0x55f670d3ab80
        ice = 0x0
#24 0x000055f6701ba8ec in vm_exec_core (ec=0x55f670b464e0) at ../../src/trunk-O0/insns.def:263
        ic = 0x55f670d3aad0
        leaf = false
        val = 139771912580320
        reg_pc = 0x55f670d3a6e0
        reg_cfp = 0x7f1f488e5ef8
        insns_address_table = {0x55f6701b9aec <vm_exec_core+108>, 0x55f6701b9b4e <vm_exec_core+206>, 0x55f6701b9c61 <vm_exec_core+481>, 0x55f6701b9d75 <vm_exec_core+757>, 0x55f6701b9f13 <vm_exec_core+1171>, 0x55f6701ba043 <vm_exec_core+1475>, 0x55f6701ba255 <vm_exec_core+2005>, 0x55f6701ba367 <vm_exec_core+2279>, 0x55f6701ba440 <vm_exec_core+2496>, 0x55f6701ba547 <vm_exec_core+2759>, 0x55f6701ba64e <vm_exec_core+3022>, 0x55f6701ba75c <vm_exec_core+3292>, 0x55f6701ba86e <vm_exec_core+3566>, 0x55f6701ba93e <vm_exec_core+3774>, 0x55f6701baa47 <vm_exec_core+4039>, 0x55f6701bab41 <vm_exec_core+4289>, 0x55f6701bac04 <vm_exec_core+4484>, 0x55f6701bacc7 <vm_exec_core+4679>, 0x55f6701bad50 <vm_exec_core+4816>, 0x55f6701baddc <vm_exec_core+4956>, 0x55f6701bae82 <vm_exec_core+5122>, 0x55f6701baf5a <vm_exec_core+5338>, 0x55f6701bb027 <vm_exec_core+5543>, 0x55f6701bb105 <vm_exec_core+5765>, 0x55f6701bb1c7 <vm_exec_core+5959>, 0x55f6701bb306 <vm_exec_core+6278>, 0x55f6701bb3ac <vm_exec_core+6444>, 0x55f6701bb491 <vm_exec_core+6673>, 0x55f6701bb5c0 <vm_exec_core+6976>, 0x55f6701bb683 <vm_exec_core+7171>, 0x55f6701bb746 <vm_exec_core+7366>, 0x55f6701bb83d <vm_exec_core+7613>, 0x55f6701bb8ff <vm_exec_core+7807>, 0x55f6701bb9de <vm_exec_core+8030>, 0x55f6701bbaab <vm_exec_core+8235>, 0x55f6701bbbbb <vm_exec_core+8507>, 0x55f6701bbcb5 <vm_exec_core+8757>, 0x55f6701bbd30 <vm_exec_core+8880>, 0x55f6701bbdf1 <vm_exec_core+9073>, 0x55f6701bbedf <vm_exec_core+9311>, 0x55f6701bbf8f <vm_exec_core+9487>, 0x55f6701bc10e <vm_exec_core+9870>, 0x55f6701bc1e8 <vm_exec_core+10088>, 0x55f6701bc2d4 <vm_exec_core+10324>, 0x55f6701bc365 <vm_exec_core+10469>, 0x55f6701bc4c0 <vm_exec_core+10816>, 0x55f6701bca62 <vm_exec_core+12258>, 0x55f6701bcb5e <vm_exec_core+12510>, 0x55f6701bcc61 <vm_exec_core+12769>, 0x55f6701bcd4d <vm_exec_core+13005>, 0x55f6701bcf66 <vm_exec_core+13542>, 0x55f6701bd058 <vm_exec_core+13784>, 0x55f6701bd15e <vm_exec_core+14046>, 0x55f6701bd35b <vm_exec_core+14555>, 0x55f6701bd504 <vm_exec_core+14980>, 0x55f6701bd62f <vm_exec_core+15279>, 0x55f6701bd79b <vm_exec_core+15643>, 0x55f6701bd8c6 <vm_exec_core+15942>, 0x55f6701bda32 <vm_exec_core+16306>, 0x55f6701bdc14 <vm_exec_core+16788>, 0x55f6701bde11 <vm_exec_core+17297>, 0x55f6701bdfba <vm_exec_core+17722>, 0x55f6701be0dc <vm_exec_core+18012>, 0x55f6701be183 <vm_exec_core+18179>, 0x55f6701be247 <vm_exec_core+18375>, 0x55f6701be330 <vm_exec_core+18608>, 0x55f6701be41c <vm_exec_core+18844>, 0x55f6701be505 <vm_exec_core+19077>, 0x55f6701be619 <vm_exec_core+19353>, 0x55f6701be740 <vm_exec_core+19648>, 0x55f6701be876 <vm_exec_core+19958>, 0x55f6701be9ac <vm_exec_core+20268>, 0x55f6701beae2 <vm_exec_core+20578>, 0x55f6701bec18 <vm_exec_core+20888>, 0x55f6701bed4e <vm_exec_core+21198>, 0x55f6701bee8f <vm_exec_core+21519>, 0x55f6701bf009 <vm_exec_core+21897>, 0x55f6701bf13f <vm_exec_core+22207>, 0x55f6701bf275 <vm_exec_core+22517>, 0x55f6701bf3ab <vm_exec_core+22827>, 0x55f6701bf4e1 <vm_exec_core+23137>, 0x55f6701bf617 <vm_exec_core+23447>, 0x55f6701bf74d <vm_exec_core+23757>, 0x55f6701bf883 <vm_exec_core+24067>, 0x55f6701bf9b9 <vm_exec_core+24377>, 0x55f6701bfb08 <vm_exec_core+24712>, 0x55f6701bfcc2 <vm_exec_core+25154>, 0x55f6701bfe40 <vm_exec_core+25536>, 0x55f6701bff5f <vm_exec_core+25823>, 0x55f6701c007e <vm_exec_core+26110>, 0x55f6701c0198 <vm_exec_core+26392>, 0x55f6701c02b2 <vm_exec_core+26674>, 0x55f6701c03dd <vm_exec_core+26973>, 0x55f6701c0513 <vm_exec_core+27283>, 0x55f6701c05fe <vm_exec_core+27518>, 0x55f6701c0703 <vm_exec_core+27779>, 0x55f6701c084b <vm_exec_core+28107>, 0x55f6701c093a <vm_exec_core+28346>, 0x55f6701c0a14 <vm_exec_core+28564>, 0x55f6701c0ae9 <vm_exec_core+28777>, 0x55f6701c0bc4 <vm_exec_core+28996>, 0x55f6701c0c40 <vm_exec_core+29120>, 0x55f6701c0cbc <vm_exec_core+29244>, 0x55f6701c0cda <vm_exec_core+29274>, 0x55f6701c0cf8 <vm_exec_core+29304>, 0x55f6701c0d16 <vm_exec_core+29334>, 0x55f6701c0d34 <vm_exec_core+29364>, 0x55f6701c0d52 <vm_exec_core+29394>, 0x55f6701c0d70 <vm_exec_core+29424>, 0x55f6701c0d8e <vm_exec_core+29454>, 0x55f6701c0dac <vm_exec_core+29484>, 0x55f6701c0dca <vm_exec_core+29514>, 0x55f6701c0de8 <vm_exec_core+29544>, 0x55f6701c0e06 <vm_exec_core+29574>, 0x55f6701c0e24 <vm_exec_core+29604>, 0x55f6701c0e42 <vm_exec_core+29634>, 0x55f6701c0e60 <vm_exec_core+29664>, 0x55f6701c0e7e <vm_exec_core+29694>, 0x55f6701c0e9c <vm_exec_core+29724>, 0x55f6701c0eba <vm_exec_core+29754>, 0x55f6701c0ed8 <vm_exec_core+29784>, 0x55f6701c0ef6 <vm_exec_core+29814>, 0x55f6701c0f14 <vm_exec_core+29844>, 0x55f6701c0f32 <vm_exec_core+29874>, 0x55f6701c0f50 <vm_exec_core+29904>, 0x55f6701c0f6e <vm_exec_core+29934>, 0x55f6701c0f8c <vm_exec_core+29964>, 0x55f6701c0faa <vm_exec_core+29994>, 0x55f6701c0fc8 <vm_exec_core+30024>, 0x55f6701c0fe6 <vm_exec_core+30054>, 0x55f6701c1004 <vm_exec_core+30084>, 0x55f6701c1022 <vm_exec_core+30114>, 0x55f6701c1040 <vm_exec_core+30144>, 0x55f6701c105e <vm_exec_core+30174>, 0x55f6701c107c <vm_exec_core+30204>, 0x55f6701c109a <vm_exec_core+30234>, 0x55f6701c10b8 <vm_exec_core+30264>, 0x55f6701c10d6 <vm_exec_core+30294>, 0x55f6701c10f4 <vm_exec_core+30324>, 0x55f6701c1112 <vm_exec_core+30354>, 0x55f6701c1130 <vm_exec_core+30384>, 0x55f6701c114e <vm_exec_core+30414>, 0x55f6701c116c <vm_exec_core+30444>, 0x55f6701c118a <vm_exec_core+30474>, 0x55f6701c11a8 <vm_exec_core+30504>, 0x55f6701c11c6 <vm_exec_core+30534>, 0x55f6701c11e4 <vm_exec_core+30564>, 0x55f6701c1202 <vm_exec_core+30594>, 0x55f6701c1220 <vm_exec_core+30624>, 0x55f6701c123e <vm_exec_core+30654>, 0x55f6701c125c <vm_exec_core+30684>, 0x55f6701c127a <vm_exec_core+30714>, 0x55f6701c1298 <vm_exec_core+30744>, 0x55f6701c12b6 <vm_exec_core+30774>, 0x55f6701c12d4 <vm_exec_core+30804>, 0x55f6701c12f2 <vm_exec_core+30834>, 0x55f6701c1310 <vm_exec_core+30864>, 0x55f6701c132e <vm_exec_core+30894>, 0x55f6701c134c <vm_exec_core+30924>, 0x55f6701c136a <vm_exec_core+30954>, 0x55f6701c1388 <vm_exec_core+30984>, 0x55f6701c13a6 <vm_exec_core+31014>, 0x55f6701c13c4 <vm_exec_core+31044>, 0x55f6701c13e2 <vm_exec_core+31074>, 0x55f6701c1400 <vm_exec_core+31104>, 0x55f6701c141e <vm_exec_core+31134>, 0x55f6701c143c <vm_exec_core+31164>, 0x55f6701c145a <vm_exec_core+31194>, 0x55f6701c1478 <vm_exec_core+31224>, 0x55f6701c1496 <vm_exec_core+31254>, 0x55f6701c14b4 <vm_exec_core+31284>, 0x55f6701c14d2 <vm_exec_core+31314>, 0x55f6701c14f0 <vm_exec_core+31344>, 0x55f6701c150e <vm_exec_core+31374>, 0x55f6701c152c <vm_exec_core+31404>, 0x55f6701c154a <vm_exec_core+31434>, 0x55f6701c1568 <vm_exec_core+31464>, 0x55f6701c1586 <vm_exec_core+31494>, 0x55f6701c15b7 <vm_exec_core+31543>, 0x55f6701c15d5 <vm_exec_core+31573>, 0x55f6701c15f3 <vm_exec_core+31603>, 0x55f6701c1611 <vm_exec_core+31633>, 0x55f6701c162f <vm_exec_core+31663>, 0x55f6701c164d <vm_exec_core+31693>, 0x55f6701c166b <vm_exec_core+31723>, 0x55f6701c1689 <vm_exec_core+31753>, 0x55f6701c16a7 <vm_exec_core+31783>, 0x55f6701c16c5 <vm_exec_core+31813>, 0x55f6701c16e3 <vm_exec_core+31843>, 0x55f6701c1701 <vm_exec_core+31873>, 0x55f6701c171f <vm_exec_core+31903>, 0x55f6701c173d <vm_exec_core+31933>, 0x55f6701c175b <vm_exec_core+31963>, 0x55f6701c1779 <vm_exec_core+31993>, 0x55f6701c1797 <vm_exec_core+32023>, 0x55f6701c17b5 <vm_exec_core+32053>, 0x55f6701c17d3 <vm_exec_core+32083>, 0x55f6701c17f1 <vm_exec_core+32113>, 0x55f6701c180f <vm_exec_core+32143>, 0x55f6701c182d <vm_exec_core+32173>...}
#25 0x000055f6701d3f0a in vm_exec_loop (ec=0x55f670b464e0, state=RUBY_TAG_RAISE, tag=0x7fff867ed210, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#26 0x000055f6701d3e52 in rb_vm_exec (ec=0x55f670b464e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x55f670b464e0
        _tag = {tag = 36, retval = 4, buf = {0x7fff867ed290, 0x55f6701d3d7d <rb_vm_exec+190>, 0x0, 0x7fff867ed1e0, 0x7fff867ed528}, prev = 0x7fff867ed300, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#27 0x000055f6701d4c5e in rb_iseq_eval_main (iseq=0x7f1f2e258a10) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x55f670b464e0
        val = 94516941186272
#28 0x000055f66ffb5c0d in rb_ec_exec_node (ec=0x55f670b464e0, n=0x7f1f2e258a10) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55f670b45090
        _ec = 0x55f670b464e0
        _tag = {tag = 36, retval = 94516929057274, buf = {0x7fff867ed380, 0x55f66ffb5ba3 <rb_ec_exec_node+212>, 0x0, 0x7fff867ed2d0, 0x55f670b464e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f1f2e258a10
#29 0x000055f66ffb5d8a in ruby_run_node (n=0x7f1f2e258a10) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55f670b464e0
        status = 22006
#30 0x000055f66ffb15c4 in rb_main (argc=129, argv=0x7fff867ed528) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140735449846784
#31 0x000055f66ffb1625 in main (argc=129, argv=0x7fff867ed528) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.2402099.ruby -x gdbscript
[New LWP 2402099]
[New LWP 2402101]
[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/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055f15574b6f5 in RVALUE_OLD_P (obj=139977348331280) at /tmp/ruby/src/trunk-O0/gc.c:1803
1803	    return RB_OBJ_PROMOTED_RAW(obj);
[Current thread is 1 (Thread 0x7f4f1d7ac7c0 (LWP 2402099))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f4f1d7ac7c0 (LWP 2402099) 0x000055f15574b6f5 in RVALUE_OLD_P (obj=139977348331280) at /tmp/ruby/src/trunk-O0/gc.c:1803
  2    Thread 0x7f4f041cf640 (LWP 2402101) 0x00007f4f1d8d4fde in epoll_wait (epfd=4, events=0x55f155d8083c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f4f041cf640 (LWP 2402101)):
#0  0x00007f4f1d8d4fde in epoll_wait (epfd=4, events=0x55f155d8083c <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  0x000055f1558e5548 in event_wait (vm=0x55f1566b0b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22001
#2  0x000055f1558e556c in timer_thread_polling (vm=0x55f1566b0b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1553767811
#3  0x000055f1558e5c2c in timer_thread_func (ptr=0x55f1566b0b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55f1566b0b10
#4  0x00007f4f1d843b43 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 = {140723774198016, 6673149975848507992, 139977348150848, 25, 139977774348368, 140723774198368, -6771792378671179176, -6771740913802061224}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f4f1d8d4bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f4f1d7ac7c0 (LWP 2402099)):
#0  0x000055f15574b6f5 in RVALUE_OLD_P (obj=139977348331280) at /tmp/ruby/src/trunk-O0/gc.c:1803
        __func__ = <optimized out>
#1  0x000055f155755faa in gc_aging (objspace=0x55f1566b3470, obj=139977348331280) at /tmp/ruby/src/trunk-O0/gc.c:7036
        page = 0x55f156705390
        __func__ = <optimized out>
#2  0x000055f1557560d2 in gc_mark_ptr (objspace=0x55f1566b3470, obj=139977348331280) at /tmp/ruby/src/trunk-O0/gc.c:7075
        __func__ = "gc_mark_ptr"
#3  0x000055f1557562db in gc_mark (objspace=0x55f1566b3470, obj=139977348331280) at /tmp/ruby/src/trunk-O0/gc.c:7110
No locals.
#4  0x000055f1557557a4 in mark_method_entry_i (me=139977348331280, data=0x55f1566b3470) at /tmp/ruby/src/trunk-O0/gc.c:6781
        objspace = 0x55f1566b3470
#5  0x000055f1558ddf82 in rb_id_table_foreach_values (tbl=0x55f156711b30, func=0x55f155755775 <mark_method_entry_i>, data=0x55f1566b3470) at /tmp/ruby/src/trunk-O0/id_table.c:296
        ret = ID_TABLE_CONTINUE
        i = 26
        capa = 64
#6  0x000055f1557557e0 in mark_m_tbl (objspace=0x55f1566b3470, tbl=0x55f156711b30) at /tmp/ruby/src/trunk-O0/gc.c:6789
No locals.
#7  0x000055f155756b4d in gc_mark_children (objspace=0x55f1566b3470, obj=139977348284160) at /tmp/ruby/src/trunk-O0/gc.c:7376
        any = 0x7f4f041eff00
#8  0x000055f1557573e8 in gc_mark_stacked_objects (objspace=0x55f1566b3470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x55f1566b38f8
        obj = 139977348284160
        marked_slots_at_the_beginning = 697
        popped_count = 0
#9  0x000055f155757568 in gc_mark_stacked_objects_all (objspace=0x55f1566b3470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#10 0x000055f1557598dc in gc_marks_rest (objspace=0x55f1566b3470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#11 0x000055f155759a10 in gc_marks (objspace=0x55f1566b3470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#12 0x000055f15575b7b3 in gc_start (objspace=0x55f1566b3470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#13 0x000055f15575b448 in garbage_collect (objspace=0x55f1566b3470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 24
        ret = 0
#14 0x000055f15575bf0f in garbage_collect_with_gvl (objspace=0x55f1566b3470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#15 0x000055f1557630ee in objspace_malloc_gc_stress (objspace=0x55f1566b3470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#16 0x000055f15576380b in objspace_xcalloc (objspace=0x55f1566b3470, size=64) at /tmp/ruby/src/trunk-O0/gc.c:12888
        gpr = 107008
        mem = 0x4
#17 0x000055f1557638bc in ruby_xcalloc_body (n=4, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12895
No locals.
#18 0x000055f1557671e3 in ruby_xcalloc (n=4, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14483
No locals.
#19 0x000055f1558dd869 in rb_id_table_init (tbl=0x55f1568474d0, capa=4) at /tmp/ruby/src/trunk-O0/id_table.c:90
No locals.
#20 0x000055f1558dd8ac in rb_id_table_create (capa=2) at /tmp/ruby/src/trunk-O0/id_table.c:99
        tbl = 0x55f1568474d0
#21 0x000055f1559468da in cache_callable_method_entry (klass=139977348473920, mid=3137, cme=0x7f4f041d85a8) at /tmp/ruby/src/trunk-O0/vm_method.c:1324
        cc_tbl = 0x0
        ccs_data = 94495011268000
#22 0x000055f155946adb in callable_method_entry_or_negative (klass=139977348473920, mid=3137, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 139977348473920
        me = 0x7f4f041d85a8
        _lev = 0
        cme = 0x7f4f041d85a8
#23 0x000055f155946b6d in callable_method_entry (klass=139977348473920, mid=3137, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0xf012fb2fb75e9a00
#24 0x000055f155946bd0 in rb_callable_method_entry (klass=139977348473920, mid=3137) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#25 0x000055f15594b5f4 in gccct_method_search_slowpath (vm=0x55f1566b0b10, klass=139977348473920, mid=3137, argc=1, index=916) at /tmp/ruby/src/trunk-O0/vm_eval.c:456
        cme = 0x55f1566b3090
        cc = 0xc41
#26 0x000055f15594b7bc in gccct_method_search (ec=0x55f1566b44e0, recv=139977330453440, mid=3137, argc=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:505
        klass = 139977348473920
        index = 916
        vm = 0x55f1566b0b10
        cc = 0x0
#27 0x000055f15594b82e in rb_call0 (ec=0x55f1566b44e0, recv=139977330453440, mid=3137, argc=1, argv=0x7ffcce928338, call_scope=CALL_FCALL, self=139977348473920) at /tmp/ruby/src/trunk-O0/vm_eval.c:546
        call_status = (MISSING_FCALL | MISSING_VCALL | MISSING_SUPER | MISSING_MISSING | MISSING_NONE | unknown: 0x7f80)
        scope = CALL_FCALL
        kw_splat = 0
        cc = 0x55f155921b2a <VM_EP_LEP+42>
#28 0x000055f15594c724 in rb_call (recv=139977330453440, mid=3137, argc=1, argv=0x7ffcce928338, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x55f1566b44e0
#29 0x000055f15594ce07 in rb_funcallv_kw (recv=139977330453440, mid=3137, argc=1, argv=0x7ffcce928338, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1092
No locals.
#30 0x000055f15573b12d in rb_obj_call_init_kw (obj=139977330453440, argc=1, argv=0x7ffcce928338, kw_splat=0) at /tmp/ruby/src/trunk-O0/eval.c:1709
No locals.
#31 0x000055f1557eb845 in rb_class_new_instance_kw (argc=1, argv=0x7ffcce928338, klass=139977348473920, kw_splat=0) at /tmp/ruby/src/trunk-O0/object.c:2143
        obj = 139977330453440
#32 0x000055f1557eb879 in rb_class_new_instance (argc=1, argv=0x7ffcce928338, klass=139977348473920) at /tmp/ruby/src/trunk-O0/object.c:2151
No locals.
#33 0x000055f155930cd6 in ractor_safe_call_cfunc_m1 (recv=139977348473920, argc=1, argv=0x7ffcce928338, func=0x55f1557eb84b <rb_class_new_instance>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55f1557eb84b <rb_class_new_instance>
#34 0x000055f15594a1fe in vm_call0_cfunc_with_frame (ec=0x55f1566b44e0, calling=0x7ffcce9280b0, argv=0x7ffcce928338) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f4f1d7aaef8
        ci = 0x7ffcce928080
        val = 140723774193328
        me = 0x7f4f1d698958
        cfunc = 0x55f1566eaa48
        len = -1
        recv = 139977348473920
        argc = 1
        mid = 3457
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#35 0x000055f15594a327 in vm_call0_cfunc (ec=0x55f1566b44e0, calling=0x7ffcce9280b0, argv=0x7ffcce928338) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#36 0x000055f15594a5a5 in vm_call0_body (ec=0x55f1566b44e0, calling=0x7ffcce9280b0, argv=0x7ffcce928338) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffcce928080
        cc = 0x7ffcce928150
        ret = 32
#37 0x000055f155949df5 in vm_call0_cc (ec=0x55f1566b44e0, recv=139977348473920, id=3457, argc=1, argv=0x7ffcce928338, cc=0x7ffcce928150, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffcce928338
        av = {94495013818496, 140723774193964}
        calling = {cd = 0x7ffcce928070, cc = 0x7ffcce928150, block_handler = 0, recv = 139977348473920, argc = 1, kw_splat = false, heap_argv = 0}
#38 0x000055f155949b96 in rb_vm_call0 (ec=0x55f1566b44e0, recv=139977348473920, id=3457, argc=1, argv=0x7ffcce928338, cme=0x7f4f1d698958, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7f4f1d698958, call_ = 0x55f1559357d0 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#39 0x000055f15594b18f in rb_vm_call_kw (ec=0x55f1566b44e0, recv=139977348473920, id=3457, argc=1, argv=0x7ffcce928338, me=0x7f4f1d698958, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#40 0x000055f15594bff1 in rb_check_funcall_default_kw (recv=139977348473920, mid=3457, argc=1, argv=0x7ffcce928338, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:713
        klass = 139977348473760
        me = 0x7f4f1d698958
        ec = 0x55f1566b44e0
        respond = -1
#41 0x000055f15594bece in rb_check_funcall (recv=139977348473920, mid=3457, argc=1, argv=0x7ffcce928338) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#42 0x000055f155738f9f in make_exception (argc=2, argv=0x7ffcce928330, isstr=1) at /tmp/ruby/src/trunk-O0/eval.c:817
        mesg = 4
        exc = 94495025345648
#43 0x000055f155739059 in rb_make_exception (argc=2, argv=0x7ffcce928330) at /tmp/ruby/src/trunk-O0/eval.c:835
No locals.
#44 0x000055f1558ed21d in rb_threadptr_raise (target_th=0x55f1566b3090, argc=2, argv=0x7ffcce928330) at /tmp/ruby/src/trunk-O0/thread.c:2544
        exc = 31
#45 0x000055f1558ed2da in rb_threadptr_signal_raise (th=0x55f1566b3090, sig=15) at /tmp/ruby/src/trunk-O0/thread.c:2566
        argv = {139977348473920, 31}
#46 0x000055f1558a8417 in rb_signal_exec (th=0x55f1566b3090, sig=15) at /tmp/ruby/src/trunk-O0/signal.c:1085
        vm = 0x55f1566b0b10
        cmd = 0
#47 0x000055f1558ecf1e in rb_threadptr_execute_interrupts (th=0x55f1566b3090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2461
        prev_status = THREAD_RUNNABLE
        sig = 15
        timer_interrupt = 0
        pending_interrupt = 0
        terminate_interrupt = 0
        trap_interrupt = 8
        interrupt = 8
        postponed_job_interrupt = 0
        ret = 0
#48 0x000055f155920055 in rb_vm_check_ints (ec=0x55f1566b44e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#49 0x000055f155927bd3 in vm_pop_frame (ec=0x55f1566b44e0, cfp=0x7f4f1d7aaef8, ep=0x7f4f1d6ab0a8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#50 0x000055f155927c1f in rb_vm_pop_frame (ec=0x55f1566b44e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#51 0x000055f155931973 in vm_call_cfunc_with_frame_ (ec=0x55f1566b44e0, reg_cfp=0x7f4f1d7aaf30, calling=0x7ffcce928640, argc=1, argv=0x7f4f1d6ab090, stack_bottom=0x7f4f1d6ab088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3494
        ci = 0x39b100100003
        cc = 0x7f4f030efbd8
        val = 139977330453840
        me = 0x7f4f041da240
        cfunc = 0x55f15673a958
        recv = 139977348260480
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#52 0x000055f155931ae2 in vm_call_cfunc_with_frame (ec=0x55f1566b44e0, reg_cfp=0x7f4f1d7aaf30, calling=0x7ffcce928640) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x7f4f1d6ab088
        argv = 0x7f4f1d6ab090
#53 0x000055f155937e84 in vm_sendish (ec=0x55f1566b44e0, reg_cfp=0x7f4f1d7aaf30, cd=0x55f15684df10, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x39b100100003
        cc = 0x7f4f030efbd8
        argc = 1
        recv = 139977348260480
        calling = {cd = 0x55f15684df10, cc = 0x7f4f030efbd8, block_handler = 0, recv = 139977348260480, argc = 1, kw_splat = false, heap_argv = 0}
#54 0x000055f15593f415 in vm_exec_core (ec=0x55f1566b44e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55f15684df10
        leaf = false
        val = 139977330453880
        reg_pc = 0x55f1568438d0
        reg_cfp = 0x7f4f1d7aaf30
        insns_address_table = {0x55f15593baec <vm_exec_core+108>, 0x55f15593bb4e <vm_exec_core+206>, 0x55f15593bc61 <vm_exec_core+481>, 0x55f15593bd75 <vm_exec_core+757>, 0x55f15593bf13 <vm_exec_core+1171>, 0x55f15593c043 <vm_exec_core+1475>, 0x55f15593c255 <vm_exec_core+2005>, 0x55f15593c367 <vm_exec_core+2279>, 0x55f15593c440 <vm_exec_core+2496>, 0x55f15593c547 <vm_exec_core+2759>, 0x55f15593c64e <vm_exec_core+3022>, 0x55f15593c75c <vm_exec_core+3292>, 0x55f15593c86e <vm_exec_core+3566>, 0x55f15593c93e <vm_exec_core+3774>, 0x55f15593ca47 <vm_exec_core+4039>, 0x55f15593cb41 <vm_exec_core+4289>, 0x55f15593cc04 <vm_exec_core+4484>, 0x55f15593ccc7 <vm_exec_core+4679>, 0x55f15593cd50 <vm_exec_core+4816>, 0x55f15593cddc <vm_exec_core+4956>, 0x55f15593ce82 <vm_exec_core+5122>, 0x55f15593cf5a <vm_exec_core+5338>, 0x55f15593d027 <vm_exec_core+5543>, 0x55f15593d105 <vm_exec_core+5765>, 0x55f15593d1c7 <vm_exec_core+5959>, 0x55f15593d306 <vm_exec_core+6278>, 0x55f15593d3ac <vm_exec_core+6444>, 0x55f15593d491 <vm_exec_core+6673>, 0x55f15593d5c0 <vm_exec_core+6976>, 0x55f15593d683 <vm_exec_core+7171>, 0x55f15593d746 <vm_exec_core+7366>, 0x55f15593d83d <vm_exec_core+7613>, 0x55f15593d8ff <vm_exec_core+7807>, 0x55f15593d9de <vm_exec_core+8030>, 0x55f15593daab <vm_exec_core+8235>, 0x55f15593dbbb <vm_exec_core+8507>, 0x55f15593dcb5 <vm_exec_core+8757>, 0x55f15593dd30 <vm_exec_core+8880>, 0x55f15593ddf1 <vm_exec_core+9073>, 0x55f15593dedf <vm_exec_core+9311>, 0x55f15593df8f <vm_exec_core+9487>, 0x55f15593e10e <vm_exec_core+9870>, 0x55f15593e1e8 <vm_exec_core+10088>, 0x55f15593e2d4 <vm_exec_core+10324>, 0x55f15593e365 <vm_exec_core+10469>, 0x55f15593e4c0 <vm_exec_core+10816>, 0x55f15593ea62 <vm_exec_core+12258>, 0x55f15593eb5e <vm_exec_core+12510>, 0x55f15593ec61 <vm_exec_core+12769>, 0x55f15593ed4d <vm_exec_core+13005>, 0x55f15593ef66 <vm_exec_core+13542>, 0x55f15593f058 <vm_exec_core+13784>, 0x55f15593f15e <vm_exec_core+14046>, 0x55f15593f35b <vm_exec_core+14555>, 0x55f15593f504 <vm_exec_core+14980>, 0x55f15593f62f <vm_exec_core+15279>, 0x55f15593f79b <vm_exec_core+15643>, 0x55f15593f8c6 <vm_exec_core+15942>, 0x55f15593fa32 <vm_exec_core+16306>, 0x55f15593fc14 <vm_exec_core+16788>, 0x55f15593fe11 <vm_exec_core+17297>, 0x55f15593ffba <vm_exec_core+17722>, 0x55f1559400dc <vm_exec_core+18012>, 0x55f155940183 <vm_exec_core+18179>, 0x55f155940247 <vm_exec_core+18375>, 0x55f155940330 <vm_exec_core+18608>, 0x55f15594041c <vm_exec_core+18844>, 0x55f155940505 <vm_exec_core+19077>, 0x55f155940619 <vm_exec_core+19353>, 0x55f155940740 <vm_exec_core+19648>, 0x55f155940876 <vm_exec_core+19958>, 0x55f1559409ac <vm_exec_core+20268>, 0x55f155940ae2 <vm_exec_core+20578>, 0x55f155940c18 <vm_exec_core+20888>, 0x55f155940d4e <vm_exec_core+21198>, 0x55f155940e8f <vm_exec_core+21519>, 0x55f155941009 <vm_exec_core+21897>, 0x55f15594113f <vm_exec_core+22207>, 0x55f155941275 <vm_exec_core+22517>, 0x55f1559413ab <vm_exec_core+22827>, 0x55f1559414e1 <vm_exec_core+23137>, 0x55f155941617 <vm_exec_core+23447>, 0x55f15594174d <vm_exec_core+23757>, 0x55f155941883 <vm_exec_core+24067>, 0x55f1559419b9 <vm_exec_core+24377>, 0x55f155941b08 <vm_exec_core+24712>, 0x55f155941cc2 <vm_exec_core+25154>, 0x55f155941e40 <vm_exec_core+25536>, 0x55f155941f5f <vm_exec_core+25823>, 0x55f15594207e <vm_exec_core+26110>, 0x55f155942198 <vm_exec_core+26392>, 0x55f1559422b2 <vm_exec_core+26674>, 0x55f1559423dd <vm_exec_core+26973>, 0x55f155942513 <vm_exec_core+27283>, 0x55f1559425fe <vm_exec_core+27518>, 0x55f155942703 <vm_exec_core+27779>, 0x55f15594284b <vm_exec_core+28107>, 0x55f15594293a <vm_exec_core+28346>, 0x55f155942a14 <vm_exec_core+28564>, 0x55f155942ae9 <vm_exec_core+28777>, 0x55f155942bc4 <vm_exec_core+28996>, 0x55f155942c40 <vm_exec_core+29120>, 0x55f155942cbc <vm_exec_core+29244>, 0x55f155942cda <vm_exec_core+29274>, 0x55f155942cf8 <vm_exec_core+29304>, 0x55f155942d16 <vm_exec_core+29334>, 0x55f155942d34 <vm_exec_core+29364>, 0x55f155942d52 <vm_exec_core+29394>, 0x55f155942d70 <vm_exec_core+29424>, 0x55f155942d8e <vm_exec_core+29454>, 0x55f155942dac <vm_exec_core+29484>, 0x55f155942dca <vm_exec_core+29514>, 0x55f155942de8 <vm_exec_core+29544>, 0x55f155942e06 <vm_exec_core+29574>, 0x55f155942e24 <vm_exec_core+29604>, 0x55f155942e42 <vm_exec_core+29634>, 0x55f155942e60 <vm_exec_core+29664>, 0x55f155942e7e <vm_exec_core+29694>, 0x55f155942e9c <vm_exec_core+29724>, 0x55f155942eba <vm_exec_core+29754>, 0x55f155942ed8 <vm_exec_core+29784>, 0x55f155942ef6 <vm_exec_core+29814>, 0x55f155942f14 <vm_exec_core+29844>, 0x55f155942f32 <vm_exec_core+29874>, 0x55f155942f50 <vm_exec_core+29904>, 0x55f155942f6e <vm_exec_core+29934>, 0x55f155942f8c <vm_exec_core+29964>, 0x55f155942faa <vm_exec_core+29994>, 0x55f155942fc8 <vm_exec_core+30024>, 0x55f155942fe6 <vm_exec_core+30054>, 0x55f155943004 <vm_exec_core+30084>, 0x55f155943022 <vm_exec_core+30114>, 0x55f155943040 <vm_exec_core+30144>, 0x55f15594305e <vm_exec_core+30174>, 0x55f15594307c <vm_exec_core+30204>, 0x55f15594309a <vm_exec_core+30234>, 0x55f1559430b8 <vm_exec_core+30264>, 0x55f1559430d6 <vm_exec_core+30294>, 0x55f1559430f4 <vm_exec_core+30324>, 0x55f155943112 <vm_exec_core+30354>, 0x55f155943130 <vm_exec_core+30384>, 0x55f15594314e <vm_exec_core+30414>, 0x55f15594316c <vm_exec_core+30444>, 0x55f15594318a <vm_exec_core+30474>, 0x55f1559431a8 <vm_exec_core+30504>, 0x55f1559431c6 <vm_exec_core+30534>, 0x55f1559431e4 <vm_exec_core+30564>, 0x55f155943202 <vm_exec_core+30594>, 0x55f155943220 <vm_exec_core+30624>, 0x55f15594323e <vm_exec_core+30654>, 0x55f15594325c <vm_exec_core+30684>, 0x55f15594327a <vm_exec_core+30714>, 0x55f155943298 <vm_exec_core+30744>, 0x55f1559432b6 <vm_exec_core+30774>, 0x55f1559432d4 <vm_exec_core+30804>, 0x55f1559432f2 <vm_exec_core+30834>, 0x55f155943310 <vm_exec_core+30864>, 0x55f15594332e <vm_exec_core+30894>, 0x55f15594334c <vm_exec_core+30924>, 0x55f15594336a <vm_exec_core+30954>, 0x55f155943388 <vm_exec_core+30984>, 0x55f1559433a6 <vm_exec_core+31014>, 0x55f1559433c4 <vm_exec_core+31044>, 0x55f1559433e2 <vm_exec_core+31074>, 0x55f155943400 <vm_exec_core+31104>, 0x55f15594341e <vm_exec_core+31134>, 0x55f15594343c <vm_exec_core+31164>, 0x55f15594345a <vm_exec_core+31194>, 0x55f155943478 <vm_exec_core+31224>, 0x55f155943496 <vm_exec_core+31254>, 0x55f1559434b4 <vm_exec_core+31284>, 0x55f1559434d2 <vm_exec_core+31314>, 0x55f1559434f0 <vm_exec_core+31344>, 0x55f15594350e <vm_exec_core+31374>, 0x55f15594352c <vm_exec_core+31404>, 0x55f15594354a <vm_exec_core+31434>, 0x55f155943568 <vm_exec_core+31464>, 0x55f155943586 <vm_exec_core+31494>, 0x55f1559435b7 <vm_exec_core+31543>, 0x55f1559435d5 <vm_exec_core+31573>, 0x55f1559435f3 <vm_exec_core+31603>, 0x55f155943611 <vm_exec_core+31633>, 0x55f15594362f <vm_exec_core+31663>, 0x55f15594364d <vm_exec_core+31693>, 0x55f15594366b <vm_exec_core+31723>, 0x55f155943689 <vm_exec_core+31753>, 0x55f1559436a7 <vm_exec_core+31783>, 0x55f1559436c5 <vm_exec_core+31813>, 0x55f1559436e3 <vm_exec_core+31843>, 0x55f155943701 <vm_exec_core+31873>, 0x55f15594371f <vm_exec_core+31903>, 0x55f15594373d <vm_exec_core+31933>, 0x55f15594375b <vm_exec_core+31963>, 0x55f155943779 <vm_exec_core+31993>, 0x55f155943797 <vm_exec_core+32023>, 0x55f1559437b5 <vm_exec_core+32053>, 0x55f1559437d3 <vm_exec_core+32083>, 0x55f1559437f1 <vm_exec_core+32113>, 0x55f15594380f <vm_exec_core+32143>, 0x55f15594382d <vm_exec_core+32173>...}
#55 0x000055f155955dff in rb_vm_exec (ec=0x55f1566b44e0) at /tmp/ruby/src/trunk-O0/vm.c:2487
        _ec = 0x55f1566b44e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffcce929320, 0x55f155955d7d <rb_vm_exec+190>, 0x0, 0x7ffcce929270, 0x55f156738990}, prev = 0x7ffcce929390, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#56 0x000055f155956c5e in rb_iseq_eval_main (iseq=0x7f4f03125198) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x55f1566b44e0
        val = 94495025349856
#57 0x000055f155737c0d in rb_ec_exec_node (ec=0x55f1566b44e0, n=0x7f4f03125198) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55f1566b3090
        _ec = 0x55f1566b44e0
        _tag = {tag = 36, retval = 94495009108474, buf = {0x7ffcce929410, 0x55f155737ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffcce929360, 0x55f1566b44e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f4f03125198
#58 0x000055f155737d8a in ruby_run_node (n=0x7f4f03125198) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55f1566b44e0
        status = 22001
#59 0x000055f1557335c4 in rb_main (argc=127, argv=0x7ffcce9295b8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140723774198928
#60 0x000055f155733625 in main (argc=127, argv=0x7ffcce9295b8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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