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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: 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/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving 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/.bundle/gems/debug-1.8.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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	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 927587afb6aac69b358b86a01f602d207053e8d2 | /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 encdb.h
generating enc.mk
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: 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/nkf'
make[2]: Entering 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/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
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/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.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/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.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.1
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.0.dev
                                    cgi 0.4.0
                                    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.5.1
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.5
                                    irb 1.9.0
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.0
                                    open3 0.2.0
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.17.1
                                    pstore 0.1.3
                                    rdoc 6.6.0
                                    readline 0.0.3
                                    reline 0.4.0
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.0
                                    set 1.0.3
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 1.1.0
                                    tempfile 0.2.0
                                    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.dev.1
                                    fcntl 1.1.0
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev.1
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.1.1
                                    stringio 3.1.0
                                    strscan 3.0.8
                                    syslog 0.1.1
                                    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.2.0
                                    net-imap 0.4.5
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.3.0
                                    typeprof 0.21.8
                                    debug 1.8.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 1862 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

Retrying...
Finished tests in 1136.792938s, 23.6543 tests/s, 8974.6414 assertions/s.
26890 tests, 10202309 assertions, 0 failures, 0 errors, 190 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.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.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/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-11-17T15:48:57Z master e5d6b4099e) [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 270.105930 seconds

3725 files, 32456 examples, 146807 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.105346.ruby -x gdbscript
[New LWP 105346]
[New LWP 105348]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055f93528aa35 in RB_IMMEDIATE_P (obj=140236380800160) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
313	    return obj & RUBY_IMMEDIATE_MASK;
[Current thread is 1 (Thread 0x7f8b6e13c7c0 (LWP 105346))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f8b6e13c7c0 (LWP 105346) 0x000055f93528aa35 in RB_IMMEDIATE_P (obj=140236380800160) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
  2    Thread 0x7f8b54b5f640 (LWP 105348) 0x00007f8b6e264fde in epoll_wait (epfd=4, events=0x55f93589c07c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f8b54b5f640 (LWP 105348)):
#0  0x00007f8b6e264fde in epoll_wait (epfd=4, events=0x55f93589c07c <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  0x000055f935422568 in timer_thread_polling (vm=0x55f9368a8b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = 1904797557
#2  0x000055f935422c10 in timer_thread_func (ptr=0x55f9368a8b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x55f9368a8b10
#3  0x00007f8b6e1d3b43 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 = {140735482417072, 3189432605169644432, 140236398392896, 25, 140236824590416, 140735482417424, -3218510891575184496, -3218393455781907568}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f8b6e264bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f8b6e13c7c0 (LWP 105346)):
#0  0x000055f93528aa35 in RB_IMMEDIATE_P (obj=140236380800160) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
No locals.
#1  0x000055f93528aa52 in RB_SPECIAL_CONST_P (obj=140236380800160) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
No locals.
#2  0x000055f93528aa86 in rb_special_const_p (obj=140236380800160) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:349
No locals.
#3  0x000055f935293d9a in is_markable_object (obj=140236380800160) at /tmp/ruby/src/trunk-O0/gc.c:4664
No locals.
#4  0x000055f935298a44 in gc_mark (objspace=0x55f9368ab260, obj=140236380800160) at /tmp/ruby/src/trunk-O0/gc.c:7002
No locals.
#5  0x000055f935297f9e in mark_const_entry_i (value=94528851785360, data=0x55f9368ab260) at /tmp/ruby/src/trunk-O0/gc.c:6693
        ce = 0x55f936a1b690
        objspace = 0x55f9368ab260
#6  0x000055f93541b0eb in rb_id_table_foreach_values (tbl=0x55f93694c8a0, func=0x55f935297f63 <mark_const_entry_i>, data=0x55f9368ab260) at /tmp/ruby/src/trunk-O0/id_table.c:296
        ret = 22009
        i = 0
        capa = 16
#7  0x000055f935297ff1 in mark_const_tbl (objspace=0x55f9368ab260, tbl=0x55f93694c8a0) at /tmp/ruby/src/trunk-O0/gc.c:6702
No locals.
#8  0x000055f93529949d in gc_mark_children (objspace=0x55f9368ab260, obj=140236380800960) at /tmp/ruby/src/trunk-O0/gc.c:7306
        any = 0x7f8b53a987c0
#9  0x000055f935299bde in gc_mark_stacked_objects (objspace=0x55f9368ab260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7471
        mstack = 0x55f9368ab6e8
        obj = 140236380800960
        marked_slots_at_the_beginning = 758
        popped_count = 0
#10 0x000055f935299d5e in gc_mark_stacked_objects_all (objspace=0x55f9368ab260) at /tmp/ruby/src/trunk-O0/gc.c:7509
No locals.
#11 0x000055f93529c034 in gc_marks_rest (objspace=0x55f9368ab260) at /tmp/ruby/src/trunk-O0/gc.c:8696
No locals.
#12 0x000055f93529c168 in gc_marks (objspace=0x55f9368ab260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8754
        marking_finished = false
#13 0x000055f93529def0 in gc_start (objspace=0x55f9368ab260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9504
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 0
#14 0x000055f93529db8d in garbage_collect (objspace=0x55f9368ab260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9388
        _lev = 2289025360
        ret = 32767
#15 0x000055f93529e610 in garbage_collect_with_gvl (objspace=0x55f9368ab260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9765
No locals.
#16 0x000055f9352a54f1 in objspace_malloc_gc_stress (objspace=0x55f9368ab260) at /tmp/ruby/src/trunk-O0/gc.c:12206
        reason = 45568
#17 0x000055f9352a57d4 in objspace_xmalloc0 (objspace=0x55f9368ab260, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12408
        gpr = 107008
        mem = 0x4920000492f
#18 0x000055f9352a5af1 in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12632
No locals.
#19 0x000055f9352a5b27 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12641
No locals.
#20 0x000055f9352a9452 in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14214
No locals.
#21 0x000055f9354675e0 in vm_ccs_create (klass=140236398521440, cc_tbl=0x55f9369c9a30, mid=18735, cme=0x7f8b54b874c8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1969
        ccs = 0xffffffff00000492
#22 0x000055f935482f2b in cache_callable_method_entry (klass=140236398521440, mid=18735, cme=0x7f8b54b874c8) at /tmp/ruby/src/trunk-O0/vm_method.c:1321
        cc_tbl = 0x55f9369c9a30
        ccs_data = 94528829139890
#23 0x000055f9354830ed in callable_method_entry_or_negative (klass=140236398521440, mid=18735, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1369
        defined_class = 140236398521440
        me = 0x7f8b54b874c8
        _lev = 22009
        cme = 0x7f8b54b874c8
#24 0x000055f93548317f in callable_method_entry (klass=140236398521440, mid=18735, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1389
        cme = 0x7fff886fc368
#25 0x000055f9354831e2 in rb_callable_method_entry (klass=140236398521440, mid=18735) at /tmp/ruby/src/trunk-O0/vm_method.c:1396
No locals.
#26 0x000055f93546795e in vm_search_cc (klass=140236398521440, ci=0x492f00100005) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2107
        mid = 18735
        cc_tbl = 0x55f9369c9a30
        ccs = 0x0
        ccs_data = 140236398564600
        cme = 0x0
        cc = 0x7f8b53a0d5d0
#27 0x000055f935467a9b in rb_vm_search_method_slowpath (ci=0x492f00100005, klass=140236398521440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2156
        _lev = 32651
        cc = 0x7fff886fc440
#28 0x000055f935467b02 in vm_search_method_slowpath0 (cd_owner=140236380965240, cd=0x55f936a71f70, klass=140236398521440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2177
        cc = 0x7f8b54b7ec60
        empty_cc = 0x55f9358858a0 <vm_empty_cc>
#29 0x000055f9354745b5 in vm_search_method_fastpath (klass=140236398521440, cd=0x55f936a71f70, cd_owner=140236380965240) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2238
        cc = 0x55f9358858a0 <vm_empty_cc>
#30 vm_sendish (ec=0x55f9368ac2c0, reg_cfp=0x7f8b6e13af30, cd=0x55f936a71f70, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x492f00100005
        cc = 0x7f8b53a0d5d0
        argc = 2
        recv = 140236398521600
        calling = {cd = 0x55f936a71f70, cc = 0x0, block_handler = 0, recv = 140236398521600, argc = 2, kw_splat = false, heap_argv = 0}
#31 0x000055f93547baa9 in vm_exec_core (ec=0x55f9368ac2c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x55f936a71f70
        leaf = false
        val = 140236380230440
        reg_pc = 0x55f936a71de0
        reg_cfp = 0x7f8b6e13af30
        insns_address_table = {0x55f93547824c <vm_exec_core+108>, 0x55f9354782ae <vm_exec_core+206>, 0x55f9354783c1 <vm_exec_core+481>, 0x55f9354784d5 <vm_exec_core+757>, 0x55f935478673 <vm_exec_core+1171>, 0x55f9354787a3 <vm_exec_core+1475>, 0x55f9354789b5 <vm_exec_core+2005>, 0x55f935478ac7 <vm_exec_core+2279>, 0x55f935478ba0 <vm_exec_core+2496>, 0x55f935478ca7 <vm_exec_core+2759>, 0x55f935478dae <vm_exec_core+3022>, 0x55f935478ebc <vm_exec_core+3292>, 0x55f935478fce <vm_exec_core+3566>, 0x55f93547909e <vm_exec_core+3774>, 0x55f9354791a7 <vm_exec_core+4039>, 0x55f9354792a1 <vm_exec_core+4289>, 0x55f935479364 <vm_exec_core+4484>, 0x55f935479427 <vm_exec_core+4679>, 0x55f9354794b0 <vm_exec_core+4816>, 0x55f93547953c <vm_exec_core+4956>, 0x55f9354795e2 <vm_exec_core+5122>, 0x55f9354796ba <vm_exec_core+5338>, 0x55f935479787 <vm_exec_core+5543>, 0x55f935479865 <vm_exec_core+5765>, 0x55f935479927 <vm_exec_core+5959>, 0x55f935479a66 <vm_exec_core+6278>, 0x55f935479b0c <vm_exec_core+6444>, 0x55f935479bf1 <vm_exec_core+6673>, 0x55f935479d20 <vm_exec_core+6976>, 0x55f935479de3 <vm_exec_core+7171>, 0x55f935479ea6 <vm_exec_core+7366>, 0x55f935479f9e <vm_exec_core+7614>, 0x55f93547a060 <vm_exec_core+7808>, 0x55f93547a13f <vm_exec_core+8031>, 0x55f93547a24f <vm_exec_core+8303>, 0x55f93547a349 <vm_exec_core+8553>, 0x55f93547a3c4 <vm_exec_core+8676>, 0x55f93547a485 <vm_exec_core+8869>, 0x55f93547a573 <vm_exec_core+9107>, 0x55f93547a623 <vm_exec_core+9283>, 0x55f93547a7a2 <vm_exec_core+9666>, 0x55f93547a87c <vm_exec_core+9884>, 0x55f93547a968 <vm_exec_core+10120>, 0x55f93547a9f9 <vm_exec_core+10265>, 0x55f93547ab54 <vm_exec_core+10612>, 0x55f93547b0f6 <vm_exec_core+12054>, 0x55f93547b1f2 <vm_exec_core+12306>, 0x55f93547b2f5 <vm_exec_core+12565>, 0x55f93547b3e1 <vm_exec_core+12801>, 0x55f93547b5fa <vm_exec_core+13338>, 0x55f93547b6ec <vm_exec_core+13580>, 0x55f93547b7f2 <vm_exec_core+13842>, 0x55f93547b9ef <vm_exec_core+14351>, 0x55f93547bb98 <vm_exec_core+14776>, 0x55f93547bcc3 <vm_exec_core+15075>, 0x55f93547be2f <vm_exec_core+15439>, 0x55f93547bf5a <vm_exec_core+15738>, 0x55f93547c0c6 <vm_exec_core+16102>, 0x55f93547c2a8 <vm_exec_core+16584>, 0x55f93547c4a5 <vm_exec_core+17093>, 0x55f93547c64e <vm_exec_core+17518>, 0x55f93547c770 <vm_exec_core+17808>, 0x55f93547c817 <vm_exec_core+17975>, 0x55f93547c8db <vm_exec_core+18171>, 0x55f93547c9c4 <vm_exec_core+18404>, 0x55f93547cab0 <vm_exec_core+18640>, 0x55f93547cb99 <vm_exec_core+18873>, 0x55f93547ccad <vm_exec_core+19149>, 0x55f93547cdd4 <vm_exec_core+19444>, 0x55f93547cf0a <vm_exec_core+19754>, 0x55f93547d040 <vm_exec_core+20064>, 0x55f93547d176 <vm_exec_core+20374>, 0x55f93547d2ac <vm_exec_core+20684>, 0x55f93547d3e2 <vm_exec_core+20994>, 0x55f93547d523 <vm_exec_core+21315>, 0x55f93547d69d <vm_exec_core+21693>, 0x55f93547d7d3 <vm_exec_core+22003>, 0x55f93547d909 <vm_exec_core+22313>, 0x55f93547da3f <vm_exec_core+22623>, 0x55f93547db75 <vm_exec_core+22933>, 0x55f93547dcab <vm_exec_core+23243>, 0x55f93547dde1 <vm_exec_core+23553>, 0x55f93547df17 <vm_exec_core+23863>, 0x55f93547e04d <vm_exec_core+24173>, 0x55f93547e19c <vm_exec_core+24508>, 0x55f93547e356 <vm_exec_core+24950>, 0x55f93547e4d4 <vm_exec_core+25332>, 0x55f93547e5f3 <vm_exec_core+25619>, 0x55f93547e712 <vm_exec_core+25906>, 0x55f93547e82c <vm_exec_core+26188>, 0x55f93547e946 <vm_exec_core+26470>, 0x55f93547ea71 <vm_exec_core+26769>, 0x55f93547eba7 <vm_exec_core+27079>, 0x55f93547ec92 <vm_exec_core+27314>, 0x55f93547ed97 <vm_exec_core+27575>, 0x55f93547eedf <vm_exec_core+27903>, 0x55f93547efce <vm_exec_core+28142>, 0x55f93547f0a2 <vm_exec_core+28354>, 0x55f93547f177 <vm_exec_core+28567>, 0x55f93547f261 <vm_exec_core+28801>, 0x55f93547f2dd <vm_exec_core+28925>, 0x55f93547f359 <vm_exec_core+29049>, 0x55f93547f377 <vm_exec_core+29079>, 0x55f93547f395 <vm_exec_core+29109>, 0x55f93547f3b3 <vm_exec_core+29139>, 0x55f93547f3d1 <vm_exec_core+29169>, 0x55f93547f3ef <vm_exec_core+29199>, 0x55f93547f40d <vm_exec_core+29229>, 0x55f93547f42b <vm_exec_core+29259>, 0x55f93547f449 <vm_exec_core+29289>, 0x55f93547f467 <vm_exec_core+29319>, 0x55f93547f485 <vm_exec_core+29349>, 0x55f93547f4a3 <vm_exec_core+29379>, 0x55f93547f4c1 <vm_exec_core+29409>, 0x55f93547f4df <vm_exec_core+29439>, 0x55f93547f4fd <vm_exec_core+29469>, 0x55f93547f51b <vm_exec_core+29499>, 0x55f93547f539 <vm_exec_core+29529>, 0x55f93547f557 <vm_exec_core+29559>, 0x55f93547f575 <vm_exec_core+29589>, 0x55f93547f593 <vm_exec_core+29619>, 0x55f93547f5b1 <vm_exec_core+29649>, 0x55f93547f5cf <vm_exec_core+29679>, 0x55f93547f5ed <vm_exec_core+29709>, 0x55f93547f60b <vm_exec_core+29739>, 0x55f93547f629 <vm_exec_core+29769>, 0x55f93547f647 <vm_exec_core+29799>, 0x55f93547f665 <vm_exec_core+29829>, 0x55f93547f683 <vm_exec_core+29859>, 0x55f93547f6a1 <vm_exec_core+29889>, 0x55f93547f6bf <vm_exec_core+29919>, 0x55f93547f6dd <vm_exec_core+29949>, 0x55f93547f6fb <vm_exec_core+29979>, 0x55f93547f719 <vm_exec_core+30009>, 0x55f93547f737 <vm_exec_core+30039>, 0x55f93547f755 <vm_exec_core+30069>, 0x55f93547f773 <vm_exec_core+30099>, 0x55f93547f791 <vm_exec_core+30129>, 0x55f93547f7af <vm_exec_core+30159>, 0x55f93547f7cd <vm_exec_core+30189>, 0x55f93547f7eb <vm_exec_core+30219>, 0x55f93547f809 <vm_exec_core+30249>, 0x55f93547f827 <vm_exec_core+30279>, 0x55f93547f845 <vm_exec_core+30309>, 0x55f93547f863 <vm_exec_core+30339>, 0x55f93547f881 <vm_exec_core+30369>, 0x55f93547f89f <vm_exec_core+30399>, 0x55f93547f8bd <vm_exec_core+30429>, 0x55f93547f8db <vm_exec_core+30459>, 0x55f93547f8f9 <vm_exec_core+30489>, 0x55f93547f917 <vm_exec_core+30519>, 0x55f93547f935 <vm_exec_core+30549>, 0x55f93547f953 <vm_exec_core+30579>, 0x55f93547f971 <vm_exec_core+30609>, 0x55f93547f98f <vm_exec_core+30639>, 0x55f93547f9ad <vm_exec_core+30669>, 0x55f93547f9cb <vm_exec_core+30699>, 0x55f93547f9e9 <vm_exec_core+30729>, 0x55f93547fa07 <vm_exec_core+30759>, 0x55f93547fa25 <vm_exec_core+30789>, 0x55f93547fa43 <vm_exec_core+30819>, 0x55f93547fa61 <vm_exec_core+30849>, 0x55f93547fa7f <vm_exec_core+30879>, 0x55f93547fa9d <vm_exec_core+30909>, 0x55f93547fabb <vm_exec_core+30939>, 0x55f93547fad9 <vm_exec_core+30969>, 0x55f93547faf7 <vm_exec_core+30999>, 0x55f93547fb15 <vm_exec_core+31029>, 0x55f93547fb33 <vm_exec_core+31059>, 0x55f93547fb51 <vm_exec_core+31089>, 0x55f93547fb6f <vm_exec_core+31119>, 0x55f93547fb8d <vm_exec_core+31149>, 0x55f93547fbab <vm_exec_core+31179>, 0x55f93547fbc9 <vm_exec_core+31209>, 0x55f93547fbe7 <vm_exec_core+31239>, 0x55f93547fc05 <vm_exec_core+31269>, 0x55f93547fc36 <vm_exec_core+31318>, 0x55f93547fc54 <vm_exec_core+31348>, 0x55f93547fc72 <vm_exec_core+31378>, 0x55f93547fc90 <vm_exec_core+31408>, 0x55f93547fcae <vm_exec_core+31438>, 0x55f93547fccc <vm_exec_core+31468>, 0x55f93547fcea <vm_exec_core+31498>, 0x55f93547fd08 <vm_exec_core+31528>, 0x55f93547fd26 <vm_exec_core+31558>, 0x55f93547fd44 <vm_exec_core+31588>, 0x55f93547fd62 <vm_exec_core+31618>, 0x55f93547fd80 <vm_exec_core+31648>, 0x55f93547fd9e <vm_exec_core+31678>, 0x55f93547fdbc <vm_exec_core+31708>, 0x55f93547fdda <vm_exec_core+31738>, 0x55f93547fdf8 <vm_exec_core+31768>, 0x55f93547fe16 <vm_exec_core+31798>, 0x55f93547fe34 <vm_exec_core+31828>, 0x55f93547fe52 <vm_exec_core+31858>, 0x55f93547fe70 <vm_exec_core+31888>, 0x55f93547fe8e <vm_exec_core+31918>, 0x55f93547feac <vm_exec_core+31948>, 0x55f93547feca <vm_exec_core+31978>, 0x55f93547fee8 <vm_exec_core+32008>...}
#32 0x000055f9354920d7 in vm_exec_loop (ec=0x55f9368ac2c0, state=RUBY_TAG_RAISE, tag=0x7fff886fd150, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2494
No locals.
#33 0x000055f93549201f in rb_vm_exec (ec=0x55f9368ac2c0) at /tmp/ruby/src/trunk-O0/vm.c:2473
        _ec = 0x55f9368ac2c0
        _tag = {tag = 36, retval = 4, buf = {0x7fff886fd1d0, 0x55f935491f4a <rb_vm_exec+190>, 0x0, 0x7fff886fd120, 0x7fff886fd468}, prev = 0x7fff886fd240, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#34 0x000055f935492e2b in rb_iseq_eval_main (iseq=0x7f8b53ad8eb0) at /tmp/ruby/src/trunk-O0/vm.c:2733
        ec = 0x55f9368ac2c0
        val = 94528850281152
#35 0x000055f93527a90b in rb_ec_exec_node (ec=0x55f9368ac2c0, n=0x7f8b53ad8eb0) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55f9368ab090
        _ec = 0x55f9368ac2c0
        _tag = {tag = 36, retval = 94528827006712, buf = {0x7fff886fd2c0, 0x55f93527a8a1 <rb_ec_exec_node+212>, 0x0, 0x7fff886fd210, 0x55f9368ac2c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f8b53ad8eb0
#36 0x000055f93527aa88 in ruby_run_node (n=0x7f8b53ad8eb0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55f9368ac2c0
        status = 22009
#37 0x000055f9352762f4 in rb_main (argc=133, argv=0x7fff886fd468) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140735482417984
#38 0x000055f935276355 in main (argc=133, argv=0x7fff886fd468) 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.98413.ruby -x gdbscript
[New LWP 98413]
[New LWP 98427]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000564ebe806a4a in RB_SPECIAL_CONST_P (obj=0) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
329	    return RB_IMMEDIATE_P(obj) || obj == RUBY_Qfalse;
[Current thread is 1 (Thread 0x7f2ebea0f7c0 (LWP 98413))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f2ebea0f7c0 (LWP 98413) 0x0000564ebe806a4a in RB_SPECIAL_CONST_P (obj=0) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
  2    Thread 0x7f2ea542f640 (LWP 98427) 0x00007f2ebeb37fde in epoll_wait (epfd=4, events=0x564ebee1807c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f2ea542f640 (LWP 98427)):
#0  0x00007f2ebeb37fde in epoll_wait (epfd=4, events=0x564ebee1807c <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  0x0000564ebe99e568 in timer_thread_polling (vm=0x564ebee90b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = 674538600
#2  0x0000564ebe99ec10 in timer_thread_func (ptr=0x564ebee90b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x564ebee90b10
#3  0x00007f2ebeaa6b43 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 = {140736237216176, -7777159078348272930, 139838317852224, 25, 139838744062032, 140736237216528, 7659692230211848926, 7659644749503711966}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f2ebeb37bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f2ebea0f7c0 (LWP 98413)):
#0  0x0000564ebe806a4a in RB_SPECIAL_CONST_P (obj=0) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
No locals.
#1  0x0000564ebe806a86 in rb_special_const_p (obj=0) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:349
No locals.
#2  0x0000564ebe80fd9a in is_markable_object (obj=0) at /tmp/ruby/src/trunk-O0/gc.c:4664
No locals.
#3  0x0000564ebe814a44 in gc_mark (objspace=0x564ebee93260, obj=0) at /tmp/ruby/src/trunk-O0/gc.c:7002
No locals.
#4  0x0000564ebe8157fe in gc_mark_children (objspace=0x564ebee93260, obj=139838300414880) at /tmp/ruby/src/trunk-O0/gc.c:7379
        ptr = 0x7f2ea438e3b0
        i = 13
        len = 49
        shape = 0x7f2ebd490ce8
        any = 0x7f2ea438e3a0
#5  0x0000564ebe815bde in gc_mark_stacked_objects (objspace=0x564ebee93260, incremental=1, count=36920) at /tmp/ruby/src/trunk-O0/gc.c:7471
        mstack = 0x564ebee936e8
        obj = 139838300414880
        marked_slots_at_the_beginning = 705
        popped_count = 2368
#6  0x0000564ebe815d36 in gc_mark_stacked_objects_incremental (objspace=0x564ebee93260, count=36920) at /tmp/ruby/src/trunk-O0/gc.c:7503
No locals.
#7  0x0000564ebe81806e in gc_marks_step (objspace=0x564ebee93260, slots=36920) at /tmp/ruby/src/trunk-O0/gc.c:8708
        marking_finished = false
        __func__ = <optimized out>
#8  0x0000564ebe8180d6 in gc_marks_continue (objspace=0x564ebee93260, size_pool=0x564ebee93280, heap=0x564ebee932d0) at /tmp/ruby/src/trunk-O0/gc.c:8728
        __func__ = <optimized out>
        marking_finished = true
#9  0x0000564ebe80bb8a in gc_continue (objspace=0x564ebee93260, size_pool=0x564ebee93280, heap=0x564ebee932d0) at /tmp/ruby/src/trunk-O0/gc.c:2480
        lock_lev = 0
#10 0x0000564ebe80c361 in newobj_alloc (objspace=0x564ebee93260, cr=0x564ebee94010, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2807
        lev = 32767
        unlock_vm = false
        size_pool = 0x564ebee93280
        heap = 0x564ebee932d0
        cache = 0x564ebee94208
        obj = 0
        __func__ = <optimized out>
#11 0x0000564ebe80c594 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x564ebee94010, objspace=0x564ebee93260, flags=8197, klass=139838318177360) at /tmp/ruby/src/trunk-O0/gc.c:2866
        obj = 1
        lev = 1
#12 newobj_slowpath_wb_protected (klass=139838318177360, flags=8197, objspace=0x564ebee93260, cr=0x564ebee94010, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2884
No locals.
#13 0x0000564ebe80c90c in newobj_of0 (klass=139838318177360, flags=8197, wb_protected=1, cr=0x564ebee94010, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2926
        obj = 140736237215792
        objspace = 0x564ebee93260
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#14 0x0000564ebe80c978 in newobj_of (cr=0x564ebee94010, klass=139838318177360, flags=8197, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2936
        obj = 94896210395840
#15 0x0000564ebe80ca33 in rb_wb_protected_newobj_of (ec=0x564ebee942c0, klass=139838318177360, flags=8197, size=40) at /tmp/ruby/src/trunk-O0/gc.c:2951
        __func__ = <optimized out>
#16 0x0000564ebe972359 in str_alloc_heap (klass=139838318177360) at /tmp/ruby/src/trunk-O0/string.c:864
        str = 0x564ebf0d9110
#17 0x0000564ebe972881 in str_new_static (klass=139838318177360, ptr=0x564ebec190e7 "\t", len=1, encindex=0) at /tmp/ruby/src/trunk-O0/string.c:1006
        str = 140736237216072
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#18 0x0000564ebe972919 in rb_str_new_static (ptr=0x564ebec190e7 "\t", len=1) at /tmp/ruby/src/trunk-O0/string.c:1019
No locals.
#19 0x0000564ebe7f2d2f in rbimpl_str_new_cstr (str=0x564ebec190e7 "\t") at /tmp/ruby/src/trunk-O0/include/ruby/internal/intern/string.h:1367
        len = 1
#20 0x0000564ebe7f46bf in print_backtrace (eclass=139838318171120, errat=139838299700200, str=139838299700520, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:255
        bt = 139838299696640
        line = 139838299501040
        i = 1
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#21 0x0000564ebe7f4d37 in rb_error_write (errinfo=139838299700320, emesg=4, errat=139838299700200, str=139838299700520, opt=139838299501360, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:347
        eclass = 139838318171120
        shown_causes = 0
        backtrace_limit = -1
#22 0x0000564ebe7f4feb in rb_ec_error_print_detailed (ec=0x564ebee942c0, errinfo=139838299700320, str=139838299700520, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:379
        _ec = 0x564ebee942c0
        _tag = {tag = 36, retval = 0, buf = {0x7fffb56d23d0, 0x564ebe7f4f00 <rb_ec_error_print_detailed+372>, 0x0, 0x7fffb56d2300, 0x0}, prev = 0x7fffb56d2440, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 139838299700200
        written = true
        emesg = 4
        opt = 139838299501360
        highlight = 0
#23 0x0000564ebe7f65e1 in rb_ec_cleanup (ec=0x564ebee942c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 139838299700320
        mode0 = 0
        mode1 = 3
        _ec = 0x564ebee942c0
        _tag = {tag = 36, retval = 94896203456248, buf = {0x7fffb56d24c0, 0x564ebe7f63ca <rb_ec_cleanup+295>, 0x0, 0x7fffb56d23e0, 0x564ebee942c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x564ebee93090
        th0 = 0x564ebee93090
        step = 2
        message = 4
        buf = 139838299700520
#24 0x0000564ebe7f6a98 in ruby_run_node (n=0x7f2ea42f84e0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x564ebee942c0
        status = 22094
#25 0x0000564ebe7f22f4 in rb_main (argc=2, argv=0x7fffb56d2668) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140736237217088
#26 0x0000564ebe7f2355 in main (argc=2, argv=0x7fffb56d2668) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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