# Logfile created on 2024-01-14 14:47:02 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055706fcc6020 @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.20240114-144702", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055706fd67448 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055706fd672e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055706fd67128 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240114-144702", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240114-144702>, @binmode=false, @mon_data=#<Monitor:0x000055706fd67038>, @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
   4e5754a..7724132  master     -> origin/master
Updating 4e5754a..7724132
Fast-forward
 ext/strscan/strscan.c              | 18 +++++++++++-------
 node.c                             |  4 ++--
 node.h                             |  4 ++--
 parse.y                            |  6 +++---
 ruby_parser.c                      |  2 +-
 rubyparser.h                       |  4 ++--
 template/Makefile.in               |  2 +-
 test/strscan/test_stringscanner.rb |  4 ++--
 8 files changed, 24 insertions(+), 20 deletions(-)
Latest commit hash = 772413245f
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
MAKE=make /bin/sh ./config.status Makefile
config.status: creating Makefile
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
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/miniinit.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.

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

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: 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 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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids1.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c
linking shared-object objspace.so
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.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/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
checking /tmp/ruby/src/trunk-O0/parse.y and /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
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/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
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/tcpserver.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
linking shared-object ripper.so
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
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
generating enc.mk
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.

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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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/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.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1873 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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=63776
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1413.711850s, 19.1411 tests/s, 6777.4504 assertions/s.
27060 tests, 9581362 assertions, 0 failures, 0 errors, 228 skips

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

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

