# Logfile created on 2024-01-12 10:14:58 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055e529526020 @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.20240112-101458", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055e5295c7448 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055e5295c72e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055e5295c7128 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240112-101458", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240112-101458>, @binmode=false, @mon_data=#<Monitor:0x000055e5295c7038>, @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
Already up to date.
Latest commit hash = 396e94666b
$$$[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/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
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc  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
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/rubyvm'
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]: 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
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/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/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[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
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    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
                                    getoptlong 0.2.1
                                    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
                                    bigdecimal 3.1.5
                                    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.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.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
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 1872 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

Retrying...
Finished tests in 1089.295616s, 24.8564 tests/s, 8794.7210 assertions/s.
27076 tests, 9580051 assertions, 0 failures, 0 errors, 226 skips

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.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-12T06:58:54Z master 396e94666b) [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 304.835488 seconds

3728 files, 32492 examples, 147423 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.2249929.ruby -x gdbscript
[New LWP 2249929]
[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  0x000055627b4733c4 in di_skip_records (reader=0x55627cc66e50, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1484
1484	        if (!at || !form) return true;

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f231a9707c0 (LWP 2249929) 0x000055627b4733c4 in di_skip_records (reader=0x55627cc66e50, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1484

>>> Machine level backtrace


Thread 1 (Thread 0x7f231a9707c0 (LWP 2249929)):
#0  0x000055627b4733c4 in di_skip_records (reader=0x55627cc66e50, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1484
        v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
        at = 3
        form = 14
#1  0x000055627b4743ca in debug_info_read (reader=0x55627cc66e50, num_traces=17, traces=0x55627b76f940 <trace>, lines=0x55627d617390, offset=4, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1906
        die = {pos = 3162939, tag = 40, has_children = 0}
        ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 39, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#2  0x000055627b4754f4 in fill_lines (num_traces=17, traces=0x55627b76f940 <trace>, check_debuglink=0, objp=0x55627cc68200, lines=0x55627d617390, offset=4, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x55627d5bd510, file = 0x7f22fcc98000 "\177ELF\002\001\001\003", current_version = 5 '\005', current_cu = 0x7f22fc9c6f1d ";\026", current_low_pc = 849952, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x55627da16bac "\224\f", debug_line_format = 4 '\004', debug_line_version = 5, debug_line_files = 0x55627da16a49 "\002\001\037\002\017\020VX", debug_line_directories = 0x55627da16a1d "\001\001\037\n\300\031", p = 0x7f22fc9c734c "\320:", cu_end = 0x7f22fc9c855c "+\"", pend = 0x7f22fcc97c36 "", q0 = 0x55627d4dd156 "\001(", q = 0x55627d4dd15b "\034\006", format = 4, address_size = 8 '\b', level = 2, abbrev_table = {0x0, 0x55627d4dd157 "(", 0x55627d4dd160 "(", 0x55627d4dd169 "\r", 0x55627d4dd17a "\017", 0x55627d4dd184 "7", 0x55627d4dd18b "&", 0x55627d4dd192 "\026", 0x55627d4dd1a1 "$", 0x55627d4dd1ac "4", 0x55627d4dd1b8 "\023", 0x55627d4dd1c1 "4", 0x55627d4dd1d1 "\001\001I\023\001\023", 0x55627d4dd1da "\r", 0x55627d4dd1e9 "\023\001\003\016\v\v:\v;\v9!\b\001\023", 0x55627d4dd1fb "!", 0x55627d4dd204 "\r", 0x55627d4dd216 "\v\001U\027", 0x55627d4dd21d "\005", 0x55627d4dd229 "\v\001\061\023\021\001\022\a", 0x55627d4dd234 "\v\001", 0x55627d4dd239 "\004\001>!\a\v!\004I\023:\v;\v9\v\001\023", 0x55627d4dd24e "\027\001\v\v:\v;\v9!\005\001\023", 0x55627d4dd25e "\005", 0x55627d4dd274 "\035\001\061\023R\001\270B\vU\027X\vY\vW\v", 0x55627d4dd288 "\005", 0x55627d4dd297 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027", 0x55627d4dd2aa "\026", 0x55627d4dd2b9 "$", 0x55627d4dd2c4 "\017", 0x55627d4dd2cb "(", 0x55627d4dd2d4 "\023\001\v\v:\v;\v9\v\001\023", 0x55627d4dd2e3 "\r", 0x55627d4dd2ec "\025\001'\031\001\023", 0x55627d4dd2f5 "\005", 0x55627d4dd2fc "\027\001\003\016\v\v:\v;\v9\v\001\023", 0x55627d4dd30d "!", 0x55627d4dd314 "\023\001\003\016\v\v:\v;\005\071\v\001\023", 0x55627d4dd325 "4", 0x55627d4dd338 ".\001?\031\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x55627d4dd355 "4", 0x55627d4dd369 "4", 0x55627d4dd37d ".\001\003\016:\v;\v9\v'\031I\023 \v\001\023", 0x55627d4dd392 "4", 0x55627d4dd3a1 ".\001\003\016:\v;\v9\v'\031I\023 \v", 0x55627d4dd3b4 "\005", 0x55627d4dc2bd "H", 0x55627d4dc2c6 "4", 0x55627d4dc2db "\035\001\061\023R\001\270B\005\021\001\022\aX!\001Y\005W\v\001\023", 0x55627d4dc2f4 "4", 0x55627d4dc303 ".", 0x55627d4dc316 "\026", 0x55627d4dc325 "\004\001>!\a\v!\004I\023:\v;\v9\v\001\023", 0x55627d4dc33a "\027\001\v\v:\v;\v9!\005\001\023", 0x55627d4dc34a "\005", 0x55627d4dc35f "4", 0x55627d4dc372 "4", 0x55627d4dc37f "\005", 0x55627d4dc391 "4", 0x55627d4dc3a6 "4", 0x55627d4dc3b5 "\035\001\061\023R\001\270B\005U\027X!\001Y\vW\v\001\023", 0x55627d4dc3cc "4", 0x55627d4dc3d6 "\021\001%\016\023\v\003\037\033\037U\027\021\001\020\027", 0x55627d4dc3e9 "$", 0x55627d4dc3f4 "\017", 0x55627d4dc3fb "(", 0x55627d4dc404 "&", 0x55627d4dc409 "\023\001\v\v:\v;\v9\v\001\023", 0x55627d4dc418 "\r", 0x55627d4dc421 "\025\001'\031\001\023", 0x55627d4dc42a "\027\001\003\016\v\v:\v;\v9\v\001\023", 0x55627d4dc43b "!", 0x55627d4dc442 "\023\001\003\016\v\v:\v;\005\071\v\001\023", 0x55627d4dc453 "!", 0x55627d4dc458 ".", 0x55627d4dc470 ".\001?\031\003\016:\v;\v9\vn\016'\031\207\001\031<\031\001\023", 0x55627d4dc48a ".\001?\031\003\016:\v;\005\071\vn\016'\031I\023\021\001\022\a@\030z\031\001\023", 0x55627d4dc4a9 "H\001}\001\202\001\031\177\023", 0x55627d4dc4b5 ".\001?\031\003\016:\v;\005\071\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x55627d4dc4d2 "\n", 0x55627d4dc4df ".\001\003\016:\v;\005\071\v'\031I\023 \v\001\023", 0x55627d4dc4f4 ".\001\003\016:\v;\v9\v'\031I\023U\027@\030z\031\001\023", 0x55627d4dc50d "4", 0x55627d4dc516 "H\001}\001\202\001\031\177\023\001\023", 0x55627d4dc524 ".\001?\031\003\016:\v;\005\071\v'\031I\023 \v\001\023", 0x55627d4dc53b "\n", 0x55627d4dc548 ".\001\061\023\021\001\022\a@\030z\031\001\023", 0x55627d4dc559 "4", 0x55627d4dc560 "\035\001\061\023U\027X\vY\005W\v\001\023", 0x55627d4dc571 "\v\001\061\023U\027\001\023", 0x55627d4dc57c "\v\001\061\023\021\001\022\a", 0x55627d4dc587 ".", 0x55627d4dc03a "\v\001\061\023U\027\001\023", 0x55627d4dc045 "\v\001\061\023\021\001\022\a", 0x55627d4dc050 ".", 0x55627d4c713c "\023\001\003\016\v\v\210\001\v:\v;\v9\v\001\023", 0x55627d4c7150 "\r", 0x55627d4c715f "!", 0x55627d4c7166 "\001\001\207B\031I\023\001\023", 0x55627d4c7172 "!", 0x55627d4c7179 "\001\001I\023\210\001!\020\001\023", 0x55627d4c7186 "4", 0x55627d4c7199 ".", 0x55627d4c71ae ".\001?\031\003\016:\v;\v9\v'\031<\031\001\023", 0x55627d4c71c3 "\035", 0x55627d4c71da "\v\001\021\001\022\a", 0x55627d4c71e3 "\035", 0x55627d4c71f7 ".\001?\031\003\016:!\001;\v9!\001'\031\021\001\022\a@\030z\031\001\023", 0x55627d4c7214 "\005", 0x55627d4c7223 ".", 0x55627d4c7237 "\r", 0x55627d4c7244 "\027\001\v\v\210\001!\020:\v;\v9\v\001\023", 0x55627d4c7257 "\r", 0x55627d4c7269 "\023\001\003\016\v\005:\v;\v9!\b\001\023", 0x55627d4c727b "\r", 0x55627d4c728c "\023\001\003\016\v\005\210\001\v:\v;\v9\v\001\023", 0x55627d4c72a0 "\r", 0x55627d4c72a9 "\r", 0x55627d4c72be "\025", 0x55627d4c72c7 ".\001?\031\003\016:!\314", 0x55627d4c72e1 ".\001?\031\003\016:!\002;\005\071!\001'\031I\023 !\001\001\023", 0x55627d4c72fb ".\001?\031\003\016:\v;\005\071!\001'\031\021\001\022\a@\030z\031\001\023", 0x55627d4c7317 "\035", 0x55627d4c732d "H", 0x55627d4c7339 ".", 0x55627d4c734f "\005", 0x55627d4c7358 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027", 0x55627d4c736b "$", 0x55627d4c7377 "\017", 0x55627d4c737f "&", 0x55627d4c7385 "\027\001\003\b\v\v:\v;\v9\v\001\023", 0x55627d4c7397 "\023\001\v\005\210\001\v:\v;\v9\v\001\023", 0x55627d4c73aa "\025", 0x55627d4c73b2 "\r", 0x55627d4c73ba "\027\001\v\005\210\001\v:\v;\v9\v\001\023", 0x55627d4c73cd "\r", 0x55627d4c73e2 "\r", 0x55627d4c73f7 "\004\001>\v\v\vI\023:\v;\005\071\v\001\023", 0x55627d4c740b "\004\001\003\016>\v\v\vI\023:\v;\005\071\v\001\023", 0x55627d4c7421 "!", 0x55627d4c742b "\026", 0x55627d4c7439 ".", 0x55627d4c7452 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031\001\023", 0x55627d4c746a ".\001\003\016:\v;\005\071\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x55627d4c7487 "\005", 0x55627d4c7499 "\035\001\061\023R\001\270B\005\021\001\022\aX\vY\vW\v\001\023", 0x55627d4c74b2 "\n", 0x55627d4c74c2 ".\001?\031\003\016:\v;\005\071\vn\016'\031 \v\001\023", 0x55627d4c74da ".", 0x55627d4c74ec "\n", 0x55627d4c74fa "\n", 0x55627d4c7508 "\035", 0x55627d4c751a "4", 0x55627d4c752a ".", 0x55627d4c753e ".\001?\031\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x55627d4c755c "\005", 0x55627d4c7571 ".\001\003\016:\v;\v9\v'\031 \v\001\023", 0x55627d4c7585 "\035\001\061\023\021\001\022\aX\vY\005W\v", 0x55627d4c7597 "\n", 0x55627d4c75a1 ".\001\061\023n\016\021\001\022\a@\030z\031\001\023", 0x55627d4c75b5 "4", 0x55627d4c75bf ".", 0x0 <repeats 58 times>, 0x7f231aa176ab <_int_malloc+3195> "I\203\374\037H\213\f$L\213\\$\b\017\206\307", 0x0, 0x120 <error: Cannot access memory at address 0x120>, 0x7 <error: Cannot access memory at address 0x7>, 0x1100000002 <error: Cannot access memory at address 0x1100000002>, 0x127cc67640 <error: Cannot access memory at address 0x127cc67640>, 0x110 <error: Cannot access memory at address 0x110>, 0x55627cc67700 "\240\326\270\032#\177", 0xcf41dc973c8336ca <error: Cannot access memory at address 0xcf41dc973c8336ca>, 0x20 <error: Cannot access memory at address 0x20>, 0x140 <error: Cannot access memory at address 0x140>, 0x4 <error: Cannot access memory at address 0x4>, 0x3400000012 <error: Cannot access memory at address 0x3400000012>, 0x0, 0x0, 0x0, 0x770000007c <error: Cannot access memory at address 0x770000007c>, 0x5b0000006e <error: Cannot access memory at address 0x5b0000006e>, 0x55627d617390 "\300\033\267\376\"\177", 0x55627d6177e0 "\240\201\306|bU", 0x55627d966da0 "", 0x1b260 <error: Cannot access memory at address 0x1b260>, 0x110 <error: Cannot access memory at address 0x110>, 0x7f231ab8cc80 <main_arena> "", 0x55627b751b38 " \365\021{bU", 0x7f231adbc040 <_rtld_global> "\340\322\333\032#\177", 0x7f231aa19679 <__libc_calloc+217> "H\205\300t\"H\213P\370\366\302\002u\031\203\342\004H\215\r\357\065\027", 0x1 <error: Cannot access memory at address 0x1>...}}
        i = 0
        j = 6
        shstr = 0x7f22fd0cc9a3 ""
        ehdr = 0x7f22fcc98000
        shdr = 0x7f22fd0cce68
        shstr_shdr = 0x7f22fd0ce128
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f22fd0ccee8
        fd = 5
        filesize = 4415848
        file = 0x7f22fcc98000 "\177ELF\002\001\001\003"
        symtab_shdr = 0x7f22fd0ce0a8
        strtab_shdr = 0x7f22fd0ce0e8
        dynsym_shdr = 0x0
        dynstr_shdr = 0x0
        obj = 0x55627d5bd510
        dladdr_fbase = 0
#3  0x000055627b471fcc in follow_debuglink_build_id (build_id=0x7f22fd0cf390 "i8\235HZ\227\223\333\350s\360\352,\223\340.\372\251\252=\004", build_id_size=20, num_traces=17, traces=0x55627b76f940 <trace>, objp=0x55627cc68200, lines=0x55627d617390, offset=4, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:660
        global_debug_dir = "/usr/lib/debug/.build-id/"
        global_debug_dir_len = 25
        p = 0x55627b772b42 <binary_filename+66> ".debug"
        o1 = 0x55627d5bd3f0
        o2 = 0x55627d5bd510
        i = 20
#4  0x000055627b4758c1 in fill_lines (num_traces=17, traces=0x55627b76f940 <trace>, check_debuglink=1, objp=0x55627cc68200, lines=0x55627d617390, offset=4, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2262
        nhdr = 0x7f22fd0cf380
        build_id = 0x7f22fd0cf390 "i8\235HZ\227\223\333\350s\360\352,\223\340.\372\251\252=\004"
        i = 17
        j = 3024
        shstr = 0x7f22fd2eaca8 ""
        ehdr = 0x7f22fd0cf000
        shdr = 0x7f22fd2eb0f0
        shstr_shdr = 0x7f22fd2ec130
        gnu_debuglink_shdr = 0x7f22fd2ec0f0
        note_gnu_build_id = 0x7f22fd2eb170
        fd = 5
        filesize = 2216304
        file = 0x7f22fd0cf000 "\177ELF\002\001\001\003"
        symtab_shdr = 0x7f22fd2eb230
        strtab_shdr = 0x7f22fd2eb270
        dynsym_shdr = 0x7f22fd2eb230
        dynstr_shdr = 0x7f22fd2eb270
        obj = 0x55627d617900
        dladdr_fbase = 0
#5  0x000055627b4760b3 in rb_dump_backtrace_with_lines (num_traces=17, traces=0x55627b76f940 <trace>, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2661
        path = 0x7f231ad81b70 "/lib/x86_64-linux-gnu/libc.so.6"
        p = 0x55627cdd42b8
        info = {dli_fname = 0x7f231ad81b70 "/lib/x86_64-linux-gnu/libc.so.6", dli_fbase = 0x7f231a973000, dli_sname = 0x0, dli_saddr = 0x0}
        i = 4
        lines = 0x55627d617390
        obj = 0x55627d5bd510
        dladdr_fbases = 0x55627cdd42b0
        main_path = 0x55627cc681a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#6  0x000055627b34d292 in rb_print_backtrace (errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x55627b34d277 <rb_print_backtrace+36>, 0x55627b34d99a <rb_vm_bugreport+656>, 0x55627b531218 <rb_bug_for_fatal_signal+327>, 0x55627b293ed5 <sigill>, 0x7f231a9b5520 <__restore_rt>, 0x7f231aa91c2b <munmap+11>, 0x55627b13817d <heap_page_body_free+42>, 0x55627b1381ff <heap_page_free+86>, 0x55627b137d06 <rb_objspace_free+243>, 0x55627b343969 <ruby_vm_destruct+728>, 0x55627b123a87 <rb_ec_cleanup+1250>, 0x55627b123d9a <ruby_run_node+166>, 0x55627b11f5c4 <rb_main+76>, 0x55627b11f625 <main+75>, 0x7f231a99cd90 <__libc_start_call_main+128>, 0x7f231a99ce40 <__libc_start_main_impl+128>, 0x55627b11f4a5 <_start+37>, 0x0 <repeats 1007 times>}
        n = 17
#7  0x000055627b34d99a in rb_vm_bugreport (ctx=0x55627cc685c0, errout=0x7f231ab8d6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x55627cbd3b10
        ec = 0x55627cbd74e0
#8  0x000055627b531218 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55627cc685c0, fmt=0x55627b5991ab "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f231ab8d6a0 <_IO_2_1_stderr_>
        file = 0x7f22ffc9ef30 "-"
        line = 0
#9  0x000055627b293ed5 in sigsegv (sig=11, info=0x55627cc686f0, ctx=0x55627cc685c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 0x00007f231aa91c2b in munmap () at ../sysdeps/unix/syscall-template.S:117
No locals.
#12 0x000055627b13817d in heap_page_body_free (page_body=0x7f22fed40000) at /tmp/ruby/src/trunk-O0/gc.c:2117
        __func__ = <optimized out>
#13 0x000055627b1381ff in heap_page_free (objspace=0x55627cbd6470, page=0x55627d625fc0) at /tmp/ruby/src/trunk-O0/gc.c:2132
No locals.
#14 0x000055627b137d06 in rb_objspace_free (objspace=0x55627cbd6470) at /tmp/ruby/src/trunk-O0/gc.c:1961
        i = 49
        total_heap_pages = 393
#15 0x000055627b343969 in ruby_vm_destruct (vm=0x55627cbd3b10) at /tmp/ruby/src/trunk-O0/vm.c:3075
        th = 0x55627cbd6090
        stack = 0x7f231a86f010
        objspace = 0x55627cbd6470
#16 0x000055627b123a87 in rb_ec_cleanup (ec=0x55627cbd74e0, ex=RUBY_TAG_NONE) at /tmp/ruby/src/trunk-O0/eval.c:268
        state = 0
        save_error = 4
        sysex = 0
        signaled = 0
        th = 0x55627cbd6090
        th0 = 0x55627cbd6090
        step = 4
        message = 4
        buf = 4
#17 0x000055627b123d9a in ruby_run_node (n=0x7f23002e21e0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55627cbd74e0
        status = 21858
#18 0x000055627b11f5c4 in rb_main (argc=130, argv=0x7ffed2d6ad78) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140732435704912
#19 0x000055627b11f625 in main (argc=130, argv=0x7ffed2d6ad78) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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