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

compiling /tmp/ruby/src/trunk-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/ruby_parser.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling /tmp/ruby/src/trunk-O0/weakmap.c
compiling /tmp/ruby/src/trunk-O0/yjit.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

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

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=64328
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

Retrying...
Finished tests in 1515.130790s, 17.8354 tests/s, 6315.4185 assertions/s.
27023 tests, 9568685 assertions, 0 failures, 0 errors, 222 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2023-12-28T00:07:56Z master 1f1edeef3f) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 297.711094 seconds

3728 files, 32492 examples, 142568 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.1341890.ruby -x gdbscript
[New LWP 1341890]
[New LWP 1341892]
[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  0x000055dcd4a5cd1b in get_uint16 (p=0x7f476f00069a "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
947	    return (uint16_t)MERGE_2INTS(p[0],p[1],8);
[Current thread is 1 (Thread 0x7f478b17f7c0 (LWP 1341890))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f478b17f7c0 (LWP 1341890) 0x000055dcd4a5cd1b in get_uint16 (p=0x7f476f00069a "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
  2    Thread 0x7f4771b9f640 (LWP 1341892) 0x00007f478b2a7fde in epoll_wait (epfd=4, events=0x55dcd4d5485c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f4771b9f640 (LWP 1341892)):
#0  0x00007f478b2a7fde in epoll_wait (epfd=4, events=0x55dcd4d5485c <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  0x000055dcd48be33f in event_wait (vm=0x55dcd618cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21980
#2  0x000055dcd48be363 in timer_thread_polling (vm=0x55dcd618cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -2051461491
#3  0x000055dcd48bea23 in timer_thread_func (ptr=0x55dcd618cb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x55dcd618cb10
#4  0x00007f478b216b43 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 = {140728966000384, 2593510797692503224, 139944827418176, 25, 139945253627984, 140728966000736, -2490240835105717064, -2490184832880474952}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f478b2a7bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f478b17f7c0 (LWP 1341890)):
#0  0x000055dcd4a5cd1b in get_uint16 (p=0x7f476f00069a "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
No locals.
#1  0x000055dcd4a5cd52 in get_uint32 (p=0x7f476f000698 "") at /tmp/ruby/src/trunk-O0/addr2line.c:953
No locals.
#2  0x000055dcd4a5cd92 in get_uint64 (p=0x7f476f000694 "\343\025\065") at /tmp/ruby/src/trunk-O0/addr2line.c:959
No locals.
#3  0x000055dcd4a5cf14 in read_uintptr (ptr=0x55dcd62205f0) at /tmp/ruby/src/trunk-O0/addr2line.c:1008
        p = 0x7f476f000694 "\343\025\065"
#4  0x000055dcd4a5e876 in ranges_include (reader=0x55dcd62208e0, ptr=0x55dcd62206e0, addr=2576048, rnglists_header=0x55dcd62206a0, errout=0x7f478b39c6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1698
        from = 3478949
        to = 94406973720800
        p = 0x7f476f00069c "\357\025\065"
        base = 0
        base_valid = true
#5  0x000055dcd4a5f361 in debug_info_read (reader=0x55dcd62208e0, num_traces=45, traces=0x55dcd4d57960 <trace>, lines=0x55dcd66ce520, offset=0, errout=0x7f478b39c6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1947
        addr = 94406947610288
        offset = 2576048
        saddr = 0
        i = 0
        die = {pos = 4590310, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 545376, low_pc_set = false, high_pc_set = false, ranges_set = true}
        line = {dirname = 0x7f476e7d7d3f "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/alloc/src/vec", filename = 0x7f476e7d818f "mod.rs", path = 0x0, line = 1825, base_addr = 0, saddr = 0, sname = 0x7f476ea7e5fd "append_elements<usize, alloc::alloc::Global>", next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#6  0x000055dcd4a60223 in fill_lines (num_traces=45, traces=0x55dcd4d57960 <trace>, check_debuglink=1, objp=0x55dcd6221200, lines=0x55dcd66ce520, offset=0, errout=0x7f478b39c6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x55dcd66cf1f0, file = 0x7f476d7ed000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f476e404808 "[p\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f476e7db0c2 "\375%", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f476e7d80c9 "function.rs", debug_line_directories = 0x7f476e7d7a59 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/ops", p = 0x7f476e4154fb "&V\323\033", cu_end = 0x7f476e41b867 "'\n\001", pend = 0x7f476e677cd3 "\001$", q0 = 0x7f476e698ecd "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f476e6990ef "-4", format = 4, address_size = 8 '\b', level = 10, abbrev_table = {0x7f478b3aa000 "", 0x7f476e698ece "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f476e698ee4 "4", 0x7f476e698eef "\023\001\035\023\003\016\v\v\210\001\017", 0x7f476e698efd "\r", 0x7f476e698f0b "\017", 0x7f476e698f16 "$", 0x7f476e698f21 "9\001\003\016", 0x7f476e698f28 "\023", 0x7f476e698f34 "\023\001\003\016\v\v\210\001\017", 0x7f476e698f40 "/", 0x7f476e698f49 ".\001n\016\003\016:\v;\005I\023 \v", 0x7f476e698f5a "\005", 0x7f476e698f67 ".\001n\016\003\016:\v;\005 \v", 0x7f476e698f76 "4", 0x7f476e698f86 "\v\001", 0x7f476e698f8b "4", 0x7f476e698f98 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f476e698fa8 "(", 0x7f476e698fb1 "(", 0x7f476e698fba "3\001\025\023", 0x7f476e698fc1 "\r", 0x7f476e698fcf "\031\001\026\v", 0x7f476e698fd6 "\027\001\003\016\v\v\210\001\017", 0x7f476e698fe2 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f476e698ff7 "\005", 0x7f476e699006 "\035", 0x7f476e699017 "\005", 0x7f476e699026 ".\001n\016\003\016:\v;\v \v", 0x7f476e699035 "\005", 0x7f476e699040 ".\001n\016\003\016:\v;\vI\023 \v", 0x7f476e699051 "4", 0x7f476e699061 "\005", 0x7f476e69906c ".\001\021\001\022\006@\030\061\023", 0x7f476e699079 "\005", 0x7f476e699080 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f476e699091 "4", 0x7f476e69909a "\005", 0x7f476e6990a3 "\005", 0x7f476e6990ac "\v\001\021\001\022\006", 0x7f476e6990b5 "4", 0x7f476e6990be "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f476e6990cf "\005", 0x7f476e6990d8 "4", 0x7f476e6990e1 "\035\001\061\023U\027X\vY\005W\v", 0x7f476e6990f0 "4", 0x7f476e6990f7 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f476e69910a "\005", 0x7f476e699117 "\v\001U\027", 0x7f476e69911e "\035", 0x7f476e69912d "4", 0x7f476e69913a "\023", 0x7f476e699146 "\031\001", 0x7f476e69914b "\023\001\003\016<\031\210\001\017", 0x7f476e699157 "3\001", 0x7f476e69915c "\005", 0x7f476e699169 "3", 0x7f476e69916e ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f476e699183 "\005", 0x7f476e699192 "\035\001\061\023U\027X\vY\vW\v", 0x7f476e6991a1 "4", 0x7f476e6991b3 "\035", 0x7f476e6991c4 "4", 0x7f476e6991d3 "4", 0x7f476e6991e5 "\005", 0x7f476e6991f4 "4", 0x7f476e699206 "\005", 0x7f476e69920f "4", 0x7f476e699218 "4", 0x7f476e69922a "4", 0x7f476e699239 "\035", 0x7f476e699248 ".\001\003\016:\v;\v \v", 0x7f476e699255 ".\001\003\016:\v;\vI\023 \v", 0x7f476e699264 ".", 0x7f476e699275 ".", 0x7f476e699286 "\017", 0x7f476e69928f "\025\001", 0x7f476e699294 "\005", 0x7f476e69929b "\001\001I\023", 0x7f476e6992a2 "!", 0x7f476e6992ad "$", 0x7f476e6992b8 "\025\001I\023", 0x7f476e698e69 ".\001\003\016:\v;\v \v", 0x7f476e698e76 ".\001\003\016:\v;\vI\023 \v", 0x7f476e698e85 "\001\001I\023", 0x7f476e698e8c "!", 0x7f476e698e97 "$", 0x7f476e698ea2 "\017", 0x7f476e698eab "\025\001", 0x7f476e698eb0 "\005", 0x7f476e698eb7 "\035", 0x7f476e698ec6 "\025\001I\023", 0x7f476e697dd7 "4", 0x7f476e697de9 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f476e697dfc "\005", 0x7f476e697e05 "4", 0x7f476e697e0e ".", 0x7f476e697e1f "\035\001\061\023\021\001\022\006X\vY\v", 0x7f476e697e2e "4", 0x7f476e697e40 "\035", 0x7f476e697e4f ".", 0x7f476e697e62 "\r", 0x7f476e697e70 "\025\001I\023", 0x7f476e697e77 "\005", 0x7f476e697e7e "\025\001", 0x7f476e697e83 ".\001\003\016:\v;\v \v", 0x7f476e697e90 ".\001\003\016:\v;\vI\023 \v", 0x7f476e696799 "\025\001I\023", 0x7f476e6967a0 "\005", 0x7f476e6967a7 "\025\001", 0x7f476e6967ac ".\001\003\016:\v;\v \v", 0x7f476e6967b9 ".\001\003\016:\v;\vI\023 \v", 0x7f476e6967c8 ".\001\003\016:\v;\vI\023?\031 \v", 0x7f476e68e436 "\005", 0x7f476e68e445 ".", 0x7f476e68a5b4 "!", 0x7f476e68a5bd "\r", 0x7f476e68a5d3 ".", 0x7f476e68a5e7 "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7f476e68a5fe "\n", 0x7f476e68a60b ".", 0x7f476e68a624 "4", 0x7f476e68a635 ".", 0x7f476e68a64d ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f476e68a66a ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f476e68a686 ".", 0x7f476e68a6a0 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f476e68a6b5 "\026", 0x7f476e68a6bf "\023\001\003\016\v\v:\v;\v\001\023", 0x7f476e68a6cf "\017", 0x7f476e68a6d7 "$", 0x7f476e68a6e3 "\026", 0x7f476e68a6f1 "&", 0x7f476e68a6f7 "\026", 0x7f476e68a707 "(", 0x7f476e68a711 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f476e68a726 "\025\001I\023\001\023", 0x7f476e68a730 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f476e68a745 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f476e68a757 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f476e68a769 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f476e68a77c "\026", 0x7f476e68a78f "!", 0x7f476e68a795 "4", 0x7f476e68a7a5 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f476e68a7c0 ".", 0x7f476e68a7d7 ".", 0x7f476e68a7ee ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f476e68a80a ".", 0x7f476e68a827 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f476e68a848 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f476e68a867 ".", 0x7f476e68a881 ".", 0x7f476e68a89d "4", 0x7f476e68a8a9 ".", 0x7f476e68a8c4 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f476e68a8d8 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f476e68a8f7 ".", 0x7f476e68a912 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f476e68a928 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f476e68a945 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f476e68a95d ".", 0x7ffe04073368 "", 0x55dcd6221630 "\017", 0x55dcd6221628 "(\373lpG\177", 0x7ffe04073370 "", 0x55dcd6220e68 "\022\251hnG\177", 0x55dcd62215e8 "P\256\032\326\334U", 0x55dcd62215f0 "", 0x55dcd62215f8 "`/x\326\334U", 0x55dcd6221600 "\340\274\071\213G\177", 0x7ffe04073378 "p\344p\324\334U", 0x7ffe04073380 "\260\063\a\004\376\177", 0x7ffe04073388 "", 0x7ffe04073390 "", 0x7ffe04073398 "\225\344p\324\334U", 0x0, 0x7ffe040733a0 "\250\063\a\004\376\177", 0x55dcd470e495 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x55dcd470e470 <_start> "\363\017\036\372\061\355I\211\321^H\211\342H\203\344\360PTE1\300\061\311H\215=;\001", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x55dcd6220fa0 "P\026\"\326\334U", 0x55dcd6221240 "\220\022\"\326\334U", 0x7f478b2b5cb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x55dcd6220fa0 "P\026\"\326\334U", 0x55dcd6221090 "", 0x55dcd6221240 "\220\022\"\326\334U", 0x7f478b3c3994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x55dcd6221650 ">", 0x55dcd6221648 "\020", 0x55dcd6221658 "\344"...}}
        i = 0
        j = 306
        shstr = 0x7f476f23e6d2 ""
        ehdr = 0x7f476d7ed000
        shdr = 0x7f476f23e8c8
        shstr_shdr = 0x7f476f23f448
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f476f23e988
        fd = 5
        filesize = 27600008
        file = 0x7f476d7ed000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f476f23f3c8
        strtab_shdr = 0x7f476f23f408
        dynsym_shdr = 0x7f476f23ea48
        dynstr_shdr = 0x7f476f23ea88
        obj = 0x55dcd66cf1f0
        dladdr_fbase = 94406945034240
#7  0x000055dcd4a60bce in rb_dump_backtrace_with_lines (num_traces=45, traces=0x55dcd4d57960 <trace>, errout=0x7f478b39c6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 139945253003056
        i = 0
        lines = 0x55dcd66ce520
        obj = 0x55dcd66cf1f0
        dladdr_fbases = 0x55dcd66cf070
        main_path = 0x55dcd62211a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#8  0x000055dcd4939ecb in rb_print_backtrace (errout=0x7f478b39c6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x55dcd4939eb0 <rb_print_backtrace+36>, 0x55dcd493a5d3 <rb_vm_bugreport+656>, 0x55dcd4b1b204 <rb_bug_for_fatal_signal+327>, 0x55dcd4880d1b <sigill>, 0x7f478b1c4520 <__restore_rt>, 0x55dcd4836b43 <rb_memsearch_qs_utf8+177>, 0x55dcd4836ea0 <rb_memsearch+318>, 0x55dcd4899d6b <strseq_core+84>, 0x55dcd4899fb1 <rb_strseq_index+445>, 0x55dcd489ff80 <rb_str_include+58>, 0x55dcd49099bd <ractor_safe_call_cfunc_1+58>, 0x55dcd490a586 <vm_call_cfunc_with_frame_+541>, 0x55dcd490a75b <vm_call_cfunc_with_frame+121>, 0x55dcd4910afd <vm_sendish+502>, 0x55dcd491808e <vm_exec_core+14741>, 0x55dcd492ea78 <rb_vm_exec+320>, 0x55dcd492b665 <invoke_block+216>, 0x55dcd492ba8b <invoke_block_from_c_bh+793>, 0x55dcd492bc85 <vm_yield_with_cref+90>, 0x55dcd492bcc3 <vm_yield+56>, 0x55dcd49265c5 <rb_yield_0+47>, 0x55dcd492662c <rb_yield+66>, 0x55dcd4a69fd9 <select_bang_i+88>, 0x55dcd47149c8 <rb_ensure+388>, 0x55dcd4a6a25f <rb_ary_select_bang+159>, 0x55dcd4a6a2c9 <rb_ary_keep_if+84>, 0x55dcd4909981 <ractor_safe_call_cfunc_0+48>, 0x55dcd490a586 <vm_call_cfunc_with_frame_+541>, 0x55dcd490a75b <vm_call_cfunc_with_frame+121>, 0x55dcd490a873 <vm_call_cfunc_other+278>, 0x55dcd490ac9b <vm_call_cfunc+302>, 0x55dcd490d7ca <vm_call_method_each_type+289>, 0x55dcd490e276 <vm_call_method+161>, 0x55dcd490e478 <vm_call_general+47>, 0x55dcd4910afd <vm_sendish+502>, 0x55dcd4917ee5 <vm_exec_core+14316>, 0x55dcd492ea78 <rb_vm_exec+320>, 0x55dcd492f8d7 <rb_iseq_eval_main+61>, 0x55dcd4712bcb <rb_ec_exec_node+318>, 0x55dcd4712d48 <ruby_run_node+150>, 0x55dcd470e5b4 <rb_main+76>, 0x55dcd470e615 <main+75>, 0x7f478b1abd90 <__libc_start_call_main+128>, 0x7f478b1abe40 <__libc_start_main_impl+128>, 0x55dcd470e495 <_start+37>, 0x0 <repeats 979 times>}
        n = 45
#9  0x000055dcd493a5d3 in rb_vm_bugreport (ctx=0x55dcd62215c0, errout=0x7f478b39c6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x55dcd618cb10
        ec = 0x55dcd61904e0
#10 0x000055dcd4b1b204 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55dcd62215c0, fmt=0x55dcd4b82a4b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f478b39c6a0 <_IO_2_1_stderr_>
        file = 0x7f477048f4a8 "-"
        line = 30
#11 0x000055dcd4880d1b in sigsegv (sig=11, info=0x55dcd62216f0, ctx=0x55dcd62215c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#12 <signal handler called>
No locals.
#13 0x000055dcd4836b43 in rb_memsearch_qs_utf8 (xs=0x7f47706cfb28 "\"embedded\":true", m=15, ys=0x55dcd66ce410 "{\"address\":\"0x7f476f848218\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":160, \"class\":\"0x7f4770ab3cb8\", \"embedded\":true, \"ivars\":10, \"memsize\":160, \"flags\":{\"wb_protected\":true, \"old\":true, \"uncollect"..., n=228) at /tmp/ruby/src/trunk-O0/re.c:210
        x = 0x7f47706cfb28 "\"embedded\":true"
        xe = 0x7f47706cfb37 ""
        y = 0x55dcd66ce410 "{\"address\":\"0x7f476f848218\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":160, \"class\":\"0x7f4770ab3cb8\", \"embedded\":true, \"ivars\":10, \"memsize\":160, \"flags\":{\"wb_protected\":true, \"old\":true, \"uncollect"...
        i = 63
        qstable = {16 <repeats 63 times>, 7306074882107598114, 3199092244753293924, 2482453582535270944, 7308535291867836730, 3547185475748459373, 7020098215918448694, 7095177650597163879, 8386658481854378079, 7310875413622973541, 4189021020291735596, 8440344026698576500, 8386658447444108142, 8247280737027121769, 8241988786400814453, 8462954442816513387, 175996261, 0 <repeats 432 times>, 532676608}
#14 0x000055dcd4836ea0 in rb_memsearch (x0=0x7f47706cfb28, m=15, y0=0x55dcd66ce410, n=228, enc=0x55dcd61aae50) at /tmp/ruby/src/trunk-O0/re.c:273
        x = 0x7f47706cfb28 "\"embedded\":true"
        y = 0x55dcd66ce410 "{\"address\":\"0x7f476f848218\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":160, \"class\":\"0x7f4770ab3cb8\", \"embedded\":true, \"ivars\":10, \"memsize\":160, \"flags\":{\"wb_protected\":true, \"old\":true, \"uncollect"...
#15 0x000055dcd4899d6b in strseq_core (str_ptr=0x55dcd66ce410 "{\"address\":\"0x7f476f848218\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":160, \"class\":\"0x7f4770ab3cb8\", \"embedded\":true, \"ivars\":10, \"memsize\":160, \"flags\":{\"wb_protected\":true, \"old\":true, \"uncollect"..., str_ptr_end=0x55dcd66ce4f4 "", str_len=228, sub_ptr=0x7f47706cfb28 "\"embedded\":true", sub_len=15, offset=0, enc=0x55dcd61aae50) at /tmp/ruby/src/trunk-O0/string.c:3928
        t = 0x7f47706cfb28 "\"embedded\":true"
        search_start = 0x55dcd66ce410 "{\"address\":\"0x7f476f848218\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":160, \"class\":\"0x7f4770ab3cb8\", \"embedded\":true, \"ivars\":10, \"memsize\":160, \"flags\":{\"wb_protected\":true, \"old\":true, \"uncollect"...
        pos = 15
        search_len = 228
#16 0x000055dcd4899fb1 in rb_strseq_index (str=139944805595960, sub=139944805595920, offset=0, in_byte=0) at /tmp/ruby/src/trunk-O0/string.c:3978
        str_ptr = 0x55dcd66ce410 "{\"address\":\"0x7f476f848218\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":160, \"class\":\"0x7f4770ab3cb8\", \"embedded\":true, \"ivars\":10, \"memsize\":160, \"flags\":{\"wb_protected\":true, \"old\":true, \"uncollect"...
        str_ptr_end = 0x55dcd66ce4f4 ""
        sub_ptr = 0x7f47706cfb28 "\"embedded\":true"
        str_len = 228
        sub_len = 15
        enc = 0x55dcd61aae50
#17 0x000055dcd489ff80 in rb_str_include (str=139944805595960, arg=139944805595920) at /tmp/ruby/src/trunk-O0/string.c:6521
        i = 94406947343146
#18 0x000055dcd49099bd in ractor_safe_call_cfunc_1 (recv=139944805595960, argc=1, argv=0x7f478b07e098, func=0x55dcd489ff46 <rb_str_include>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3313
        f = 0x55dcd489ff46 <rb_str_include>
#19 0x000055dcd490a586 in vm_call_cfunc_with_frame_ (ec=0x55dcd61904e0, reg_cfp=0x7f478b17df30, calling=0x7ffe04070f20, argc=1, argv=0x7f478b07e098, stack_bottom=0x7f478b07e090) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x120f00100003
        cc = 0x7f47709dfa30
        val = 0
        me = 0x7f4770489928
        cfunc = 0x55dcd61c2438
        recv = 139944805595960
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#20 0x000055dcd490a75b in vm_call_cfunc_with_frame (ec=0x55dcd61904e0, reg_cfp=0x7f478b17df30, calling=0x7ffe04070f20) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 1
        stack_bottom = 0x7f478b07e090
        argv = 0x7f478b07e098
#21 0x000055dcd4910afd in vm_sendish (ec=0x55dcd61904e0, reg_cfp=0x7f478b17df30, cd=0x55dcd632a840, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x120f00100003
        cc = 0x7f47709dfa30
        argc = 1
        recv = 139944805595960
        calling = {cd = 0x55dcd632a840, cc = 0x7f47709dfa30, block_handler = 0, recv = 139944805595960, argc = 1, kw_splat = false, heap_argv = 0}
#22 0x000055dcd491808e in vm_exec_core (ec=0x55dcd61904e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55dcd632a840
        leaf = false
        val = 139944805595960
        reg_pc = 0x55dcd6321720
        reg_cfp = 0x7f478b17df30
        insns_address_table = {0x55dcd4914765 <vm_exec_core+108>, 0x55dcd49147c7 <vm_exec_core+206>, 0x55dcd49148da <vm_exec_core+481>, 0x55dcd49149ee <vm_exec_core+757>, 0x55dcd4914b8c <vm_exec_core+1171>, 0x55dcd4914cbc <vm_exec_core+1475>, 0x55dcd4914ece <vm_exec_core+2005>, 0x55dcd4914fe0 <vm_exec_core+2279>, 0x55dcd49150b9 <vm_exec_core+2496>, 0x55dcd49151c0 <vm_exec_core+2759>, 0x55dcd49152c7 <vm_exec_core+3022>, 0x55dcd49153d5 <vm_exec_core+3292>, 0x55dcd49154e7 <vm_exec_core+3566>, 0x55dcd49155b7 <vm_exec_core+3774>, 0x55dcd49156c0 <vm_exec_core+4039>, 0x55dcd49157ba <vm_exec_core+4289>, 0x55dcd491587d <vm_exec_core+4484>, 0x55dcd4915940 <vm_exec_core+4679>, 0x55dcd49159c9 <vm_exec_core+4816>, 0x55dcd4915a55 <vm_exec_core+4956>, 0x55dcd4915afb <vm_exec_core+5122>, 0x55dcd4915bd3 <vm_exec_core+5338>, 0x55dcd4915ca0 <vm_exec_core+5543>, 0x55dcd4915d7e <vm_exec_core+5765>, 0x55dcd4915e40 <vm_exec_core+5959>, 0x55dcd4915f7f <vm_exec_core+6278>, 0x55dcd4916025 <vm_exec_core+6444>, 0x55dcd491610a <vm_exec_core+6673>, 0x55dcd4916239 <vm_exec_core+6976>, 0x55dcd49162fc <vm_exec_core+7171>, 0x55dcd49163bf <vm_exec_core+7366>, 0x55dcd49164b6 <vm_exec_core+7613>, 0x55dcd4916578 <vm_exec_core+7807>, 0x55dcd4916657 <vm_exec_core+8030>, 0x55dcd4916724 <vm_exec_core+8235>, 0x55dcd4916834 <vm_exec_core+8507>, 0x55dcd491692e <vm_exec_core+8757>, 0x55dcd49169a9 <vm_exec_core+8880>, 0x55dcd4916a6a <vm_exec_core+9073>, 0x55dcd4916b58 <vm_exec_core+9311>, 0x55dcd4916c08 <vm_exec_core+9487>, 0x55dcd4916d87 <vm_exec_core+9870>, 0x55dcd4916e61 <vm_exec_core+10088>, 0x55dcd4916f4d <vm_exec_core+10324>, 0x55dcd4916fde <vm_exec_core+10469>, 0x55dcd4917139 <vm_exec_core+10816>, 0x55dcd49176db <vm_exec_core+12258>, 0x55dcd49177d7 <vm_exec_core+12510>, 0x55dcd49178da <vm_exec_core+12769>, 0x55dcd49179c6 <vm_exec_core+13005>, 0x55dcd4917bdf <vm_exec_core+13542>, 0x55dcd4917cd1 <vm_exec_core+13784>, 0x55dcd4917dd7 <vm_exec_core+14046>, 0x55dcd4917fd4 <vm_exec_core+14555>, 0x55dcd491817d <vm_exec_core+14980>, 0x55dcd49182a8 <vm_exec_core+15279>, 0x55dcd4918414 <vm_exec_core+15643>, 0x55dcd491853f <vm_exec_core+15942>, 0x55dcd49186ab <vm_exec_core+16306>, 0x55dcd491888d <vm_exec_core+16788>, 0x55dcd4918a8a <vm_exec_core+17297>, 0x55dcd4918c33 <vm_exec_core+17722>, 0x55dcd4918d55 <vm_exec_core+18012>, 0x55dcd4918dfc <vm_exec_core+18179>, 0x55dcd4918ec0 <vm_exec_core+18375>, 0x55dcd4918fa9 <vm_exec_core+18608>, 0x55dcd4919095 <vm_exec_core+18844>, 0x55dcd491917e <vm_exec_core+19077>, 0x55dcd4919292 <vm_exec_core+19353>, 0x55dcd49193b9 <vm_exec_core+19648>, 0x55dcd49194ef <vm_exec_core+19958>, 0x55dcd4919625 <vm_exec_core+20268>, 0x55dcd491975b <vm_exec_core+20578>, 0x55dcd4919891 <vm_exec_core+20888>, 0x55dcd49199c7 <vm_exec_core+21198>, 0x55dcd4919b08 <vm_exec_core+21519>, 0x55dcd4919c82 <vm_exec_core+21897>, 0x55dcd4919db8 <vm_exec_core+22207>, 0x55dcd4919eee <vm_exec_core+22517>, 0x55dcd491a024 <vm_exec_core+22827>, 0x55dcd491a15a <vm_exec_core+23137>, 0x55dcd491a290 <vm_exec_core+23447>, 0x55dcd491a3c6 <vm_exec_core+23757>, 0x55dcd491a4fc <vm_exec_core+24067>, 0x55dcd491a632 <vm_exec_core+24377>, 0x55dcd491a781 <vm_exec_core+24712>, 0x55dcd491a93b <vm_exec_core+25154>, 0x55dcd491aab9 <vm_exec_core+25536>, 0x55dcd491abd8 <vm_exec_core+25823>, 0x55dcd491acf7 <vm_exec_core+26110>, 0x55dcd491ae11 <vm_exec_core+26392>, 0x55dcd491af2b <vm_exec_core+26674>, 0x55dcd491b056 <vm_exec_core+26973>, 0x55dcd491b18c <vm_exec_core+27283>, 0x55dcd491b277 <vm_exec_core+27518>, 0x55dcd491b37c <vm_exec_core+27779>, 0x55dcd491b4c4 <vm_exec_core+28107>, 0x55dcd491b5b3 <vm_exec_core+28346>, 0x55dcd491b68d <vm_exec_core+28564>, 0x55dcd491b762 <vm_exec_core+28777>, 0x55dcd491b83d <vm_exec_core+28996>, 0x55dcd491b8b9 <vm_exec_core+29120>, 0x55dcd491b935 <vm_exec_core+29244>, 0x55dcd491b953 <vm_exec_core+29274>, 0x55dcd491b971 <vm_exec_core+29304>, 0x55dcd491b98f <vm_exec_core+29334>, 0x55dcd491b9ad <vm_exec_core+29364>, 0x55dcd491b9cb <vm_exec_core+29394>, 0x55dcd491b9e9 <vm_exec_core+29424>, 0x55dcd491ba07 <vm_exec_core+29454>, 0x55dcd491ba25 <vm_exec_core+29484>, 0x55dcd491ba43 <vm_exec_core+29514>, 0x55dcd491ba61 <vm_exec_core+29544>, 0x55dcd491ba7f <vm_exec_core+29574>, 0x55dcd491ba9d <vm_exec_core+29604>, 0x55dcd491babb <vm_exec_core+29634>, 0x55dcd491bad9 <vm_exec_core+29664>, 0x55dcd491baf7 <vm_exec_core+29694>, 0x55dcd491bb15 <vm_exec_core+29724>, 0x55dcd491bb33 <vm_exec_core+29754>, 0x55dcd491bb51 <vm_exec_core+29784>, 0x55dcd491bb6f <vm_exec_core+29814>, 0x55dcd491bb8d <vm_exec_core+29844>, 0x55dcd491bbab <vm_exec_core+29874>, 0x55dcd491bbc9 <vm_exec_core+29904>, 0x55dcd491bbe7 <vm_exec_core+29934>, 0x55dcd491bc05 <vm_exec_core+29964>, 0x55dcd491bc23 <vm_exec_core+29994>, 0x55dcd491bc41 <vm_exec_core+30024>, 0x55dcd491bc5f <vm_exec_core+30054>, 0x55dcd491bc7d <vm_exec_core+30084>, 0x55dcd491bc9b <vm_exec_core+30114>, 0x55dcd491bcb9 <vm_exec_core+30144>, 0x55dcd491bcd7 <vm_exec_core+30174>, 0x55dcd491bcf5 <vm_exec_core+30204>, 0x55dcd491bd13 <vm_exec_core+30234>, 0x55dcd491bd31 <vm_exec_core+30264>, 0x55dcd491bd4f <vm_exec_core+30294>, 0x55dcd491bd6d <vm_exec_core+30324>, 0x55dcd491bd8b <vm_exec_core+30354>, 0x55dcd491bda9 <vm_exec_core+30384>, 0x55dcd491bdc7 <vm_exec_core+30414>, 0x55dcd491bde5 <vm_exec_core+30444>, 0x55dcd491be03 <vm_exec_core+30474>, 0x55dcd491be21 <vm_exec_core+30504>, 0x55dcd491be3f <vm_exec_core+30534>, 0x55dcd491be5d <vm_exec_core+30564>, 0x55dcd491be7b <vm_exec_core+30594>, 0x55dcd491be99 <vm_exec_core+30624>, 0x55dcd491beb7 <vm_exec_core+30654>, 0x55dcd491bed5 <vm_exec_core+30684>, 0x55dcd491bef3 <vm_exec_core+30714>, 0x55dcd491bf11 <vm_exec_core+30744>, 0x55dcd491bf2f <vm_exec_core+30774>, 0x55dcd491bf4d <vm_exec_core+30804>, 0x55dcd491bf6b <vm_exec_core+30834>, 0x55dcd491bf89 <vm_exec_core+30864>, 0x55dcd491bfa7 <vm_exec_core+30894>, 0x55dcd491bfc5 <vm_exec_core+30924>, 0x55dcd491bfe3 <vm_exec_core+30954>, 0x55dcd491c001 <vm_exec_core+30984>, 0x55dcd491c01f <vm_exec_core+31014>, 0x55dcd491c03d <vm_exec_core+31044>, 0x55dcd491c05b <vm_exec_core+31074>, 0x55dcd491c079 <vm_exec_core+31104>, 0x55dcd491c097 <vm_exec_core+31134>, 0x55dcd491c0b5 <vm_exec_core+31164>, 0x55dcd491c0d3 <vm_exec_core+31194>, 0x55dcd491c0f1 <vm_exec_core+31224>, 0x55dcd491c10f <vm_exec_core+31254>, 0x55dcd491c12d <vm_exec_core+31284>, 0x55dcd491c14b <vm_exec_core+31314>, 0x55dcd491c169 <vm_exec_core+31344>, 0x55dcd491c187 <vm_exec_core+31374>, 0x55dcd491c1a5 <vm_exec_core+31404>, 0x55dcd491c1c3 <vm_exec_core+31434>, 0x55dcd491c1e1 <vm_exec_core+31464>, 0x55dcd491c1ff <vm_exec_core+31494>, 0x55dcd491c230 <vm_exec_core+31543>, 0x55dcd491c24e <vm_exec_core+31573>, 0x55dcd491c26c <vm_exec_core+31603>, 0x55dcd491c28a <vm_exec_core+31633>, 0x55dcd491c2a8 <vm_exec_core+31663>, 0x55dcd491c2c6 <vm_exec_core+31693>, 0x55dcd491c2e4 <vm_exec_core+31723>, 0x55dcd491c302 <vm_exec_core+31753>, 0x55dcd491c320 <vm_exec_core+31783>, 0x55dcd491c33e <vm_exec_core+31813>, 0x55dcd491c35c <vm_exec_core+31843>, 0x55dcd491c37a <vm_exec_core+31873>, 0x55dcd491c398 <vm_exec_core+31903>, 0x55dcd491c3b6 <vm_exec_core+31933>, 0x55dcd491c3d4 <vm_exec_core+31963>, 0x55dcd491c3f2 <vm_exec_core+31993>, 0x55dcd491c410 <vm_exec_core+32023>, 0x55dcd491c42e <vm_exec_core+32053>, 0x55dcd491c44c <vm_exec_core+32083>, 0x55dcd491c46a <vm_exec_core+32113>, 0x55dcd491c488 <vm_exec_core+32143>, 0x55dcd491c4a6 <vm_exec_core+32173>...}
#23 0x000055dcd492ea78 in rb_vm_exec (ec=0x55dcd61904e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55dcd61904e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe04071c00, 0x55dcd492e9f6 <rb_vm_exec+190>, 0x0, 0x7ffe04071b50, 0x7ffe04071bf0}, prev = 0x7ffe04071f10, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#24 0x000055dcd492b665 in invoke_block (ec=0x55dcd61904e0, iseq=0x7f4770545df8, self=139945251884520, captured=0x7f478b17dfb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#25 0x000055dcd492ba8b in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffe04071e38, argc=1, self=139945251884520, captured=0x7f478b17dfb8, ec=0x55dcd61904e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f4770545df8
        opt_pc = 0
        type = 572653569
        cfp = 0x7f478b17df68
        sp = 0x7f478b07e070
        flags = 0
        use_argv = 0x7ffe04071e38
        av = {94406947349138, 139945253003112}
        stack_argv = 0x7f478b07e070
#26 invoke_block_from_c_bh (ec=0x55dcd61904e0, block_handler=139945253003193, argc=1, argv=0x7ffe04071e38, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1597
        captured = 0x7f478b17dfb8
#27 0x000055dcd492bc85 in vm_yield_with_cref (ec=0x55dcd61904e0, argc=1, argv=0x7ffe04071e38, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#28 0x000055dcd492bcc3 in vm_yield (ec=0x55dcd61904e0, argc=1, argv=0x7ffe04071e38, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#29 0x000055dcd49265c5 in rb_yield_0 (argc=1, argv=0x7ffe04071e38) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#30 0x000055dcd492662c in rb_yield (val=139944790360600) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#31 0x000055dcd4a69fd9 in select_bang_i (a=140728965996464) at /tmp/ruby/src/trunk-O0/array.c:3828
        v = 139944790360600
        arg = 0x7ffe04071fb0
        ary = 139944804163680
        i1 = 11384
        i2 = 11384
#32 0x000055dcd47149c8 in rb_ensure (b_proc=0x55dcd4a69f81 <select_bang_i>, data1=140728965996464, e_proc=0x55dcd4a6a05b <select_bang_ensure>, data2=140728965996464) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x55dcd61904e0
        _tag = {tag = 36, retval = 139944804163680, buf = {0x7ffe04071f90, 0x55dcd471496b <rb_ensure+295>, 0x0, 0x7ffe04071ea0, 0x7ffe04071f68}, prev = 0x7ffe040730a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 139944804163680
        ec = 0x55dcd61904e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x55dcd4a6a05b <select_bang_ensure>, data2 = 140728965996464}}
#33 0x000055dcd4a6a25f in rb_ary_select_bang (ary=139944804163680) at /tmp/ruby/src/trunk-O0/array.c:3891
        args = {ary = 139944804163680, len = {11384, 11384}}
#34 0x000055dcd4a6a2c9 in rb_ary_keep_if (ary=139944804163680) at /tmp/ruby/src/trunk-O0/array.c:3916
No locals.
#35 0x000055dcd4909981 in ractor_safe_call_cfunc_0 (recv=139944804163680, argc=0, argv=0x7f478b07e058, func=0x55dcd4a6a275 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x55dcd4a6a275 <rb_ary_keep_if>
#36 0x000055dcd490a586 in vm_call_cfunc_with_frame_ (ec=0x55dcd61904e0, reg_cfp=0x7f478b17dfa0, calling=0x7ffe04072440, argc=0, argv=0x7f478b07e058, stack_bottom=0x7f478b07e050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x358100000001
        cc = 0x7f47709dfb98
        val = 94406973129768
        me = 0x7f47704af290
        cfunc = 0x55dcd61e1b28
        recv = 139944804163680
        block_handler = 139945253003193
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#37 0x000055dcd490a75b in vm_call_cfunc_with_frame (ec=0x55dcd61904e0, reg_cfp=0x7f478b17dfa0, calling=0x7ffe04072440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f478b07e050
        argv = 0x7f478b07e058
#38 0x000055dcd490a873 in vm_call_cfunc_other (ec=0x55dcd61904e0, reg_cfp=0x7f478b17dfa0, calling=0x7ffe04072440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x358100000001
        argv_ary = 0
#39 0x000055dcd490ac9b in vm_call_cfunc (ec=0x55dcd61904e0, reg_cfp=0x7f478b17dfa0, calling=0x7ffe04072440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x358100000001
#40 0x000055dcd490d7ca in vm_call_method_each_type (ec=0x55dcd61904e0, cfp=0x7f478b17dfa0, calling=0x7ffe04072440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x358100000001
        cc = 0x7f47709dfb98
        cme = 0x7f47704af290
        v = 94406976292440
#41 0x000055dcd490e276 in vm_call_method (ec=0x55dcd61904e0, cfp=0x7f478b17dfa0, calling=0x7ffe04072440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x358100000001
        cc = 0x7f47709dfb98
#42 0x000055dcd490e478 in vm_call_general (ec=0x55dcd61904e0, reg_cfp=0x7f478b17dfa0, calling=0x7ffe04072440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#43 0x000055dcd4910afd in vm_sendish (ec=0x55dcd61904e0, reg_cfp=0x7f478b17dfa0, cd=0x55dcd6335310, block_handler=139945253003193, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x358100000001
        cc = 0x7f47709dfb98
        argc = 0
        recv = 139944804163680
        calling = {cd = 0x55dcd6335310, cc = 0x7f47709dfb98, block_handler = 139945253003193, recv = 139944804163680, argc = 0, kw_splat = false, heap_argv = 0}
#44 0x000055dcd4917ee5 in vm_exec_core (ec=0x55dcd61904e0) at ../../src/trunk-O0/insns.def:814
        bh = 139945253003193
        cd = 0x55dcd6335310
        blockiseq = 0x7f4770545df8
        leaf = false
        val = 139944808808000
        reg_pc = 0x55dcd632abe0
        reg_cfp = 0x7f478b17dfa0
        insns_address_table = {0x55dcd4914765 <vm_exec_core+108>, 0x55dcd49147c7 <vm_exec_core+206>, 0x55dcd49148da <vm_exec_core+481>, 0x55dcd49149ee <vm_exec_core+757>, 0x55dcd4914b8c <vm_exec_core+1171>, 0x55dcd4914cbc <vm_exec_core+1475>, 0x55dcd4914ece <vm_exec_core+2005>, 0x55dcd4914fe0 <vm_exec_core+2279>, 0x55dcd49150b9 <vm_exec_core+2496>, 0x55dcd49151c0 <vm_exec_core+2759>, 0x55dcd49152c7 <vm_exec_core+3022>, 0x55dcd49153d5 <vm_exec_core+3292>, 0x55dcd49154e7 <vm_exec_core+3566>, 0x55dcd49155b7 <vm_exec_core+3774>, 0x55dcd49156c0 <vm_exec_core+4039>, 0x55dcd49157ba <vm_exec_core+4289>, 0x55dcd491587d <vm_exec_core+4484>, 0x55dcd4915940 <vm_exec_core+4679>, 0x55dcd49159c9 <vm_exec_core+4816>, 0x55dcd4915a55 <vm_exec_core+4956>, 0x55dcd4915afb <vm_exec_core+5122>, 0x55dcd4915bd3 <vm_exec_core+5338>, 0x55dcd4915ca0 <vm_exec_core+5543>, 0x55dcd4915d7e <vm_exec_core+5765>, 0x55dcd4915e40 <vm_exec_core+5959>, 0x55dcd4915f7f <vm_exec_core+6278>, 0x55dcd4916025 <vm_exec_core+6444>, 0x55dcd491610a <vm_exec_core+6673>, 0x55dcd4916239 <vm_exec_core+6976>, 0x55dcd49162fc <vm_exec_core+7171>, 0x55dcd49163bf <vm_exec_core+7366>, 0x55dcd49164b6 <vm_exec_core+7613>, 0x55dcd4916578 <vm_exec_core+7807>, 0x55dcd4916657 <vm_exec_core+8030>, 0x55dcd4916724 <vm_exec_core+8235>, 0x55dcd4916834 <vm_exec_core+8507>, 0x55dcd491692e <vm_exec_core+8757>, 0x55dcd49169a9 <vm_exec_core+8880>, 0x55dcd4916a6a <vm_exec_core+9073>, 0x55dcd4916b58 <vm_exec_core+9311>, 0x55dcd4916c08 <vm_exec_core+9487>, 0x55dcd4916d87 <vm_exec_core+9870>, 0x55dcd4916e61 <vm_exec_core+10088>, 0x55dcd4916f4d <vm_exec_core+10324>, 0x55dcd4916fde <vm_exec_core+10469>, 0x55dcd4917139 <vm_exec_core+10816>, 0x55dcd49176db <vm_exec_core+12258>, 0x55dcd49177d7 <vm_exec_core+12510>, 0x55dcd49178da <vm_exec_core+12769>, 0x55dcd49179c6 <vm_exec_core+13005>, 0x55dcd4917bdf <vm_exec_core+13542>, 0x55dcd4917cd1 <vm_exec_core+13784>, 0x55dcd4917dd7 <vm_exec_core+14046>, 0x55dcd4917fd4 <vm_exec_core+14555>, 0x55dcd491817d <vm_exec_core+14980>, 0x55dcd49182a8 <vm_exec_core+15279>, 0x55dcd4918414 <vm_exec_core+15643>, 0x55dcd491853f <vm_exec_core+15942>, 0x55dcd49186ab <vm_exec_core+16306>, 0x55dcd491888d <vm_exec_core+16788>, 0x55dcd4918a8a <vm_exec_core+17297>, 0x55dcd4918c33 <vm_exec_core+17722>, 0x55dcd4918d55 <vm_exec_core+18012>, 0x55dcd4918dfc <vm_exec_core+18179>, 0x55dcd4918ec0 <vm_exec_core+18375>, 0x55dcd4918fa9 <vm_exec_core+18608>, 0x55dcd4919095 <vm_exec_core+18844>, 0x55dcd491917e <vm_exec_core+19077>, 0x55dcd4919292 <vm_exec_core+19353>, 0x55dcd49193b9 <vm_exec_core+19648>, 0x55dcd49194ef <vm_exec_core+19958>, 0x55dcd4919625 <vm_exec_core+20268>, 0x55dcd491975b <vm_exec_core+20578>, 0x55dcd4919891 <vm_exec_core+20888>, 0x55dcd49199c7 <vm_exec_core+21198>, 0x55dcd4919b08 <vm_exec_core+21519>, 0x55dcd4919c82 <vm_exec_core+21897>, 0x55dcd4919db8 <vm_exec_core+22207>, 0x55dcd4919eee <vm_exec_core+22517>, 0x55dcd491a024 <vm_exec_core+22827>, 0x55dcd491a15a <vm_exec_core+23137>, 0x55dcd491a290 <vm_exec_core+23447>, 0x55dcd491a3c6 <vm_exec_core+23757>, 0x55dcd491a4fc <vm_exec_core+24067>, 0x55dcd491a632 <vm_exec_core+24377>, 0x55dcd491a781 <vm_exec_core+24712>, 0x55dcd491a93b <vm_exec_core+25154>, 0x55dcd491aab9 <vm_exec_core+25536>, 0x55dcd491abd8 <vm_exec_core+25823>, 0x55dcd491acf7 <vm_exec_core+26110>, 0x55dcd491ae11 <vm_exec_core+26392>, 0x55dcd491af2b <vm_exec_core+26674>, 0x55dcd491b056 <vm_exec_core+26973>, 0x55dcd491b18c <vm_exec_core+27283>, 0x55dcd491b277 <vm_exec_core+27518>, 0x55dcd491b37c <vm_exec_core+27779>, 0x55dcd491b4c4 <vm_exec_core+28107>, 0x55dcd491b5b3 <vm_exec_core+28346>, 0x55dcd491b68d <vm_exec_core+28564>, 0x55dcd491b762 <vm_exec_core+28777>, 0x55dcd491b83d <vm_exec_core+28996>, 0x55dcd491b8b9 <vm_exec_core+29120>, 0x55dcd491b935 <vm_exec_core+29244>, 0x55dcd491b953 <vm_exec_core+29274>, 0x55dcd491b971 <vm_exec_core+29304>, 0x55dcd491b98f <vm_exec_core+29334>, 0x55dcd491b9ad <vm_exec_core+29364>, 0x55dcd491b9cb <vm_exec_core+29394>, 0x55dcd491b9e9 <vm_exec_core+29424>, 0x55dcd491ba07 <vm_exec_core+29454>, 0x55dcd491ba25 <vm_exec_core+29484>, 0x55dcd491ba43 <vm_exec_core+29514>, 0x55dcd491ba61 <vm_exec_core+29544>, 0x55dcd491ba7f <vm_exec_core+29574>, 0x55dcd491ba9d <vm_exec_core+29604>, 0x55dcd491babb <vm_exec_core+29634>, 0x55dcd491bad9 <vm_exec_core+29664>, 0x55dcd491baf7 <vm_exec_core+29694>, 0x55dcd491bb15 <vm_exec_core+29724>, 0x55dcd491bb33 <vm_exec_core+29754>, 0x55dcd491bb51 <vm_exec_core+29784>, 0x55dcd491bb6f <vm_exec_core+29814>, 0x55dcd491bb8d <vm_exec_core+29844>, 0x55dcd491bbab <vm_exec_core+29874>, 0x55dcd491bbc9 <vm_exec_core+29904>, 0x55dcd491bbe7 <vm_exec_core+29934>, 0x55dcd491bc05 <vm_exec_core+29964>, 0x55dcd491bc23 <vm_exec_core+29994>, 0x55dcd491bc41 <vm_exec_core+30024>, 0x55dcd491bc5f <vm_exec_core+30054>, 0x55dcd491bc7d <vm_exec_core+30084>, 0x55dcd491bc9b <vm_exec_core+30114>, 0x55dcd491bcb9 <vm_exec_core+30144>, 0x55dcd491bcd7 <vm_exec_core+30174>, 0x55dcd491bcf5 <vm_exec_core+30204>, 0x55dcd491bd13 <vm_exec_core+30234>, 0x55dcd491bd31 <vm_exec_core+30264>, 0x55dcd491bd4f <vm_exec_core+30294>, 0x55dcd491bd6d <vm_exec_core+30324>, 0x55dcd491bd8b <vm_exec_core+30354>, 0x55dcd491bda9 <vm_exec_core+30384>, 0x55dcd491bdc7 <vm_exec_core+30414>, 0x55dcd491bde5 <vm_exec_core+30444>, 0x55dcd491be03 <vm_exec_core+30474>, 0x55dcd491be21 <vm_exec_core+30504>, 0x55dcd491be3f <vm_exec_core+30534>, 0x55dcd491be5d <vm_exec_core+30564>, 0x55dcd491be7b <vm_exec_core+30594>, 0x55dcd491be99 <vm_exec_core+30624>, 0x55dcd491beb7 <vm_exec_core+30654>, 0x55dcd491bed5 <vm_exec_core+30684>, 0x55dcd491bef3 <vm_exec_core+30714>, 0x55dcd491bf11 <vm_exec_core+30744>, 0x55dcd491bf2f <vm_exec_core+30774>, 0x55dcd491bf4d <vm_exec_core+30804>, 0x55dcd491bf6b <vm_exec_core+30834>, 0x55dcd491bf89 <vm_exec_core+30864>, 0x55dcd491bfa7 <vm_exec_core+30894>, 0x55dcd491bfc5 <vm_exec_core+30924>, 0x55dcd491bfe3 <vm_exec_core+30954>, 0x55dcd491c001 <vm_exec_core+30984>, 0x55dcd491c01f <vm_exec_core+31014>, 0x55dcd491c03d <vm_exec_core+31044>, 0x55dcd491c05b <vm_exec_core+31074>, 0x55dcd491c079 <vm_exec_core+31104>, 0x55dcd491c097 <vm_exec_core+31134>, 0x55dcd491c0b5 <vm_exec_core+31164>, 0x55dcd491c0d3 <vm_exec_core+31194>, 0x55dcd491c0f1 <vm_exec_core+31224>, 0x55dcd491c10f <vm_exec_core+31254>, 0x55dcd491c12d <vm_exec_core+31284>, 0x55dcd491c14b <vm_exec_core+31314>, 0x55dcd491c169 <vm_exec_core+31344>, 0x55dcd491c187 <vm_exec_core+31374>, 0x55dcd491c1a5 <vm_exec_core+31404>, 0x55dcd491c1c3 <vm_exec_core+31434>, 0x55dcd491c1e1 <vm_exec_core+31464>, 0x55dcd491c1ff <vm_exec_core+31494>, 0x55dcd491c230 <vm_exec_core+31543>, 0x55dcd491c24e <vm_exec_core+31573>, 0x55dcd491c26c <vm_exec_core+31603>, 0x55dcd491c28a <vm_exec_core+31633>, 0x55dcd491c2a8 <vm_exec_core+31663>, 0x55dcd491c2c6 <vm_exec_core+31693>, 0x55dcd491c2e4 <vm_exec_core+31723>, 0x55dcd491c302 <vm_exec_core+31753>, 0x55dcd491c320 <vm_exec_core+31783>, 0x55dcd491c33e <vm_exec_core+31813>, 0x55dcd491c35c <vm_exec_core+31843>, 0x55dcd491c37a <vm_exec_core+31873>, 0x55dcd491c398 <vm_exec_core+31903>, 0x55dcd491c3b6 <vm_exec_core+31933>, 0x55dcd491c3d4 <vm_exec_core+31963>, 0x55dcd491c3f2 <vm_exec_core+31993>, 0x55dcd491c410 <vm_exec_core+32023>, 0x55dcd491c42e <vm_exec_core+32053>, 0x55dcd491c44c <vm_exec_core+32083>, 0x55dcd491c46a <vm_exec_core+32113>, 0x55dcd491c488 <vm_exec_core+32143>, 0x55dcd491c4a6 <vm_exec_core+32173>...}
#45 0x000055dcd492ea78 in rb_vm_exec (ec=0x55dcd61904e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55dcd61904e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe04073120, 0x55dcd492e9f6 <rb_vm_exec+190>, 0x0, 0x7ffe04073070, 0x55dcd6214990}, prev = 0x7ffe04073190, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#46 0x000055dcd492f8d7 in rb_iseq_eval_main (iseq=0x7f4770af2210) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x55dcd61904e0
        val = 94406973129952
#47 0x000055dcd4712bcb in rb_ec_exec_node (ec=0x55dcd61904e0, n=0x7f4770af2210) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55dcd618f090
        _ec = 0x55dcd61904e0
        _tag = {tag = 36, retval = 94406945350072, buf = {0x7ffe04073210, 0x55dcd4712b61 <rb_ec_exec_node+212>, 0x0, 0x7ffe04073160, 0x55dcd61904e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f4770af2210
#48 0x000055dcd4712d48 in ruby_run_node (n=0x7f4770af2210) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55dcd61904e0
        status = 21980
#49 0x000055dcd470e5b4 in rb_main (argc=130, argv=0x7ffe040733b8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140728966001296
#50 0x000055dcd470e615 in main (argc=130, argv=0x7ffe040733b8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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