# Logfile created on 2023-11-18 06:28:31 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055dc1c8023e0 @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.20231118-062830", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055dc1c88b4d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055dc1c88b348 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055dc1c88b1b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231118-062830", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231118-062830>, @binmode=false, @mon_data=#<Monitor:0x000055dc1c88b0f0>, @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 = f479e629ab
$$$[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
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
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/openssl'
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/racc-1.7.3/ext/racc/cparse'
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.2.2/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'
$$$[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.

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

Retrying...
Finished tests in 1215.820343s, 22.1176 tests/s, 8391.5383 assertions/s.
26891 tests, 10202603 assertions, 0 failures, 0 errors, 190 skips

ruby -v: ruby 3.3.0dev (2023-11-18T01:32:37Z master f479e629ab) [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-18T01:32:37Z master f479e629ab) [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 302.793690 seconds

3725 files, 32456 examples, 146826 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.574057.ruby -x gdbscript
[New LWP 574057]
[New LWP 574059]
[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  0x00005631a42417b6 in gc_mark_ptr (objspace=0x5631a5c55260, obj=139690212675120) at /tmp/ruby/src/trunk-O0/gc.c:6950
6950	    if (LIKELY(during_gc)) {
[Current thread is 1 (Thread 0x7f0c42db57c0 (LWP 574057))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f0c42db57c0 (LWP 574057) 0x00005631a42417b6 in gc_mark_ptr (objspace=0x5631a5c55260, obj=139690212675120) at /tmp/ruby/src/trunk-O0/gc.c:6950
  2    Thread 0x7f0c297df640 (LWP 574059) 0x00007f0c42eddfde in epoll_wait (epfd=4, events=0x5631a484757c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f0c297df640 (LWP 574059)):
#0  0x00007f0c42eddfde in epoll_wait (epfd=4, events=0x5631a484757c <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  0x00005631a43cb4ae in timer_thread_polling (vm=0x5631a5c52b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -2084761570
#2  0x00005631a43cbb56 in timer_thread_func (ptr=0x5631a5c52b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x5631a5c52b10
#3  0x00007f0c42e4cb43 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 = {140723247158704, -8022167803854810039, 139690212456000, 25, 139690638624848, 140723247159056, 7976959167546561609, 7976733844011914313}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f0c42eddbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f0c42db57c0 (LWP 574057)):
#0  0x00005631a42417b6 in gc_mark_ptr (objspace=0x5631a5c55260, obj=139690212675120) at /tmp/ruby/src/trunk-O0/gc.c:6950
        __func__ = "gc_mark_ptr"
#1  0x00005631a4241a5b in gc_mark (objspace=0x5631a5c55260, obj=139690212675120) at /tmp/ruby/src/trunk-O0/gc.c:7003
No locals.
#2  0x00005631a4242631 in gc_mark_children (objspace=0x5631a5c55260, obj=139690195353160) at /tmp/ruby/src/trunk-O0/gc.c:7335
        i = 910
        len = 1024
        ptr = 0x5631a5cfd7b0
        any = 0x7f0c2878fe48
#3  0x00005631a4242bde in gc_mark_stacked_objects (objspace=0x5631a5c55260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7471
        mstack = 0x5631a5c556e8
        obj = 139690195353160
        marked_slots_at_the_beginning = 708
        popped_count = 0
#4  0x00005631a4242d5e in gc_mark_stacked_objects_all (objspace=0x5631a5c55260) at /tmp/ruby/src/trunk-O0/gc.c:7509
No locals.
#5  0x00005631a4245034 in gc_marks_rest (objspace=0x5631a5c55260) at /tmp/ruby/src/trunk-O0/gc.c:8696
No locals.
#6  0x00005631a4245168 in gc_marks (objspace=0x5631a5c55260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8754
        marking_finished = false
#7  0x00005631a4246ef0 in gc_start (objspace=0x5631a5c55260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9504
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 883844308
#8  0x00005631a4246b8d in garbage_collect (objspace=0x5631a5c55260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9388
        _lev = 677965216
        ret = 32524
#9  0x00005631a4247610 in garbage_collect_with_gvl (objspace=0x5631a5c55260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9765
No locals.
#10 0x00005631a424e4f1 in objspace_malloc_gc_stress (objspace=0x5631a5c55260) at /tmp/ruby/src/trunk-O0/gc.c:12206
        reason = 45568
#11 0x00005631a424e939 in objspace_xrealloc (objspace=0x5631a5c55260, ptr=0x5631a5eb1060, new_size=128, old_size=72) at /tmp/ruby/src/trunk-O0/gc.c:12481
        gpr = 107008
        mem = 0x80
#12 0x00005631a424eda4 in ruby_sized_xrealloc2 (ptr=0x5631a5eb1060, n=128, size=1, old_n=0) at /tmp/ruby/src/trunk-O0/gc.c:12707
        len = 128
#13 0x00005631a424eddb in ruby_xrealloc2_body (ptr=0x5631a5eb1060, n=128, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12713
No locals.
#14 0x00005631a42524fe in ruby_xrealloc2 (ptr=0x5631a5eb1060, n=128, new_size=1) at /tmp/ruby/src/trunk-O0/gc.c:14254
No locals.
#15 0x00005631a43a57ff in str_buf_cat4 (str=139690194304280, ptr=0x5631a5ef7070 "\tfrom <internal:numeric>:237:in `times'\n", len=40, keep_cr=true) at /tmp/ruby/src/trunk-O0/string.c:3197
        total = 77
        olen = 37
        off = -1
        sptr = 0x5631a5eb1060 "-:38:in `block in <main>': NameError\n"
        termlen = 1
        capa = 127
#16 0x00005631a43a5f3f in rb_str_buf_append (str=139690194304280, str2=139690194300320) at /tmp/ruby/src/trunk-O0/string.c:3364
        str2_cr = 1048576
#17 0x00005631a43a60b8 in rb_str_append (str=139690194304280, str2=139690194300320) at /tmp/ruby/src/trunk-O0/string.c:3393
No locals.
#18 0x00005631a43a638f in rb_str_concat (str1=139690194304280, str2=139690194300320) at /tmp/ruby/src/trunk-O0/string.c:3498
        code = 2755262559
        enc = 0x5631a5c74a10
        encidx = 1
#19 0x00005631a4221759 in print_backtrace (eclass=139690212774880, errat=139690194303960, str=139690194304280, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:257
        bt = 139690194300320
        line = 139690194104800
        i = 1
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#20 0x00005631a4221d37 in rb_error_write (errinfo=139690194304080, emesg=4, errat=139690194303960, str=139690194304280, opt=139690194105120, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:347
        eclass = 139690212774880
        shown_causes = 0
        backtrace_limit = -1
#21 0x00005631a4221feb in rb_ec_error_print_detailed (ec=0x5631a5c562c0, errinfo=139690194304080, str=139690194304280, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:379
        _ec = 0x5631a5c562c0
        _tag = {tag = 36, retval = 0, buf = {0x7ffcaf2897d0, 0x5631a4221f00 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffcaf289700, 0x0}, prev = 0x7ffcaf289840, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 139690194303960
        written = true
        emesg = 4
        opt = 139690194105120
        highlight = 0
#22 0x00005631a42235e1 in rb_ec_cleanup (ec=0x5631a5c562c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 139690194304080
        mode0 = 0
        mode1 = 3
        _ec = 0x5631a5c562c0
        _tag = {tag = 36, retval = 94771207089912, buf = {0x7ffcaf2898c0, 0x5631a42233ca <rb_ec_cleanup+295>, 0x0, 0x7ffcaf2897e0, 0x5631a5c562c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x5631a5c55090
        th0 = 0x5631a5c55090
        step = 2
        message = 4
        buf = 139690194304280
#23 0x00005631a4223a98 in ruby_run_node (n=0x7f0c286a8480) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5631a5c562c0
        status = 22065
#24 0x00005631a421f2f4 in rb_main (argc=2, argv=0x7ffcaf289a68) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140723247159616
#25 0x00005631a421f355 in main (argc=2, argv=0x7ffcaf289a68) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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