3728 files, 32492 examples, 148367 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.140652.ruby -x gdbscript
[New LWP 140652]
[New LWP 140656]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  vm_cc_invalidated_p (cc=0x7f6a102ca098) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:460
460	    if (cc->klass && !METHOD_ENTRY_INVALIDATED(vm_cc_cme(cc))) {
[Current thread is 1 (Thread 0x7f6a2a94c7c0 (LWP 140652))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f6a2a94c7c0 (LWP 140652) vm_cc_invalidated_p (cc=0x7f6a102ca098) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:460
  2    Thread 0x7f6a1136f640 (LWP 140656) 0x00007f6a2aa74fde in epoll_wait (epfd=4, events=0x55dae639783c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f6a1136f640 (LWP 140656)):
#0  0x00007f6a2aa74fde in epoll_wait (epfd=4, events=0x55dae639783c <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  0x000055dae5efb61e in event_wait (vm=0x55dae6bc4b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21978
#2  0x000055dae5efb642 in timer_thread_polling (vm=0x55dae6bc4b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1033569867
#3  0x000055dae5efbd02 in timer_thread_func (ptr=0x55dae6bc4b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55dae6bc4b10
#4  0x00007f6a2a9e3b43 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 = {140731397503968, -2198266235409694925, 140093532075584, 25, 140093958273104, 140731397504320, 2281656968846999347, 2281748023877402419}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f6a2aa74bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f6a2a94c7c0 (LWP 140652)):
#0  vm_cc_invalidated_p (cc=0x7f6a102ca098) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:460
No locals.
#1  0x000055dae5f6d629 in rb_vm_mark (ptr=0x55dae6bc4b10) at /tmp/ruby/src/trunk-O0/vm.c:2942
        cc = 0x7f6a102ca098
        i = 494
        len = 1
        vm = 0x55dae6bc4b10
        r = 0x55dae6bc4968
        obj_ary = 0x55dae6bcd6a8
#2  0x000055dae5d6d5fd in gc_mark_roots (objspace=0x55dae6bc7470, categoryp=0x0) at /tmp/ruby/src/trunk-O0/gc.c:7672
        list = 0x55dae6bc7860
        ec = 0x55dae6bc84e0
        vm = 0x55dae6bc4b10
#3  0x000055dae5d6e823 in gc_marks_start (objspace=0x55dae6bc7470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8366
No locals.
#4  0x000055dae5d6fa03 in gc_marks (objspace=0x55dae6bc7470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8854
        marking_finished = false
#5  0x000055dae5d717c1 in gc_start (objspace=0x55dae6bc7470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#6  0x000055dae5d71456 in garbage_collect (objspace=0x55dae6bc7470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 2499076016
        ret = 32766
#7  0x000055dae5d71f1d in garbage_collect_with_gvl (objspace=0x55dae6bc7470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#8  0x000055dae5d790fc in objspace_malloc_gc_stress (objspace=0x55dae6bc7470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#9  0x000055dae5d793df in objspace_xmalloc0 (objspace=0x55dae6bc7470, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12625
        gpr = 107008
        mem = 0x20b000020b1
#10 0x000055dae5d796fc in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12849
No locals.
#11 0x000055dae5d79732 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12858
No locals.
#12 0x000055dae5d7d19f in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14463
No locals.
#13 0x000055dae5f40c1a in vm_ccs_create (klass=140093532398640, cc_tbl=0x55dae71fb450, mid=8369, cme=0x7f6a2a838718) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000020b
#14 0x000055dae5f5c9ef in cache_callable_method_entry (klass=140093532398640, mid=8369, cme=0x7f6a2a838718) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x55dae71fb450
        ccs_data = 94398649321078
#15 0x000055dae5f5cbb1 in callable_method_entry_or_negative (klass=140093532398640, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140093532399600
        me = 0x7f6a2a838718
        _lev = 21978
        cme = 0x7f6a2a838718
#16 0x000055dae5f5cc43 in callable_method_entry (klass=140093532398640, mid=8369, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7ffe94f4e1a0
#17 0x000055dae5f5cca6 in rb_callable_method_entry (klass=140093532398640, mid=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#18 0x000055dae5f5f0c1 in rb_method_basic_definition_p (klass=140093532398640, id=8369) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f6a1022cb40
#19 0x000055dae615d175 in rb_get_backtrace (exc=140093513976640) at /tmp/ruby/src/trunk-O0/error.c:1762
        mid = 8369
        info = 140731397497280
#20 0x000055dae5d4e524 in setup_exception (ec=0x55dae6bc84e0, tag=6, mesg=140093513976640, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:565
        bt = 1445
        _ec = 0x55dae6bc84e0
        _tag = {tag = 36, retval = 140093935124064, buf = {0x7ffe94f4e3b0, 0x55dae5d4e4ad <setup_exception+313>, 0x0, 0x7ffe94f4e260, 0x7f6a293cfe60}, prev = 0x7ffe94f4fd80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 13690896243298990592
        line = 444
        file = 0x7f6a103024b0 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
        file0 = 0x7f6a103024b0 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#21 0x000055dae5d4eb79 in rb_longjmp (ec=0x55dae6bc84e0, tag=6, mesg=140093513976640, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#22 0x000055dae5d4ebff in rb_exc_exception (mesg=140093513976640, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#23 0x000055dae5d4ec25 in rb_exc_raise (mesg=140093513976640) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#24 0x000055dae5f0310a in rb_threadptr_execute_interrupts (th=0x55dae6bc7090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2490
        err = 140093513976640
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#25 0x000055dae5ef551c in rb_vm_check_ints (ec=0x55dae6bc84e0) at /tmp/ruby/src/trunk-O0/vm_core.h:2084
No locals.
#26 0x000055dae5eff1fe in unblock_function_set (th=0x55dae6bc7090, func=0x55dae5ef9c28 <ubf_select>, arg=0x55dae6bc7090, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:314
No locals.
#27 0x000055dae5f01807 in blocking_region_begin (th=0x55dae6bc7090, region=0x7ffe94f4e588, ubf=0x55dae5ef9c28 <ubf_select>, arg=0x55dae6bc7090, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:1466
No locals.
#28 0x000055dae5f01a76 in rb_nogvl (func=0x55dae5d96529 <sysopen_func>, data1=0x7ffe94f4e650, ubf=0x55dae5ef9c28 <ubf_select>, data2=0x55dae6bc7090, flags=0) at /tmp/ruby/src/trunk-O0/thread.c:1530
        __region = {prev_status = THREAD_RUNNABLE}
        val = 0x0
        ec = 0x55dae6bc84e0
        th = 0x55dae6bc7090
        vm = 0x55dae6bc4b10
        is_main_thread = true
        saved_errno = 0
        ubf_th = 0
#29 0x000055dae5f01b85 in rb_thread_call_without_gvl (func=0x55dae5d96529 <sysopen_func>, data1=0x7ffe94f4e650, ubf=0xffffffffffffffff, data2=0x0) at /tmp/ruby/src/trunk-O0/thread.c:1646
No locals.
#30 0x000055dae5d965a2 in rb_sysopen_internal (data=0x7ffe94f4e650) at /tmp/ruby/src/trunk-O0/io.c:6971
        fd = -1107307112
#31 0x000055dae5d9662e in rb_sysopen (fname=140093514119600, oflags=194, perm=384) at /tmp/ruby/src/trunk-O0/io.c:6988
        first_errno = 32618
        retried_errno = 0
        retried = 0
        fd = -1
        data = {fname = 140093514119600, oflags = 194, perm = 384}
        __func__ = "rb_sysopen"
#32 0x000055dae5d96cb4 in rb_file_open_generic (io=140093513976720, filename=140093514119600, oflags=194, fmode=1155, convconfig=0x7ffe94f4e740, perm=384) at /tmp/ruby/src/trunk-O0/io.c:7152
        pathv = 140093514119600
        fptr = 0x55dae6ca40d0
        cc = {enc = 0x7ffe00000483, enc2 = 0xbdffd5988690fa00, ecflags = -422200664, ecopts = 140093956600160}
#33 0x000055dae5d9843d in rb_open_file (argc=3, argv=0x7f6a2a84b148, io=140093513976720) at /tmp/ruby/src/trunk-O0/io.c:8075
        fname = 140093514119600
        oflags = 194
        fmode = 1155
        convconfig = {enc = 0x0, enc2 = 0x0, ecflags = 0, ecopts = 4}
        perm = 384
#34 0x000055dae5d9afb5 in rb_file_initialize (argc=3, argv=0x7f6a2a84b148, io=140093513976720) at /tmp/ruby/src/trunk-O0/io.c:9610
No locals.
#35 0x000055dae5f46dac in ractor_safe_call_cfunc_m1 (recv=140093513976720, argc=3, argv=0x7f6a2a84b148, func=0x55dae5d9af0a <rb_file_initialize>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55dae5d9af0a <rb_file_initialize>
#36 0x000055dae5f602d4 in vm_call0_cfunc_with_frame (ec=0x55dae6bc84e0, calling=0x7ffe94f4eaa0, argv=0x7f6a2a84b148) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f6a2a94aec0
        ci = 0x7ffe94f4ea70
        val = 140731397499056
        me = 0x7f6a11395a08
        cfunc = 0x55dae6beaf78
        len = -1
        recv = 140093513976720
        argc = 3
        mid = 3137
        block_handler = 0
        frame_flags = 1431635075
        args = <optimized out>
        args = <optimized out>
#37 0x000055dae5f603fd in vm_call0_cfunc (ec=0x55dae6bc84e0, calling=0x7ffe94f4eaa0, argv=0x7f6a2a84b148) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#38 0x000055dae5f6067b in vm_call0_body (ec=0x55dae6bc84e0, calling=0x7ffe94f4eaa0, argv=0x7f6a2a84b148) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffe94f4ea70
        cc = 0x7f6a1022cb68
        ret = 36
#39 0x000055dae5f5fecb in vm_call0_cc (ec=0x55dae6bc84e0, recv=140093513976720, id=3137, argc=3, argv=0x7f6a2a84b148, cc=0x7f6a1022cb68, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 64
        use_argv = 0x7f6a2a84b148
        av = {94398647283684, 94398662345952}
        calling = {cd = 0x7ffe94f4ea60, cc = 0x7f6a1022cb68, block_handler = 0, recv = 140093513976720, argc = 3, kw_splat = true, heap_argv = 0}
#40 0x000055dae5f61aae in rb_call0 (ec=0x55dae6bc84e0, recv=140093513976720, mid=3137, argc=3, argv=0x7f6a2a84b148, call_scope=CALL_FCALL_KW, self=140093532204280) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_FCALL
        kw_splat = 1
        cc = 0x7f6a1022cb68
#41 0x000055dae5f627fa in rb_call (recv=140093513976720, mid=3137, argc=3, argv=0x7f6a2a84b148, scope=CALL_FCALL_KW) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x55dae6bc84e0
#42 0x000055dae5f62edd in rb_funcallv_kw (recv=140093513976720, mid=3137, argc=3, argv=0x7f6a2a84b148, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:1092
No locals.
#43 0x000055dae5d5112d in rb_obj_call_init_kw (obj=140093513976720, argc=3, argv=0x7f6a2a84b148, kw_splat=1) at /tmp/ruby/src/trunk-O0/eval.c:1709
No locals.
#44 0x000055dae5e01945 in rb_class_new_instance_kw (argc=3, argv=0x7f6a2a84b148, klass=140093532204280, kw_splat=1) at /tmp/ruby/src/trunk-O0/object.c:2143
        obj = 140093513976720
#45 0x000055dae5d98487 in rb_io_s_open (argc=3, argv=0x7f6a2a84b148, klass=140093532204280) at /tmp/ruby/src/trunk-O0/io.c:8115
        io = 94398649163655
#46 0x000055dae5f46dac in ractor_safe_call_cfunc_m1 (recv=140093532204280, argc=3, argv=0x7f6a2a84b148, func=0x55dae5d98457 <rb_io_s_open>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x55dae5d98457 <rb_io_s_open>
#47 0x000055dae5f479e3 in vm_call_cfunc_with_frame_ (ec=0x55dae6bc84e0, reg_cfp=0x7f6a2a94aef8, calling=0x7ffe94f4f0f0, argc=3, argv=0x7f6a2a84b148, stack_bottom=0x7f6a2a84b140) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x411100400007
        cc = 0x7f6a1022cbb8
        val = 140731397500304
        me = 0x7f6a1139a918
        cfunc = 0x55dae6c28288
        recv = 140093532204280
        block_handler = 0
        frame_type = 1431635075
        len = -1
        args = <optimized out>
        args = <optimized out>
#48 0x000055dae5f47bb8 in vm_call_cfunc_with_frame (ec=0x55dae6bc84e0, reg_cfp=0x7f6a2a94aef8, calling=0x7ffe94f4f0f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 3
        stack_bottom = 0x7f6a2a84b140
        argv = 0x7f6a2a84b148
#49 0x000055dae5f47cd0 in vm_call_cfunc_other (ec=0x55dae6bc84e0, reg_cfp=0x7f6a2a94aef8, calling=0x7ffe94f4f0f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x411100400007
        argv_ary = 0
#50 0x000055dae5f480f8 in vm_call_cfunc (ec=0x55dae6bc84e0, reg_cfp=0x7f6a2a94aef8, calling=0x7ffe94f4f0f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x411100400007
#51 0x000055dae5f4ac27 in vm_call_method_each_type (ec=0x55dae6bc84e0, cfp=0x7f6a2a94aef8, calling=0x7ffe94f4f0f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x411100400007
        cc = 0x7f6a1022cbb8
        cme = 0x7f6a1139a918
        v = 94398663332216
#52 0x000055dae5f4b6d3 in vm_call_method (ec=0x55dae6bc84e0, cfp=0x7f6a2a94aef8, calling=0x7ffe94f4f0f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x411100400007
        cc = 0x7f6a1022cbb8
#53 0x000055dae5f4b8d5 in vm_call_general (ec=0x55dae6bc84e0, reg_cfp=0x7f6a2a94aef8, calling=0x7ffe94f4f0f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#54 0x000055dae5f4df5a in vm_sendish (ec=0x55dae6bc84e0, reg_cfp=0x7f6a2a94aef8, cd=0x55dae6d5bc80, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x411100400007
        cc = 0x7f6a1022cbb8
        argc = 3
        recv = 140093532204280
        calling = {cd = 0x55dae6d5bc80, cc = 0x7f6a1022cbb8, block_handler = 0, recv = 140093532204280, argc = 3, kw_splat = true, heap_argv = 0}
#55 0x000055dae5f554eb in vm_exec_core (ec=0x55dae6bc84e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55dae6d5bc80
        leaf = false
        val = 140093514119680
        reg_pc = 0x55dae6d5baa8
        reg_cfp = 0x7f6a2a94aef8
        insns_address_table = {0x55dae5f51bc2 <vm_exec_core+108>, 0x55dae5f51c24 <vm_exec_core+206>, 0x55dae5f51d37 <vm_exec_core+481>, 0x55dae5f51e4b <vm_exec_core+757>, 0x55dae5f51fe9 <vm_exec_core+1171>, 0x55dae5f52119 <vm_exec_core+1475>, 0x55dae5f5232b <vm_exec_core+2005>, 0x55dae5f5243d <vm_exec_core+2279>, 0x55dae5f52516 <vm_exec_core+2496>, 0x55dae5f5261d <vm_exec_core+2759>, 0x55dae5f52724 <vm_exec_core+3022>, 0x55dae5f52832 <vm_exec_core+3292>, 0x55dae5f52944 <vm_exec_core+3566>, 0x55dae5f52a14 <vm_exec_core+3774>, 0x55dae5f52b1d <vm_exec_core+4039>, 0x55dae5f52c17 <vm_exec_core+4289>, 0x55dae5f52cda <vm_exec_core+4484>, 0x55dae5f52d9d <vm_exec_core+4679>, 0x55dae5f52e26 <vm_exec_core+4816>, 0x55dae5f52eb2 <vm_exec_core+4956>, 0x55dae5f52f58 <vm_exec_core+5122>, 0x55dae5f53030 <vm_exec_core+5338>, 0x55dae5f530fd <vm_exec_core+5543>, 0x55dae5f531db <vm_exec_core+5765>, 0x55dae5f5329d <vm_exec_core+5959>, 0x55dae5f533dc <vm_exec_core+6278>, 0x55dae5f53482 <vm_exec_core+6444>, 0x55dae5f53567 <vm_exec_core+6673>, 0x55dae5f53696 <vm_exec_core+6976>, 0x55dae5f53759 <vm_exec_core+7171>, 0x55dae5f5381c <vm_exec_core+7366>, 0x55dae5f53913 <vm_exec_core+7613>, 0x55dae5f539d5 <vm_exec_core+7807>, 0x55dae5f53ab4 <vm_exec_core+8030>, 0x55dae5f53b81 <vm_exec_core+8235>, 0x55dae5f53c91 <vm_exec_core+8507>, 0x55dae5f53d8b <vm_exec_core+8757>, 0x55dae5f53e06 <vm_exec_core+8880>, 0x55dae5f53ec7 <vm_exec_core+9073>, 0x55dae5f53fb5 <vm_exec_core+9311>, 0x55dae5f54065 <vm_exec_core+9487>, 0x55dae5f541e4 <vm_exec_core+9870>, 0x55dae5f542be <vm_exec_core+10088>, 0x55dae5f543aa <vm_exec_core+10324>, 0x55dae5f5443b <vm_exec_core+10469>, 0x55dae5f54596 <vm_exec_core+10816>, 0x55dae5f54b38 <vm_exec_core+12258>, 0x55dae5f54c34 <vm_exec_core+12510>, 0x55dae5f54d37 <vm_exec_core+12769>, 0x55dae5f54e23 <vm_exec_core+13005>, 0x55dae5f5503c <vm_exec_core+13542>, 0x55dae5f5512e <vm_exec_core+13784>, 0x55dae5f55234 <vm_exec_core+14046>, 0x55dae5f55431 <vm_exec_core+14555>, 0x55dae5f555da <vm_exec_core+14980>, 0x55dae5f55705 <vm_exec_core+15279>, 0x55dae5f55871 <vm_exec_core+15643>, 0x55dae5f5599c <vm_exec_core+15942>, 0x55dae5f55b08 <vm_exec_core+16306>, 0x55dae5f55cea <vm_exec_core+16788>, 0x55dae5f55ee7 <vm_exec_core+17297>, 0x55dae5f56090 <vm_exec_core+17722>, 0x55dae5f561b2 <vm_exec_core+18012>, 0x55dae5f56259 <vm_exec_core+18179>, 0x55dae5f5631d <vm_exec_core+18375>, 0x55dae5f56406 <vm_exec_core+18608>, 0x55dae5f564f2 <vm_exec_core+18844>, 0x55dae5f565db <vm_exec_core+19077>, 0x55dae5f566ef <vm_exec_core+19353>, 0x55dae5f56816 <vm_exec_core+19648>, 0x55dae5f5694c <vm_exec_core+19958>, 0x55dae5f56a82 <vm_exec_core+20268>, 0x55dae5f56bb8 <vm_exec_core+20578>, 0x55dae5f56cee <vm_exec_core+20888>, 0x55dae5f56e24 <vm_exec_core+21198>, 0x55dae5f56f65 <vm_exec_core+21519>, 0x55dae5f570df <vm_exec_core+21897>, 0x55dae5f57215 <vm_exec_core+22207>, 0x55dae5f5734b <vm_exec_core+22517>, 0x55dae5f57481 <vm_exec_core+22827>, 0x55dae5f575b7 <vm_exec_core+23137>, 0x55dae5f576ed <vm_exec_core+23447>, 0x55dae5f57823 <vm_exec_core+23757>, 0x55dae5f57959 <vm_exec_core+24067>, 0x55dae5f57a8f <vm_exec_core+24377>, 0x55dae5f57bde <vm_exec_core+24712>, 0x55dae5f57d98 <vm_exec_core+25154>, 0x55dae5f57f16 <vm_exec_core+25536>, 0x55dae5f58035 <vm_exec_core+25823>, 0x55dae5f58154 <vm_exec_core+26110>, 0x55dae5f5826e <vm_exec_core+26392>, 0x55dae5f58388 <vm_exec_core+26674>, 0x55dae5f584b3 <vm_exec_core+26973>, 0x55dae5f585e9 <vm_exec_core+27283>, 0x55dae5f586d4 <vm_exec_core+27518>, 0x55dae5f587d9 <vm_exec_core+27779>, 0x55dae5f58921 <vm_exec_core+28107>, 0x55dae5f58a10 <vm_exec_core+28346>, 0x55dae5f58aea <vm_exec_core+28564>, 0x55dae5f58bbf <vm_exec_core+28777>, 0x55dae5f58c9a <vm_exec_core+28996>, 0x55dae5f58d16 <vm_exec_core+29120>, 0x55dae5f58d92 <vm_exec_core+29244>, 0x55dae5f58db0 <vm_exec_core+29274>, 0x55dae5f58dce <vm_exec_core+29304>, 0x55dae5f58dec <vm_exec_core+29334>, 0x55dae5f58e0a <vm_exec_core+29364>, 0x55dae5f58e28 <vm_exec_core+29394>, 0x55dae5f58e46 <vm_exec_core+29424>, 0x55dae5f58e64 <vm_exec_core+29454>, 0x55dae5f58e82 <vm_exec_core+29484>, 0x55dae5f58ea0 <vm_exec_core+29514>, 0x55dae5f58ebe <vm_exec_core+29544>, 0x55dae5f58edc <vm_exec_core+29574>, 0x55dae5f58efa <vm_exec_core+29604>, 0x55dae5f58f18 <vm_exec_core+29634>, 0x55dae5f58f36 <vm_exec_core+29664>, 0x55dae5f58f54 <vm_exec_core+29694>, 0x55dae5f58f72 <vm_exec_core+29724>, 0x55dae5f58f90 <vm_exec_core+29754>, 0x55dae5f58fae <vm_exec_core+29784>, 0x55dae5f58fcc <vm_exec_core+29814>, 0x55dae5f58fea <vm_exec_core+29844>, 0x55dae5f59008 <vm_exec_core+29874>, 0x55dae5f59026 <vm_exec_core+29904>, 0x55dae5f59044 <vm_exec_core+29934>, 0x55dae5f59062 <vm_exec_core+29964>, 0x55dae5f59080 <vm_exec_core+29994>, 0x55dae5f5909e <vm_exec_core+30024>, 0x55dae5f590bc <vm_exec_core+30054>, 0x55dae5f590da <vm_exec_core+30084>, 0x55dae5f590f8 <vm_exec_core+30114>, 0x55dae5f59116 <vm_exec_core+30144>, 0x55dae5f59134 <vm_exec_core+30174>, 0x55dae5f59152 <vm_exec_core+30204>, 0x55dae5f59170 <vm_exec_core+30234>, 0x55dae5f5918e <vm_exec_core+30264>, 0x55dae5f591ac <vm_exec_core+30294>, 0x55dae5f591ca <vm_exec_core+30324>, 0x55dae5f591e8 <vm_exec_core+30354>, 0x55dae5f59206 <vm_exec_core+30384>, 0x55dae5f59224 <vm_exec_core+30414>, 0x55dae5f59242 <vm_exec_core+30444>, 0x55dae5f59260 <vm_exec_core+30474>, 0x55dae5f5927e <vm_exec_core+30504>, 0x55dae5f5929c <vm_exec_core+30534>, 0x55dae5f592ba <vm_exec_core+30564>, 0x55dae5f592d8 <vm_exec_core+30594>, 0x55dae5f592f6 <vm_exec_core+30624>, 0x55dae5f59314 <vm_exec_core+30654>, 0x55dae5f59332 <vm_exec_core+30684>, 0x55dae5f59350 <vm_exec_core+30714>, 0x55dae5f5936e <vm_exec_core+30744>, 0x55dae5f5938c <vm_exec_core+30774>, 0x55dae5f593aa <vm_exec_core+30804>, 0x55dae5f593c8 <vm_exec_core+30834>, 0x55dae5f593e6 <vm_exec_core+30864>, 0x55dae5f59404 <vm_exec_core+30894>, 0x55dae5f59422 <vm_exec_core+30924>, 0x55dae5f59440 <vm_exec_core+30954>, 0x55dae5f5945e <vm_exec_core+30984>, 0x55dae5f5947c <vm_exec_core+31014>, 0x55dae5f5949a <vm_exec_core+31044>, 0x55dae5f594b8 <vm_exec_core+31074>, 0x55dae5f594d6 <vm_exec_core+31104>, 0x55dae5f594f4 <vm_exec_core+31134>, 0x55dae5f59512 <vm_exec_core+31164>, 0x55dae5f59530 <vm_exec_core+31194>, 0x55dae5f5954e <vm_exec_core+31224>, 0x55dae5f5956c <vm_exec_core+31254>, 0x55dae5f5958a <vm_exec_core+31284>, 0x55dae5f595a8 <vm_exec_core+31314>, 0x55dae5f595c6 <vm_exec_core+31344>, 0x55dae5f595e4 <vm_exec_core+31374>, 0x55dae5f59602 <vm_exec_core+31404>, 0x55dae5f59620 <vm_exec_core+31434>, 0x55dae5f5963e <vm_exec_core+31464>, 0x55dae5f5965c <vm_exec_core+31494>, 0x55dae5f5968d <vm_exec_core+31543>, 0x55dae5f596ab <vm_exec_core+31573>, 0x55dae5f596c9 <vm_exec_core+31603>, 0x55dae5f596e7 <vm_exec_core+31633>, 0x55dae5f59705 <vm_exec_core+31663>, 0x55dae5f59723 <vm_exec_core+31693>, 0x55dae5f59741 <vm_exec_core+31723>, 0x55dae5f5975f <vm_exec_core+31753>, 0x55dae5f5977d <vm_exec_core+31783>, 0x55dae5f5979b <vm_exec_core+31813>, 0x55dae5f597b9 <vm_exec_core+31843>, 0x55dae5f597d7 <vm_exec_core+31873>, 0x55dae5f597f5 <vm_exec_core+31903>, 0x55dae5f59813 <vm_exec_core+31933>, 0x55dae5f59831 <vm_exec_core+31963>, 0x55dae5f5984f <vm_exec_core+31993>, 0x55dae5f5986d <vm_exec_core+32023>, 0x55dae5f5988b <vm_exec_core+32053>, 0x55dae5f598a9 <vm_exec_core+32083>, 0x55dae5f598c7 <vm_exec_core+32113>, 0x55dae5f598e5 <vm_exec_core+32143>, 0x55dae5f59903 <vm_exec_core+32173>...}
#56 0x000055dae5f6bfe0 in vm_exec_loop (ec=0x55dae6bc84e0, state=RUBY_TAG_BREAK, tag=0x7ffe94f4fd80, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#57 0x000055dae5f6bf28 in rb_vm_exec (ec=0x55dae6bc84e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x55dae6bc84e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe94f4fe00, 0x55dae5f6be53 <rb_vm_exec+190>, 0x0, 0x7ffe94f4fd50, 0x7ffe94f50098}, prev = 0x7ffe94f4fe70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#58 0x000055dae5f6cd34 in rb_iseq_eval_main (iseq=0x7f6a102b8488) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x55dae6bc84e0
        val = 94398662345952
#59 0x000055dae5d4dc0d in rb_ec_exec_node (ec=0x55dae6bc84e0, n=0x7f6a102b8488) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55dae6bc7090
        _ec = 0x55dae6bc84e0
        _tag = {tag = 36, retval = 94398647161338, buf = {0x7ffe94f4fef0, 0x55dae5d4dba3 <rb_ec_exec_node+212>, 0x0, 0x7ffe94f4fe40, 0x55dae6bc84e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f6a102b8488
#60 0x000055dae5d4dd8a in ruby_run_node (n=0x7f6a102b8488) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55dae6bc84e0
        status = 21978
#61 0x000055dae5d495c4 in rb_main (argc=133, argv=0x7ffe94f50098) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140731397504880
#62 0x000055dae5d49625 in main (argc=133, argv=0x7ffe94f50098) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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