# Logfile created on 2024-01-19 15:01:35 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055ea49231a48 @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.20240119-150135", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ea492d32f8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ea492d31b8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ea492d3000 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240119-150135", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240119-150135>, @binmode=false, @mon_data=#<Monitor:0x000055ea492d2f10>, @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
   7b0f6d6..d29cd97  master     -> origin/master
Updating 7b0f6d6..d29cd97
Fast-forward
 prism/defines.h                       |  8 ++++++
 prism/prism.c                         | 54 +++++++++++++++++++----------------
 prism/templates/src/prettyprint.c.erb |  6 ++--
 3 files changed, 41 insertions(+), 27 deletions(-)
Latest commit hash = d29cd972f7
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/socket'
/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/ast.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-O0/prism/encoding.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-O0/prism/options.c
compiling /tmp/ruby/src/trunk-O0/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-O0/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_state_stack.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_string_list.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-O0/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
compiling /tmp/ruby/src/trunk-O0/yjit.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
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/psych'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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]: 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.2/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'
$$$[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
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering 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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: 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'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.2
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
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 1876 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/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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
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=45664
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1324.199093s, 20.2303 tests/s, 7202.0620 assertions/s.
26789 tests, 9536964 assertions, 0 failures, 0 errors, 220 skips

ruby -v: ruby 3.4.0dev (2024-01-19T14:49:09Z master d29cd972f7) [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/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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-19T14:49:09Z master d29cd972f7) [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 630.126225 seconds

3728 files, 32011 examples, 141533 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.1299060.ruby -x gdbscript
[New LWP 1299060]
[New LWP 1299062]
[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 -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_FL_TEST_RAW (obj=139986122587000, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
472	    return RBASIC(obj)->flags & flags;
[Current thread is 1 (Thread 0x7f51298dd7c0 (LWP 1299060))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f51298dd7c0 (LWP 1299060) RB_FL_TEST_RAW (obj=139986122587000, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7f51102ff640 (LWP 1299062) 0x00007f5129a05fde in epoll_wait (epfd=4, events=0x564f7491c83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f51102ff640 (LWP 1299062)):
#0  0x00007f5129a05fde in epoll_wait (epfd=4, events=0x564f7491c83c <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  0x0000564f7447c3f6 in event_wait (vm=0x564f752bc2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22095
#2  0x0000564f7447c41a in timer_thread_polling (vm=0x564f752bc2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 2030841422
#3  0x0000564f7447cada in timer_thread_func (ptr=0x564f752bc2a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3026
        vm = 0x564f752bc2a0
#4  0x00007f5129974b43 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 = {140724233376336, -5750706386351926801, 139986140657216, 25, 139986566858832, 140724233376688, 5661943224356065775, 5661922122263319023}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f5129a05bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f51298dd7c0 (LWP 1299060)):
#0  RB_FL_TEST_RAW (obj=139986122587000, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x0000564f742db399 in RB_FL_ANY_RAW (obj=139986122587000, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x0000564f742db746 in RB_OBJ_PROMOTED_RAW (obj=139986122587000) at /tmp/ruby/src/trunk-O0/include/ruby/internal/gc.h:725
No locals.
#3  0x0000564f742de927 in RVALUE_OLD_P (obj=139986122587000) at /tmp/ruby/src/trunk-O0/gc.c:1808
        __func__ = <optimized out>
#4  0x0000564f742e9214 in gc_aging (objspace=0x564f752bec00, obj=139986122587000) at /tmp/ruby/src/trunk-O0/gc.c:7068
        page = 0x564f755149f0
        __func__ = <optimized out>
#5  0x0000564f742e933c in gc_mark_ptr (objspace=0x564f752bec00, obj=139986122587000) at /tmp/ruby/src/trunk-O0/gc.c:7107
        __func__ = "gc_mark_ptr"
#6  0x0000564f742e9545 in gc_mark (objspace=0x564f752bec00, obj=139986122587000) at /tmp/ruby/src/trunk-O0/gc.c:7142
No locals.
#7  0x0000564f742ea25d in gc_mark_children (objspace=0x564f752bec00, obj=139986123403040) at /tmp/ruby/src/trunk-O0/gc.c:7505
        ptr = 0x7f510f28af30
        i = 42
        len = 50
        shape = 0x7f5128360d38
        any = 0x7f510f28af20
#8  0x0000564f742ea652 in gc_mark_stacked_objects (objspace=0x564f752bec00, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7597
        mstack = 0x564f752bf088
        obj = 139986123403040
        marked_slots_at_the_beginning = 698
        popped_count = 0
#9  0x0000564f742ea7d2 in gc_mark_stacked_objects_all (objspace=0x564f752bec00) at /tmp/ruby/src/trunk-O0/gc.c:7635
No locals.
#10 0x0000564f742ecb46 in gc_marks_rest (objspace=0x564f752bec00) at /tmp/ruby/src/trunk-O0/gc.c:8830
No locals.
#11 0x0000564f742ecc7a in gc_marks (objspace=0x564f752bec00, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8888
        marking_finished = false
#12 0x0000564f742eea1d in gc_start (objspace=0x564f752bec00, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9641
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9510
#13 0x0000564f742ee6b2 in garbage_collect (objspace=0x564f752bec00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9522
        _lev = 253417912
        ret = 32593
#14 0x0000564f742ef179 in garbage_collect_with_gvl (objspace=0x564f752bec00, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9910
No locals.
#15 0x0000564f742f6358 in objspace_malloc_gc_stress (objspace=0x564f752bec00) at /tmp/ruby/src/trunk-O0/gc.c:12455
        reason = 45568
#16 0x0000564f742f67a0 in objspace_xrealloc (objspace=0x564f752bec00, ptr=0x564f754f9260, new_size=64, old_size=40) at /tmp/ruby/src/trunk-O0/gc.c:12730
        gpr = 107008
        mem = 0x40
#17 0x0000564f742f6c0b in ruby_sized_xrealloc2 (ptr=0x564f754f9260, n=64, size=1, old_n=0) at /tmp/ruby/src/trunk-O0/gc.c:12956
        len = 64
#18 0x0000564f742f6c42 in ruby_xrealloc2_body (ptr=0x564f754f9260, n=64, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12962
No locals.
#19 0x0000564f742fa4a7 in ruby_xrealloc2 (ptr=0x564f754f9260, n=64, new_size=1) at /tmp/ruby/src/trunk-O0/gc.c:14535
No locals.
#20 0x0000564f74455b64 in str_buf_cat4 (str=139986122499960, ptr=0x7f510f1ad9d0 "NameError", len=9, keep_cr=true) at /tmp/ruby/src/trunk-O0/string.c:3189
        total = 36
        olen = 27
        off = -1
        sptr = 0x564f754f9260 "-:38:in `block in <main>': "
        termlen = 1
        capa = 63
#21 0x0000564f744562a4 in rb_str_buf_append (str=139986122499960, str2=139986122496440) at /tmp/ruby/src/trunk-O0/string.c:3356
        str2_cr = 1048576
#22 0x0000564f7445641d in rb_str_append (str=139986122499960, str2=139986122496440) at /tmp/ruby/src/trunk-O0/string.c:3385
No locals.
#23 0x0000564f744566f4 in rb_str_concat (str1=139986122499960, str2=139986122496440) at /tmp/ruby/src/trunk-O0/string.c:3490
        code = 271897592
        enc = 0x564f752dada0
        encidx = 2
#24 0x0000564f742c8121 in print_errinfo (eclass=139986140976120, errat=139986122499640, emesg=4, str=139986122499960, highlight=0) at /tmp/ruby/src/trunk-O0/eval_error.c:116
        epath = 139986122496440
        elen = 0
        mesg = 139986122306520
#25 0x0000564f742c928d in rb_error_write (errinfo=139986122499720, emesg=4, errat=139986122499640, str=139986122499960, opt=139986122306680, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:348
        eclass = 139986140976120
        shown_causes = 0
        backtrace_limit = -1
#26 0x0000564f742c9567 in rb_ec_error_print_detailed (ec=0x564f752bfc70, errinfo=139986122499720, str=139986122499960, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x564f752bfc70
        _tag = {tag = 36, retval = 0, buf = {0x7ffce9f11470, 0x564f742c947c <rb_ec_error_print_detailed+372>, 0x0, 0x7ffce9f113a0, 0x0}, prev = 0x7ffce9f114e0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 139986122499640
        written = true
        emesg = 4
        opt = 139986122306680
        highlight = 0
#27 0x0000564f742cab2f in rb_ec_cleanup (ec=0x564f752bfc70, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:226
        err = 139986122499720
        mode0 = 0
        mode1 = 3
        _ec = 0x564f752bfc70
        _tag = {tag = 36, retval = 94899251487829, buf = {0x7ffce9f11560, 0x564f742ca927 <rb_ec_cleanup+295>, 0x0, 0x7ffce9f11480, 0x564f752bfc70}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x564f752be820
        th0 = 0x564f752be820
        step = 2
        message = 4
        buf = 139986122499960
#28 0x0000564f742cafda in ruby_run_node (n=0x7f510f1a6258) at /tmp/ruby/src/trunk-O0/eval.c:323
        ec = 0x564f752bfc70
        status = 22095
#29 0x0000564f742c65c4 in rb_main (argc=2, argv=0x7ffce9f11708) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140724233377248
#30 0x0000564f742c6625 in main (argc=2, argv=0x7ffce9f11708) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.1306168.ruby -x gdbscript
[New LWP 1306168]
[New LWP 1306170]
[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  0x00005583f004b74f in RVALUE_WB_UNPROTECTED (obj=140571462003800) at /tmp/ruby/src/trunk-O0/gc.c:1777
1777	    return RVALUE_WB_UNPROTECTED_BITMAP(obj) != 0;
[Current thread is 1 (Thread 0x7fd9716797c0 (LWP 1306168))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fd9716797c0 (LWP 1306168) 0x00005583f004b74f in RVALUE_WB_UNPROTECTED (obj=140571462003800) at /tmp/ruby/src/trunk-O0/gc.c:1777
  2    Thread 0x7fd95809f640 (LWP 1306170) 0x00007fd9717a1fde in epoll_wait (epfd=4, events=0x5583f068983c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fd95809f640 (LWP 1306170)):
#0  0x00007fd9717a1fde in epoll_wait (epfd=4, events=0x5583f068983c <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  0x00005583f01e93f6 in event_wait (vm=0x5583f0f892a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21891
#2  0x00005583f01e941a in timer_thread_polling (vm=0x5583f0f892a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -2000421566
#3  0x00005583f01e9ada in timer_thread_func (ptr=0x5583f0f892a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3026
        vm = 0x5583f0f892a0
#4  0x00007fd971710b43 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 = {140726969120000, -1619596159039421343, 140571461678656, 25, 140571887863888, 140726969120352, 1600108053701477473, 1600162418176836705}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fd9717a1bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fd9716797c0 (LWP 1306168)):
#0  0x00005583f004b74f in RVALUE_WB_UNPROTECTED (obj=140571462003800) at /tmp/ruby/src/trunk-O0/gc.c:1777
No locals.
#1  0x00005583f005607a in rgengc_check_relation (objspace=0x5583f0f8bc00, obj=140571462003800) at /tmp/ruby/src/trunk-O0/gc.c:7036
        old_parent = 140571461937440
        __func__ = <optimized out>
#2  0x00005583f00562bf in gc_mark_ptr (objspace=0x5583f0f8bc00, obj=140571462003800) at /tmp/ruby/src/trunk-O0/gc.c:7089
        __func__ = "gc_mark_ptr"
#3  0x00005583f0056545 in gc_mark (objspace=0x5583f0f8bc00, obj=140571462003800) at /tmp/ruby/src/trunk-O0/gc.c:7142
No locals.
#4  0x00005583f0056cee in gc_mark_children (objspace=0x5583f0f8bc00, obj=140571461937440) at /tmp/ruby/src/trunk-O0/gc.c:7395
        any = 0x7fd9580de920
#5  0x00005583f0057652 in gc_mark_stacked_objects (objspace=0x5583f0f8bc00, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7597
        mstack = 0x5583f0f8c088
        obj = 140571461937440
        marked_slots_at_the_beginning = 750
        popped_count = 0
#6  0x00005583f00577d2 in gc_mark_stacked_objects_all (objspace=0x5583f0f8bc00) at /tmp/ruby/src/trunk-O0/gc.c:7635
No locals.
#7  0x00005583f0059b46 in gc_marks_rest (objspace=0x5583f0f8bc00) at /tmp/ruby/src/trunk-O0/gc.c:8830
No locals.
#8  0x00005583f0059c7a in gc_marks (objspace=0x5583f0f8bc00, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8888
        marking_finished = false
#9  0x00005583f005ba1d in gc_start (objspace=0x5583f0f8bc00, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9641
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9510
#10 0x00005583f005b6b2 in garbage_collect (objspace=0x5583f0f8bc00, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9522
        _lev = 2365663328
        ret = 32765
#11 0x00005583f004dbc7 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x5583f0f8c9c0, objspace=0x5583f0f8bc00, flags=53274, klass=0) at /tmp/ruby/src/trunk-O0/gc.c:2877
        obj = 1
        lev = 1
#12 newobj_slowpath_wb_protected (klass=0, flags=53274, objspace=0x5583f0f8bc00, cr=0x5583f0f8c9c0, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2901
No locals.
#13 0x00005583f004df61 in newobj_of0 (klass=0, flags=53274, wb_protected=1, cr=0x5583f0f8c9c0, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2943
        obj = 94025174134496
        objspace = 0x5583f0f8bc00
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#14 0x00005583f004dfcd in newobj_of (cr=0x5583f0f8c9c0, klass=0, flags=53274, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2953
        obj = 8
#15 0x00005583f004e33e in rb_imemo_new (type=imemo_constcache, v1=0, v2=0, v3=0, v0=0) at /tmp/ruby/src/trunk-O0/gc.c:3058
        size = 40
        flags = 53274
#16 0x00005583f023d2a4 in vm_ic_update (iseq=0x7fd956ff0d98, ic=0x5583f114e740, val=140571461807360, reg_ep=0x7fd9715780b8, pc=0x5583f114e5c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5867
        ice = 0x69482d2fe457f400
        pos = 0
#17 0x00005583f023d43e in rb_vm_opt_getconstant_path (ec=0x5583f0f8cc70, reg_cfp=0x7fd971677f30, ic=0x5583f114e740) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5896
        val = 140571461807360
        segments = 0x5583f114e530
        ice = 0x0
#18 0x00005583f0240f25 in vm_exec_core (ec=0x5583f0f8cc70) at ../../src/trunk-O0/insns.def:263
        ic = 0x5583f114e740
        leaf = false
        val = 140571461807360
        reg_pc = 0x5583f114e5d0
        reg_cfp = 0x7fd971677f30
        insns_address_table = {0x5583f0240125 <vm_exec_core+108>, 0x5583f0240187 <vm_exec_core+206>, 0x5583f024029a <vm_exec_core+481>, 0x5583f02403ae <vm_exec_core+757>, 0x5583f024054c <vm_exec_core+1171>, 0x5583f024067c <vm_exec_core+1475>, 0x5583f024088e <vm_exec_core+2005>, 0x5583f02409a0 <vm_exec_core+2279>, 0x5583f0240a79 <vm_exec_core+2496>, 0x5583f0240b80 <vm_exec_core+2759>, 0x5583f0240c87 <vm_exec_core+3022>, 0x5583f0240d95 <vm_exec_core+3292>, 0x5583f0240ea7 <vm_exec_core+3566>, 0x5583f0240f77 <vm_exec_core+3774>, 0x5583f0241080 <vm_exec_core+4039>, 0x5583f024117a <vm_exec_core+4289>, 0x5583f024123d <vm_exec_core+4484>, 0x5583f0241300 <vm_exec_core+4679>, 0x5583f0241389 <vm_exec_core+4816>, 0x5583f0241415 <vm_exec_core+4956>, 0x5583f02414bb <vm_exec_core+5122>, 0x5583f0241593 <vm_exec_core+5338>, 0x5583f0241660 <vm_exec_core+5543>, 0x5583f024173e <vm_exec_core+5765>, 0x5583f0241800 <vm_exec_core+5959>, 0x5583f024193f <vm_exec_core+6278>, 0x5583f02419e5 <vm_exec_core+6444>, 0x5583f0241aca <vm_exec_core+6673>, 0x5583f0241bf9 <vm_exec_core+6976>, 0x5583f0241cbc <vm_exec_core+7171>, 0x5583f0241d7f <vm_exec_core+7366>, 0x5583f0241e76 <vm_exec_core+7613>, 0x5583f0241f38 <vm_exec_core+7807>, 0x5583f0242017 <vm_exec_core+8030>, 0x5583f02420e4 <vm_exec_core+8235>, 0x5583f02421f4 <vm_exec_core+8507>, 0x5583f02422ee <vm_exec_core+8757>, 0x5583f0242369 <vm_exec_core+8880>, 0x5583f024242a <vm_exec_core+9073>, 0x5583f0242518 <vm_exec_core+9311>, 0x5583f02425c8 <vm_exec_core+9487>, 0x5583f0242747 <vm_exec_core+9870>, 0x5583f0242821 <vm_exec_core+10088>, 0x5583f024290d <vm_exec_core+10324>, 0x5583f024299e <vm_exec_core+10469>, 0x5583f0242af9 <vm_exec_core+10816>, 0x5583f024309b <vm_exec_core+12258>, 0x5583f0243197 <vm_exec_core+12510>, 0x5583f024329a <vm_exec_core+12769>, 0x5583f0243386 <vm_exec_core+13005>, 0x5583f024359f <vm_exec_core+13542>, 0x5583f0243691 <vm_exec_core+13784>, 0x5583f0243797 <vm_exec_core+14046>, 0x5583f0243994 <vm_exec_core+14555>, 0x5583f0243b3d <vm_exec_core+14980>, 0x5583f0243c68 <vm_exec_core+15279>, 0x5583f0243dd4 <vm_exec_core+15643>, 0x5583f0243eff <vm_exec_core+15942>, 0x5583f024406b <vm_exec_core+16306>, 0x5583f024424d <vm_exec_core+16788>, 0x5583f024444a <vm_exec_core+17297>, 0x5583f02445f3 <vm_exec_core+17722>, 0x5583f0244715 <vm_exec_core+18012>, 0x5583f02447bc <vm_exec_core+18179>, 0x5583f0244880 <vm_exec_core+18375>, 0x5583f0244969 <vm_exec_core+18608>, 0x5583f0244a55 <vm_exec_core+18844>, 0x5583f0244b3e <vm_exec_core+19077>, 0x5583f0244c52 <vm_exec_core+19353>, 0x5583f0244d79 <vm_exec_core+19648>, 0x5583f0244eaf <vm_exec_core+19958>, 0x5583f0244fe5 <vm_exec_core+20268>, 0x5583f024511b <vm_exec_core+20578>, 0x5583f0245251 <vm_exec_core+20888>, 0x5583f0245387 <vm_exec_core+21198>, 0x5583f02454c8 <vm_exec_core+21519>, 0x5583f0245642 <vm_exec_core+21897>, 0x5583f0245778 <vm_exec_core+22207>, 0x5583f02458ae <vm_exec_core+22517>, 0x5583f02459e4 <vm_exec_core+22827>, 0x5583f0245b1a <vm_exec_core+23137>, 0x5583f0245c50 <vm_exec_core+23447>, 0x5583f0245d86 <vm_exec_core+23757>, 0x5583f0245ebc <vm_exec_core+24067>, 0x5583f0245ff2 <vm_exec_core+24377>, 0x5583f0246141 <vm_exec_core+24712>, 0x5583f02462fb <vm_exec_core+25154>, 0x5583f0246479 <vm_exec_core+25536>, 0x5583f0246598 <vm_exec_core+25823>, 0x5583f02466b7 <vm_exec_core+26110>, 0x5583f02467d1 <vm_exec_core+26392>, 0x5583f02468eb <vm_exec_core+26674>, 0x5583f0246a16 <vm_exec_core+26973>, 0x5583f0246b4c <vm_exec_core+27283>, 0x5583f0246c37 <vm_exec_core+27518>, 0x5583f0246d3c <vm_exec_core+27779>, 0x5583f0246e84 <vm_exec_core+28107>, 0x5583f0246f73 <vm_exec_core+28346>, 0x5583f024704d <vm_exec_core+28564>, 0x5583f0247122 <vm_exec_core+28777>, 0x5583f02471fd <vm_exec_core+28996>, 0x5583f0247279 <vm_exec_core+29120>, 0x5583f02472f5 <vm_exec_core+29244>, 0x5583f0247313 <vm_exec_core+29274>, 0x5583f0247331 <vm_exec_core+29304>, 0x5583f024734f <vm_exec_core+29334>, 0x5583f024736d <vm_exec_core+29364>, 0x5583f024738b <vm_exec_core+29394>, 0x5583f02473a9 <vm_exec_core+29424>, 0x5583f02473c7 <vm_exec_core+29454>, 0x5583f02473e5 <vm_exec_core+29484>, 0x5583f0247403 <vm_exec_core+29514>, 0x5583f0247421 <vm_exec_core+29544>, 0x5583f024743f <vm_exec_core+29574>, 0x5583f024745d <vm_exec_core+29604>, 0x5583f024747b <vm_exec_core+29634>, 0x5583f0247499 <vm_exec_core+29664>, 0x5583f02474b7 <vm_exec_core+29694>, 0x5583f02474d5 <vm_exec_core+29724>, 0x5583f02474f3 <vm_exec_core+29754>, 0x5583f0247511 <vm_exec_core+29784>, 0x5583f024752f <vm_exec_core+29814>, 0x5583f024754d <vm_exec_core+29844>, 0x5583f024756b <vm_exec_core+29874>, 0x5583f0247589 <vm_exec_core+29904>, 0x5583f02475a7 <vm_exec_core+29934>, 0x5583f02475c5 <vm_exec_core+29964>, 0x5583f02475e3 <vm_exec_core+29994>, 0x5583f0247601 <vm_exec_core+30024>, 0x5583f024761f <vm_exec_core+30054>, 0x5583f024763d <vm_exec_core+30084>, 0x5583f024765b <vm_exec_core+30114>, 0x5583f0247679 <vm_exec_core+30144>, 0x5583f0247697 <vm_exec_core+30174>, 0x5583f02476b5 <vm_exec_core+30204>, 0x5583f02476d3 <vm_exec_core+30234>, 0x5583f02476f1 <vm_exec_core+30264>, 0x5583f024770f <vm_exec_core+30294>, 0x5583f024772d <vm_exec_core+30324>, 0x5583f024774b <vm_exec_core+30354>, 0x5583f0247769 <vm_exec_core+30384>, 0x5583f0247787 <vm_exec_core+30414>, 0x5583f02477a5 <vm_exec_core+30444>, 0x5583f02477c3 <vm_exec_core+30474>, 0x5583f02477e1 <vm_exec_core+30504>, 0x5583f02477ff <vm_exec_core+30534>, 0x5583f024781d <vm_exec_core+30564>, 0x5583f024783b <vm_exec_core+30594>, 0x5583f0247859 <vm_exec_core+30624>, 0x5583f0247877 <vm_exec_core+30654>, 0x5583f0247895 <vm_exec_core+30684>, 0x5583f02478b3 <vm_exec_core+30714>, 0x5583f02478d1 <vm_exec_core+30744>, 0x5583f02478ef <vm_exec_core+30774>, 0x5583f024790d <vm_exec_core+30804>, 0x5583f024792b <vm_exec_core+30834>, 0x5583f0247949 <vm_exec_core+30864>, 0x5583f0247967 <vm_exec_core+30894>, 0x5583f0247985 <vm_exec_core+30924>, 0x5583f02479a3 <vm_exec_core+30954>, 0x5583f02479c1 <vm_exec_core+30984>, 0x5583f02479df <vm_exec_core+31014>, 0x5583f02479fd <vm_exec_core+31044>, 0x5583f0247a1b <vm_exec_core+31074>, 0x5583f0247a39 <vm_exec_core+31104>, 0x5583f0247a57 <vm_exec_core+31134>, 0x5583f0247a75 <vm_exec_core+31164>, 0x5583f0247a93 <vm_exec_core+31194>, 0x5583f0247ab1 <vm_exec_core+31224>, 0x5583f0247acf <vm_exec_core+31254>, 0x5583f0247aed <vm_exec_core+31284>, 0x5583f0247b0b <vm_exec_core+31314>, 0x5583f0247b29 <vm_exec_core+31344>, 0x5583f0247b47 <vm_exec_core+31374>, 0x5583f0247b65 <vm_exec_core+31404>, 0x5583f0247b83 <vm_exec_core+31434>, 0x5583f0247ba1 <vm_exec_core+31464>, 0x5583f0247bbf <vm_exec_core+31494>, 0x5583f0247bf0 <vm_exec_core+31543>, 0x5583f0247c0e <vm_exec_core+31573>, 0x5583f0247c2c <vm_exec_core+31603>, 0x5583f0247c4a <vm_exec_core+31633>, 0x5583f0247c68 <vm_exec_core+31663>, 0x5583f0247c86 <vm_exec_core+31693>, 0x5583f0247ca4 <vm_exec_core+31723>, 0x5583f0247cc2 <vm_exec_core+31753>, 0x5583f0247ce0 <vm_exec_core+31783>, 0x5583f0247cfe <vm_exec_core+31813>, 0x5583f0247d1c <vm_exec_core+31843>, 0x5583f0247d3a <vm_exec_core+31873>, 0x5583f0247d58 <vm_exec_core+31903>, 0x5583f0247d76 <vm_exec_core+31933>, 0x5583f0247d94 <vm_exec_core+31963>, 0x5583f0247db2 <vm_exec_core+31993>, 0x5583f0247dd0 <vm_exec_core+32023>, 0x5583f0247dee <vm_exec_core+32053>, 0x5583f0247e0c <vm_exec_core+32083>, 0x5583f0247e2a <vm_exec_core+32113>, 0x5583f0247e48 <vm_exec_core+32143>, 0x5583f0247e66 <vm_exec_core+32173>...}
#19 0x00005583f025a543 in vm_exec_loop (ec=0x5583f0f8cc70, state=RUBY_TAG_RAISE, tag=0x7ffd8d0136a0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2516
No locals.
#20 0x00005583f025a48b in rb_vm_exec (ec=0x5583f0f8cc70) at /tmp/ruby/src/trunk-O0/vm.c:2495
        _ec = 0x5583f0f8cc70
        _tag = {tag = 36, retval = 4, buf = {0x7ffd8d013720, 0x5583f025a3b6 <rb_vm_exec+190>, 0x0, 0x7ffd8d013670, 0x7ffd8d0139b8}, prev = 0x7ffd8d013790, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#21 0x00005583f025b297 in rb_iseq_eval_main (iseq=0x7fd956fe84b8) at /tmp/ruby/src/trunk-O0/vm.c:2755
        ec = 0x5583f0f8cc70
        val = 94025171913840
#22 0x00005583f0037e59 in rb_ec_exec_node (ec=0x5583f0f8cc70, n=0x7fd956fe84b8) at /tmp/ruby/src/trunk-O0/eval.c:283
        th = 0x5583f0f8b820
        _ec = 0x5583f0f8cc70
        _tag = {tag = 36, retval = 94025155834965, buf = {0x7ffd8d013810, 0x5583f0037def <rb_ec_exec_node+212>, 0x0, 0x7ffd8d013760, 0x5583f0f8cc70}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fd956fe84b8
#23 0x00005583f0037fca in ruby_run_node (n=0x7fd956fe84b8) at /tmp/ruby/src/trunk-O0/eval.c:323
        ec = 0x5583f0f8cc70
        status = 21891
#24 0x00005583f00335c4 in rb_main (argc=128, argv=0x7ffd8d0139b8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140726969120912
#25 0x00005583f0033625 in main (argc=128, argv=0x7ffd8d0139b8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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