# Logfile created on 2023-12-29 10:28:33 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561bcfcc2658 @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.20231229-102833", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000561bcfd5b5d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561bcfd5b448 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561bcfd5b2b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231229-102833", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231229-102833>, @binmode=false, @mon_data=#<Monitor:0x0000561bcfd5b1f0>, @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
   6f33e3c..1ade170  master     -> origin/master
Updating 6f33e3c..1ade170
Fast-forward
 ast.c                  |   2 +
 common.mk              | 176 +++++++++++++++++++++++++++++++++++++++++++++++++
 compile.c              |  40 ++++++++++-
 internal/ruby_parser.h |   2 +
 node_dump.c            |   7 ++
 parse.y                |  18 ++++-
 ruby_parser.c          |  19 +++---
 rubyparser.h           |   6 ++
 8 files changed, 259 insertions(+), 11 deletions(-)
Latest commit hash = 1ade170a6c
$$$[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
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
extracting ripper.y from ../../parse.y
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
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 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
b6f9a675ae26e28a1cbf22cdaf0b9722141614e01885dd533908ce8743052cca  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 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
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'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.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/socket/constants.c
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'
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
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/ipsocket.c
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/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.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
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
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
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering 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/pathname'
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/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/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/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/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.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.3
                                    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
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    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.1
                                    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.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.3
                                    net-imap 0.4.9
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
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 1870 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=23663
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

Retrying...
Finished tests in 1148.600673s, 23.5043 tests/s, 8330.5427 assertions/s.
26997 tests, 9568467 assertions, 0 failures, 0 errors, 221 skips

ruby -v: ruby 3.4.0dev (2023-12-29T09:32:27Z master 1ade170a6c) [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 (2023-12-29T09:32:27Z master 1ade170a6c) [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 297.866578 seconds

3728 files, 32492 examples, 146774 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.2718431.ruby -x gdbscript
[New LWP 2718431]
[New LWP 2718433]
[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  0x000055e9200f7372 in rb_gc_mark_and_move (ptr=0x55e920f762d8) at /tmp/ruby/src/trunk-O0/gc.c:7139
7139	}
[Current thread is 1 (Thread 0x7f399abcb7c0 (LWP 2718431))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f399abcb7c0 (LWP 2718431) 0x000055e9200f7372 in rb_gc_mark_and_move (ptr=0x55e920f762d8) at /tmp/ruby/src/trunk-O0/gc.c:7139
  2    Thread 0x7f39815ef640 (LWP 2718433) 0x00007f399acf3fde in epoll_wait (epfd=4, events=0x55e92071a85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f39815ef640 (LWP 2718433)):
#0  0x00007f399acf3fde in epoll_wait (epfd=4, events=0x55e92071a85c <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  0x000055e9202844ce in event_wait (vm=0x55e920976b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21993
#2  0x000055e9202844f2 in timer_thread_polling (vm=0x55e920976b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 732173510
#3  0x000055e920284bb2 in timer_thread_func (ptr=0x55e920976b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x55e920976b10
#4  0x00007f399ac62b43 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 = {140734999025472, 7193029926338307678, 139884960347712, 25, 139885386541136, 140734999025824, -7088168669776828834, -7088117055162669474}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f399acf3bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f399abcb7c0 (LWP 2718431)):
#0  0x000055e9200f7372 in rb_gc_mark_and_move (ptr=0x55e920f762d8) at /tmp/ruby/src/trunk-O0/gc.c:7139
        objspace = 0x55e920979470
        __func__ = <optimized out>
#1  0x000055e92013ea9e in iseq_scan_bits (page=0, bits=8421376, code=0x55e920f76260, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:225
        op = 139884943229080
        newop = 139884943180720
        offset = 15
        page_offset = 0
#2  0x000055e92013ecc2 in rb_iseq_mark_and_move_each_value (iseq=0x7f39804e3b60, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:280
        size = 27
        code = 0x55e920f76260
        body = 0x55e920f76050
        is_entries = 0x0
#3  0x000055e92013ee4e in rb_iseq_mark_and_move (iseq=0x7f39804e3b60, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:326
        body = 0x55e920f76050
#4  0x000055e9200f782e in gc_mark_imemo (objspace=0x55e920979470, obj=139884942474080) at /tmp/ruby/src/trunk-O0/gc.c:7262
        __func__ = <optimized out>
#5  0x000055e9200f7a26 in gc_mark_children (objspace=0x55e920979470, obj=139884942474080) at /tmp/ruby/src/trunk-O0/gc.c:7355
        any = 0x7f39804e3b60
#6  0x000055e9200f83a6 in gc_mark_stacked_objects (objspace=0x55e920979470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x55e9209798f8
        obj = 139884942474080
        marked_slots_at_the_beginning = 754
        popped_count = 0
#7  0x000055e9200f8526 in gc_mark_stacked_objects_all (objspace=0x55e920979470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#8  0x000055e9200fa89a in gc_marks_rest (objspace=0x55e920979470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#9  0x000055e9200fa9ce in gc_marks (objspace=0x55e920979470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#10 0x000055e9200fc771 in gc_start (objspace=0x55e920979470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#11 0x000055e9200fc406 in garbage_collect (objspace=0x55e920979470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 1805629536
        ret = 32767
#12 0x000055e9200fce91 in garbage_collect_with_gvl (objspace=0x55e920979470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9869
No locals.
#13 0x000055e920104070 in objspace_malloc_gc_stress (objspace=0x55e920979470) at /tmp/ruby/src/trunk-O0/gc.c:12406
        reason = 45568
#14 0x000055e920104353 in objspace_xmalloc0 (objspace=0x55e920979470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12608
        gpr = 107008
        mem = 0x20d000020d1
#15 0x000055e920104670 in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12832
No locals.
#16 0x000055e9201046a6 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12841
No locals.
#17 0x000055e920108061 in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14420
No locals.
#18 0x000055e9202c994c in vm_ccs_create (klass=139884960670760, cc_tbl=0x55e920e48620, mid=8401, cme=0x7f399aab86c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000020d
#19 0x000055e9202e5721 in cache_callable_method_entry (klass=139884960670760, mid=8401, cme=0x7f399aab86c0) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x55e920e48620
        ccs_data = 94459755647912
#20 0x000055e9202e58e3 in callable_method_entry_or_negative (klass=139884960670760, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 139884960671720
        me = 0x7f399aab86c0
        _lev = 4
        cme = 0x7f399aab86c0
#21 0x000055e9202e5975 in callable_method_entry (klass=139884960670760, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7fff6b9fba90
#22 0x000055e9202e59d8 in rb_callable_method_entry (klass=139884960670760, mid=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#23 0x000055e9202e7df3 in rb_method_basic_definition_p (klass=139884960670760, id=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f39804ad718
#24 0x000055e9200d5ba5 in set_backtrace (info=139884942251800, bt=139884943113360) at /tmp/ruby/src/trunk-O0/eval_error.c:67
        set_backtrace = 8401
#25 0x000055e9200d95dd in setup_exception (ec=0x55e92097a4e0, tag=6, mesg=139884942251800, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:577
        at = 139884943113360
        bt = 4
        _ec = 0x55e92097a4e0
        _tag = {tag = 36, retval = 139885363396352, buf = {0x7fff6b9fbc60, 0x55e9200d946b <setup_exception+313>, 0x0, 0x7fff6b9fbb10, 0x7f399964ff00}, prev = 0x7fff6b9fd470, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 11871650027112275712
        line = 288
        file = 0x7f39804ffbc0 "/tmp/ruby/src/trunk-O0/tool/lib/core_assertions.rb"
        file0 = 0x7f39804ffbc0 "/tmp/ruby/src/trunk-O0/tool/lib/core_assertions.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#26 0x000055e9200d9b37 in rb_longjmp (ec=0x55e92097a4e0, tag=6, mesg=139884942251800, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#27 0x000055e9200d9bbd in rb_exc_exception (mesg=139884942251800, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#28 0x000055e9200d9be3 in rb_exc_raise (mesg=139884942251800) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#29 0x000055e92028bed8 in rb_threadptr_execute_interrupts (th=0x55e920979090, blocking_timing=1) at /tmp/ruby/src/trunk-O0/thread.c:2454
        err = 139884942251800
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#30 0x000055e92027edaf in vm_check_ints_blocking (ec=0x55e92097a4e0) at /tmp/ruby/src/trunk-O0/thread.c:222
        th = 0x55e920979090
#31 0x000055e92028a514 in rb_thread_check_ints () at /tmp/ruby/src/trunk-O0/thread.c:1402
No locals.
#32 0x000055e920117689 in io_binwrite (str=139884942392080, ptr=0x7f39804cfb28 "\033[7;1m2712198:1703846282.790:2d41:\033[m<error>", len=44, fptr=0x55e920a5c1d0, nosync=1) at /tmp/ruby/src/trunk-O0/io.c:1859
No locals.
#33 0x000055e920117aad in io_fwrite (str=139884942392480, fptr=0x55e920a5c1d0, nosync=1) at /tmp/ruby/src/trunk-O0/io.c:1977
        converted = 0
        tmp = 139884942392080
        n = 139884942392480
        len = 44
        ptr = 0x7f39804cfb28 "\033[7;1m2712198:1703846282.790:2d41:\033[m<error>"
#34 0x000055e920118536 in io_writev (argc=2, argv=0x7fff6b9fc3a0, io=139884942252320) at /tmp/ruby/src/trunk-O0/io.c:2225
        fptr = 0x55e920a5c1d0
        n = 139884960521880
        tmp = 139884942252320
        total = 1
        i = 0
        cnt = 1
        __func__ = "io_writev"
#35 0x000055e9201185eb in io_write_m (argc=2, argv=0x7fff6b9fc3a0, io=139884942252320) at /tmp/ruby/src/trunk-O0/io.c:2262
No locals.
#36 0x000055e9202cfade in ractor_safe_call_cfunc_m1 (recv=139884942252320, argc=2, argv=0x7fff6b9fc3a0, func=0x55e9201185b9 <io_write_m>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55e9201185b9 <io_write_m>
#37 0x000055e9202e9006 in vm_call0_cfunc_with_frame (ec=0x55e92097a4e0, calling=0x7fff6b9fc240, argv=0x7fff6b9fc3a0) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f399abc9f68
        ci = 0x7fff6b9fc210
        val = 140734999019600
        me = 0x7f3981619e98
        cfunc = 0x55e9209db0b8
        len = -1
        recv = 139884942252320
        argc = 2
        mid = 9057
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#38 0x000055e9202e912f in vm_call0_cfunc (ec=0x55e92097a4e0, calling=0x7fff6b9fc240, argv=0x7fff6b9fc3a0) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#39 0x000055e9202e93ad in vm_call0_body (ec=0x55e92097a4e0, calling=0x7fff6b9fc240, argv=0x7fff6b9fc3a0) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7fff6b9fc210
        cc = 0x7f39804ade98
        ret = 36
#40 0x000055e9202e8bfd in vm_call0_cc (ec=0x55e92097a4e0, recv=139884942252320, id=9057, argc=2, argv=0x7fff6b9fc3a0, cc=0x7f39804ade98, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7fff6b9fc3a0
        av = {139884942252320, 4842172592}
        calling = {cd = 0x7fff6b9fc200, cc = 0x7f39804ade98, block_handler = 0, recv = 139884942252320, argc = 2, kw_splat = false, heap_argv = 0}
#41 0x000055e9202ebb52 in rb_funcallv_scope (recv=139884942252320, mid=9057, argc=2, argv=0x7fff6b9fc3a0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-O0/vm_eval.c:1069
        ec = 0x55e92097a4e0
        cc = 0x7f39804ade98
        self = 139884942252320
#42 0x000055e9202ebbc2 in rb_funcallv (recv=139884942252320, mid=9057, argc=2, argv=0x7fff6b9fc3a0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1084
No locals.
#43 0x000055e920118752 in rb_io_writev (io=139884942252320, argc=2, argv=0x7fff6b9fc3a0) at /tmp/ruby/src/trunk-O0/io.c:2295
No locals.
#44 0x000055e920124c39 in rb_io_puts (argc=4, argv=0x7f399aaca048, out=139884942252320) at /tmp/ruby/src/trunk-O0/io.c:8933
        n = 2
        i = 0
        line = 139884942392480
        args = {139884942392480, 139884960523640}
#45 0x000055e9202cfade in ractor_safe_call_cfunc_m1 (recv=139884942252320, argc=4, argv=0x7f399aaca048, func=0x55e920124abd <rb_io_puts>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55e920124abd <rb_io_puts>
#46 0x000055e9202d0715 in vm_call_cfunc_with_frame_ (ec=0x55e92097a4e0, reg_cfp=0x7f399abc9fa0, calling=0x7fff6b9fc810, argc=4, argv=0x7f399aaca048, stack_bottom=0x7f399aaca040) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x415100100009
        cc = 0x7f39804ae488
        val = 140734999020720
        me = 0x7f398161a410
        cfunc = 0x55e9209dace8
        recv = 139884942252320
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#47 0x000055e9202d08ea in vm_call_cfunc_with_frame (ec=0x55e92097a4e0, reg_cfp=0x7f399abc9fa0, calling=0x7fff6b9fc810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 4
        stack_bottom = 0x7f399aaca040
        argv = 0x7f399aaca048
#48 0x000055e9202d0a02 in vm_call_cfunc_other (ec=0x55e92097a4e0, reg_cfp=0x7f399abc9fa0, calling=0x7fff6b9fc810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x415100100009
        argv_ary = 0
#49 0x000055e9202d0e2a in vm_call_cfunc (ec=0x55e92097a4e0, reg_cfp=0x7f399abc9fa0, calling=0x7fff6b9fc810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x415100100009
#50 0x000055e9202d3959 in vm_call_method_each_type (ec=0x55e92097a4e0, cfp=0x7f399abc9fa0, calling=0x7fff6b9fc810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x415100100009
        cc = 0x7f39804ae488
        cme = 0x7f398161a410
        v = 94459767539896
#51 0x000055e9202d4405 in vm_call_method (ec=0x55e92097a4e0, cfp=0x7f399abc9fa0, calling=0x7fff6b9fc810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x415100100009
        cc = 0x7f39804ae488
#52 0x000055e9202d4607 in vm_call_general (ec=0x55e92097a4e0, reg_cfp=0x7f399abc9fa0, calling=0x7fff6b9fc810) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#53 0x000055e9202d6c8c in vm_sendish (ec=0x55e92097a4e0, reg_cfp=0x7f399abc9fa0, cd=0x55e920e40920, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x415100100009
        cc = 0x7f39804ae488
        argc = 4
        recv = 139884942252320
        calling = {cd = 0x55e920e40920, cc = 0x7f39804ae488, block_handler = 0, recv = 139884942252320, argc = 4, kw_splat = false, heap_argv = 0}
#54 0x000055e9202de21d in vm_exec_core (ec=0x55e92097a4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55e920e40920
        leaf = false
        val = 36
        reg_pc = 0x55e920e407e8
        reg_cfp = 0x7f399abc9fa0
        insns_address_table = {0x55e9202da8f4 <vm_exec_core+108>, 0x55e9202da956 <vm_exec_core+206>, 0x55e9202daa69 <vm_exec_core+481>, 0x55e9202dab7d <vm_exec_core+757>, 0x55e9202dad1b <vm_exec_core+1171>, 0x55e9202dae4b <vm_exec_core+1475>, 0x55e9202db05d <vm_exec_core+2005>, 0x55e9202db16f <vm_exec_core+2279>, 0x55e9202db248 <vm_exec_core+2496>, 0x55e9202db34f <vm_exec_core+2759>, 0x55e9202db456 <vm_exec_core+3022>, 0x55e9202db564 <vm_exec_core+3292>, 0x55e9202db676 <vm_exec_core+3566>, 0x55e9202db746 <vm_exec_core+3774>, 0x55e9202db84f <vm_exec_core+4039>, 0x55e9202db949 <vm_exec_core+4289>, 0x55e9202dba0c <vm_exec_core+4484>, 0x55e9202dbacf <vm_exec_core+4679>, 0x55e9202dbb58 <vm_exec_core+4816>, 0x55e9202dbbe4 <vm_exec_core+4956>, 0x55e9202dbc8a <vm_exec_core+5122>, 0x55e9202dbd62 <vm_exec_core+5338>, 0x55e9202dbe2f <vm_exec_core+5543>, 0x55e9202dbf0d <vm_exec_core+5765>, 0x55e9202dbfcf <vm_exec_core+5959>, 0x55e9202dc10e <vm_exec_core+6278>, 0x55e9202dc1b4 <vm_exec_core+6444>, 0x55e9202dc299 <vm_exec_core+6673>, 0x55e9202dc3c8 <vm_exec_core+6976>, 0x55e9202dc48b <vm_exec_core+7171>, 0x55e9202dc54e <vm_exec_core+7366>, 0x55e9202dc645 <vm_exec_core+7613>, 0x55e9202dc707 <vm_exec_core+7807>, 0x55e9202dc7e6 <vm_exec_core+8030>, 0x55e9202dc8b3 <vm_exec_core+8235>, 0x55e9202dc9c3 <vm_exec_core+8507>, 0x55e9202dcabd <vm_exec_core+8757>, 0x55e9202dcb38 <vm_exec_core+8880>, 0x55e9202dcbf9 <vm_exec_core+9073>, 0x55e9202dcce7 <vm_exec_core+9311>, 0x55e9202dcd97 <vm_exec_core+9487>, 0x55e9202dcf16 <vm_exec_core+9870>, 0x55e9202dcff0 <vm_exec_core+10088>, 0x55e9202dd0dc <vm_exec_core+10324>, 0x55e9202dd16d <vm_exec_core+10469>, 0x55e9202dd2c8 <vm_exec_core+10816>, 0x55e9202dd86a <vm_exec_core+12258>, 0x55e9202dd966 <vm_exec_core+12510>, 0x55e9202dda69 <vm_exec_core+12769>, 0x55e9202ddb55 <vm_exec_core+13005>, 0x55e9202ddd6e <vm_exec_core+13542>, 0x55e9202dde60 <vm_exec_core+13784>, 0x55e9202ddf66 <vm_exec_core+14046>, 0x55e9202de163 <vm_exec_core+14555>, 0x55e9202de30c <vm_exec_core+14980>, 0x55e9202de437 <vm_exec_core+15279>, 0x55e9202de5a3 <vm_exec_core+15643>, 0x55e9202de6ce <vm_exec_core+15942>, 0x55e9202de83a <vm_exec_core+16306>, 0x55e9202dea1c <vm_exec_core+16788>, 0x55e9202dec19 <vm_exec_core+17297>, 0x55e9202dedc2 <vm_exec_core+17722>, 0x55e9202deee4 <vm_exec_core+18012>, 0x55e9202def8b <vm_exec_core+18179>, 0x55e9202df04f <vm_exec_core+18375>, 0x55e9202df138 <vm_exec_core+18608>, 0x55e9202df224 <vm_exec_core+18844>, 0x55e9202df30d <vm_exec_core+19077>, 0x55e9202df421 <vm_exec_core+19353>, 0x55e9202df548 <vm_exec_core+19648>, 0x55e9202df67e <vm_exec_core+19958>, 0x55e9202df7b4 <vm_exec_core+20268>, 0x55e9202df8ea <vm_exec_core+20578>, 0x55e9202dfa20 <vm_exec_core+20888>, 0x55e9202dfb56 <vm_exec_core+21198>, 0x55e9202dfc97 <vm_exec_core+21519>, 0x55e9202dfe11 <vm_exec_core+21897>, 0x55e9202dff47 <vm_exec_core+22207>, 0x55e9202e007d <vm_exec_core+22517>, 0x55e9202e01b3 <vm_exec_core+22827>, 0x55e9202e02e9 <vm_exec_core+23137>, 0x55e9202e041f <vm_exec_core+23447>, 0x55e9202e0555 <vm_exec_core+23757>, 0x55e9202e068b <vm_exec_core+24067>, 0x55e9202e07c1 <vm_exec_core+24377>, 0x55e9202e0910 <vm_exec_core+24712>, 0x55e9202e0aca <vm_exec_core+25154>, 0x55e9202e0c48 <vm_exec_core+25536>, 0x55e9202e0d67 <vm_exec_core+25823>, 0x55e9202e0e86 <vm_exec_core+26110>, 0x55e9202e0fa0 <vm_exec_core+26392>, 0x55e9202e10ba <vm_exec_core+26674>, 0x55e9202e11e5 <vm_exec_core+26973>, 0x55e9202e131b <vm_exec_core+27283>, 0x55e9202e1406 <vm_exec_core+27518>, 0x55e9202e150b <vm_exec_core+27779>, 0x55e9202e1653 <vm_exec_core+28107>, 0x55e9202e1742 <vm_exec_core+28346>, 0x55e9202e181c <vm_exec_core+28564>, 0x55e9202e18f1 <vm_exec_core+28777>, 0x55e9202e19cc <vm_exec_core+28996>, 0x55e9202e1a48 <vm_exec_core+29120>, 0x55e9202e1ac4 <vm_exec_core+29244>, 0x55e9202e1ae2 <vm_exec_core+29274>, 0x55e9202e1b00 <vm_exec_core+29304>, 0x55e9202e1b1e <vm_exec_core+29334>, 0x55e9202e1b3c <vm_exec_core+29364>, 0x55e9202e1b5a <vm_exec_core+29394>, 0x55e9202e1b78 <vm_exec_core+29424>, 0x55e9202e1b96 <vm_exec_core+29454>, 0x55e9202e1bb4 <vm_exec_core+29484>, 0x55e9202e1bd2 <vm_exec_core+29514>, 0x55e9202e1bf0 <vm_exec_core+29544>, 0x55e9202e1c0e <vm_exec_core+29574>, 0x55e9202e1c2c <vm_exec_core+29604>, 0x55e9202e1c4a <vm_exec_core+29634>, 0x55e9202e1c68 <vm_exec_core+29664>, 0x55e9202e1c86 <vm_exec_core+29694>, 0x55e9202e1ca4 <vm_exec_core+29724>, 0x55e9202e1cc2 <vm_exec_core+29754>, 0x55e9202e1ce0 <vm_exec_core+29784>, 0x55e9202e1cfe <vm_exec_core+29814>, 0x55e9202e1d1c <vm_exec_core+29844>, 0x55e9202e1d3a <vm_exec_core+29874>, 0x55e9202e1d58 <vm_exec_core+29904>, 0x55e9202e1d76 <vm_exec_core+29934>, 0x55e9202e1d94 <vm_exec_core+29964>, 0x55e9202e1db2 <vm_exec_core+29994>, 0x55e9202e1dd0 <vm_exec_core+30024>, 0x55e9202e1dee <vm_exec_core+30054>, 0x55e9202e1e0c <vm_exec_core+30084>, 0x55e9202e1e2a <vm_exec_core+30114>, 0x55e9202e1e48 <vm_exec_core+30144>, 0x55e9202e1e66 <vm_exec_core+30174>, 0x55e9202e1e84 <vm_exec_core+30204>, 0x55e9202e1ea2 <vm_exec_core+30234>, 0x55e9202e1ec0 <vm_exec_core+30264>, 0x55e9202e1ede <vm_exec_core+30294>, 0x55e9202e1efc <vm_exec_core+30324>, 0x55e9202e1f1a <vm_exec_core+30354>, 0x55e9202e1f38 <vm_exec_core+30384>, 0x55e9202e1f56 <vm_exec_core+30414>, 0x55e9202e1f74 <vm_exec_core+30444>, 0x55e9202e1f92 <vm_exec_core+30474>, 0x55e9202e1fb0 <vm_exec_core+30504>, 0x55e9202e1fce <vm_exec_core+30534>, 0x55e9202e1fec <vm_exec_core+30564>, 0x55e9202e200a <vm_exec_core+30594>, 0x55e9202e2028 <vm_exec_core+30624>, 0x55e9202e2046 <vm_exec_core+30654>, 0x55e9202e2064 <vm_exec_core+30684>, 0x55e9202e2082 <vm_exec_core+30714>, 0x55e9202e20a0 <vm_exec_core+30744>, 0x55e9202e20be <vm_exec_core+30774>, 0x55e9202e20dc <vm_exec_core+30804>, 0x55e9202e20fa <vm_exec_core+30834>, 0x55e9202e2118 <vm_exec_core+30864>, 0x55e9202e2136 <vm_exec_core+30894>, 0x55e9202e2154 <vm_exec_core+30924>, 0x55e9202e2172 <vm_exec_core+30954>, 0x55e9202e2190 <vm_exec_core+30984>, 0x55e9202e21ae <vm_exec_core+31014>, 0x55e9202e21cc <vm_exec_core+31044>, 0x55e9202e21ea <vm_exec_core+31074>, 0x55e9202e2208 <vm_exec_core+31104>, 0x55e9202e2226 <vm_exec_core+31134>, 0x55e9202e2244 <vm_exec_core+31164>, 0x55e9202e2262 <vm_exec_core+31194>, 0x55e9202e2280 <vm_exec_core+31224>, 0x55e9202e229e <vm_exec_core+31254>, 0x55e9202e22bc <vm_exec_core+31284>, 0x55e9202e22da <vm_exec_core+31314>, 0x55e9202e22f8 <vm_exec_core+31344>, 0x55e9202e2316 <vm_exec_core+31374>, 0x55e9202e2334 <vm_exec_core+31404>, 0x55e9202e2352 <vm_exec_core+31434>, 0x55e9202e2370 <vm_exec_core+31464>, 0x55e9202e238e <vm_exec_core+31494>, 0x55e9202e23bf <vm_exec_core+31543>, 0x55e9202e23dd <vm_exec_core+31573>, 0x55e9202e23fb <vm_exec_core+31603>, 0x55e9202e2419 <vm_exec_core+31633>, 0x55e9202e2437 <vm_exec_core+31663>, 0x55e9202e2455 <vm_exec_core+31693>, 0x55e9202e2473 <vm_exec_core+31723>, 0x55e9202e2491 <vm_exec_core+31753>, 0x55e9202e24af <vm_exec_core+31783>, 0x55e9202e24cd <vm_exec_core+31813>, 0x55e9202e24eb <vm_exec_core+31843>, 0x55e9202e2509 <vm_exec_core+31873>, 0x55e9202e2527 <vm_exec_core+31903>, 0x55e9202e2545 <vm_exec_core+31933>, 0x55e9202e2563 <vm_exec_core+31963>, 0x55e9202e2581 <vm_exec_core+31993>, 0x55e9202e259f <vm_exec_core+32023>, 0x55e9202e25bd <vm_exec_core+32053>, 0x55e9202e25db <vm_exec_core+32083>, 0x55e9202e25f9 <vm_exec_core+32113>, 0x55e9202e2617 <vm_exec_core+32143>, 0x55e9202e2635 <vm_exec_core+32173>...}
#55 0x000055e9202f4c07 in rb_vm_exec (ec=0x55e92097a4e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55e92097a4e0
        _tag = {tag = 36, retval = 4, buf = {0x7fff6b9fd4f0, 0x55e9202f4b85 <rb_vm_exec+190>, 0x0, 0x7fff6b9fd440, 0x7f39804aff68}, prev = 0x7fff6b9fd830, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#56 0x000055e9202f17f4 in invoke_block (ec=0x55e92097a4e0, iseq=0x7f39804e24e0, self=139885384814080, captured=0x55e920fd2340, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#57 0x000055e9202f2290 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f39804aff78, argc=0, self=139885384814080, captured=0x55e920fd2340, ec=0x55e92097a4e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f39804e24e0
        opt_pc = 0
        type = 572653569
        cfp = 0x7f399abc9fd8
        sp = 0x7f399aaca028
        flags = 0
        use_argv = 0x7f39804aff78
        av = {139884960617320, 94459762549296}
        stack_argv = 0x7f399aaca028
#58 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f39804aff78, argc=0, self=139885384814080, proc=0x55e920fd2340, ec=0x55e92097a4e0) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x55e920fd2340
#59 vm_invoke_proc (ec=0x55e92097a4e0, proc=0x55e920fd2340, self=139885384814080, argc=0, argv=0x7f39804aff78, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#60 0x000055e9202f2a34 in rb_vm_invoke_proc (ec=0x55e92097a4e0, proc=0x55e920fd2340, argc=0, argv=0x7f39804aff78, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 139885384814080
#61 0x000055e9201cc31b in rb_proc_call_kw (self=139884942252120, args=139884942262120, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:978
        vret = 140734999025520
        proc = 0x55e920fd2340
        argc = 0
        argv = 0x7f39804aff78
#62 0x000055e9201cc383 in rb_proc_call (self=139884942252120, args=139884942262120) at /tmp/ruby/src/trunk-O0/proc.c:988
No locals.
#63 0x000055e9200d79d2 in rb_call_end_proc (data=139884942252120) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#64 0x000055e9200d7b8c in exec_end_procs_chain (procs=0x55e9207171e0 <end_procs>, errp=0x55e92097a558) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x55e9200d79ab <rb_call_end_proc>, data = 139884942252120, next = 0x55e920a5b360}
        link = 0x55e920a5c3e0
        errinfo = 4
#65 0x000055e9200d7cef in rb_ec_exec_end_proc (ec=0x55e92097a4e0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x55e92097a4e0
        _tag = {tag = 36, retval = 11871650027112275712, buf = {0x7fff6b9fd8b0, 0x55e9200d7c6a <rb_ec_exec_end_proc+189>, 0x0, 0x7fff6b9fd800, 0x55e9200d5386 <rb_ec_ractor_ptr+24>}, prev = 0x7fff6b9fd9d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
#66 0x000055e9200d848f in rb_ec_teardown (ec=0x55e92097a4e0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#67 0x000055e9200d874f in rb_ec_cleanup (ec=0x55e92097a4e0, ex=RUBY_TAG_NONE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94459762549984
        mode0 = 32767
        mode1 = 1805638224
        _ec = 0x55e92097a4e0
        _tag = {tag = 36, retval = 94459753497016, buf = {0x7fff6b9fda50, 0x55e9200d868a <rb_ec_cleanup+295>, 0x0, 0x7fff6b9fd970, 0x55e92097a4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 0
        signaled = 0
        th = 0x55e920979090
        th0 = 0x55e920979090
        step = 1
        message = 4
        buf = 94459762544784
#68 0x000055e9200d8d58 in ruby_run_node (n=0x7f3980538a48) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55e92097a4e0
        status = 21993
#69 0x000055e9200d45b4 in rb_main (argc=131, argv=0x7fff6b9fdbf8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140734999026384
#70 0x000055e9200d4615 in main (argc=131, argv=0x7fff6b9fdbf8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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