# Logfile created on 2023-12-20 04:34:11 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561fdd64a3e0 @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.20231220-043411", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000561fdd6d34d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561fdd6d3348 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561fdd6d31b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231220-043411", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231220-043411>, @binmode=false, @mon_data=#<Monitor:0x0000561fdd6d30f0>, @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
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[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
Already up to date.
Latest commit hash = 32ecda354f
$$$[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'
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[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/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
1764203db8ecd1374b6b4de29ed00e4064ecbb198e6861e98565c85a65f47e99  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]: 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]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
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/pty'
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/psych'
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/openssl'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
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
Update debug to d4feeae32b69b4f88c94fecfc7a283b475eec4de
	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
echo d4feeae32b69b4f88c94fecfc7a283b475eec4de | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
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'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.3.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.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.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.3.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.1
                                    cgi 0.4.1
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.10.1
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.1
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.0.4
                                    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.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.2
                                    io-console 0.7.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.0
                                    strscan 3.0.7
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.3
                                    net-imap 0.4.8
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.3.2
                                    typeprof 0.21.8
                                    debug 1.9.0
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1868 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

# Running tests:

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

Retrying...
Finished tests in 1433.309786s, 18.8117 tests/s, 6670.1756 assertions/s.
26963 tests, 9560428 assertions, 0 failures, 0 errors, 220 skips

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

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

Finished in 288.466089 seconds

3728 files, 32495 examples, 146027 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.292053.ruby -x gdbscript
[New LWP 292053]
[New LWP 292059]
[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/tool/l'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000055a0fd8c4e8c in calc_pos (iseq=0x7f89a7ce5a58, pc=0x55a0fe298100, lineno=0x55a0fe26c284, node_id=0x0) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:59
59	        ptrdiff_t n = pc - ISEQ_BODY(iseq)->iseq_encoded;
[Current thread is 1 (Thread 0x7f89c24287c0 (LWP 292053))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f89c24287c0 (LWP 292053) 0x000055a0fd8c4e8c in calc_pos (iseq=0x7f89a7ce5a58, pc=0x55a0fe298100, lineno=0x55a0fe26c284, node_id=0x0) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:59
  2    Thread 0x7f89a8e4f640 (LWP 292059) 0x00007f89c2550fde in epoll_wait (epfd=4, events=0x55a0fdce485c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f89a8e4f640 (LWP 292059)):
#0  0x00007f89c2550fde in epoll_wait (epfd=4, events=0x55a0fdce485c <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  0x000055a0fd84e1ce in timer_thread_polling (vm=0x55a0fe1d8b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:724
        r = -1452994673
#2  0x000055a0fd84e876 in timer_thread_func (ptr=0x55a0fe1d8b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2999
        vm = 0x55a0fe1d8b10
#3  0x00007f89c24bfb43 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 = {140735040205904, 4627977135326950198, 140229220824640, 25, 140229647005776, 140735040206256, -4671726608039873738, -4671811468385520842}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f89c2550bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f89c24287c0 (LWP 292053)):
#0  0x000055a0fd8c4e8c in calc_pos (iseq=0x7f89a7ce5a58, pc=0x55a0fe298100, lineno=0x55a0fe26c284, node_id=0x0) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:59
        n = 94149936958367
        pos = 94149947081336
#1  0x000055a0fd8c4f52 in calc_lineno (iseq=0x7f89a7ce5a58, pc=0x55a0fe298100) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:90
        lineno = 21920
#2  0x000055a0fd8c5024 in rb_vm_get_sourceline (cfp=0x7f89c2426f68) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:109
        iseq = 0x7f89a7ce5a58
        line = 21920
#3  0x000055a0fd8bcacf in rb_source_location (pline=0x55a0fe26c358) at /tmp/ruby/src/trunk-O0/vm.c:1864
        ec = 0x55a0fe1dc4e0
        cfp = 0x7f89c2426f68
#4  0x000055a0fd8bcb1b in rb_source_location_cstr (pline=0x55a0fe26c358) at /tmp/ruby/src/trunk-O0/vm.c:1876
        path = 94149946492128
#5  0x000055a0fdaaadb9 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55a0fe26c480, fmt=0x55a0fdb1268b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1062
        file = 0x0
        line = 0
#6  0x000055a0fd810c54 in sigsegv (sig=11, info=0x55a0fe26c5b0, ctx=0x55a0fe26c480) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#7  <signal handler called>
No locals.
#8  0x000055a0fd8c4e8c in calc_pos (iseq=0x7f89a7ce5a58, pc=0x55a0fe298100, lineno=0x55a0fe26d0c4, node_id=0x0) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:59
        n = 94149936958367
        pos = 94149947084984
#9  0x000055a0fd8c4f52 in calc_lineno (iseq=0x7f89a7ce5a58, pc=0x55a0fe298100) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:90
        lineno = 21920
#10 0x000055a0fd8c5024 in rb_vm_get_sourceline (cfp=0x7f89c2426f68) at /tmp/ruby/src/trunk-O0/vm_backtrace.c:109
        iseq = 0x7f89a7ce5a58
        line = 21920
#11 0x000055a0fd8bcacf in rb_source_location (pline=0x55a0fe26d180) at /tmp/ruby/src/trunk-O0/vm.c:1864
        ec = 0x55a0fe1dc4e0
        cfp = 0x7f89c2426f68
#12 0x000055a0fd8bcb1b in rb_source_location_cstr (pline=0x55a0fe26d180) at /tmp/ruby/src/trunk-O0/vm.c:1876
        path = 94149946492128
#13 0x000055a0fdaaabe3 in rb_bug_without_die (fmt=0x55a0fdae23d0 "Couldn't unprotect page %p, errno: %s", args=0x55a0fe26d1c0) at /tmp/ruby/src/trunk-O0/error.c:1039
        file = 0x0
        line = 0
#14 0x000055a0fdaaad13 in rb_bug (fmt=0x55a0fdae23d0 "Couldn't unprotect page %p, errno: %s") at /tmp/ruby/src/trunk-O0/error.c:1050
        args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x55a0fe26d2a0, reg_save_area = 0x55a0fe26d1e0}}
#15 0x000055a0fd6beb6e in unlock_page_body (objspace=0x55a0fe1db470, body=0x3e900040000) at /tmp/ruby/src/trunk-O0/gc.c:5370
No locals.
#16 0x000055a0fd6bee90 in read_barrier_handler (original_address=4299262554597) at /tmp/ruby/src/trunk-O0/gc.c:5469
        _lev = 0
        obj = 4299262554560
        objspace = 0x55a0fe1db470
        address = 4299262554560
        page_body = 0x3e900040000
#17 0x000055a0fd6befc9 in read_barrier_signal (sig=11, info=0x55a0fe26d6b0, data=0x55a0fe26d580) at /tmp/ruby/src/trunk-O0/gc.c:5583
        prev_sigbus = {__sigaction_handler = {sa_handler = 0x55a0fd6beef6 <read_barrier_signal>, sa_sigaction = 0x55a0fd6beef6 <read_barrier_signal>}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 201326596, sa_restorer = 0x7f89c246d520 <__restore_rt>}
        prev_sigsegv = {__sigaction_handler = {sa_handler = 0x55a0fd6beef6 <read_barrier_signal>, sa_sigaction = 0x55a0fd6beef6 <read_barrier_signal>}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 201326596, sa_restorer = 0x7f89c246d520 <__restore_rt>}
        set = {__val = {1088, 0 <repeats 15 times>}}
        prev_set = {__val = {1024, 0 <repeats 15 times>}}
#18 <signal handler called>
No locals.
#19 0x000055a0fd6c5400 in gc_compact_plane (objspace=0x55a0fe1db470, size_pool=0x55a0fe1db650, heap=0x55a0fe1db6a0, p=140229194416480, bitset=4803839602528529, page=0x55a0fe4c4e70) at /tmp/ruby/src/trunk-O0/gc.c:8679
        vp = 140229194416480
        slot_size = 160
        slot_bits = 4
        __func__ = <optimized out>
#20 0x000055a0fd6c553c in gc_compact_page (objspace=0x55a0fe1db470, size_pool=0x55a0fe1db650, heap=0x55a0fe1db6a0, page=0x55a0fe4c4e70) at /tmp/ruby/src/trunk-O0/gc.c:8712
        __func__ = <optimized out>
        mark_bits = 0x55a0fe4c4f80
        pin_bits = 0x55a0fe4c52c0
        bitset = 1229782938247303441
        p = 140229194416160
#21 0x000055a0fd6c572a in gc_sweep_compact (objspace=0x55a0fe1db470) at /tmp/ruby/src/trunk-O0/gc.c:8764
        size_pool = 0x55a0fe1db650
        heap = 0x55a0fe1db6a0
        start_page = 0x55a0fe4c4e70
        i = 2
#22 0x000055a0fd6c0833 in gc_sweep (objspace=0x55a0fe1db470) at /tmp/ruby/src/trunk-O0/gc.c:6255
        immediate_sweep = 1
#23 0x000055a0fd6c7724 in gc_start (objspace=0x55a0fe1db470, reason=238600) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#24 0x000055a0fd6c73a9 in garbage_collect (objspace=0x55a0fe1db470, reason=238592) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 4263360528
        ret = 21920
#25 0x000055a0fd6c800b in gc_start_internal (ec=0x0, self=140229220943880, full_mark=20, immediate_mark=20, immediate_sweep=20, compact=20) at /tmp/ruby/src/trunk-O0/gc.c:9932
        objspace = 0x55a0fe1db470
        reason = 238592
        __func__ = "gc_start_internal"
#26 0x000055a0fd6cba96 in gc_verify_compaction_references (ec=0x55a0fe1dc4e0, self=140229220943880, double_heap=0, expand_heap=20, toward_empty=20) at /tmp/ruby/src/trunk-O0/gc.c:11229
        objspace = 0x55a0fe1db470
#27 0x000055a0fd8a3ab4 in builtin_invoker3 (ec=0x55a0fe1dc4e0, self=140229220943880, argv=0x7f89c2327088, funcptr=0x55a0fd6cb749 <gc_verify_compaction_references>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6744
No locals.
#28 0x000055a0fd8a43dc in invoke_bf (ec=0x55a0fe1dc4e0, reg_cfp=0x7f89c2426f68, bf=0x55a0fdcc9e38 <gc_table+216>, argv=0x7f89c2327088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6863
        canary_p = false
        ret = 94149936758538
#29 0x000055a0fd8a441a in vm_invoke_builtin (ec=0x55a0fe1dc4e0, cfp=0x7f89c2426f68, bf=0x55a0fdcc9e38 <gc_table+216>, argv=0x7f89c2327088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6871
No locals.
#30 0x000055a0fd8ab00b in vm_exec_core (ec=0x55a0fe1dc4e0) at ../../src/trunk-O0/insns.def:1483
        bf = 0x55a0fdcc9e38 <gc_table+216>
        leaf = false
        val = 140229200969480
        reg_pc = 0x55a0fe298100
        reg_cfp = 0x7f89c2426f68
        insns_address_table = {0x55a0fd8a454b <vm_exec_core+108>, 0x55a0fd8a45ad <vm_exec_core+206>, 0x55a0fd8a46c0 <vm_exec_core+481>, 0x55a0fd8a47d4 <vm_exec_core+757>, 0x55a0fd8a4972 <vm_exec_core+1171>, 0x55a0fd8a4aa2 <vm_exec_core+1475>, 0x55a0fd8a4cb4 <vm_exec_core+2005>, 0x55a0fd8a4dc6 <vm_exec_core+2279>, 0x55a0fd8a4e9f <vm_exec_core+2496>, 0x55a0fd8a4fa6 <vm_exec_core+2759>, 0x55a0fd8a50ad <vm_exec_core+3022>, 0x55a0fd8a51bb <vm_exec_core+3292>, 0x55a0fd8a52cd <vm_exec_core+3566>, 0x55a0fd8a539d <vm_exec_core+3774>, 0x55a0fd8a54a6 <vm_exec_core+4039>, 0x55a0fd8a55a0 <vm_exec_core+4289>, 0x55a0fd8a5663 <vm_exec_core+4484>, 0x55a0fd8a5726 <vm_exec_core+4679>, 0x55a0fd8a57af <vm_exec_core+4816>, 0x55a0fd8a583b <vm_exec_core+4956>, 0x55a0fd8a58e1 <vm_exec_core+5122>, 0x55a0fd8a59b9 <vm_exec_core+5338>, 0x55a0fd8a5a86 <vm_exec_core+5543>, 0x55a0fd8a5b64 <vm_exec_core+5765>, 0x55a0fd8a5c26 <vm_exec_core+5959>, 0x55a0fd8a5d65 <vm_exec_core+6278>, 0x55a0fd8a5e0b <vm_exec_core+6444>, 0x55a0fd8a5ef0 <vm_exec_core+6673>, 0x55a0fd8a601f <vm_exec_core+6976>, 0x55a0fd8a60e2 <vm_exec_core+7171>, 0x55a0fd8a61a5 <vm_exec_core+7366>, 0x55a0fd8a629c <vm_exec_core+7613>, 0x55a0fd8a635e <vm_exec_core+7807>, 0x55a0fd8a643d <vm_exec_core+8030>, 0x55a0fd8a650a <vm_exec_core+8235>, 0x55a0fd8a661a <vm_exec_core+8507>, 0x55a0fd8a6714 <vm_exec_core+8757>, 0x55a0fd8a678f <vm_exec_core+8880>, 0x55a0fd8a6850 <vm_exec_core+9073>, 0x55a0fd8a693e <vm_exec_core+9311>, 0x55a0fd8a69ee <vm_exec_core+9487>, 0x55a0fd8a6b6d <vm_exec_core+9870>, 0x55a0fd8a6c47 <vm_exec_core+10088>, 0x55a0fd8a6d33 <vm_exec_core+10324>, 0x55a0fd8a6dc4 <vm_exec_core+10469>, 0x55a0fd8a6f1f <vm_exec_core+10816>, 0x55a0fd8a74c1 <vm_exec_core+12258>, 0x55a0fd8a75bd <vm_exec_core+12510>, 0x55a0fd8a76c0 <vm_exec_core+12769>, 0x55a0fd8a77ac <vm_exec_core+13005>, 0x55a0fd8a79c5 <vm_exec_core+13542>, 0x55a0fd8a7ab7 <vm_exec_core+13784>, 0x55a0fd8a7bbd <vm_exec_core+14046>, 0x55a0fd8a7dba <vm_exec_core+14555>, 0x55a0fd8a7f63 <vm_exec_core+14980>, 0x55a0fd8a808e <vm_exec_core+15279>, 0x55a0fd8a81fa <vm_exec_core+15643>, 0x55a0fd8a8325 <vm_exec_core+15942>, 0x55a0fd8a8491 <vm_exec_core+16306>, 0x55a0fd8a8673 <vm_exec_core+16788>, 0x55a0fd8a8870 <vm_exec_core+17297>, 0x55a0fd8a8a19 <vm_exec_core+17722>, 0x55a0fd8a8b3b <vm_exec_core+18012>, 0x55a0fd8a8be2 <vm_exec_core+18179>, 0x55a0fd8a8ca6 <vm_exec_core+18375>, 0x55a0fd8a8d8f <vm_exec_core+18608>, 0x55a0fd8a8e7b <vm_exec_core+18844>, 0x55a0fd8a8f64 <vm_exec_core+19077>, 0x55a0fd8a9078 <vm_exec_core+19353>, 0x55a0fd8a919f <vm_exec_core+19648>, 0x55a0fd8a92d5 <vm_exec_core+19958>, 0x55a0fd8a940b <vm_exec_core+20268>, 0x55a0fd8a9541 <vm_exec_core+20578>, 0x55a0fd8a9677 <vm_exec_core+20888>, 0x55a0fd8a97ad <vm_exec_core+21198>, 0x55a0fd8a98ee <vm_exec_core+21519>, 0x55a0fd8a9a68 <vm_exec_core+21897>, 0x55a0fd8a9b9e <vm_exec_core+22207>, 0x55a0fd8a9cd4 <vm_exec_core+22517>, 0x55a0fd8a9e0a <vm_exec_core+22827>, 0x55a0fd8a9f40 <vm_exec_core+23137>, 0x55a0fd8aa076 <vm_exec_core+23447>, 0x55a0fd8aa1ac <vm_exec_core+23757>, 0x55a0fd8aa2e2 <vm_exec_core+24067>, 0x55a0fd8aa418 <vm_exec_core+24377>, 0x55a0fd8aa567 <vm_exec_core+24712>, 0x55a0fd8aa721 <vm_exec_core+25154>, 0x55a0fd8aa89f <vm_exec_core+25536>, 0x55a0fd8aa9be <vm_exec_core+25823>, 0x55a0fd8aaadd <vm_exec_core+26110>, 0x55a0fd8aabf7 <vm_exec_core+26392>, 0x55a0fd8aad11 <vm_exec_core+26674>, 0x55a0fd8aae3c <vm_exec_core+26973>, 0x55a0fd8aaf72 <vm_exec_core+27283>, 0x55a0fd8ab05d <vm_exec_core+27518>, 0x55a0fd8ab162 <vm_exec_core+27779>, 0x55a0fd8ab2aa <vm_exec_core+28107>, 0x55a0fd8ab399 <vm_exec_core+28346>, 0x55a0fd8ab473 <vm_exec_core+28564>, 0x55a0fd8ab548 <vm_exec_core+28777>, 0x55a0fd8ab623 <vm_exec_core+28996>, 0x55a0fd8ab69f <vm_exec_core+29120>, 0x55a0fd8ab71b <vm_exec_core+29244>, 0x55a0fd8ab739 <vm_exec_core+29274>, 0x55a0fd8ab757 <vm_exec_core+29304>, 0x55a0fd8ab775 <vm_exec_core+29334>, 0x55a0fd8ab793 <vm_exec_core+29364>, 0x55a0fd8ab7b1 <vm_exec_core+29394>, 0x55a0fd8ab7cf <vm_exec_core+29424>, 0x55a0fd8ab7ed <vm_exec_core+29454>, 0x55a0fd8ab80b <vm_exec_core+29484>, 0x55a0fd8ab829 <vm_exec_core+29514>, 0x55a0fd8ab847 <vm_exec_core+29544>, 0x55a0fd8ab865 <vm_exec_core+29574>, 0x55a0fd8ab883 <vm_exec_core+29604>, 0x55a0fd8ab8a1 <vm_exec_core+29634>, 0x55a0fd8ab8bf <vm_exec_core+29664>, 0x55a0fd8ab8dd <vm_exec_core+29694>, 0x55a0fd8ab8fb <vm_exec_core+29724>, 0x55a0fd8ab919 <vm_exec_core+29754>, 0x55a0fd8ab937 <vm_exec_core+29784>, 0x55a0fd8ab955 <vm_exec_core+29814>, 0x55a0fd8ab973 <vm_exec_core+29844>, 0x55a0fd8ab991 <vm_exec_core+29874>, 0x55a0fd8ab9af <vm_exec_core+29904>, 0x55a0fd8ab9cd <vm_exec_core+29934>, 0x55a0fd8ab9eb <vm_exec_core+29964>, 0x55a0fd8aba09 <vm_exec_core+29994>, 0x55a0fd8aba27 <vm_exec_core+30024>, 0x55a0fd8aba45 <vm_exec_core+30054>, 0x55a0fd8aba63 <vm_exec_core+30084>, 0x55a0fd8aba81 <vm_exec_core+30114>, 0x55a0fd8aba9f <vm_exec_core+30144>, 0x55a0fd8ababd <vm_exec_core+30174>, 0x55a0fd8abadb <vm_exec_core+30204>, 0x55a0fd8abaf9 <vm_exec_core+30234>, 0x55a0fd8abb17 <vm_exec_core+30264>, 0x55a0fd8abb35 <vm_exec_core+30294>, 0x55a0fd8abb53 <vm_exec_core+30324>, 0x55a0fd8abb71 <vm_exec_core+30354>, 0x55a0fd8abb8f <vm_exec_core+30384>, 0x55a0fd8abbad <vm_exec_core+30414>, 0x55a0fd8abbcb <vm_exec_core+30444>, 0x55a0fd8abbe9 <vm_exec_core+30474>, 0x55a0fd8abc07 <vm_exec_core+30504>, 0x55a0fd8abc25 <vm_exec_core+30534>, 0x55a0fd8abc43 <vm_exec_core+30564>, 0x55a0fd8abc61 <vm_exec_core+30594>, 0x55a0fd8abc7f <vm_exec_core+30624>, 0x55a0fd8abc9d <vm_exec_core+30654>, 0x55a0fd8abcbb <vm_exec_core+30684>, 0x55a0fd8abcd9 <vm_exec_core+30714>, 0x55a0fd8abcf7 <vm_exec_core+30744>, 0x55a0fd8abd15 <vm_exec_core+30774>, 0x55a0fd8abd33 <vm_exec_core+30804>, 0x55a0fd8abd51 <vm_exec_core+30834>, 0x55a0fd8abd6f <vm_exec_core+30864>, 0x55a0fd8abd8d <vm_exec_core+30894>, 0x55a0fd8abdab <vm_exec_core+30924>, 0x55a0fd8abdc9 <vm_exec_core+30954>, 0x55a0fd8abde7 <vm_exec_core+30984>, 0x55a0fd8abe05 <vm_exec_core+31014>, 0x55a0fd8abe23 <vm_exec_core+31044>, 0x55a0fd8abe41 <vm_exec_core+31074>, 0x55a0fd8abe5f <vm_exec_core+31104>, 0x55a0fd8abe7d <vm_exec_core+31134>, 0x55a0fd8abe9b <vm_exec_core+31164>, 0x55a0fd8abeb9 <vm_exec_core+31194>, 0x55a0fd8abed7 <vm_exec_core+31224>, 0x55a0fd8abef5 <vm_exec_core+31254>, 0x55a0fd8abf13 <vm_exec_core+31284>, 0x55a0fd8abf31 <vm_exec_core+31314>, 0x55a0fd8abf4f <vm_exec_core+31344>, 0x55a0fd8abf6d <vm_exec_core+31374>, 0x55a0fd8abf8b <vm_exec_core+31404>, 0x55a0fd8abfa9 <vm_exec_core+31434>, 0x55a0fd8abfc7 <vm_exec_core+31464>, 0x55a0fd8abfe5 <vm_exec_core+31494>, 0x55a0fd8ac016 <vm_exec_core+31543>, 0x55a0fd8ac034 <vm_exec_core+31573>, 0x55a0fd8ac052 <vm_exec_core+31603>, 0x55a0fd8ac070 <vm_exec_core+31633>, 0x55a0fd8ac08e <vm_exec_core+31663>, 0x55a0fd8ac0ac <vm_exec_core+31693>, 0x55a0fd8ac0ca <vm_exec_core+31723>, 0x55a0fd8ac0e8 <vm_exec_core+31753>, 0x55a0fd8ac106 <vm_exec_core+31783>, 0x55a0fd8ac124 <vm_exec_core+31813>, 0x55a0fd8ac142 <vm_exec_core+31843>, 0x55a0fd8ac160 <vm_exec_core+31873>, 0x55a0fd8ac17e <vm_exec_core+31903>, 0x55a0fd8ac19c <vm_exec_core+31933>, 0x55a0fd8ac1ba <vm_exec_core+31963>, 0x55a0fd8ac1d8 <vm_exec_core+31993>, 0x55a0fd8ac1f6 <vm_exec_core+32023>, 0x55a0fd8ac214 <vm_exec_core+32053>, 0x55a0fd8ac232 <vm_exec_core+32083>, 0x55a0fd8ac250 <vm_exec_core+32113>, 0x55a0fd8ac26e <vm_exec_core+32143>, 0x55a0fd8ac28c <vm_exec_core+32173>...}
#31 0x000055a0fd8be85e in rb_vm_exec (ec=0x55a0fe1dc4e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55a0fe1dc4e0
        _tag = {tag = 36, retval = 4, buf = {0x7fff6e143670, 0x55a0fd8be7dc <rb_vm_exec+190>, 0x0, 0x7fff6e1435c0, 0x55a0fe260960}, prev = 0x7fff6e1436e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#32 0x000055a0fd8bf6bd in rb_iseq_eval_main (iseq=0x7f89a7da24c8) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x55a0fe1dc4e0
        val = 94149946492128
#33 0x000055a0fd6a3bcb in rb_ec_exec_node (ec=0x55a0fe1dc4e0, n=0x7f89a7da24c8) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55a0fe1db090
        _ec = 0x55a0fe1dc4e0
        _tag = {tag = 36, retval = 94149934723512, buf = {0x7fff6e143760, 0x55a0fd6a3b61 <rb_ec_exec_node+212>, 0x0, 0x7fff6e1436b0, 0x55a0fe1dc4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f89a7da24c8
#34 0x000055a0fd6a3d48 in ruby_run_node (n=0x7f89a7da24c8) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55a0fe1dc4e0
        status = 21920
#35 0x000055a0fd69f5b4 in rb_main (argc=128, argv=0x7fff6e143908) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140735040206816
#36 0x000055a0fd69f615 in main (argc=128, argv=0x7fff6e143908) 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.292330.ruby -x gdbscript
[New LWP 292330]
[New LWP 292332]
[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/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00005557af89eb12 in get_nth_dirname (dir=0, p=0x7f73d3a3d620 "c09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/num", errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:263
263		while (*p) p++;
[Current thread is 1 (Thread 0x7f73ef13e7c0 (LWP 292330))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f73ef13e7c0 (LWP 292330) 0x00005557af89eb12 in get_nth_dirname (dir=0, p=0x7f73d3a3d620 "c09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/num", errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:263
  2    Thread 0x7f73d5b5f640 (LWP 292332) 0x00007f73ef266fde in epoll_wait (epfd=4, events=0x5557afb9785c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f73d5b5f640 (LWP 292332)):
#0  0x00007f73ef266fde in epoll_wait (epfd=4, events=0x5557afb9785c <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  0x00005557af7011ce in timer_thread_polling (vm=0x5557affdcb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:724
        r = -771697726
#2  0x00005557af701876 in timer_thread_func (ptr=0x5557affdcb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2999
        vm = 0x5557affdcb10
#3  0x00007f73ef1d5b43 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 = {140725306763648, -1767906318448082500, 140135483438656, 25, 140135909644368, 140725306764000, 1842123955226001852, 1842250060142330300}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f73ef266bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f73ef13e7c0 (LWP 292330)):
#0  0x00005557af89eb12 in get_nth_dirname (dir=0, p=0x7f73d3a3d620 "c09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/num", errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:263
No locals.
#1  0x00005557af89ed1a in fill_filename (file=11, format=4 '\004', version=4, include_directories=0x7f73d3a3d401 "/tmp/ruby/src/trunk-O0/yjit/src", filenames=0x7f73d3a3dc78 "codegen.rs", line=0x5557b00706f0, obj=0x5557b0913730, errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:314
        i = 11
        p = 0x7f73d3a3dd0b "atomic.rs"
        filename = 0x7f73d3a3dcff "alloc.rs"
        dir = 10
#2  0x00005557af8a1f49 in debug_info_read (reader=0x5557b00708a0, num_traces=50, traces=0x5557afb9a960 <trace>, lines=0x5557b09128f0, offset=0, errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1922
        v = {as = {ptr = 0xb <error: Cannot access memory at address 0xb>, uint64 = 11, int64 = 11, addr_idx = 11}, off = 0, at = 88, form = 11, size = 0, type = 3}
        die = {pos = 3987858, tag = 29, has_children = 1}
        ranges = {low_pc = 3278504, high_pc = 3278517, ranges = 0, low_pc_set = true, high_pc_set = true, ranges_set = false}
        line = {dirname = 0x0, filename = 0x7f73d3a3dcff "alloc.rs", path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x7f73d3bf1e40 "__rg_dealloc", next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#3  0x00005557af8a2ef3 in fill_lines (num_traces=50, traces=0x5557afb9a960 <trace>, check_debuglink=1, objp=0x5557b00711c0, lines=0x5557b09128f0, offset=0, errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x5557b0913730, file = 0x7f73d2a6f000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f73d36008bc "\210 \006", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f73d3a5211d "(\026", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f73d3a3dc78 "codegen.rs", debug_line_directories = 0x7f73d3a3d401 "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7f73d36033ac "q\016\030\036'\022", cu_end = 0x7f73d3662948 "\350[", pend = 0x7f73d38f85e0 "\001$", q0 = 0x7f73d3918bb4 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f73d3918d2e "Y\vW\v", format = 4, address_size = 8 '\b', level = 19, abbrev_table = {0x7f73ef369000 "", 0x7f73d3918bb5 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f73d3918bcb "4", 0x7f73d3918bd6 "\023\001\035\023\003\016\v\v\210\001\017", 0x7f73d3918be4 "\r", 0x7f73d3918bf2 "\017", 0x7f73d3918bfd "$", 0x7f73d3918c08 "9\001\003\016", 0x7f73d3918c0f "\023", 0x7f73d3918c1b "\023\001\003\016\v\v\210\001\017", 0x7f73d3918c27 "/", 0x7f73d3918c30 ".\001n\016\003\016:\v;\005I\023 \v", 0x7f73d3918c41 "4", 0x7f73d3918c51 "\005", 0x7f73d3918c5e ".\001n\016\003\016:\v;\005 \v", 0x7f73d3918c6d "\v\001", 0x7f73d3918c72 "\023", 0x7f73d3918c7e "4", 0x7f73d3918c8b ".\001n\016\003\016:\v;\vI\023 \v", 0x7f73d3918c9c "4", 0x7f73d3918cac "\005", 0x7f73d3918cb9 "4", 0x7f73d3918cc6 "\005", 0x7f73d3918cd1 ".\001\021\001\022\006@\030\061\023", 0x7f73d3918cde "\005", 0x7f73d3918ce7 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f73d3918cf8 "4", 0x7f73d3918d01 "\035", 0x7f73d3918d12 "\v\001\021\001\022\006", 0x7f73d3918d1b "4", 0x7f73d3918d24 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f73d3918d35 "\005", 0x7f73d3918d3e "\005", 0x7f73d3918d47 "4", 0x7f73d3918d50 "\035\001\061\023U\027X\vY\005W\v", 0x7f73d3918d5f "4", 0x7f73d3918d66 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f73d3918d79 "\005", 0x7f73d3918d86 "\v\001U\027", 0x7f73d3918d8d "\005", 0x7f73d3918d94 "\035", 0x7f73d3918da3 "\035\001\061\023U\027X\vY\vW\v", 0x7f73d3918db2 "\005", 0x7f73d3918dbf "3\001\025\023", 0x7f73d3918dc6 "\r", 0x7f73d3918dd4 "\031\001\026\v", 0x7f73d3918ddb "\031\001", 0x7f73d3918de0 "\023\001\003\016\v\005\210\001\017", 0x7f73d3918dec "3\001", 0x7f73d3918df1 "\023\001\003\016<\031\210\001\017", 0x7f73d3918dfd "3", 0x7f73d3918e02 "\027\001\003\016\v\v\210\001\017", 0x7f73d3918e0e "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f73d3918e1e "(", 0x7f73d3918e27 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7f73d3918e3a "(", 0x7f73d3918e43 "\005", 0x7f73d3918e52 "4", 0x7f73d3918e64 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f73d3918e79 "\005", 0x7f73d3918e88 "\r", 0x7f73d3918e99 ".\001n\016\003\016:\v;\v \v", 0x7f73d3918ea8 "\005", 0x7f73d3918eb7 "4", 0x7f73d3918ec9 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f73d3918ede "4", 0x7f73d3918ee7 ".", 0x7f73d3918ef8 ".", 0x7f73d3918f0b "\017", 0x7f73d3918f14 "\001\001I\023", 0x7f73d3918f1b "!", 0x7f73d3918f26 "$", 0x7f73d3918f31 "\025\001I\023", 0x7f73d3918f38 "\005", 0x7f73d3918f3f "\005", 0x7f73d3918f4e "\035", 0x7f73d3918f5f ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f73d3918f72 "4", 0x7f73d3918f86 "\r", 0x7f73d3918f94 "4", 0x7f73d3918fa3 "4", 0x7f73d3918fb5 "\005", 0x7f73d3918fbe "4", 0x7f73d3918fcd "\035", 0x7f73d3918fdc "4", 0x7f73d3918fe5 "\005", 0x7f73d3918ff4 "4", 0x7f73d3919003 "4", 0x7f73d3919015 ".", 0x7f73d3919026 ".\001\003\016:\v;\v \v", 0x7f73d3919033 ".\001\003\016:\v;\vI\023 \v", 0x7f73d3919042 "\025\001", 0x7f73d3918712 "4", 0x7f73d3918724 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f73d3918737 "\005", 0x7f73d3918740 "4", 0x7f73d3918749 ".", 0x7f73d391875a "\035\001\061\023\021\001\022\006X\vY\v", 0x7f73d3918769 "4", 0x7f73d391877b "\035", 0x7f73d391878a ".", 0x7f73d391879d "\r", 0x7f73d39187ab "\025\001I\023", 0x7f73d39187b2 "\005", 0x7f73d39187b9 "\025\001", 0x7f73d39187be ".\001\003\016:\v;\v \v", 0x7f73d39187cb ".\001\003\016:\v;\vI\023 \v", 0x7f73d39170d4 "\025\001I\023", 0x7f73d39170db "\005", 0x7f73d39170e2 "\025\001", 0x7f73d39170e7 ".\001\003\016:\v;\v \v", 0x7f73d39170f4 ".\001\003\016:\v;\vI\023 \v", 0x7f73d3917103 ".\001\003\016:\v;\vI\023?\031 \v", 0x7f73d390ed71 "\005", 0x7f73d390ed80 ".", 0x7f73d390aeef "!", 0x7f73d390aef8 "\r", 0x7f73d390af0e ".", 0x7f73d390af22 "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7f73d390af39 "\n", 0x7f73d390af46 ".", 0x7f73d390af5f "4", 0x7f73d390af70 ".", 0x7f73d390af88 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f73d390afa5 ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f73d390afc1 ".", 0x7f73d390afdb "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f73d390aff0 "\026", 0x7f73d390affa "\023\001\003\016\v\v:\v;\v\001\023", 0x7f73d390b00a "\017", 0x7f73d390b012 "$", 0x7f73d390b01e "\026", 0x7f73d390b02c "&", 0x7f73d390b032 "\026", 0x7f73d390b042 "(", 0x7f73d390b04c "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f73d390b061 "\025\001I\023\001\023", 0x7f73d390b06b "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f73d390b080 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f73d390b092 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f73d390b0a4 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f73d390b0b7 "\026", 0x7f73d390b0ca "!", 0x7f73d390b0d0 "4", 0x7f73d390b0e0 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f73d390b0fb ".", 0x7f73d390b112 ".", 0x7f73d390b129 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f73d390b145 ".", 0x7f73d390b162 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f73d390b183 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f73d390b1a2 ".", 0x7f73d390b1bc ".", 0x7f73d390b1d8 "4", 0x7f73d390b1e4 ".", 0x7f73d390b1ff ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f73d390b213 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f73d390b232 ".", 0x7f73d390b24d ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f73d390b263 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f73d390b280 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f73d390b298 ".", 0x7f73d533ef98 "", 0x5557b00715f0 "\002", 0x5557b00715e8 "\200|\272\257WU", 0x7f73d533efc0 "\360\357\063\325s\177", 0x5557b0070e28 "M\262\220\323s\177", 0x5557b00715a8 "\230&V\324s\177", 0x5557b00715b0 "", 0x5557b00715b8 "\001", 0x5557b00715c0 "\003", 0x7f73d533efa0 "", 0x7f73d533efa8 "", 0x7f73d533efb0 "", 0x7f73d533efb8 "", 0x7f73d533efc8 "\030\071\223\257WU", 0x0, 0x7f73d533efd0 "@\376\032\260WU", 0x5557af933918 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x5557af9338ca <fiber_entry> "\363\017\036\372UH\211\345H\203\354 H\211}\350H\211u\340H\213E\340H\213@\bH\211E\360H\213E\360H\213\200\200", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x5557b0070f60 "\020\026\a\260WU", 0x5557b0071200 "P\022\a\260WU", 0x7f73ef274cb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x5557b0070f60 "\020\026\a\260WU", 0x5557b0071050 "", 0x5557b0071200 "P\022\a\260WU", 0x7f73ef382994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x5557b0071610 "g", 0x5557b0071608 "\002", 0x5557b0071618 "\001"...}}
        i = 0
        j = 306
        shstr = 0x7f73d44be443 ""
        ehdr = 0x7f73d2a6f000
        shdr = 0x7f73d44be638
        shstr_shdr = 0x7f73d44bf1b8
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f73d44be6f8
        fd = 5
        filesize = 27591160
        file = 0x7f73d2a6f000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f73d44bf138
        strtab_shdr = 0x7f73d44bf178
        dynsym_shdr = 0x7f73d44be7b8
        dynstr_shdr = 0x7f73d44be7f8
        obj = 0x5557b0913730
        dladdr_fbase = 93835091808256
#4  0x00005557af8a389e in rb_dump_backtrace_with_lines (num_traces=50, traces=0x5557afb9a960 <trace>, errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140135475048112
        i = 0
        lines = 0x5557b09128f0
        obj = 0x5557b0913730
        dladdr_fbases = 0x5557b0913580
        main_path = 0x5557b0071160 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#5  0x00005557af77cc7b in rb_print_backtrace (errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x5557af77cc60 <rb_print_backtrace+36>, 0x5557af77d383 <rb_vm_bugreport+656>, 0x5557af95de5f <rb_bug_for_fatal_signal+327>, 0x5557af6c3c54 <sigill>, 0x7f73ef183520 <__restore_rt>, 0x5557af940d12 <enc_from_index+49>, 0x5557af940d6a <rb_enc_from_index+35>, 0x5557af940703 <must_encindex+26>, 0x5557af9424c0 <rb_enc_set_index+41>, 0x5557af6d2e2a <RB_ENCODING_SET+32>, 0x5557af6d2e50 <RB_ENCODING_CODERANGE_SET+35>, 0x5557af6d4ffc <rb_usascii_str_new+65>, 0x5557af6013e4 <rb_fix2str+329>, 0x5557af6014e5 <rb_int2str+52>, 0x5557af6014af <rb_int_to_s+91>, 0x5557af74c735 <ractor_safe_call_cfunc_m1+58>, 0x5557af74d36c <vm_call_cfunc_with_frame_+541>, 0x5557af74d541 <vm_call_cfunc_with_frame+121>, 0x5557af7538e3 <vm_sendish+502>, 0x5557af75ae74 <vm_exec_core+14741>, 0x5557af77185e <rb_vm_exec+320>, 0x5557af765fdf <vm_call0_body+422>, 0x5557af765854 <vm_call0_cc+430>, 0x5557af767437 <rb_call0+538>, 0x5557af768183 <rb_call+89>, 0x5557af768f0e <rb_funcall_with_block_kw+126>, 0x5557af6eed6d <rb_sym_proc_call+121>, 0x5557af75196f <vm_yield_with_symbol+93>, 0x5557af76e957 <invoke_block_from_c_bh+1023>, 0x5557af76ea6b <vm_yield_with_cref+90>, 0x5557af76eaa9 <vm_yield+56>, 0x5557af7693ab <rb_yield_0+47>, 0x5557af769412 <rb_yield+66>, 0x5557af8aa8d3 <rb_ary_each+109>, 0x5557af74c767 <ractor_safe_call_cfunc_0+48>, 0x5557af74d36c <vm_call_cfunc_with_frame_+541>, 0x5557af74d541 <vm_call_cfunc_with_frame+121>, 0x5557af74d659 <vm_call_cfunc_other+278>, 0x5557af74da81 <vm_call_cfunc+302>, 0x5557af7505b0 <vm_call_method_each_type+289>, 0x5557af75105c <vm_call_method+161>, 0x5557af75125e <vm_call_general+47>, 0x5557af7538e3 <vm_sendish+502>, 0x5557af75accb <vm_exec_core+14316>, 0x5557af77185e <rb_vm_exec+320>, 0x5557af76e44b <invoke_block+216>, 0x5557af76eee7 <vm_invoke_proc+911>, 0x5557af76f68b <rb_vm_invoke_proc+170>, 0x5557af9362f4 <rb_fiber_start+726>, 0x5557af933918 <fiber_initialize_coroutine>, 0x0 <repeats 974 times>}
        n = 50
#6  0x00005557af77d383 in rb_vm_bugreport (ctx=0x5557b0071580, errout=0x7f73ef35b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x5557affdcb10
        ec = 0x5557b01afc70
#7  0x00005557af95de5f in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x5557b0071580, fmt=0x5557af9c568b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f73ef35b6a0 <_IO_2_1_stderr_>
        file = 0x7f73d49b27d8 "-"
        line = 10
#8  0x00005557af6c3c54 in sigsegv (sig=11, info=0x5557b00716b0, ctx=0x5557b0071580) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9  <signal handler called>
No locals.
#10 0x00005557af940d12 in enc_from_index (enc_table=0x5557afba7c80 <global_enc_table>, index=2) at /tmp/ruby/src/trunk-O0/encoding.c:395
No locals.
#11 0x00005557af940d6a in rb_enc_from_index (index=2) at /tmp/ruby/src/trunk-O0/encoding.c:404
No locals.
#12 0x00005557af940703 in must_encindex (index=2) at /tmp/ruby/src/trunk-O0/encoding.c:244
        enc = 0x5557af93ffbb <rb_check_frozen_inline+24>
#13 0x00005557af9424c0 in rb_enc_set_index (obj=140135460382360, idx=2) at /tmp/ruby/src/trunk-O0/encoding.c:974
No locals.
#14 0x00005557af6d2e2a in RB_ENCODING_SET (obj=140135460382360, encindex=2) at /tmp/ruby/src/trunk-O0/include/ruby/internal/encoding/encoding.h:222
No locals.
#15 0x00005557af6d2e50 in RB_ENCODING_CODERANGE_SET (obj=140135460382360, encindex=2, cr=RUBY_ENC_CODERANGE_7BIT) at /tmp/ruby/src/trunk-O0/include/ruby/internal/encoding/encoding.h:239
No locals.
#16 0x00005557af6d4ffc in rb_usascii_str_new (ptr=0x7f73d533c6a0 "7\304\233\324s\177", len=1) at /tmp/ruby/src/trunk-O0/string.c:909
        str = 140135460382360
#17 0x00005557af6013e4 in rb_fix2str (x=15, base=10) at /tmp/ruby/src/trunk-O0/numeric.c:3884
        buf = "C\016\001\000\000\000\000\000Hq[\324s\177\000\000\240\306\063\325s\177\000\000\063Ks\257WU\000\000\240\306\063\325s\177\000\000\001\000\000\000\000\000\000\000C\016\001\000\000\000\000\000Hq[\324s\177\000\000\067"
        e = 0x7f73d533c6a1 "\304\233\324s\177"
        b = 0x7f73d533c6a0 "7\304\233\324s\177"
        val = 7
        u = 0
        neg = 0
#18 0x00005557af6014e5 in rb_int2str (x=15, base=10) at /tmp/ruby/src/trunk-O0/numeric.c:3933
No locals.
#19 0x00005557af6014af in rb_int_to_s (argc=0, argv=0x7f73d533f0d0, x=15) at /tmp/ruby/src/trunk-O0/numeric.c:3926
        base = 10
#20 0x00005557af74c735 in ractor_safe_call_cfunc_m1 (recv=15, argc=0, argv=0x7f73d533f0d0, func=0x5557af601454 <rb_int_to_s>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x5557af601454 <rb_int_to_s>
#21 0x00005557af74d36c in vm_call_cfunc_with_frame_ (ec=0x5557b01afc70, reg_cfp=0x7f73d535eeb0, calling=0x7f73d533c920, argc=0, argv=0x7f73d533f0d0, stack_bottom=0x7f73d533f0c8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xd0100100001
        cc = 0x7f73d4594ff8
        val = 0
        me = 0x7f73d49bc4f0
        cfunc = 0x5557b001f218
        recv = 15
        block_handler = 0
        frame_type = 1431634051
        len = -1
        args = <optimized out>
        args = <optimized out>
#22 0x00005557af74d541 in vm_call_cfunc_with_frame (ec=0x5557b01afc70, reg_cfp=0x7f73d535eeb0, calling=0x7f73d533c920) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f73d533f0c8
        argv = 0x7f73d533f0d0
#23 0x00005557af7538e3 in vm_sendish (ec=0x5557b01afc70, reg_cfp=0x7f73d535eeb0, cd=0x5557b0179a20, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xd0100100001
        cc = 0x7f73d4594ff8
        argc = 0
        recv = 15
        calling = {cd = 0x5557b0179a20, cc = 0x7f73d4594ff8, block_handler = 0, recv = 15, argc = 0, kw_splat = false, heap_argv = 0}
#24 0x00005557af75ae74 in vm_exec_core (ec=0x5557b01afc70) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x5557b0179a20
        leaf = false
        val = 1
        reg_pc = 0x5557b0199238
        reg_cfp = 0x7f73d535eeb0
        insns_address_table = {0x5557af75754b <vm_exec_core+108>, 0x5557af7575ad <vm_exec_core+206>, 0x5557af7576c0 <vm_exec_core+481>, 0x5557af7577d4 <vm_exec_core+757>, 0x5557af757972 <vm_exec_core+1171>, 0x5557af757aa2 <vm_exec_core+1475>, 0x5557af757cb4 <vm_exec_core+2005>, 0x5557af757dc6 <vm_exec_core+2279>, 0x5557af757e9f <vm_exec_core+2496>, 0x5557af757fa6 <vm_exec_core+2759>, 0x5557af7580ad <vm_exec_core+3022>, 0x5557af7581bb <vm_exec_core+3292>, 0x5557af7582cd <vm_exec_core+3566>, 0x5557af75839d <vm_exec_core+3774>, 0x5557af7584a6 <vm_exec_core+4039>, 0x5557af7585a0 <vm_exec_core+4289>, 0x5557af758663 <vm_exec_core+4484>, 0x5557af758726 <vm_exec_core+4679>, 0x5557af7587af <vm_exec_core+4816>, 0x5557af75883b <vm_exec_core+4956>, 0x5557af7588e1 <vm_exec_core+5122>, 0x5557af7589b9 <vm_exec_core+5338>, 0x5557af758a86 <vm_exec_core+5543>, 0x5557af758b64 <vm_exec_core+5765>, 0x5557af758c26 <vm_exec_core+5959>, 0x5557af758d65 <vm_exec_core+6278>, 0x5557af758e0b <vm_exec_core+6444>, 0x5557af758ef0 <vm_exec_core+6673>, 0x5557af75901f <vm_exec_core+6976>, 0x5557af7590e2 <vm_exec_core+7171>, 0x5557af7591a5 <vm_exec_core+7366>, 0x5557af75929c <vm_exec_core+7613>, 0x5557af75935e <vm_exec_core+7807>, 0x5557af75943d <vm_exec_core+8030>, 0x5557af75950a <vm_exec_core+8235>, 0x5557af75961a <vm_exec_core+8507>, 0x5557af759714 <vm_exec_core+8757>, 0x5557af75978f <vm_exec_core+8880>, 0x5557af759850 <vm_exec_core+9073>, 0x5557af75993e <vm_exec_core+9311>, 0x5557af7599ee <vm_exec_core+9487>, 0x5557af759b6d <vm_exec_core+9870>, 0x5557af759c47 <vm_exec_core+10088>, 0x5557af759d33 <vm_exec_core+10324>, 0x5557af759dc4 <vm_exec_core+10469>, 0x5557af759f1f <vm_exec_core+10816>, 0x5557af75a4c1 <vm_exec_core+12258>, 0x5557af75a5bd <vm_exec_core+12510>, 0x5557af75a6c0 <vm_exec_core+12769>, 0x5557af75a7ac <vm_exec_core+13005>, 0x5557af75a9c5 <vm_exec_core+13542>, 0x5557af75aab7 <vm_exec_core+13784>, 0x5557af75abbd <vm_exec_core+14046>, 0x5557af75adba <vm_exec_core+14555>, 0x5557af75af63 <vm_exec_core+14980>, 0x5557af75b08e <vm_exec_core+15279>, 0x5557af75b1fa <vm_exec_core+15643>, 0x5557af75b325 <vm_exec_core+15942>, 0x5557af75b491 <vm_exec_core+16306>, 0x5557af75b673 <vm_exec_core+16788>, 0x5557af75b870 <vm_exec_core+17297>, 0x5557af75ba19 <vm_exec_core+17722>, 0x5557af75bb3b <vm_exec_core+18012>, 0x5557af75bbe2 <vm_exec_core+18179>, 0x5557af75bca6 <vm_exec_core+18375>, 0x5557af75bd8f <vm_exec_core+18608>, 0x5557af75be7b <vm_exec_core+18844>, 0x5557af75bf64 <vm_exec_core+19077>, 0x5557af75c078 <vm_exec_core+19353>, 0x5557af75c19f <vm_exec_core+19648>, 0x5557af75c2d5 <vm_exec_core+19958>, 0x5557af75c40b <vm_exec_core+20268>, 0x5557af75c541 <vm_exec_core+20578>, 0x5557af75c677 <vm_exec_core+20888>, 0x5557af75c7ad <vm_exec_core+21198>, 0x5557af75c8ee <vm_exec_core+21519>, 0x5557af75ca68 <vm_exec_core+21897>, 0x5557af75cb9e <vm_exec_core+22207>, 0x5557af75ccd4 <vm_exec_core+22517>, 0x5557af75ce0a <vm_exec_core+22827>, 0x5557af75cf40 <vm_exec_core+23137>, 0x5557af75d076 <vm_exec_core+23447>, 0x5557af75d1ac <vm_exec_core+23757>, 0x5557af75d2e2 <vm_exec_core+24067>, 0x5557af75d418 <vm_exec_core+24377>, 0x5557af75d567 <vm_exec_core+24712>, 0x5557af75d721 <vm_exec_core+25154>, 0x5557af75d89f <vm_exec_core+25536>, 0x5557af75d9be <vm_exec_core+25823>, 0x5557af75dadd <vm_exec_core+26110>, 0x5557af75dbf7 <vm_exec_core+26392>, 0x5557af75dd11 <vm_exec_core+26674>, 0x5557af75de3c <vm_exec_core+26973>, 0x5557af75df72 <vm_exec_core+27283>, 0x5557af75e05d <vm_exec_core+27518>, 0x5557af75e162 <vm_exec_core+27779>, 0x5557af75e2aa <vm_exec_core+28107>, 0x5557af75e399 <vm_exec_core+28346>, 0x5557af75e473 <vm_exec_core+28564>, 0x5557af75e548 <vm_exec_core+28777>, 0x5557af75e623 <vm_exec_core+28996>, 0x5557af75e69f <vm_exec_core+29120>, 0x5557af75e71b <vm_exec_core+29244>, 0x5557af75e739 <vm_exec_core+29274>, 0x5557af75e757 <vm_exec_core+29304>, 0x5557af75e775 <vm_exec_core+29334>, 0x5557af75e793 <vm_exec_core+29364>, 0x5557af75e7b1 <vm_exec_core+29394>, 0x5557af75e7cf <vm_exec_core+29424>, 0x5557af75e7ed <vm_exec_core+29454>, 0x5557af75e80b <vm_exec_core+29484>, 0x5557af75e829 <vm_exec_core+29514>, 0x5557af75e847 <vm_exec_core+29544>, 0x5557af75e865 <vm_exec_core+29574>, 0x5557af75e883 <vm_exec_core+29604>, 0x5557af75e8a1 <vm_exec_core+29634>, 0x5557af75e8bf <vm_exec_core+29664>, 0x5557af75e8dd <vm_exec_core+29694>, 0x5557af75e8fb <vm_exec_core+29724>, 0x5557af75e919 <vm_exec_core+29754>, 0x5557af75e937 <vm_exec_core+29784>, 0x5557af75e955 <vm_exec_core+29814>, 0x5557af75e973 <vm_exec_core+29844>, 0x5557af75e991 <vm_exec_core+29874>, 0x5557af75e9af <vm_exec_core+29904>, 0x5557af75e9cd <vm_exec_core+29934>, 0x5557af75e9eb <vm_exec_core+29964>, 0x5557af75ea09 <vm_exec_core+29994>, 0x5557af75ea27 <vm_exec_core+30024>, 0x5557af75ea45 <vm_exec_core+30054>, 0x5557af75ea63 <vm_exec_core+30084>, 0x5557af75ea81 <vm_exec_core+30114>, 0x5557af75ea9f <vm_exec_core+30144>, 0x5557af75eabd <vm_exec_core+30174>, 0x5557af75eadb <vm_exec_core+30204>, 0x5557af75eaf9 <vm_exec_core+30234>, 0x5557af75eb17 <vm_exec_core+30264>, 0x5557af75eb35 <vm_exec_core+30294>, 0x5557af75eb53 <vm_exec_core+30324>, 0x5557af75eb71 <vm_exec_core+30354>, 0x5557af75eb8f <vm_exec_core+30384>, 0x5557af75ebad <vm_exec_core+30414>, 0x5557af75ebcb <vm_exec_core+30444>, 0x5557af75ebe9 <vm_exec_core+30474>, 0x5557af75ec07 <vm_exec_core+30504>, 0x5557af75ec25 <vm_exec_core+30534>, 0x5557af75ec43 <vm_exec_core+30564>, 0x5557af75ec61 <vm_exec_core+30594>, 0x5557af75ec7f <vm_exec_core+30624>, 0x5557af75ec9d <vm_exec_core+30654>, 0x5557af75ecbb <vm_exec_core+30684>, 0x5557af75ecd9 <vm_exec_core+30714>, 0x5557af75ecf7 <vm_exec_core+30744>, 0x5557af75ed15 <vm_exec_core+30774>, 0x5557af75ed33 <vm_exec_core+30804>, 0x5557af75ed51 <vm_exec_core+30834>, 0x5557af75ed6f <vm_exec_core+30864>, 0x5557af75ed8d <vm_exec_core+30894>, 0x5557af75edab <vm_exec_core+30924>, 0x5557af75edc9 <vm_exec_core+30954>, 0x5557af75ede7 <vm_exec_core+30984>, 0x5557af75ee05 <vm_exec_core+31014>, 0x5557af75ee23 <vm_exec_core+31044>, 0x5557af75ee41 <vm_exec_core+31074>, 0x5557af75ee5f <vm_exec_core+31104>, 0x5557af75ee7d <vm_exec_core+31134>, 0x5557af75ee9b <vm_exec_core+31164>, 0x5557af75eeb9 <vm_exec_core+31194>, 0x5557af75eed7 <vm_exec_core+31224>, 0x5557af75eef5 <vm_exec_core+31254>, 0x5557af75ef13 <vm_exec_core+31284>, 0x5557af75ef31 <vm_exec_core+31314>, 0x5557af75ef4f <vm_exec_core+31344>, 0x5557af75ef6d <vm_exec_core+31374>, 0x5557af75ef8b <vm_exec_core+31404>, 0x5557af75efa9 <vm_exec_core+31434>, 0x5557af75efc7 <vm_exec_core+31464>, 0x5557af75efe5 <vm_exec_core+31494>, 0x5557af75f016 <vm_exec_core+31543>, 0x5557af75f034 <vm_exec_core+31573>, 0x5557af75f052 <vm_exec_core+31603>, 0x5557af75f070 <vm_exec_core+31633>, 0x5557af75f08e <vm_exec_core+31663>, 0x5557af75f0ac <vm_exec_core+31693>, 0x5557af75f0ca <vm_exec_core+31723>, 0x5557af75f0e8 <vm_exec_core+31753>, 0x5557af75f106 <vm_exec_core+31783>, 0x5557af75f124 <vm_exec_core+31813>, 0x5557af75f142 <vm_exec_core+31843>, 0x5557af75f160 <vm_exec_core+31873>, 0x5557af75f17e <vm_exec_core+31903>, 0x5557af75f19c <vm_exec_core+31933>, 0x5557af75f1ba <vm_exec_core+31963>, 0x5557af75f1d8 <vm_exec_core+31993>, 0x5557af75f1f6 <vm_exec_core+32023>, 0x5557af75f214 <vm_exec_core+32053>, 0x5557af75f232 <vm_exec_core+32083>, 0x5557af75f250 <vm_exec_core+32113>, 0x5557af75f26e <vm_exec_core+32143>, 0x5557af75f28c <vm_exec_core+32173>...}
#25 0x00005557af77185e in rb_vm_exec (ec=0x5557b01afc70) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x5557b01afc70
        _tag = {tag = 36, retval = 4, buf = {0x7f73d533d600, 0x5557af7717dc <rb_vm_exec+190>, 0x0, 0x7f73d533d550, 0x7f73d533d5d0}, prev = 0x7f73d533ec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#26 0x00005557af765fdf in vm_call0_body (ec=0x5557b01afc70, calling=0x7f73d533d7a0, argv=0x7f73d533db60) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7f73d535ef58
        i = 0
        ci = 0x7f73d533d770
        cc = 0x7f73d4595070
        ret = 36
#27 0x00005557af765854 in vm_call0_cc (ec=0x5557b01afc70, recv=140135460729160, id=50369, argc=0, argv=0x7f73d533db60, cc=0x7f73d4595070, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7f73d533db60
        av = {93835092246364, 93835105074288}
        calling = {cd = 0x7f73d533d760, cc = 0x7f73d4595070, block_handler = 0, recv = 140135460729160, argc = 0, kw_splat = false, heap_argv = 0}
#28 0x00005557af767437 in rb_call0 (ec=0x5557b01afc70, recv=140135460729160, mid=50369, argc=0, argv=0x7f73d533db60, call_scope=CALL_PUBLIC, self=140135483505320) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_PUBLIC
        kw_splat = 0
        cc = 0x7f73d4595070
#29 0x00005557af768183 in rb_call (recv=140135460729160, mid=50369, argc=0, argv=0x7f73d533db60, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x5557b01afc70
#30 0x00005557af768f0e in rb_funcall_with_block_kw (recv=140135460729160, mid=50369, argc=0, argv=0x7f73d533db60, passed_procval=4, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1214
No locals.
#31 0x00005557af6eed6d in rb_sym_proc_call (mid=50369, argc=1, argv=0x7f73d533db58, kw_splat=0, passed_proc=4) at /tmp/ruby/src/trunk-O0/string.c:11666
        obj = 140135460729160
#32 0x00005557af75196f in vm_yield_with_symbol (ec=0x5557b01afc70, symbol=12894476, argc=1, argv=0x7f73d533db58, kw_splat=0, block_handler=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4798
No locals.
#33 0x00005557af76e957 in invoke_block_from_c_bh (ec=0x5557b01afc70, block_handler=12894476, argc=1, argv=0x7f73d533db58, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1606
No locals.
#34 0x00005557af76ea6b in vm_yield_with_cref (ec=0x5557b01afc70, argc=1, argv=0x7f73d533db58, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#35 0x00005557af76eaa9 in vm_yield (ec=0x5557b01afc70, argc=1, argv=0x7f73d533db58, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#36 0x00005557af7693ab in rb_yield_0 (argc=1, argv=0x7f73d533db58) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#37 0x00005557af769412 in rb_yield (val=140135460729160) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#38 0x00005557af8aa8d3 in rb_ary_each (ary=140135483505320) at /tmp/ruby/src/trunk-O0/array.c:2535
        i = 46516
#39 0x00005557af74c767 in ractor_safe_call_cfunc_0 (recv=140135483505320, argc=0, argv=0x7f73d533f038, func=0x5557af8aa866 <rb_ary_each>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x5557af8aa866 <rb_ary_each>
#40 0x00005557af74d36c in vm_call_cfunc_with_frame_ (ec=0x5557b01afc70, reg_cfp=0x7f73d535ef90, calling=0x7f73d533dfe0, argc=0, argv=0x7f73d533f038, stack_bottom=0x7f73d533f030) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xbe100020001
        cc = 0x7f73d4595098
        val = 93835103175720
        me = 0x7f73d4990f30
        cfunc = 0x5557b00301e8
        recv = 140135483505320
        block_handler = 12894476
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#41 0x00005557af74d541 in vm_call_cfunc_with_frame (ec=0x5557b01afc70, reg_cfp=0x7f73d535ef90, calling=0x7f73d533dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f73d533f030
        argv = 0x7f73d533f038
#42 0x00005557af74d659 in vm_call_cfunc_other (ec=0x5557b01afc70, reg_cfp=0x7f73d535ef90, calling=0x7f73d533dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0xbe100020001
        argv_ary = 0
#43 0x00005557af74da81 in vm_call_cfunc (ec=0x5557b01afc70, reg_cfp=0x7f73d535ef90, calling=0x7f73d533dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0xbe100020001
#44 0x00005557af7505b0 in vm_call_method_each_type (ec=0x5557b01afc70, cfp=0x7f73d535ef90, calling=0x7f73d533dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 3576946192
        ci = 0xbe100020001
        cc = 0x7f73d4595098
        cme = 0x7f73d4990f30
        v = 93835106349048
#45 0x00005557af75105c in vm_call_method (ec=0x5557b01afc70, cfp=0x7f73d535ef90, calling=0x7f73d533dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0xbe100020001
        cc = 0x7f73d4595098
#46 0x00005557af75125e in vm_call_general (ec=0x5557b01afc70, reg_cfp=0x7f73d535ef90, calling=0x7f73d533dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#47 0x00005557af7538e3 in vm_sendish (ec=0x5557b01afc70, reg_cfp=0x7f73d535ef90, cd=0x5557b0179e50, block_handler=12894476, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xbe100020001
        cc = 0x7f73d4595098
        argc = 0
        recv = 140135483505320
        calling = {cd = 0x5557b0179e50, cc = 0x7f73d4595098, block_handler = 12894476, recv = 140135483505320, argc = 0, kw_splat = false, heap_argv = 0}
#48 0x00005557af75accb in vm_exec_core (ec=0x5557b01afc70) at ../../src/trunk-O0/insns.def:814
        bh = 12894476
        cd = 0x5557b0179e50
        blockiseq = 0x0
        leaf = false
        val = 140135483505320
        reg_pc = 0x5557b01716c0
        reg_cfp = 0x7f73d535ef90
        insns_address_table = {0x5557af75754b <vm_exec_core+108>, 0x5557af7575ad <vm_exec_core+206>, 0x5557af7576c0 <vm_exec_core+481>, 0x5557af7577d4 <vm_exec_core+757>, 0x5557af757972 <vm_exec_core+1171>, 0x5557af757aa2 <vm_exec_core+1475>, 0x5557af757cb4 <vm_exec_core+2005>, 0x5557af757dc6 <vm_exec_core+2279>, 0x5557af757e9f <vm_exec_core+2496>, 0x5557af757fa6 <vm_exec_core+2759>, 0x5557af7580ad <vm_exec_core+3022>, 0x5557af7581bb <vm_exec_core+3292>, 0x5557af7582cd <vm_exec_core+3566>, 0x5557af75839d <vm_exec_core+3774>, 0x5557af7584a6 <vm_exec_core+4039>, 0x5557af7585a0 <vm_exec_core+4289>, 0x5557af758663 <vm_exec_core+4484>, 0x5557af758726 <vm_exec_core+4679>, 0x5557af7587af <vm_exec_core+4816>, 0x5557af75883b <vm_exec_core+4956>, 0x5557af7588e1 <vm_exec_core+5122>, 0x5557af7589b9 <vm_exec_core+5338>, 0x5557af758a86 <vm_exec_core+5543>, 0x5557af758b64 <vm_exec_core+5765>, 0x5557af758c26 <vm_exec_core+5959>, 0x5557af758d65 <vm_exec_core+6278>, 0x5557af758e0b <vm_exec_core+6444>, 0x5557af758ef0 <vm_exec_core+6673>, 0x5557af75901f <vm_exec_core+6976>, 0x5557af7590e2 <vm_exec_core+7171>, 0x5557af7591a5 <vm_exec_core+7366>, 0x5557af75929c <vm_exec_core+7613>, 0x5557af75935e <vm_exec_core+7807>, 0x5557af75943d <vm_exec_core+8030>, 0x5557af75950a <vm_exec_core+8235>, 0x5557af75961a <vm_exec_core+8507>, 0x5557af759714 <vm_exec_core+8757>, 0x5557af75978f <vm_exec_core+8880>, 0x5557af759850 <vm_exec_core+9073>, 0x5557af75993e <vm_exec_core+9311>, 0x5557af7599ee <vm_exec_core+9487>, 0x5557af759b6d <vm_exec_core+9870>, 0x5557af759c47 <vm_exec_core+10088>, 0x5557af759d33 <vm_exec_core+10324>, 0x5557af759dc4 <vm_exec_core+10469>, 0x5557af759f1f <vm_exec_core+10816>, 0x5557af75a4c1 <vm_exec_core+12258>, 0x5557af75a5bd <vm_exec_core+12510>, 0x5557af75a6c0 <vm_exec_core+12769>, 0x5557af75a7ac <vm_exec_core+13005>, 0x5557af75a9c5 <vm_exec_core+13542>, 0x5557af75aab7 <vm_exec_core+13784>, 0x5557af75abbd <vm_exec_core+14046>, 0x5557af75adba <vm_exec_core+14555>, 0x5557af75af63 <vm_exec_core+14980>, 0x5557af75b08e <vm_exec_core+15279>, 0x5557af75b1fa <vm_exec_core+15643>, 0x5557af75b325 <vm_exec_core+15942>, 0x5557af75b491 <vm_exec_core+16306>, 0x5557af75b673 <vm_exec_core+16788>, 0x5557af75b870 <vm_exec_core+17297>, 0x5557af75ba19 <vm_exec_core+17722>, 0x5557af75bb3b <vm_exec_core+18012>, 0x5557af75bbe2 <vm_exec_core+18179>, 0x5557af75bca6 <vm_exec_core+18375>, 0x5557af75bd8f <vm_exec_core+18608>, 0x5557af75be7b <vm_exec_core+18844>, 0x5557af75bf64 <vm_exec_core+19077>, 0x5557af75c078 <vm_exec_core+19353>, 0x5557af75c19f <vm_exec_core+19648>, 0x5557af75c2d5 <vm_exec_core+19958>, 0x5557af75c40b <vm_exec_core+20268>, 0x5557af75c541 <vm_exec_core+20578>, 0x5557af75c677 <vm_exec_core+20888>, 0x5557af75c7ad <vm_exec_core+21198>, 0x5557af75c8ee <vm_exec_core+21519>, 0x5557af75ca68 <vm_exec_core+21897>, 0x5557af75cb9e <vm_exec_core+22207>, 0x5557af75ccd4 <vm_exec_core+22517>, 0x5557af75ce0a <vm_exec_core+22827>, 0x5557af75cf40 <vm_exec_core+23137>, 0x5557af75d076 <vm_exec_core+23447>, 0x5557af75d1ac <vm_exec_core+23757>, 0x5557af75d2e2 <vm_exec_core+24067>, 0x5557af75d418 <vm_exec_core+24377>, 0x5557af75d567 <vm_exec_core+24712>, 0x5557af75d721 <vm_exec_core+25154>, 0x5557af75d89f <vm_exec_core+25536>, 0x5557af75d9be <vm_exec_core+25823>, 0x5557af75dadd <vm_exec_core+26110>, 0x5557af75dbf7 <vm_exec_core+26392>, 0x5557af75dd11 <vm_exec_core+26674>, 0x5557af75de3c <vm_exec_core+26973>, 0x5557af75df72 <vm_exec_core+27283>, 0x5557af75e05d <vm_exec_core+27518>, 0x5557af75e162 <vm_exec_core+27779>, 0x5557af75e2aa <vm_exec_core+28107>, 0x5557af75e399 <vm_exec_core+28346>, 0x5557af75e473 <vm_exec_core+28564>, 0x5557af75e548 <vm_exec_core+28777>, 0x5557af75e623 <vm_exec_core+28996>, 0x5557af75e69f <vm_exec_core+29120>, 0x5557af75e71b <vm_exec_core+29244>, 0x5557af75e739 <vm_exec_core+29274>, 0x5557af75e757 <vm_exec_core+29304>, 0x5557af75e775 <vm_exec_core+29334>, 0x5557af75e793 <vm_exec_core+29364>, 0x5557af75e7b1 <vm_exec_core+29394>, 0x5557af75e7cf <vm_exec_core+29424>, 0x5557af75e7ed <vm_exec_core+29454>, 0x5557af75e80b <vm_exec_core+29484>, 0x5557af75e829 <vm_exec_core+29514>, 0x5557af75e847 <vm_exec_core+29544>, 0x5557af75e865 <vm_exec_core+29574>, 0x5557af75e883 <vm_exec_core+29604>, 0x5557af75e8a1 <vm_exec_core+29634>, 0x5557af75e8bf <vm_exec_core+29664>, 0x5557af75e8dd <vm_exec_core+29694>, 0x5557af75e8fb <vm_exec_core+29724>, 0x5557af75e919 <vm_exec_core+29754>, 0x5557af75e937 <vm_exec_core+29784>, 0x5557af75e955 <vm_exec_core+29814>, 0x5557af75e973 <vm_exec_core+29844>, 0x5557af75e991 <vm_exec_core+29874>, 0x5557af75e9af <vm_exec_core+29904>, 0x5557af75e9cd <vm_exec_core+29934>, 0x5557af75e9eb <vm_exec_core+29964>, 0x5557af75ea09 <vm_exec_core+29994>, 0x5557af75ea27 <vm_exec_core+30024>, 0x5557af75ea45 <vm_exec_core+30054>, 0x5557af75ea63 <vm_exec_core+30084>, 0x5557af75ea81 <vm_exec_core+30114>, 0x5557af75ea9f <vm_exec_core+30144>, 0x5557af75eabd <vm_exec_core+30174>, 0x5557af75eadb <vm_exec_core+30204>, 0x5557af75eaf9 <vm_exec_core+30234>, 0x5557af75eb17 <vm_exec_core+30264>, 0x5557af75eb35 <vm_exec_core+30294>, 0x5557af75eb53 <vm_exec_core+30324>, 0x5557af75eb71 <vm_exec_core+30354>, 0x5557af75eb8f <vm_exec_core+30384>, 0x5557af75ebad <vm_exec_core+30414>, 0x5557af75ebcb <vm_exec_core+30444>, 0x5557af75ebe9 <vm_exec_core+30474>, 0x5557af75ec07 <vm_exec_core+30504>, 0x5557af75ec25 <vm_exec_core+30534>, 0x5557af75ec43 <vm_exec_core+30564>, 0x5557af75ec61 <vm_exec_core+30594>, 0x5557af75ec7f <vm_exec_core+30624>, 0x5557af75ec9d <vm_exec_core+30654>, 0x5557af75ecbb <vm_exec_core+30684>, 0x5557af75ecd9 <vm_exec_core+30714>, 0x5557af75ecf7 <vm_exec_core+30744>, 0x5557af75ed15 <vm_exec_core+30774>, 0x5557af75ed33 <vm_exec_core+30804>, 0x5557af75ed51 <vm_exec_core+30834>, 0x5557af75ed6f <vm_exec_core+30864>, 0x5557af75ed8d <vm_exec_core+30894>, 0x5557af75edab <vm_exec_core+30924>, 0x5557af75edc9 <vm_exec_core+30954>, 0x5557af75ede7 <vm_exec_core+30984>, 0x5557af75ee05 <vm_exec_core+31014>, 0x5557af75ee23 <vm_exec_core+31044>, 0x5557af75ee41 <vm_exec_core+31074>, 0x5557af75ee5f <vm_exec_core+31104>, 0x5557af75ee7d <vm_exec_core+31134>, 0x5557af75ee9b <vm_exec_core+31164>, 0x5557af75eeb9 <vm_exec_core+31194>, 0x5557af75eed7 <vm_exec_core+31224>, 0x5557af75eef5 <vm_exec_core+31254>, 0x5557af75ef13 <vm_exec_core+31284>, 0x5557af75ef31 <vm_exec_core+31314>, 0x5557af75ef4f <vm_exec_core+31344>, 0x5557af75ef6d <vm_exec_core+31374>, 0x5557af75ef8b <vm_exec_core+31404>, 0x5557af75efa9 <vm_exec_core+31434>, 0x5557af75efc7 <vm_exec_core+31464>, 0x5557af75efe5 <vm_exec_core+31494>, 0x5557af75f016 <vm_exec_core+31543>, 0x5557af75f034 <vm_exec_core+31573>, 0x5557af75f052 <vm_exec_core+31603>, 0x5557af75f070 <vm_exec_core+31633>, 0x5557af75f08e <vm_exec_core+31663>, 0x5557af75f0ac <vm_exec_core+31693>, 0x5557af75f0ca <vm_exec_core+31723>, 0x5557af75f0e8 <vm_exec_core+31753>, 0x5557af75f106 <vm_exec_core+31783>, 0x5557af75f124 <vm_exec_core+31813>, 0x5557af75f142 <vm_exec_core+31843>, 0x5557af75f160 <vm_exec_core+31873>, 0x5557af75f17e <vm_exec_core+31903>, 0x5557af75f19c <vm_exec_core+31933>, 0x5557af75f1ba <vm_exec_core+31963>, 0x5557af75f1d8 <vm_exec_core+31993>, 0x5557af75f1f6 <vm_exec_core+32023>, 0x5557af75f214 <vm_exec_core+32053>, 0x5557af75f232 <vm_exec_core+32083>, 0x5557af75f250 <vm_exec_core+32113>, 0x5557af75f26e <vm_exec_core+32143>, 0x5557af75f28c <vm_exec_core+32173>...}
#49 0x00005557af77185e in rb_vm_exec (ec=0x5557b01afc70) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x5557b01afc70
        _tag = {tag = 36, retval = 4, buf = {0x7f73d533ecc0, 0x5557af7717dc <rb_vm_exec+190>, 0x0, 0x7f73d533ec10, 0x0}, prev = 0x7f73d533ef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#50 0x00005557af76e44b in invoke_block (ec=0x5557b01afc70, iseq=0x7f73d49739a8, self=140135907905000, captured=0x5557b03e0430, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#51 0x00005557af76eee7 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f73d533ef08, argc=0, self=140135907905000, captured=0x5557b03e0430, ec=0x5557b01afc70) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f73d49739a8
        opt_pc = 0
        type = 572653569
        cfp = 0x7f73d535efc8
        sp = 0x7f73d533f018
        flags = 0
        use_argv = 0x7f73d533ef08
        av = {93835103717696, 0}
        stack_argv = 0x7f73d533f018
#52 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f73d533ef08, argc=0, self=140135907905000, proc=0x5557b03e0430, ec=0x5557b01afc70) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x5557b03e0430
#53 vm_invoke_proc (ec=0x5557b01afc70, proc=0x5557b03e0430, self=140135907905000, argc=0, argv=0x7f73d533ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#54 0x00005557af76f68b in rb_vm_invoke_proc (ec=0x5557b01afc70, proc=0x5557b03e0430, argc=0, argv=0x7f73d533ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 140135907905000
#55 0x00005557af9362f4 in rb_fiber_start (fiber=0x5557b01afc20) at /tmp/ruby/src/trunk-O0/cont.c:2536
        cont = 0x5557b01afc20
        argc = 0
        argv = 0x7f73d533ef08
        args = 4
        _ec = 0x5557b01afc70
        _tag = {tag = 36, retval = 0, buf = {0x7f73d533efc0, 0x5557af93610d <rb_fiber_start+239>, 0x0, 0x7f73d533eee0, 0x7f73d533efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x5557affdf090
        proc = 0x5557b03e0430
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#56 0x00005557af933918 in fiber_entry (from=0x5557affe06b0, to=0x5557b01afe40) at /tmp/ruby/src/trunk-O0/cont.c:847
        fiber = 0x5557b01afc20
        thread = 0x5557affdf090
#57 0x0000000000000000 in ?? ()
No symbol table info available.

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