# Logfile created on 2024-01-18 18:58:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005653decd60f8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20240118-185815", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005653ded5f4c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005653ded5f358 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005653ded5f1a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240118-185815", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240118-185815>, @binmode=false, @mon_data=#<Monitor:0x00005653ded5f0d8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   00814fd..d8ac96e  master     -> origin/master
Updating 00814fd..d8ac96e
Fast-forward
 ext/psych/lib/psych.rb                    | 14 ++++++++++++++
 ext/psych/lib/psych/visitors/yaml_tree.rb |  5 +++--
 prism_compile.c                           |  2 +-
 test/psych/test_psych.rb                  | 26 ++++++++++++++++++++++++++
 test/psych/test_set.rb                    |  7 +++++++
 5 files changed, 51 insertions(+), 3 deletions(-)
Latest commit hash = d8ac96efc5
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

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

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

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

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

# Running tests:

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

Retrying...
Finished tests in 1368.699310s, 19.6084 tests/s, 6975.9267 assertions/s.
26838 tests, 9547946 assertions, 0 failures, 0 errors, 224 skips

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-18T18:40:14Z master d8ac96efc5) [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 622.633422 seconds

3728 files, 32023 examples, 140904 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.462236.ruby -x gdbscript
[New LWP 462236]
[New LWP 462237]
[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/l'.
Program terminated with signal SIGABRT, Aborted.
#0  rb_id_table_foreach_values (tbl=0x55f27e104dc0, func=0x55f27d8d7783 <mark_method_entry_i>, data=0x55f27e06f470) at /tmp/ruby/src/trunk-O0/id_table.c:295
295	        if (ITEM_KEY_ISSET(tbl, i)) {
[Current thread is 1 (Thread 0x7f00885357c0 (LWP 462236))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f00885357c0 (LWP 462236) rb_id_table_foreach_values (tbl=0x55f27e104dc0, func=0x55f27d8d7783 <mark_method_entry_i>, data=0x55f27e06f470) at /tmp/ruby/src/trunk-O0/id_table.c:295
  2    Thread 0x7f006ef5f640 (LWP 462237) 0x00007f008865dfde in epoll_wait (epfd=4, events=0x55f27df0483c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f006ef5f640 (LWP 462237)):
#0  0x00007f008865dfde in epoll_wait (epfd=4, events=0x55f27df0483c <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  0x000055f27da677f4 in event_wait (vm=0x55f27e06cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22002
#2  0x000055f27da67818 in timer_thread_polling (vm=0x55f27e06cb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1035971666
#3  0x000055f27da67ed8 in timer_thread_func (ptr=0x55f27e06cb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55f27e06cb10
#4  0x00007f00885ccb43 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 = {140736792790976, -4144284381708687822, 139639838340672, 25, 139640264509520, 140736792791328, 4070223426546951730, 4070581121200416306}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f008865dbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f00885357c0 (LWP 462236)):
#0  rb_id_table_foreach_values (tbl=0x55f27e104dc0, func=0x55f27d8d7783 <mark_method_entry_i>, data=0x55f27e06f470) at /tmp/ruby/src/trunk-O0/id_table.c:295
        i = 13
        capa = 16
#1  0x000055f27d8d77ee in mark_m_tbl (objspace=0x55f27e06f470, tbl=0x55f27e104dc0) at /tmp/ruby/src/trunk-O0/gc.c:6789
No locals.
#2  0x000055f27d8d8b5b in gc_mark_children (objspace=0x55f27e06f470, obj=139639838445840) at /tmp/ruby/src/trunk-O0/gc.c:7376
        any = 0x7f006ef79110
#3  0x000055f27d8d93f6 in gc_mark_stacked_objects (objspace=0x55f27e06f470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x55f27e06f8f8
        obj = 139639838445840
        marked_slots_at_the_beginning = 751
        popped_count = 0
#4  0x000055f27d8d9576 in gc_mark_stacked_objects_all (objspace=0x55f27e06f470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#5  0x000055f27d8db8ea in gc_marks_rest (objspace=0x55f27e06f470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#6  0x000055f27d8dba1e in gc_marks (objspace=0x55f27e06f470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#7  0x000055f27d8dd7c1 in gc_start (objspace=0x55f27e06f470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#8  0x000055f27d8dd456 in garbage_collect (objspace=0x55f27e06f470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 3599399344
        ret = 32767
#9  0x000055f27d8cf995 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x55f27e070230, objspace=0x55f27e06f470, flags=49178, klass=139639838469360) at /tmp/ruby/src/trunk-O0/gc.c:2872
        obj = 1
        lev = 1
#10 newobj_slowpath_wb_protected (klass=139639838469360, flags=49178, objspace=0x55f27e06f470, cr=0x55f27e070230, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2896
No locals.
#11 0x000055f27d8cfd2f in newobj_of0 (klass=139639838469360, flags=49178, wb_protected=1, cr=0x55f27e070230, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2938
        obj = 139639838513240
        objspace = 0x55f27e06f470
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#12 0x000055f27d8cfd9b in newobj_of (cr=0x55f27e070230, klass=139639838469360, flags=49178, v1=139639838513240, v2=94499978836622, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2948
        obj = 0
#13 0x000055f27d8d010c in rb_imemo_new (type=imemo_callcache, v1=139639838513240, v2=94499978836622, v3=0, v0=139639838469360) at /tmp/ruby/src/trunk-O0/gc.c:3053
        size = 40
        flags = 49178
#14 0x000055f27daa37b6 in vm_cc_new (klass=139639838469360, cme=0x7f006ef89858, call=0x55f27dab7a8e <vm_call_general>, type=cc_type_normal) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:334
        cc = 0x7f00884340c8
#15 0x000055f27daad1fe in vm_search_cc (klass=139639838469360, ci=0x450f00100001) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2123
        mid = 17679
        cc_tbl = 0x55f27e2026b0
        ccs = 0x55f27e5a0500
        ccs_data = 94499990275328
        cme = 0x7f006ef89858
        cc = 0x7f006deb0a18
#16 0x000055f27daad289 in rb_vm_search_method_slowpath (ci=0x450f00100001, klass=139639838469360) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2142
        _lev = 32512
        cc = 0x7fffd68a7c40
#17 0x000055f27daad2f0 in vm_search_method_slowpath0 (cd_owner=139639820848440, cd=0x55f27e2317b0, klass=139639838469360) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2163
        cc = 0x7f006ef7ecf0
        empty_cc = 0x55f27def04a0 <vm_empty_cc>
#18 0x000055f27daba113 in vm_search_method_fastpath (klass=139639838469360, cd=0x55f27e2317b0, cd_owner=139639820848440) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2224
        cc = 0x55f27def04a0 <vm_empty_cc>
#19 vm_sendish (ec=0x55f27e0704e0, reg_cfp=0x7f0088533f30, cd=0x55f27e2317b0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5582
        val = 36
        ci = 0x450f00100001
        cc = 0x7f006deb0a18
        argc = 0
        recv = 139639820176120
        calling = {cd = 0x55f27e2317b0, cc = 0x0, block_handler = 0, recv = 139639820176120, argc = 0, kw_splat = false, heap_argv = 0}
#20 0x000055f27dac16d3 in vm_exec_core (ec=0x55f27e0704e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55f27e2317b0
        leaf = false
        val = 139639820176040
        reg_pc = 0x55f27e2315e0
        reg_cfp = 0x7f0088533f30
        insns_address_table = {0x55f27dabddaa <vm_exec_core+108>, 0x55f27dabde0c <vm_exec_core+206>, 0x55f27dabdf1f <vm_exec_core+481>, 0x55f27dabe033 <vm_exec_core+757>, 0x55f27dabe1d1 <vm_exec_core+1171>, 0x55f27dabe301 <vm_exec_core+1475>, 0x55f27dabe513 <vm_exec_core+2005>, 0x55f27dabe625 <vm_exec_core+2279>, 0x55f27dabe6fe <vm_exec_core+2496>, 0x55f27dabe805 <vm_exec_core+2759>, 0x55f27dabe90c <vm_exec_core+3022>, 0x55f27dabea1a <vm_exec_core+3292>, 0x55f27dabeb2c <vm_exec_core+3566>, 0x55f27dabebfc <vm_exec_core+3774>, 0x55f27dabed05 <vm_exec_core+4039>, 0x55f27dabedff <vm_exec_core+4289>, 0x55f27dabeec2 <vm_exec_core+4484>, 0x55f27dabef85 <vm_exec_core+4679>, 0x55f27dabf00e <vm_exec_core+4816>, 0x55f27dabf09a <vm_exec_core+4956>, 0x55f27dabf140 <vm_exec_core+5122>, 0x55f27dabf218 <vm_exec_core+5338>, 0x55f27dabf2e5 <vm_exec_core+5543>, 0x55f27dabf3c3 <vm_exec_core+5765>, 0x55f27dabf485 <vm_exec_core+5959>, 0x55f27dabf5c4 <vm_exec_core+6278>, 0x55f27dabf66a <vm_exec_core+6444>, 0x55f27dabf74f <vm_exec_core+6673>, 0x55f27dabf87e <vm_exec_core+6976>, 0x55f27dabf941 <vm_exec_core+7171>, 0x55f27dabfa04 <vm_exec_core+7366>, 0x55f27dabfafb <vm_exec_core+7613>, 0x55f27dabfbbd <vm_exec_core+7807>, 0x55f27dabfc9c <vm_exec_core+8030>, 0x55f27dabfd69 <vm_exec_core+8235>, 0x55f27dabfe79 <vm_exec_core+8507>, 0x55f27dabff73 <vm_exec_core+8757>, 0x55f27dabffee <vm_exec_core+8880>, 0x55f27dac00af <vm_exec_core+9073>, 0x55f27dac019d <vm_exec_core+9311>, 0x55f27dac024d <vm_exec_core+9487>, 0x55f27dac03cc <vm_exec_core+9870>, 0x55f27dac04a6 <vm_exec_core+10088>, 0x55f27dac0592 <vm_exec_core+10324>, 0x55f27dac0623 <vm_exec_core+10469>, 0x55f27dac077e <vm_exec_core+10816>, 0x55f27dac0d20 <vm_exec_core+12258>, 0x55f27dac0e1c <vm_exec_core+12510>, 0x55f27dac0f1f <vm_exec_core+12769>, 0x55f27dac100b <vm_exec_core+13005>, 0x55f27dac1224 <vm_exec_core+13542>, 0x55f27dac1316 <vm_exec_core+13784>, 0x55f27dac141c <vm_exec_core+14046>, 0x55f27dac1619 <vm_exec_core+14555>, 0x55f27dac17c2 <vm_exec_core+14980>, 0x55f27dac18ed <vm_exec_core+15279>, 0x55f27dac1a59 <vm_exec_core+15643>, 0x55f27dac1b84 <vm_exec_core+15942>, 0x55f27dac1cf0 <vm_exec_core+16306>, 0x55f27dac1ed2 <vm_exec_core+16788>, 0x55f27dac20cf <vm_exec_core+17297>, 0x55f27dac2278 <vm_exec_core+17722>, 0x55f27dac239a <vm_exec_core+18012>, 0x55f27dac2441 <vm_exec_core+18179>, 0x55f27dac2505 <vm_exec_core+18375>, 0x55f27dac25ee <vm_exec_core+18608>, 0x55f27dac26da <vm_exec_core+18844>, 0x55f27dac27c3 <vm_exec_core+19077>, 0x55f27dac28d7 <vm_exec_core+19353>, 0x55f27dac29fe <vm_exec_core+19648>, 0x55f27dac2b34 <vm_exec_core+19958>, 0x55f27dac2c6a <vm_exec_core+20268>, 0x55f27dac2da0 <vm_exec_core+20578>, 0x55f27dac2ed6 <vm_exec_core+20888>, 0x55f27dac300c <vm_exec_core+21198>, 0x55f27dac314d <vm_exec_core+21519>, 0x55f27dac32c7 <vm_exec_core+21897>, 0x55f27dac33fd <vm_exec_core+22207>, 0x55f27dac3533 <vm_exec_core+22517>, 0x55f27dac3669 <vm_exec_core+22827>, 0x55f27dac379f <vm_exec_core+23137>, 0x55f27dac38d5 <vm_exec_core+23447>, 0x55f27dac3a0b <vm_exec_core+23757>, 0x55f27dac3b41 <vm_exec_core+24067>, 0x55f27dac3c77 <vm_exec_core+24377>, 0x55f27dac3dc6 <vm_exec_core+24712>, 0x55f27dac3f80 <vm_exec_core+25154>, 0x55f27dac40fe <vm_exec_core+25536>, 0x55f27dac421d <vm_exec_core+25823>, 0x55f27dac433c <vm_exec_core+26110>, 0x55f27dac4456 <vm_exec_core+26392>, 0x55f27dac4570 <vm_exec_core+26674>, 0x55f27dac469b <vm_exec_core+26973>, 0x55f27dac47d1 <vm_exec_core+27283>, 0x55f27dac48bc <vm_exec_core+27518>, 0x55f27dac49c1 <vm_exec_core+27779>, 0x55f27dac4b09 <vm_exec_core+28107>, 0x55f27dac4bf8 <vm_exec_core+28346>, 0x55f27dac4cd2 <vm_exec_core+28564>, 0x55f27dac4da7 <vm_exec_core+28777>, 0x55f27dac4e82 <vm_exec_core+28996>, 0x55f27dac4efe <vm_exec_core+29120>, 0x55f27dac4f7a <vm_exec_core+29244>, 0x55f27dac4f98 <vm_exec_core+29274>, 0x55f27dac4fb6 <vm_exec_core+29304>, 0x55f27dac4fd4 <vm_exec_core+29334>, 0x55f27dac4ff2 <vm_exec_core+29364>, 0x55f27dac5010 <vm_exec_core+29394>, 0x55f27dac502e <vm_exec_core+29424>, 0x55f27dac504c <vm_exec_core+29454>, 0x55f27dac506a <vm_exec_core+29484>, 0x55f27dac5088 <vm_exec_core+29514>, 0x55f27dac50a6 <vm_exec_core+29544>, 0x55f27dac50c4 <vm_exec_core+29574>, 0x55f27dac50e2 <vm_exec_core+29604>, 0x55f27dac5100 <vm_exec_core+29634>, 0x55f27dac511e <vm_exec_core+29664>, 0x55f27dac513c <vm_exec_core+29694>, 0x55f27dac515a <vm_exec_core+29724>, 0x55f27dac5178 <vm_exec_core+29754>, 0x55f27dac5196 <vm_exec_core+29784>, 0x55f27dac51b4 <vm_exec_core+29814>, 0x55f27dac51d2 <vm_exec_core+29844>, 0x55f27dac51f0 <vm_exec_core+29874>, 0x55f27dac520e <vm_exec_core+29904>, 0x55f27dac522c <vm_exec_core+29934>, 0x55f27dac524a <vm_exec_core+29964>, 0x55f27dac5268 <vm_exec_core+29994>, 0x55f27dac5286 <vm_exec_core+30024>, 0x55f27dac52a4 <vm_exec_core+30054>, 0x55f27dac52c2 <vm_exec_core+30084>, 0x55f27dac52e0 <vm_exec_core+30114>, 0x55f27dac52fe <vm_exec_core+30144>, 0x55f27dac531c <vm_exec_core+30174>, 0x55f27dac533a <vm_exec_core+30204>, 0x55f27dac5358 <vm_exec_core+30234>, 0x55f27dac5376 <vm_exec_core+30264>, 0x55f27dac5394 <vm_exec_core+30294>, 0x55f27dac53b2 <vm_exec_core+30324>, 0x55f27dac53d0 <vm_exec_core+30354>, 0x55f27dac53ee <vm_exec_core+30384>, 0x55f27dac540c <vm_exec_core+30414>, 0x55f27dac542a <vm_exec_core+30444>, 0x55f27dac5448 <vm_exec_core+30474>, 0x55f27dac5466 <vm_exec_core+30504>, 0x55f27dac5484 <vm_exec_core+30534>, 0x55f27dac54a2 <vm_exec_core+30564>, 0x55f27dac54c0 <vm_exec_core+30594>, 0x55f27dac54de <vm_exec_core+30624>, 0x55f27dac54fc <vm_exec_core+30654>, 0x55f27dac551a <vm_exec_core+30684>, 0x55f27dac5538 <vm_exec_core+30714>, 0x55f27dac5556 <vm_exec_core+30744>, 0x55f27dac5574 <vm_exec_core+30774>, 0x55f27dac5592 <vm_exec_core+30804>, 0x55f27dac55b0 <vm_exec_core+30834>, 0x55f27dac55ce <vm_exec_core+30864>, 0x55f27dac55ec <vm_exec_core+30894>, 0x55f27dac560a <vm_exec_core+30924>, 0x55f27dac5628 <vm_exec_core+30954>, 0x55f27dac5646 <vm_exec_core+30984>, 0x55f27dac5664 <vm_exec_core+31014>, 0x55f27dac5682 <vm_exec_core+31044>, 0x55f27dac56a0 <vm_exec_core+31074>, 0x55f27dac56be <vm_exec_core+31104>, 0x55f27dac56dc <vm_exec_core+31134>, 0x55f27dac56fa <vm_exec_core+31164>, 0x55f27dac5718 <vm_exec_core+31194>, 0x55f27dac5736 <vm_exec_core+31224>, 0x55f27dac5754 <vm_exec_core+31254>, 0x55f27dac5772 <vm_exec_core+31284>, 0x55f27dac5790 <vm_exec_core+31314>, 0x55f27dac57ae <vm_exec_core+31344>, 0x55f27dac57cc <vm_exec_core+31374>, 0x55f27dac57ea <vm_exec_core+31404>, 0x55f27dac5808 <vm_exec_core+31434>, 0x55f27dac5826 <vm_exec_core+31464>, 0x55f27dac5844 <vm_exec_core+31494>, 0x55f27dac5875 <vm_exec_core+31543>, 0x55f27dac5893 <vm_exec_core+31573>, 0x55f27dac58b1 <vm_exec_core+31603>, 0x55f27dac58cf <vm_exec_core+31633>, 0x55f27dac58ed <vm_exec_core+31663>, 0x55f27dac590b <vm_exec_core+31693>, 0x55f27dac5929 <vm_exec_core+31723>, 0x55f27dac5947 <vm_exec_core+31753>, 0x55f27dac5965 <vm_exec_core+31783>, 0x55f27dac5983 <vm_exec_core+31813>, 0x55f27dac59a1 <vm_exec_core+31843>, 0x55f27dac59bf <vm_exec_core+31873>, 0x55f27dac59dd <vm_exec_core+31903>, 0x55f27dac59fb <vm_exec_core+31933>, 0x55f27dac5a19 <vm_exec_core+31963>, 0x55f27dac5a37 <vm_exec_core+31993>, 0x55f27dac5a55 <vm_exec_core+32023>, 0x55f27dac5a73 <vm_exec_core+32053>, 0x55f27dac5a91 <vm_exec_core+32083>, 0x55f27dac5aaf <vm_exec_core+32113>, 0x55f27dac5acd <vm_exec_core+32143>, 0x55f27dac5aeb <vm_exec_core+32173>...}
#21 0x000055f27dad81c8 in vm_exec_loop (ec=0x55f27e0704e0, state=RUBY_TAG_RAISE, tag=0x7fffd68a8960, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#22 0x000055f27dad8110 in rb_vm_exec (ec=0x55f27e0704e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x55f27e0704e0
        _tag = {tag = 36, retval = 4, buf = {0x7fffd68a89e0, 0x55f27dad803b <rb_vm_exec+190>, 0x0, 0x7fffd68a8930, 0x7fffd68a8c78}, prev = 0x7fffd68a8a50, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#23 0x000055f27dad8f1c in rb_iseq_eval_main (iseq=0x7f006dea8390) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x55f27e0704e0
        val = 94499984835808
#24 0x000055f27d8b9c0d in rb_ec_exec_node (ec=0x55f27e0704e0, n=0x7f006dea8390) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55f27e06f090
        _ec = 0x55f27e0704e0
        _tag = {tag = 36, retval = 94499976745466, buf = {0x7fffd68a8ad0, 0x55f27d8b9ba3 <rb_ec_exec_node+212>, 0x0, 0x7fffd68a8a20, 0x55f27e0704e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f006dea8390
#25 0x000055f27d8b9d8a in ruby_run_node (n=0x7f006dea8390) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55f27e0704e0
        status = 22002
#26 0x000055f27d8b55c4 in rb_main (argc=131, argv=0x7fffd68a8c78) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140736792791888
#27 0x000055f27d8b5625 in main (argc=131, argv=0x7fffd68a8c78) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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