# Logfile created on 2024-01-18 16:57:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000564c25941e30 @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.20240118-165715", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000564c259d73e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000564c259d7250 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000564c259d70c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240118-165715", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240118-165715>, @binmode=false, @mon_data=#<Monitor:0x0000564c259d6ff8>, @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
   97721fa..00814fd  master     -> origin/master
Updating 97721fa..00814fd
Fast-forward
 io.c            | 267 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 prism_compile.c |   1 -
 2 files changed, 236 insertions(+), 32 deletions(-)
Latest commit hash = 00814fd672
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/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/compile.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/version.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
1ccf29a4d303e91b79316036c11de3b1b88e175b300faf6e8b5762ea7b3f5735  builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
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/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: 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/bigdecimal-3.1.6/ext/bigdecimal'
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/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    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.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    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.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
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 1875 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

Retrying...
Finished tests in 1447.525582s, 18.5565 tests/s, 6594.8734 assertions/s.
26861 tests, 9546248 assertions, 0 failures, 0 errors, 226 skips

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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'
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-18T15:35:46Z master 00814fd672) [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 637.417101 seconds

3728 files, 32023 examples, 140614 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.377862.ruby -x gdbscript
[New LWP 377862]
[New LWP 377864]
[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=140501052202040, 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 0x7fc90db527c0 (LWP 377862))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fc90db527c0 (LWP 377862) RB_FL_TEST_RAW (obj=140501052202040, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7fc8f457f640 (LWP 377864) 0x00007fc90dc7afde in epoll_wait (epfd=4, events=0x5627a8b7183c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fc8f457f640 (LWP 377864)):
#0  0x00007fc90dc7afde in epoll_wait (epfd=4, events=0x5627a8b7183c <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  0x00005627a86d47f4 in event_wait (vm=0x5627aa331b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22055
#2  0x00005627a86d4818 in timer_thread_polling (vm=0x5627aa331b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 1250898363
#3  0x00005627a86d4ed8 in timer_thread_func (ptr=0x5627aa331b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x5627aa331b10
#4  0x00007fc90dbe9b43 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 = {140724427324032, 1673482631900163371, 140501069592128, 25, 140501495748688, 140724427324384, -1681936983431975637, -1681112685410521813}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fc90dc7abb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fc90db527c0 (LWP 377862)):
#0  RB_FL_TEST_RAW (obj=140501052202040, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x00005627a8537167 in RB_FL_ANY_RAW (obj=140501052202040, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x00005627a8537514 in RB_OBJ_PROMOTED_RAW (obj=140501052202040) at /tmp/ruby/src/trunk-O0/include/ruby/internal/gc.h:725
No locals.
#3  0x00005627a853a6f5 in RVALUE_OLD_P (obj=140501052202040) at /tmp/ruby/src/trunk-O0/gc.c:1803
        __func__ = <optimized out>
#4  0x00005627a8544e2e in rgengc_check_relation (objspace=0x5627aa334470, obj=140501052202040) at /tmp/ruby/src/trunk-O0/gc.c:7004
        old_parent = 140501052201760
        __func__ = <optimized out>
#5  0x00005627a8545063 in gc_mark_ptr (objspace=0x5627aa334470, obj=140501052202040) at /tmp/ruby/src/trunk-O0/gc.c:7057
        __func__ = "gc_mark_ptr"
#6  0x00005627a85452e9 in gc_mark (objspace=0x5627aa334470, obj=140501052202040) at /tmp/ruby/src/trunk-O0/gc.c:7110
No locals.
#7  0x00005627a8545750 in gc_mark_imemo (objspace=0x5627aa334470, obj=140501052201760) at /tmp/ruby/src/trunk-O0/gc.c:7239
        __func__ = <optimized out>
#8  0x00005627a8545a76 in gc_mark_children (objspace=0x5627aa334470, obj=140501052201760) at /tmp/ruby/src/trunk-O0/gc.c:7356
        any = 0x7fc8f34e9b20
#9  0x00005627a85463f6 in gc_mark_stacked_objects (objspace=0x5627aa334470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x5627aa3348f8
        obj = 140501052201760
        marked_slots_at_the_beginning = 701
        popped_count = 0
#10 0x00005627a8546576 in gc_mark_stacked_objects_all (objspace=0x5627aa334470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#11 0x00005627a85488ea in gc_marks_rest (objspace=0x5627aa334470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#12 0x00005627a8548a1e in gc_marks (objspace=0x5627aa334470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#13 0x00005627a854a7c1 in gc_start (objspace=0x5627aa334470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#14 0x00005627a854a456 in garbage_collect (objspace=0x5627aa334470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 8192
        ret = 0
#15 0x00005627a854af1d in garbage_collect_with_gvl (objspace=0x5627aa334470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#16 0x00005627a85520fc in objspace_malloc_gc_stress (objspace=0x5627aa334470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#17 0x00005627a85523df in objspace_xmalloc0 (objspace=0x5627aa334470, size=61) at /tmp/ruby/src/trunk-O0/gc.c:12625
        gpr = 107008
        mem = 0x3d
#18 0x00005627a85527ad in ruby_xmalloc2_body (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12872
No locals.
#19 0x00005627a85561c8 in ruby_xmalloc2 (n=61, size=1) at /tmp/ruby/src/trunk-O0/gc.c:14473
No locals.
#20 0x00005627a86ac4f9 in str_make_independent_expand (str=140501051433800, len=6, expand=54, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2434
        ptr = 0x7ffcf58070c0 "@q\200\365\374\177"
        oldptr = 0x5627a86a6632 <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
        capa = 60
#21 0x00005627a86ae25d in rb_str_resize (str=140501051433800, len=60) at /tmp/ruby/src/trunk-O0/string.c:3127
        capa = 3145728
        termlen = 1
        independent = 1
        slen = 6
#22 0x00005627a86a09f4 in ruby__sfvwrite (fp=0x7ffcf58078f0, uio=0x7ffcf5807280) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
        cr = 1048576
        iov = 0xf58072b0
        result = 140501051433800
        buf = 0x7fc8f342e366 ""
        len = 33
        n = 140501051433800
        blen = 6
        bsiz = 60
#23 0x00005627a869d46b in BSD__sprint (fp=0x7ffcf58078f0, uio=0x7ffcf5807280) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
        err = -176128200
#24 0x00005627a86a027b in BSD_vfprintf (fp=0x7ffcf58078f0, fmt0=0x5627a896b102 "from %li\v\n", ap=0x7ffcf5807990) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
        nc = 5
        PRI_EXTRA_MARK_LEN = 1
        fmt = <optimized out>
        ch = 105
        n = -176128200
        cp = 0x7fc8f33ff538 "<internal:numeric>:237:in `times'"
        iovp = 0x7ffcf58072b0
        flags = 16
        ret = 38
        width = 0
        prec = -1
        sign = 0 '\000'
        softsign = 0 '\000'
        _double = 0
        expt = -213844768
        expsize = 0
        ndig = 0
        fprec = 0
        expstr = "H3\252'V\000"
        ulval = 140501051241760
        base = 0
        dprec = 0
        fieldsz = 33
        realsz = 33
        size = -213731728
        xdigs = 0x0
        uio = {uio_iov = 0x7ffcf58072a0, uio_iovcnt = 1, uio_resid = 33}
        iov = {{iov_base = 0x7fc8f33ff538, iov_len = 33}, {iov_base = 0xb4300000008, iov_len = 94728332166719}, {iov_base = 0x7ffcf5807310, iov_len = 94728359203376}, {iov_base = 0x7ffcf5807350, iov_len = 94728327776831}, {iov_base = 0x20, iov_len = 140501051182080}, {iov_base = 0x7ffcf5807310, iov_len = 140501051182080}, {iov_base = 0x20, iov_len = 8}, {iov_base = 0x7ffcf5807350, iov_len = 94728327806069}}
        buf = "@\312[\252'V\000\000\000\f?\363\310\177\000\000 \200Y\364\310\177\000\000\070\177\200\365\374\177\000\000ps\200\365\374\177\000\000(OT\250'V\000\000\000\f?\363\310\177\000\000pD3\252'V\000\000\220s\200\365\374\177\000\000\363PT\250'V\000\000 \000\000\000\000\000\000\000\000\f?\363\310\177\000\000\260s\200\365\374\177\000\000\000\f?\363\310\177\000\000 \000\000\000\000\000\000\000\b\000\000\000\000\000\000\000\360s\200\365\374\177\000\000u<T\250'V\000\000\000\f?\363\310\177\000\000\370H3\252'V\000\000@\312[\252'V\000\000\000\f?\363\310\177\000\000 \200Y\364\310\177\000\000\070\177\200\365\374\177\000\000\020t\200\365\374\177\000\000"...
        ox = "\177\000\000\370"
        ebuf = 0x7ffcf5807867 ""
        ln = -33
        blanks = ' ' <repeats 16 times>
        zeroes = '0' <repeats 16 times>
#25 0x00005627a86a0de7 in ruby_vsprintf0 (result=140501051433800, p=0x7fc8f342e361 "from ", fmt=0x5627a896b102 "from %li\v\n", ap=0x7ffcf5807990) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
        buffer = {base = {_p = 0x7fc8f342e366 "", _w = 15, _flags = 520, _file = -3262, _bf = {_base = 0x7fc8f342e348 "\005", _size = 0}, vwrite = 0x5627a86a08d9 <ruby__sfvwrite>, vextra = 0x5627a86a0abe <ruby__sfvextra>}, value = 140501051241760}
        klass = 140501069917280
        coderange = 0
        scanned = 0
        blen = 140501051422320
#26 0x00005627a86a117e in rb_str_vcatf (str=140501051433800, fmt=0x5627a896b102 "from %li\v\n", ap=0x7ffcf5807990) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#27 0x00005627a86a1240 in rb_str_catf (str=140501051433800, format=0x5627a896b102 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffcf5807a70, reg_save_area = 0x7ffcf58079b0}}
#28 0x00005627a8524a49 in print_backtrace (eclass=140501069911040, errat=140501051438760, str=140501051439680, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:259
        bt = 140501051433800
        line = 140501051241760
        i = 1
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#29 0x00005627a8525039 in rb_error_write (errinfo=140501051439120, emesg=4, errat=140501051438760, str=140501051439680, opt=140501051242080, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:349
        eclass = 140501069911040
        shown_causes = 0
        backtrace_limit = -1
#30 0x00005627a85252ed in rb_ec_error_print_detailed (ec=0x5627aa3354e0, errinfo=140501051439120, str=140501051439680, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x5627aa3354e0
        _tag = {tag = 36, retval = 0, buf = {0x7ffcf5807ca0, 0x5627a8525202 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffcf5807bd0, 0x0}, prev = 0x7ffcf5807d10, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140501051438760
        written = true
        emesg = 4
        opt = 140501051242080
        highlight = 0
#31 0x00005627a85268e3 in rb_ec_cleanup (ec=0x5627aa3354e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140501051439120
        mode0 = 0
        mode1 = 3
        _ec = 0x5627aa3354e0
        _tag = {tag = 36, retval = 94728327684602, buf = {0x7ffcf5807d90, 0x5627a85266cc <rb_ec_cleanup+295>, 0x0, 0x7ffcf5807cb0, 0x5627aa3354e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x5627aa334090
        th0 = 0x5627aa334090
        step = 2
        message = 4
        buf = 140501051439680
#32 0x00005627a8526d9a in ruby_run_node (n=0x7fc8f3423790) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5627aa3354e0
        status = 22055
#33 0x00005627a85225c4 in rb_main (argc=2, argv=0x7ffcf5807f38) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140724427324944
#34 0x00005627a8522625 in main (argc=2, argv=0x7ffcf5807f38) 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.387293.ruby -x gdbscript
[New LWP 387293]
[New LWP 387295]
[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  RB_FL_TEST_RAW (obj=139623025179920, 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 0x7efc9f3aa7c0 (LWP 387293))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7efc9f3aa7c0 (LWP 387293) RB_FL_TEST_RAW (obj=139623025179920, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
  2    Thread 0x7efc85dcf640 (LWP 387295) 0x00007efc9f4d2fde in epoll_wait (epfd=4, events=0x56215bbdd83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7efc85dcf640 (LWP 387295)):
#0  0x00007efc9f4d2fde in epoll_wait (epfd=4, events=0x56215bbdd83c <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  0x000056215b7407f4 in event_wait (vm=0x56215bf1fb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22049
#2  0x000056215b740818 in timer_thread_polling (vm=0x56215bf1fb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 2040201659
#3  0x000056215b740ed8 in timer_thread_func (ptr=0x56215bf1fb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x56215bf1fb10
#4  0x00007efc9f441b43 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 = {140725437398912, 4005046838983181447, 139623042709056, 25, 139623468898384, 140725437399264, -3860214519747525497, -3860158373397347193}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007efc9f4d2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7efc9f3aa7c0 (LWP 387293)):
#0  RB_FL_TEST_RAW (obj=139623025179920, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#1  0x000056215b5a3167 in RB_FL_ANY_RAW (obj=139623025179920, flags=32) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#2  0x000056215b5a3514 in RB_OBJ_PROMOTED_RAW (obj=139623025179920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/gc.h:725
No locals.
#3  0x000056215b5a66f5 in RVALUE_OLD_P (obj=139623025179920) at /tmp/ruby/src/trunk-O0/gc.c:1803
        __func__ = <optimized out>
#4  0x000056215b5b0e2e in rgengc_check_relation (objspace=0x56215bf22470, obj=139623025179920) at /tmp/ruby/src/trunk-O0/gc.c:7004
        old_parent = 139623025253480
        __func__ = <optimized out>
#5  0x000056215b5b1063 in gc_mark_ptr (objspace=0x56215bf22470, obj=139623025179920) at /tmp/ruby/src/trunk-O0/gc.c:7057
        __func__ = "gc_mark_ptr"
#6  0x000056215b5b12e9 in gc_mark (objspace=0x56215bf22470, obj=139623025179920) at /tmp/ruby/src/trunk-O0/gc.c:7110
No locals.
#7  0x000056215b5b1dc7 in gc_mark_children (objspace=0x56215bf22470, obj=139623025253480) at /tmp/ruby/src/trunk-O0/gc.c:7416
        i = 1000
        len = 1024
        ptr = 0x56215c09ec00
        any = 0x7efc84d29c68
#8  0x000056215b5b23f6 in gc_mark_stacked_objects (objspace=0x56215bf22470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x56215bf228f8
        obj = 139623025253480
        marked_slots_at_the_beginning = 733
        popped_count = 0
#9  0x000056215b5b2576 in gc_mark_stacked_objects_all (objspace=0x56215bf22470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#10 0x000056215b5b48ea in gc_marks_rest (objspace=0x56215bf22470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#11 0x000056215b5b4a1e in gc_marks (objspace=0x56215bf22470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#12 0x000056215b5b67c1 in gc_start (objspace=0x56215bf22470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#13 0x000056215b5b6456 in garbage_collect (objspace=0x56215bf22470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 833941152
        ret = 32765
#14 0x000056215b5a8995 in newobj_slowpath (size_pool_idx=1, wb_protected=1, cr=0x56215bf23230, objspace=0x56215bf22470, flags=4294967301, klass=139623043034200) at /tmp/ruby/src/trunk-O0/gc.c:2872
        obj = 2
        lev = 1
#15 newobj_slowpath_wb_protected (klass=139623043034200, flags=4294967301, objspace=0x56215bf22470, cr=0x56215bf23230, size_pool_idx=1) at /tmp/ruby/src/trunk-O0/gc.c:2896
No locals.
#16 0x000056215b5a8d2f in newobj_of0 (klass=139623043034200, flags=4294967301, wb_protected=1, cr=0x56215bf23230, alloc_size=69) at /tmp/ruby/src/trunk-O0/gc.c:2938
        obj = 94701276505200
        objspace = 0x56215bf22470
        size_pool_idx = 1
        i = <optimized out>
        cnt = <optimized out>
#17 0x000056215b5a8d9b in newobj_of (cr=0x56215bf23230, klass=139623043034200, flags=5, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=69) at /tmp/ruby/src/trunk-O0/gc.c:2948
        obj = 94701276509408
#18 0x000056215b5a8e56 in rb_wb_protected_newobj_of (ec=0x56215bf234e0, klass=139623043034200, flags=5, size=69) at /tmp/ruby/src/trunk-O0/gc.c:2963
        __func__ = <optimized out>
#19 0x000056215b71413d in str_alloc_embed (klass=139623043034200, capa=45) at /tmp/ruby/src/trunk-O0/string.c:835
        size = 69
        str = 0x2c
#20 0x000056215b715dac in rb_str_buf_new (capa=44) at /tmp/ruby/src/trunk-O0/string.c:1471
        str = 94701268046370
#21 0x000056215b71b0bf in rb_str_concat_literals (num=2, strary=0x7efc9f2a9048) at /tmp/ruby/src/trunk-O0/string.c:3399
        str = 139623024764800
        i = 2
        s = 0
        len = 44
#22 0x000056215b798371 in vm_exec_core (ec=0x56215bf234e0) at ../../src/trunk-O0/insns.def:392
        num = 2
        leaf = false
        val = 8318620928736464128
        reg_pc = 0x56215c3e5a40
        reg_cfp = 0x7efc9f3a8fa0
        insns_address_table = {0x56215b796daa <vm_exec_core+108>, 0x56215b796e0c <vm_exec_core+206>, 0x56215b796f1f <vm_exec_core+481>, 0x56215b797033 <vm_exec_core+757>, 0x56215b7971d1 <vm_exec_core+1171>, 0x56215b797301 <vm_exec_core+1475>, 0x56215b797513 <vm_exec_core+2005>, 0x56215b797625 <vm_exec_core+2279>, 0x56215b7976fe <vm_exec_core+2496>, 0x56215b797805 <vm_exec_core+2759>, 0x56215b79790c <vm_exec_core+3022>, 0x56215b797a1a <vm_exec_core+3292>, 0x56215b797b2c <vm_exec_core+3566>, 0x56215b797bfc <vm_exec_core+3774>, 0x56215b797d05 <vm_exec_core+4039>, 0x56215b797dff <vm_exec_core+4289>, 0x56215b797ec2 <vm_exec_core+4484>, 0x56215b797f85 <vm_exec_core+4679>, 0x56215b79800e <vm_exec_core+4816>, 0x56215b79809a <vm_exec_core+4956>, 0x56215b798140 <vm_exec_core+5122>, 0x56215b798218 <vm_exec_core+5338>, 0x56215b7982e5 <vm_exec_core+5543>, 0x56215b7983c3 <vm_exec_core+5765>, 0x56215b798485 <vm_exec_core+5959>, 0x56215b7985c4 <vm_exec_core+6278>, 0x56215b79866a <vm_exec_core+6444>, 0x56215b79874f <vm_exec_core+6673>, 0x56215b79887e <vm_exec_core+6976>, 0x56215b798941 <vm_exec_core+7171>, 0x56215b798a04 <vm_exec_core+7366>, 0x56215b798afb <vm_exec_core+7613>, 0x56215b798bbd <vm_exec_core+7807>, 0x56215b798c9c <vm_exec_core+8030>, 0x56215b798d69 <vm_exec_core+8235>, 0x56215b798e79 <vm_exec_core+8507>, 0x56215b798f73 <vm_exec_core+8757>, 0x56215b798fee <vm_exec_core+8880>, 0x56215b7990af <vm_exec_core+9073>, 0x56215b79919d <vm_exec_core+9311>, 0x56215b79924d <vm_exec_core+9487>, 0x56215b7993cc <vm_exec_core+9870>, 0x56215b7994a6 <vm_exec_core+10088>, 0x56215b799592 <vm_exec_core+10324>, 0x56215b799623 <vm_exec_core+10469>, 0x56215b79977e <vm_exec_core+10816>, 0x56215b799d20 <vm_exec_core+12258>, 0x56215b799e1c <vm_exec_core+12510>, 0x56215b799f1f <vm_exec_core+12769>, 0x56215b79a00b <vm_exec_core+13005>, 0x56215b79a224 <vm_exec_core+13542>, 0x56215b79a316 <vm_exec_core+13784>, 0x56215b79a41c <vm_exec_core+14046>, 0x56215b79a619 <vm_exec_core+14555>, 0x56215b79a7c2 <vm_exec_core+14980>, 0x56215b79a8ed <vm_exec_core+15279>, 0x56215b79aa59 <vm_exec_core+15643>, 0x56215b79ab84 <vm_exec_core+15942>, 0x56215b79acf0 <vm_exec_core+16306>, 0x56215b79aed2 <vm_exec_core+16788>, 0x56215b79b0cf <vm_exec_core+17297>, 0x56215b79b278 <vm_exec_core+17722>, 0x56215b79b39a <vm_exec_core+18012>, 0x56215b79b441 <vm_exec_core+18179>, 0x56215b79b505 <vm_exec_core+18375>, 0x56215b79b5ee <vm_exec_core+18608>, 0x56215b79b6da <vm_exec_core+18844>, 0x56215b79b7c3 <vm_exec_core+19077>, 0x56215b79b8d7 <vm_exec_core+19353>, 0x56215b79b9fe <vm_exec_core+19648>, 0x56215b79bb34 <vm_exec_core+19958>, 0x56215b79bc6a <vm_exec_core+20268>, 0x56215b79bda0 <vm_exec_core+20578>, 0x56215b79bed6 <vm_exec_core+20888>, 0x56215b79c00c <vm_exec_core+21198>, 0x56215b79c14d <vm_exec_core+21519>, 0x56215b79c2c7 <vm_exec_core+21897>, 0x56215b79c3fd <vm_exec_core+22207>, 0x56215b79c533 <vm_exec_core+22517>, 0x56215b79c669 <vm_exec_core+22827>, 0x56215b79c79f <vm_exec_core+23137>, 0x56215b79c8d5 <vm_exec_core+23447>, 0x56215b79ca0b <vm_exec_core+23757>, 0x56215b79cb41 <vm_exec_core+24067>, 0x56215b79cc77 <vm_exec_core+24377>, 0x56215b79cdc6 <vm_exec_core+24712>, 0x56215b79cf80 <vm_exec_core+25154>, 0x56215b79d0fe <vm_exec_core+25536>, 0x56215b79d21d <vm_exec_core+25823>, 0x56215b79d33c <vm_exec_core+26110>, 0x56215b79d456 <vm_exec_core+26392>, 0x56215b79d570 <vm_exec_core+26674>, 0x56215b79d69b <vm_exec_core+26973>, 0x56215b79d7d1 <vm_exec_core+27283>, 0x56215b79d8bc <vm_exec_core+27518>, 0x56215b79d9c1 <vm_exec_core+27779>, 0x56215b79db09 <vm_exec_core+28107>, 0x56215b79dbf8 <vm_exec_core+28346>, 0x56215b79dcd2 <vm_exec_core+28564>, 0x56215b79dda7 <vm_exec_core+28777>, 0x56215b79de82 <vm_exec_core+28996>, 0x56215b79defe <vm_exec_core+29120>, 0x56215b79df7a <vm_exec_core+29244>, 0x56215b79df98 <vm_exec_core+29274>, 0x56215b79dfb6 <vm_exec_core+29304>, 0x56215b79dfd4 <vm_exec_core+29334>, 0x56215b79dff2 <vm_exec_core+29364>, 0x56215b79e010 <vm_exec_core+29394>, 0x56215b79e02e <vm_exec_core+29424>, 0x56215b79e04c <vm_exec_core+29454>, 0x56215b79e06a <vm_exec_core+29484>, 0x56215b79e088 <vm_exec_core+29514>, 0x56215b79e0a6 <vm_exec_core+29544>, 0x56215b79e0c4 <vm_exec_core+29574>, 0x56215b79e0e2 <vm_exec_core+29604>, 0x56215b79e100 <vm_exec_core+29634>, 0x56215b79e11e <vm_exec_core+29664>, 0x56215b79e13c <vm_exec_core+29694>, 0x56215b79e15a <vm_exec_core+29724>, 0x56215b79e178 <vm_exec_core+29754>, 0x56215b79e196 <vm_exec_core+29784>, 0x56215b79e1b4 <vm_exec_core+29814>, 0x56215b79e1d2 <vm_exec_core+29844>, 0x56215b79e1f0 <vm_exec_core+29874>, 0x56215b79e20e <vm_exec_core+29904>, 0x56215b79e22c <vm_exec_core+29934>, 0x56215b79e24a <vm_exec_core+29964>, 0x56215b79e268 <vm_exec_core+29994>, 0x56215b79e286 <vm_exec_core+30024>, 0x56215b79e2a4 <vm_exec_core+30054>, 0x56215b79e2c2 <vm_exec_core+30084>, 0x56215b79e2e0 <vm_exec_core+30114>, 0x56215b79e2fe <vm_exec_core+30144>, 0x56215b79e31c <vm_exec_core+30174>, 0x56215b79e33a <vm_exec_core+30204>, 0x56215b79e358 <vm_exec_core+30234>, 0x56215b79e376 <vm_exec_core+30264>, 0x56215b79e394 <vm_exec_core+30294>, 0x56215b79e3b2 <vm_exec_core+30324>, 0x56215b79e3d0 <vm_exec_core+30354>, 0x56215b79e3ee <vm_exec_core+30384>, 0x56215b79e40c <vm_exec_core+30414>, 0x56215b79e42a <vm_exec_core+30444>, 0x56215b79e448 <vm_exec_core+30474>, 0x56215b79e466 <vm_exec_core+30504>, 0x56215b79e484 <vm_exec_core+30534>, 0x56215b79e4a2 <vm_exec_core+30564>, 0x56215b79e4c0 <vm_exec_core+30594>, 0x56215b79e4de <vm_exec_core+30624>, 0x56215b79e4fc <vm_exec_core+30654>, 0x56215b79e51a <vm_exec_core+30684>, 0x56215b79e538 <vm_exec_core+30714>, 0x56215b79e556 <vm_exec_core+30744>, 0x56215b79e574 <vm_exec_core+30774>, 0x56215b79e592 <vm_exec_core+30804>, 0x56215b79e5b0 <vm_exec_core+30834>, 0x56215b79e5ce <vm_exec_core+30864>, 0x56215b79e5ec <vm_exec_core+30894>, 0x56215b79e60a <vm_exec_core+30924>, 0x56215b79e628 <vm_exec_core+30954>, 0x56215b79e646 <vm_exec_core+30984>, 0x56215b79e664 <vm_exec_core+31014>, 0x56215b79e682 <vm_exec_core+31044>, 0x56215b79e6a0 <vm_exec_core+31074>, 0x56215b79e6be <vm_exec_core+31104>, 0x56215b79e6dc <vm_exec_core+31134>, 0x56215b79e6fa <vm_exec_core+31164>, 0x56215b79e718 <vm_exec_core+31194>, 0x56215b79e736 <vm_exec_core+31224>, 0x56215b79e754 <vm_exec_core+31254>, 0x56215b79e772 <vm_exec_core+31284>, 0x56215b79e790 <vm_exec_core+31314>, 0x56215b79e7ae <vm_exec_core+31344>, 0x56215b79e7cc <vm_exec_core+31374>, 0x56215b79e7ea <vm_exec_core+31404>, 0x56215b79e808 <vm_exec_core+31434>, 0x56215b79e826 <vm_exec_core+31464>, 0x56215b79e844 <vm_exec_core+31494>, 0x56215b79e875 <vm_exec_core+31543>, 0x56215b79e893 <vm_exec_core+31573>, 0x56215b79e8b1 <vm_exec_core+31603>, 0x56215b79e8cf <vm_exec_core+31633>, 0x56215b79e8ed <vm_exec_core+31663>, 0x56215b79e90b <vm_exec_core+31693>, 0x56215b79e929 <vm_exec_core+31723>, 0x56215b79e947 <vm_exec_core+31753>, 0x56215b79e965 <vm_exec_core+31783>, 0x56215b79e983 <vm_exec_core+31813>, 0x56215b79e9a1 <vm_exec_core+31843>, 0x56215b79e9bf <vm_exec_core+31873>, 0x56215b79e9dd <vm_exec_core+31903>, 0x56215b79e9fb <vm_exec_core+31933>, 0x56215b79ea19 <vm_exec_core+31963>, 0x56215b79ea37 <vm_exec_core+31993>, 0x56215b79ea55 <vm_exec_core+32023>, 0x56215b79ea73 <vm_exec_core+32053>, 0x56215b79ea91 <vm_exec_core+32083>, 0x56215b79eaaf <vm_exec_core+32113>, 0x56215b79eacd <vm_exec_core+32143>, 0x56215b79eaeb <vm_exec_core+32173>...}
#23 0x000056215b7b10bd in rb_vm_exec (ec=0x56215bf234e0) at /tmp/ruby/src/trunk-O0/vm.c:2487
        _ec = 0x56215bf234e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffd31b4fd30, 0x56215b7b103b <rb_vm_exec+190>, 0x0, 0x7ffd31b4fc80, 0x7efc84c6ffc0}, prev = 0x7ffd31b50070, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#24 0x000056215b7adcaa in invoke_block (ec=0x56215bf234e0, iseq=0x7efc84d75398, self=139623467175400, captured=0x56215c0e8df0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1510
        arg_size = 0
#25 0x000056215b7ae746 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7efc84c6ffd0, argc=0, self=139623467175400, captured=0x56215c0e8df0, ec=0x56215bf234e0) at /tmp/ruby/src/trunk-O0/vm.c:1580
        iseq = 0x7efc84d75398
        opt_pc = 0
        type = 572653569
        cfp = 0x7efc9f3a8fd8
        sp = 0x7efc9f2a9028
        flags = 0
        use_argv = 0x7efc84c6ffd0
        av = {139623042978680, 94701276508720}
        stack_argv = 0x7efc9f2a9028
#26 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7efc84c6ffd0, argc=0, self=139623467175400, proc=0x56215c0e8df0, ec=0x56215bf234e0) at /tmp/ruby/src/trunk-O0/vm.c:1678
        block = 0x56215c0e8df0
#27 vm_invoke_proc (ec=0x56215bf234e0, proc=0x56215c0e8df0, self=139623467175400, argc=0, argv=0x7efc84c6ffd0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1708
No locals.
#28 0x000056215b7aeeea in rb_vm_invoke_proc (ec=0x56215bf234e0, proc=0x56215c0e8df0, argc=0, argv=0x7efc84c6ffd0, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1729
        self = 139623467175400
#29 0x000056215b687af3 in rb_proc_call_kw (self=139623024434200, args=139623024492480, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:978
        vret = 140725437398960
        proc = 0x56215c0e8df0
        argc = 0
        argv = 0x7efc84c6ffd0
#30 0x000056215b687b5b in rb_proc_call (self=139623024434200, args=139623024492480) at /tmp/ruby/src/trunk-O0/proc.c:988
No locals.
#31 0x000056215b591a14 in rb_call_end_proc (data=139623024434200) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#32 0x000056215b591bce in exec_end_procs_chain (procs=0x56215bbda1e0 <end_procs>, errp=0x56215bf23558) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x56215b5919ed <rb_call_end_proc>, data = 139623024434200, next = 0x56215c0e75d0}
        link = 0x56215c226670
        errinfo = 139623024487400
#33 0x000056215b591d31 in rb_ec_exec_end_proc (ec=0x56215bf234e0) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x56215bf234e0
        _tag = {tag = 36, retval = 8318620928736464128, buf = {0x7ffd31b500f0, 0x56215b591cac <rb_ec_exec_end_proc+189>, 0x0, 0x7ffd31b50040, 0x56215b58f396 <rb_ec_ractor_ptr+24>}, prev = 0x7ffd31b50210, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 139623024487400
#34 0x000056215b5924d1 in rb_ec_teardown (ec=0x56215bf234e0) at /tmp/ruby/src/trunk-O0/eval.c:159
No locals.
#35 0x000056215b592791 in rb_ec_cleanup (ec=0x56215bf234e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:212
        err = 94701276509408
        mode0 = 32765
        mode1 = 833946256
        _ec = 0x56215bf234e0
        _tag = {tag = 36, retval = 94701266477562, buf = {0x7ffd31b50290, 0x56215b5926cc <rb_ec_cleanup+295>, 0x0, 0x7ffd31b501b0, 0x56215bf234e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 139623024487400
        sysex = 0
        signaled = 0
        th = 0x56215bf22090
        th0 = 0x56215bf22090
        step = 1
        message = 4
        buf = 94701276504208
#36 0x000056215b592d9a in ruby_run_node (n=0x7efc84d1d210) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x56215bf234e0
        status = 22049
#37 0x000056215b58e5c4 in rb_main (argc=131, argv=0x7ffd31b50438) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140725437399824
#38 0x000056215b58e625 in main (argc=131, argv=0x7ffd31b50438) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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