# Logfile created on 2023-12-24 14:37:20 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055b7a59aa378 @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.20231224-143720", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055b7a5a2f4d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055b7a5a2f398 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055b7a5a2f1b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231224-143720", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231224-143720>, @binmode=false, @mon_data=#<Monitor:0x000055b7a5a2f0f0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   61289d9..42442ed  master     -> origin/master
Updating 61289d9..42442ed
Fast-forward
 include/ruby/fiber/scheduler.h |   2 +-
 include/ruby/io/buffer.h       |  17 +-
 io_buffer.c                    | 544 +++++++++++++++++++++++++++--------------
 re.c                           |   8 +-
 test/ruby/test_io_buffer.rb    |  21 ++
 test/ruby/test_regexp.rb       |   7 +
 6 files changed, 414 insertions(+), 185 deletions(-)
Latest commit hash = 42442ed789
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/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/cont.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/io_buffer.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

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

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

# Running tests:

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

Retrying...
Finished tests in 1188.571456s, 22.6903 tests/s, 8048.3844 assertions/s.
26969 tests, 9566080 assertions, 0 failures, 0 errors, 222 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.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.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-12-24T14:03:55Z master 42442ed789) [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 271.630814 seconds

3728 files, 32492 examples, 145873 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.269569.ruby -x gdbscript
[New LWP 269569]
[New LWP 269571]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f38c4a2fdbf in ?? () from /lib/x86_64-linux-gnu/libz.so.1
[Current thread is 1 (Thread 0x7f38c463d7c0 (LWP 269569))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f38c463d7c0 (LWP 269569) 0x00007f38c4a2fdbf in ?? () from /lib/x86_64-linux-gnu/libz.so.1
  2    Thread 0x7f38ab05f640 (LWP 269571) 0x00007f38c4765fde in epoll_wait (epfd=4, events=0x56233b7a585c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f38ab05f640 (LWP 269571)):
#0  0x00007f38c4765fde in epoll_wait (epfd=4, events=0x56233b7a585c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000056233b30f95e in event_wait (vm=0x56233c173b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22051
#2  0x000056233b30f982 in timer_thread_polling (vm=0x56233c173b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1155886048
#3  0x000056233b310042 in timer_thread_func (ptr=0x56233c173b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x56233c173b10
#4  0x00007f38c46d4b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140731444149744, 4730672660927411381, 139881364190784, 25, 139881790392400, 140731444150096, -4622962938968607563, -4623172194997308235}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f38c4765bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f38c463d7c0 (LWP 269569)):
#0  0x00007f38c4a2fdbf in ?? () from /lib/x86_64-linux-gnu/libz.so.1
No symbol table info available.
#1  0x00007f38c4a3a2ef in inflate () from /lib/x86_64-linux-gnu/libz.so.1
No symbol table info available.
#2  0x00007f38c4a3d238 in uncompress2 () from /lib/x86_64-linux-gnu/libz.so.1
No symbol table info available.
#3  0x00007f38c4a3d317 in uncompress () from /lib/x86_64-linux-gnu/libz.so.1
No symbol table info available.
#4  0x000056233b4b0de3 in uncompress_debug_section (shdr=0x7f38a6a8ff28, file=0x7f38a665a000 "\177ELF\002\001\001\003", ptr=0x56233ceca5c0) at /tmp/ruby/src/trunk-O0/addr2line.c:2038
        chdr = 0x7f38a68be2a0
        destsize = 0
        ret = 0
#5  0x000056233b4b1459 in fill_lines (num_traces=42, traces=0x56233b7a8960 <trace>, check_debuglink=0, objp=0x56233c208200, lines=0x56233cec9630, offset=4, errout=0x7f38c485a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2166
        s = 0x56233ceca5c0
        debug_section_names = {0x56233b5f2264 ".debug_abbrev", 0x56233b5f2272 ".debug_info", 0x56233b5f227e ".debug_line", 0x56233b5f228a ".debug_ranges", 0x56233b5f2298 ".debug_str_offsets", 0x56233b5f22ab ".debug_addr", 0x56233b5f22b7 ".debug_rnglists", 0x56233b5f22c7 ".debug_str", 0x56233b5f22d2 ".debug_line_str"}
        section_name = 0x7f38a6a8ee0c ".debug_abbrev"
        i = 67
        j = 0
        shstr = 0x7f38a6a8e9a3 ""
        ehdr = 0x7f38a665a000
        shdr = 0x7f38a6a8ee68
        shstr_shdr = 0x7f38a6a90128
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f38a6a8eee8
        fd = 5
        filesize = 4415848
        file = 0x7f38a665a000 "\177ELF\002\001\001\003"
        symtab_shdr = 0x0
        strtab_shdr = 0x0
        dynsym_shdr = 0x0
        dynstr_shdr = 0x0
        obj = 0x56233ceca590
        dladdr_fbase = 0
#6  0x000056233b4ae21b in follow_debuglink_build_id (build_id=0x7f38a6a91390 "i8\235HZ\227\223\333\350s\360\352,\223\340.\372\251\252=\004", build_id_size=20, num_traces=42, traces=0x56233b7a8960 <trace>, objp=0x56233c208200, lines=0x56233cec9630, offset=4, errout=0x7f38c485a6a0 <_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 = 0x56233b7abb62 <binary_filename+66> ".debug"
        o1 = 0x56233ceca470
        o2 = 0x56233ceca590
        i = 20
#7  0x000056233b4b1b10 in fill_lines (num_traces=42, traces=0x56233b7a8960 <trace>, check_debuglink=1, objp=0x56233c208200, lines=0x56233cec9630, offset=4, errout=0x7f38c485a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2262
        nhdr = 0x7f38a6a91380
        build_id = 0x7f38a6a91390 "i8\235HZ\227\223\333\350s\360\352,\223\340.\372\251\252=\004"
        i = 42
        j = 3024
        shstr = 0x7f38a6cacca8 ""
        ehdr = 0x7f38a6a91000
        shdr = 0x7f38a6cad0f0
        shstr_shdr = 0x7f38a6cae130
        gnu_debuglink_shdr = 0x7f38a6cae0f0
        note_gnu_build_id = 0x7f38a6cad170
        fd = 5
        filesize = 2216304
        file = 0x7f38a6a91000 "\177ELF\002\001\001\003"
        symtab_shdr = 0x7f38a6cad230
        strtab_shdr = 0x7f38a6cad270
        dynsym_shdr = 0x7f38a6cad230
        dynstr_shdr = 0x7f38a6cad270
        obj = 0x56233ceca350
        dladdr_fbase = 0
#8  0x000056233b4b2302 in rb_dump_backtrace_with_lines (num_traces=42, traces=0x56233b7a8960 <trace>, errout=0x7f38c485a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2661
        path = 0x7f38c4a4eb70 "/lib/x86_64-linux-gnu/libc.so.6"
        p = 0x56233ceca0c8
        info = {dli_fname = 0x7f38c4a4eb70 "/lib/x86_64-linux-gnu/libc.so.6", dli_fbase = 0x7f38c4640000, dli_sname = 0x0, dli_saddr = 0x0}
        i = 4
        lines = 0x56233cec9630
        obj = 0x56233ceca590
        dladdr_fbases = 0x56233ceca0c0
        main_path = 0x56233c2081a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#9  0x000056233b38b4ea in rb_print_backtrace (errout=0x7f38c485a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x56233b38b4cf <rb_print_backtrace+36>, 0x56233b38bbf2 <rb_vm_bugreport+656>, 0x56233b56c6eb <rb_bug_for_fatal_signal+327>, 0x56233b2d2354 <sigill>, 0x7f38c4682520 <__restore_rt>, 0x7f38a9fa91cf <dump_object+4449>, 0x7f38a9fa961d <objspace_dump+193>, 0x56233b35a5d9 <call_cfunc_2+75>, 0x56233b35bba5 <vm_call_cfunc_with_frame_+541>, 0x56233b35bd7a <vm_call_cfunc_with_frame+121>, 0x56233b36211c <vm_sendish+502>, 0x56233b3696ad <vm_exec_core+14741>, 0x56233b380097 <rb_vm_exec+320>, 0x56233b37cc84 <invoke_block+216>, 0x56233b37d0aa <invoke_block_from_c_bh+793>, 0x56233b37d2a4 <vm_yield_with_cref+90>, 0x56233b37d2e2 <vm_yield+56>, 0x56233b377be4 <rb_yield_0+47>, 0x56233b377c4b <rb_yield+66>, 0x56233b4bb4f9 <select_bang_i+88>, 0x56233b1669c8 <rb_ensure+388>, 0x56233b4bb77f <rb_ary_select_bang+159>, 0x56233b4bb7e9 <rb_ary_keep_if+84>, 0x56233b35afa0 <ractor_safe_call_cfunc_0+48>, 0x56233b35bba5 <vm_call_cfunc_with_frame_+541>, 0x56233b35bd7a <vm_call_cfunc_with_frame+121>, 0x56233b35be92 <vm_call_cfunc_other+278>, 0x56233b35c2ba <vm_call_cfunc+302>, 0x56233b35ede9 <vm_call_method_each_type+289>, 0x56233b35f895 <vm_call_method+161>, 0x56233b35fa97 <vm_call_general+47>, 0x56233b36211c <vm_sendish+502>, 0x56233b369504 <vm_exec_core+14316>, 0x56233b380097 <rb_vm_exec+320>, 0x56233b380ef6 <rb_iseq_eval_main+61>, 0x56233b164bcb <rb_ec_exec_node+318>, 0x56233b164d48 <ruby_run_node+150>, 0x56233b1605b4 <rb_main+76>, 0x56233b160615 <main+75>, 0x7f38c4669d90 <__libc_start_call_main+128>, 0x7f38c4669e40 <__libc_start_main_impl+128>, 0x56233b160495 <_start+37>, 0x0 <repeats 982 times>}
        n = 42
#10 0x000056233b38bbf2 in rb_vm_bugreport (ctx=0x56233c2085c0, errout=0x7f38c485a6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x56233c173b10
        ec = 0x56233c1774e0
#11 0x000056233b56c6eb in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x56233c2085c0, fmt=0x56233b5d36eb "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f38c485a6a0 <_IO_2_1_stderr_>
        file = 0x7f38a9690e30 "/tmp/ruby/build/trunk-O0/.ext/common/objspace.rb"
        line = 43
#12 0x000056233b2d2354 in sigsegv (sig=11, info=0x56233c2086f0, ctx=0x56233c2085c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#13 <signal handler called>
No locals.
#14 0x00007f38a9fa91cf in dump_object (obj=139881333173560, dc=0x7ffe97bc8b90) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:641
        memsize = 160
        ainfo = 0x0
        fptr = 0x10
        flags = {50193, 50209, 50241, 50177, 16, 4}
        n = 4
        i = 2
        mid = 16
        shape_id = 99
#15 0x00007f38a9fa961d in objspace_dump (os=139881364309560, obj=139881333173560, output=139881340804000) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:751
        dc = {type = 0, stream = 0, string = 139881340804000, root_category = 0x0, cur_obj = 139881333173560, cur_obj_klass = 139881346448880, cur_page_slot_size = 160, cur_obj_references = 0, roots = 0, full_heap = 0, partial_dump = 0, since = 0, shapes_since = 0, buffer_len = 190, buffer = "{\"address\":\"0x7f38a92cad38\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":160, \"class\":\"0x7f38a9f73df0\", \"embedded\":true, \"ivars\":10, \"memsize\":160, \"flags\":{\"wb_protected\":true, \"old\":true, ", '\000' <repeats 3905 times>}
#16 0x000056233b35a5d9 in call_cfunc_2 (recv=139881364309560, argc=2, argv=0x7f38c453c0e0, func=0x7f38a9fa955c <objspace_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3181
        f = 0x7f38a9fa955c <objspace_dump>
#17 0x000056233b35bba5 in vm_call_cfunc_with_frame_ (ec=0x56233c1774e0, reg_cfp=0x7f38c463bef8, calling=0x7ffe97bc9e10, argc=2, argv=0x7f38c453c0e0, stack_bottom=0x7f38c453c0d8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x14d100140005
        cc = 0x7f38a9e8fa88
        val = 139881340804000
        me = 0x7f38a9a56ac0
        cfunc = 0x56233c1fb4d8
        recv = 139881364309560
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#18 0x000056233b35bd7a in vm_call_cfunc_with_frame (ec=0x56233c1774e0, reg_cfp=0x7f38c463bef8, calling=0x7ffe97bc9e10) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 2
        stack_bottom = 0x7f38c453c0d8
        argv = 0x7f38c453c0e0
#19 0x000056233b36211c in vm_sendish (ec=0x56233c1774e0, reg_cfp=0x7f38c463bef8, cd=0x56233c30bb40, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x14d100140005
        cc = 0x7f38a9e8fa88
        argc = 2
        recv = 139881364309560
        calling = {cd = 0x56233c30bb40, cc = 0x7f38a9e8fa88, block_handler = 0, recv = 139881364309560, argc = 2, kw_splat = false, heap_argv = 0}
#20 0x000056233b3696ad in vm_exec_core (ec=0x56233c1774e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x56233c30bb40
        leaf = false
        val = 139881340804000
        reg_pc = 0x56233c331d40
        reg_cfp = 0x7f38c463bef8
        insns_address_table = {0x56233b365d84 <vm_exec_core+108>, 0x56233b365de6 <vm_exec_core+206>, 0x56233b365ef9 <vm_exec_core+481>, 0x56233b36600d <vm_exec_core+757>, 0x56233b3661ab <vm_exec_core+1171>, 0x56233b3662db <vm_exec_core+1475>, 0x56233b3664ed <vm_exec_core+2005>, 0x56233b3665ff <vm_exec_core+2279>, 0x56233b3666d8 <vm_exec_core+2496>, 0x56233b3667df <vm_exec_core+2759>, 0x56233b3668e6 <vm_exec_core+3022>, 0x56233b3669f4 <vm_exec_core+3292>, 0x56233b366b06 <vm_exec_core+3566>, 0x56233b366bd6 <vm_exec_core+3774>, 0x56233b366cdf <vm_exec_core+4039>, 0x56233b366dd9 <vm_exec_core+4289>, 0x56233b366e9c <vm_exec_core+4484>, 0x56233b366f5f <vm_exec_core+4679>, 0x56233b366fe8 <vm_exec_core+4816>, 0x56233b367074 <vm_exec_core+4956>, 0x56233b36711a <vm_exec_core+5122>, 0x56233b3671f2 <vm_exec_core+5338>, 0x56233b3672bf <vm_exec_core+5543>, 0x56233b36739d <vm_exec_core+5765>, 0x56233b36745f <vm_exec_core+5959>, 0x56233b36759e <vm_exec_core+6278>, 0x56233b367644 <vm_exec_core+6444>, 0x56233b367729 <vm_exec_core+6673>, 0x56233b367858 <vm_exec_core+6976>, 0x56233b36791b <vm_exec_core+7171>, 0x56233b3679de <vm_exec_core+7366>, 0x56233b367ad5 <vm_exec_core+7613>, 0x56233b367b97 <vm_exec_core+7807>, 0x56233b367c76 <vm_exec_core+8030>, 0x56233b367d43 <vm_exec_core+8235>, 0x56233b367e53 <vm_exec_core+8507>, 0x56233b367f4d <vm_exec_core+8757>, 0x56233b367fc8 <vm_exec_core+8880>, 0x56233b368089 <vm_exec_core+9073>, 0x56233b368177 <vm_exec_core+9311>, 0x56233b368227 <vm_exec_core+9487>, 0x56233b3683a6 <vm_exec_core+9870>, 0x56233b368480 <vm_exec_core+10088>, 0x56233b36856c <vm_exec_core+10324>, 0x56233b3685fd <vm_exec_core+10469>, 0x56233b368758 <vm_exec_core+10816>, 0x56233b368cfa <vm_exec_core+12258>, 0x56233b368df6 <vm_exec_core+12510>, 0x56233b368ef9 <vm_exec_core+12769>, 0x56233b368fe5 <vm_exec_core+13005>, 0x56233b3691fe <vm_exec_core+13542>, 0x56233b3692f0 <vm_exec_core+13784>, 0x56233b3693f6 <vm_exec_core+14046>, 0x56233b3695f3 <vm_exec_core+14555>, 0x56233b36979c <vm_exec_core+14980>, 0x56233b3698c7 <vm_exec_core+15279>, 0x56233b369a33 <vm_exec_core+15643>, 0x56233b369b5e <vm_exec_core+15942>, 0x56233b369cca <vm_exec_core+16306>, 0x56233b369eac <vm_exec_core+16788>, 0x56233b36a0a9 <vm_exec_core+17297>, 0x56233b36a252 <vm_exec_core+17722>, 0x56233b36a374 <vm_exec_core+18012>, 0x56233b36a41b <vm_exec_core+18179>, 0x56233b36a4df <vm_exec_core+18375>, 0x56233b36a5c8 <vm_exec_core+18608>, 0x56233b36a6b4 <vm_exec_core+18844>, 0x56233b36a79d <vm_exec_core+19077>, 0x56233b36a8b1 <vm_exec_core+19353>, 0x56233b36a9d8 <vm_exec_core+19648>, 0x56233b36ab0e <vm_exec_core+19958>, 0x56233b36ac44 <vm_exec_core+20268>, 0x56233b36ad7a <vm_exec_core+20578>, 0x56233b36aeb0 <vm_exec_core+20888>, 0x56233b36afe6 <vm_exec_core+21198>, 0x56233b36b127 <vm_exec_core+21519>, 0x56233b36b2a1 <vm_exec_core+21897>, 0x56233b36b3d7 <vm_exec_core+22207>, 0x56233b36b50d <vm_exec_core+22517>, 0x56233b36b643 <vm_exec_core+22827>, 0x56233b36b779 <vm_exec_core+23137>, 0x56233b36b8af <vm_exec_core+23447>, 0x56233b36b9e5 <vm_exec_core+23757>, 0x56233b36bb1b <vm_exec_core+24067>, 0x56233b36bc51 <vm_exec_core+24377>, 0x56233b36bda0 <vm_exec_core+24712>, 0x56233b36bf5a <vm_exec_core+25154>, 0x56233b36c0d8 <vm_exec_core+25536>, 0x56233b36c1f7 <vm_exec_core+25823>, 0x56233b36c316 <vm_exec_core+26110>, 0x56233b36c430 <vm_exec_core+26392>, 0x56233b36c54a <vm_exec_core+26674>, 0x56233b36c675 <vm_exec_core+26973>, 0x56233b36c7ab <vm_exec_core+27283>, 0x56233b36c896 <vm_exec_core+27518>, 0x56233b36c99b <vm_exec_core+27779>, 0x56233b36cae3 <vm_exec_core+28107>, 0x56233b36cbd2 <vm_exec_core+28346>, 0x56233b36ccac <vm_exec_core+28564>, 0x56233b36cd81 <vm_exec_core+28777>, 0x56233b36ce5c <vm_exec_core+28996>, 0x56233b36ced8 <vm_exec_core+29120>, 0x56233b36cf54 <vm_exec_core+29244>, 0x56233b36cf72 <vm_exec_core+29274>, 0x56233b36cf90 <vm_exec_core+29304>, 0x56233b36cfae <vm_exec_core+29334>, 0x56233b36cfcc <vm_exec_core+29364>, 0x56233b36cfea <vm_exec_core+29394>, 0x56233b36d008 <vm_exec_core+29424>, 0x56233b36d026 <vm_exec_core+29454>, 0x56233b36d044 <vm_exec_core+29484>, 0x56233b36d062 <vm_exec_core+29514>, 0x56233b36d080 <vm_exec_core+29544>, 0x56233b36d09e <vm_exec_core+29574>, 0x56233b36d0bc <vm_exec_core+29604>, 0x56233b36d0da <vm_exec_core+29634>, 0x56233b36d0f8 <vm_exec_core+29664>, 0x56233b36d116 <vm_exec_core+29694>, 0x56233b36d134 <vm_exec_core+29724>, 0x56233b36d152 <vm_exec_core+29754>, 0x56233b36d170 <vm_exec_core+29784>, 0x56233b36d18e <vm_exec_core+29814>, 0x56233b36d1ac <vm_exec_core+29844>, 0x56233b36d1ca <vm_exec_core+29874>, 0x56233b36d1e8 <vm_exec_core+29904>, 0x56233b36d206 <vm_exec_core+29934>, 0x56233b36d224 <vm_exec_core+29964>, 0x56233b36d242 <vm_exec_core+29994>, 0x56233b36d260 <vm_exec_core+30024>, 0x56233b36d27e <vm_exec_core+30054>, 0x56233b36d29c <vm_exec_core+30084>, 0x56233b36d2ba <vm_exec_core+30114>, 0x56233b36d2d8 <vm_exec_core+30144>, 0x56233b36d2f6 <vm_exec_core+30174>, 0x56233b36d314 <vm_exec_core+30204>, 0x56233b36d332 <vm_exec_core+30234>, 0x56233b36d350 <vm_exec_core+30264>, 0x56233b36d36e <vm_exec_core+30294>, 0x56233b36d38c <vm_exec_core+30324>, 0x56233b36d3aa <vm_exec_core+30354>, 0x56233b36d3c8 <vm_exec_core+30384>, 0x56233b36d3e6 <vm_exec_core+30414>, 0x56233b36d404 <vm_exec_core+30444>, 0x56233b36d422 <vm_exec_core+30474>, 0x56233b36d440 <vm_exec_core+30504>, 0x56233b36d45e <vm_exec_core+30534>, 0x56233b36d47c <vm_exec_core+30564>, 0x56233b36d49a <vm_exec_core+30594>, 0x56233b36d4b8 <vm_exec_core+30624>, 0x56233b36d4d6 <vm_exec_core+30654>, 0x56233b36d4f4 <vm_exec_core+30684>, 0x56233b36d512 <vm_exec_core+30714>, 0x56233b36d530 <vm_exec_core+30744>, 0x56233b36d54e <vm_exec_core+30774>, 0x56233b36d56c <vm_exec_core+30804>, 0x56233b36d58a <vm_exec_core+30834>, 0x56233b36d5a8 <vm_exec_core+30864>, 0x56233b36d5c6 <vm_exec_core+30894>, 0x56233b36d5e4 <vm_exec_core+30924>, 0x56233b36d602 <vm_exec_core+30954>, 0x56233b36d620 <vm_exec_core+30984>, 0x56233b36d63e <vm_exec_core+31014>, 0x56233b36d65c <vm_exec_core+31044>, 0x56233b36d67a <vm_exec_core+31074>, 0x56233b36d698 <vm_exec_core+31104>, 0x56233b36d6b6 <vm_exec_core+31134>, 0x56233b36d6d4 <vm_exec_core+31164>, 0x56233b36d6f2 <vm_exec_core+31194>, 0x56233b36d710 <vm_exec_core+31224>, 0x56233b36d72e <vm_exec_core+31254>, 0x56233b36d74c <vm_exec_core+31284>, 0x56233b36d76a <vm_exec_core+31314>, 0x56233b36d788 <vm_exec_core+31344>, 0x56233b36d7a6 <vm_exec_core+31374>, 0x56233b36d7c4 <vm_exec_core+31404>, 0x56233b36d7e2 <vm_exec_core+31434>, 0x56233b36d800 <vm_exec_core+31464>, 0x56233b36d81e <vm_exec_core+31494>, 0x56233b36d84f <vm_exec_core+31543>, 0x56233b36d86d <vm_exec_core+31573>, 0x56233b36d88b <vm_exec_core+31603>, 0x56233b36d8a9 <vm_exec_core+31633>, 0x56233b36d8c7 <vm_exec_core+31663>, 0x56233b36d8e5 <vm_exec_core+31693>, 0x56233b36d903 <vm_exec_core+31723>, 0x56233b36d921 <vm_exec_core+31753>, 0x56233b36d93f <vm_exec_core+31783>, 0x56233b36d95d <vm_exec_core+31813>, 0x56233b36d97b <vm_exec_core+31843>, 0x56233b36d999 <vm_exec_core+31873>, 0x56233b36d9b7 <vm_exec_core+31903>, 0x56233b36d9d5 <vm_exec_core+31933>, 0x56233b36d9f3 <vm_exec_core+31963>, 0x56233b36da11 <vm_exec_core+31993>, 0x56233b36da2f <vm_exec_core+32023>, 0x56233b36da4d <vm_exec_core+32053>, 0x56233b36da6b <vm_exec_core+32083>, 0x56233b36da89 <vm_exec_core+32113>, 0x56233b36daa7 <vm_exec_core+32143>, 0x56233b36dac5 <vm_exec_core+32173>...}
#21 0x000056233b380097 in rb_vm_exec (ec=0x56233c1774e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x56233c1774e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe97bcaaf0, 0x56233b380015 <rb_vm_exec+190>, 0x0, 0x7ffe97bcaa40, 0x7ffe97bcaae0}, prev = 0x7ffe97bcae00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#22 0x000056233b37cc84 in invoke_block (ec=0x56233c1774e0, iseq=0x7f38a9a55e68, self=139881788657120, captured=0x7f38c463bfb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#23 0x000056233b37d0aa in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffe97bcad28, argc=1, self=139881788657120, captured=0x7f38c463bfb8, ec=0x56233c1774e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f38a9a55e68
        opt_pc = 0
        type = 572653569
        cfp = 0x7f38c463bf68
        sp = 0x7f38c453c070
        flags = 0
        use_argv = 0x7ffe97bcad28
        av = {94709317154993, 139881789767528}
        stack_argv = 0x7f38c453c070
#24 invoke_block_from_c_bh (ec=0x56233c1774e0, block_handler=139881789767609, argc=1, argv=0x7ffe97bcad28, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1597
        captured = 0x7f38c463bfb8
#25 0x000056233b37d2a4 in vm_yield_with_cref (ec=0x56233c1774e0, argc=1, argv=0x7ffe97bcad28, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#26 0x000056233b37d2e2 in vm_yield (ec=0x56233c1774e0, argc=1, argv=0x7ffe97bcad28, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#27 0x000056233b377be4 in rb_yield_0 (argc=1, argv=0x7ffe97bcad28) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#28 0x000056233b377c4b in rb_yield (val=139881333173560) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#29 0x000056233b4bb4f9 in select_bang_i (a=140731444145824) at /tmp/ruby/src/trunk-O0/array.c:3828
        v = 139881333173560
        arg = 0x7ffe97bcaea0
        ary = 139881341198480
        i1 = 34894
        i2 = 34894
#30 0x000056233b1669c8 in rb_ensure (b_proc=0x56233b4bb4a1 <select_bang_i>, data1=140731444145824, e_proc=0x56233b4bb57b <select_bang_ensure>, data2=140731444145824) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x56233c1774e0
        _tag = {tag = 36, retval = 139881341198480, buf = {0x7ffe97bcae80, 0x56233b16696b <rb_ensure+295>, 0x0, 0x7ffe97bcad90, 0x7ffe97bcae58}, prev = 0x7ffe97bcbf90, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 139881341198480
        ec = 0x56233c1774e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x56233b4bb57b <select_bang_ensure>, data2 = 140731444145824}}
#31 0x000056233b4bb77f in rb_ary_select_bang (ary=139881341198480) at /tmp/ruby/src/trunk-O0/array.c:3891
        args = {ary = 139881341198480, len = {34894, 34894}}
#32 0x000056233b4bb7e9 in rb_ary_keep_if (ary=139881341198480) at /tmp/ruby/src/trunk-O0/array.c:3916
No locals.
#33 0x000056233b35afa0 in ractor_safe_call_cfunc_0 (recv=139881341198480, argc=0, argv=0x7f38c453c058, func=0x56233b4bb795 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x56233b4bb795 <rb_ary_keep_if>
#34 0x000056233b35bba5 in vm_call_cfunc_with_frame_ (ec=0x56233c1774e0, reg_cfp=0x7f38c463bfa0, calling=0x7ffe97bcb330, argc=0, argv=0x7f38c453c058, stack_bottom=0x7f38c453c050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x358100000001
        cc = 0x7f38a9e8fba0
        val = 94709332014120
        me = 0x7f38a996f210
        cfunc = 0x56233c1c8b28
        recv = 139881341198480
        block_handler = 139881789767609
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#35 0x000056233b35bd7a in vm_call_cfunc_with_frame (ec=0x56233c1774e0, reg_cfp=0x7f38c463bfa0, calling=0x7ffe97bcb330) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f38c453c050
        argv = 0x7f38c453c058
#36 0x000056233b35be92 in vm_call_cfunc_other (ec=0x56233c1774e0, reg_cfp=0x7f38c463bfa0, calling=0x7ffe97bcb330) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x358100000001
        argv_ary = 0
#37 0x000056233b35c2ba in vm_call_cfunc (ec=0x56233c1774e0, reg_cfp=0x7f38c463bfa0, calling=0x7ffe97bcb330) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x358100000001
#38 0x000056233b35ede9 in vm_call_method_each_type (ec=0x56233c1774e0, cfp=0x7f38c463bfa0, calling=0x7ffe97bcb330) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x358100000001
        cc = 0x7f38a9e8fba0
        cme = 0x7f38a996f210
        v = 94709335848248
#39 0x000056233b35f895 in vm_call_method (ec=0x56233c1774e0, cfp=0x7f38c463bfa0, calling=0x7ffe97bcb330) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x358100000001
        cc = 0x7f38a9e8fba0
#40 0x000056233b35fa97 in vm_call_general (ec=0x56233c1774e0, reg_cfp=0x7f38c463bfa0, calling=0x7ffe97bcb330) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#41 0x000056233b36211c in vm_sendish (ec=0x56233c1774e0, reg_cfp=0x7f38c463bfa0, cd=0x56233c31c2e0, block_handler=139881789767609, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x358100000001
        cc = 0x7f38a9e8fba0
        argc = 0
        recv = 139881341198480
        calling = {cd = 0x56233c31c2e0, cc = 0x7f38a9e8fba0, block_handler = 139881789767609, recv = 139881341198480, argc = 0, kw_splat = false, heap_argv = 0}
#42 0x000056233b369504 in vm_exec_core (ec=0x56233c1774e0) at ../../src/trunk-O0/insns.def:814
        bh = 139881789767609
        cd = 0x56233c31c2e0
        blockiseq = 0x7f38a9a55e68
        leaf = false
        val = 139881345515080
        reg_pc = 0x56233c311ad0
        reg_cfp = 0x7f38c463bfa0
        insns_address_table = {0x56233b365d84 <vm_exec_core+108>, 0x56233b365de6 <vm_exec_core+206>, 0x56233b365ef9 <vm_exec_core+481>, 0x56233b36600d <vm_exec_core+757>, 0x56233b3661ab <vm_exec_core+1171>, 0x56233b3662db <vm_exec_core+1475>, 0x56233b3664ed <vm_exec_core+2005>, 0x56233b3665ff <vm_exec_core+2279>, 0x56233b3666d8 <vm_exec_core+2496>, 0x56233b3667df <vm_exec_core+2759>, 0x56233b3668e6 <vm_exec_core+3022>, 0x56233b3669f4 <vm_exec_core+3292>, 0x56233b366b06 <vm_exec_core+3566>, 0x56233b366bd6 <vm_exec_core+3774>, 0x56233b366cdf <vm_exec_core+4039>, 0x56233b366dd9 <vm_exec_core+4289>, 0x56233b366e9c <vm_exec_core+4484>, 0x56233b366f5f <vm_exec_core+4679>, 0x56233b366fe8 <vm_exec_core+4816>, 0x56233b367074 <vm_exec_core+4956>, 0x56233b36711a <vm_exec_core+5122>, 0x56233b3671f2 <vm_exec_core+5338>, 0x56233b3672bf <vm_exec_core+5543>, 0x56233b36739d <vm_exec_core+5765>, 0x56233b36745f <vm_exec_core+5959>, 0x56233b36759e <vm_exec_core+6278>, 0x56233b367644 <vm_exec_core+6444>, 0x56233b367729 <vm_exec_core+6673>, 0x56233b367858 <vm_exec_core+6976>, 0x56233b36791b <vm_exec_core+7171>, 0x56233b3679de <vm_exec_core+7366>, 0x56233b367ad5 <vm_exec_core+7613>, 0x56233b367b97 <vm_exec_core+7807>, 0x56233b367c76 <vm_exec_core+8030>, 0x56233b367d43 <vm_exec_core+8235>, 0x56233b367e53 <vm_exec_core+8507>, 0x56233b367f4d <vm_exec_core+8757>, 0x56233b367fc8 <vm_exec_core+8880>, 0x56233b368089 <vm_exec_core+9073>, 0x56233b368177 <vm_exec_core+9311>, 0x56233b368227 <vm_exec_core+9487>, 0x56233b3683a6 <vm_exec_core+9870>, 0x56233b368480 <vm_exec_core+10088>, 0x56233b36856c <vm_exec_core+10324>, 0x56233b3685fd <vm_exec_core+10469>, 0x56233b368758 <vm_exec_core+10816>, 0x56233b368cfa <vm_exec_core+12258>, 0x56233b368df6 <vm_exec_core+12510>, 0x56233b368ef9 <vm_exec_core+12769>, 0x56233b368fe5 <vm_exec_core+13005>, 0x56233b3691fe <vm_exec_core+13542>, 0x56233b3692f0 <vm_exec_core+13784>, 0x56233b3693f6 <vm_exec_core+14046>, 0x56233b3695f3 <vm_exec_core+14555>, 0x56233b36979c <vm_exec_core+14980>, 0x56233b3698c7 <vm_exec_core+15279>, 0x56233b369a33 <vm_exec_core+15643>, 0x56233b369b5e <vm_exec_core+15942>, 0x56233b369cca <vm_exec_core+16306>, 0x56233b369eac <vm_exec_core+16788>, 0x56233b36a0a9 <vm_exec_core+17297>, 0x56233b36a252 <vm_exec_core+17722>, 0x56233b36a374 <vm_exec_core+18012>, 0x56233b36a41b <vm_exec_core+18179>, 0x56233b36a4df <vm_exec_core+18375>, 0x56233b36a5c8 <vm_exec_core+18608>, 0x56233b36a6b4 <vm_exec_core+18844>, 0x56233b36a79d <vm_exec_core+19077>, 0x56233b36a8b1 <vm_exec_core+19353>, 0x56233b36a9d8 <vm_exec_core+19648>, 0x56233b36ab0e <vm_exec_core+19958>, 0x56233b36ac44 <vm_exec_core+20268>, 0x56233b36ad7a <vm_exec_core+20578>, 0x56233b36aeb0 <vm_exec_core+20888>, 0x56233b36afe6 <vm_exec_core+21198>, 0x56233b36b127 <vm_exec_core+21519>, 0x56233b36b2a1 <vm_exec_core+21897>, 0x56233b36b3d7 <vm_exec_core+22207>, 0x56233b36b50d <vm_exec_core+22517>, 0x56233b36b643 <vm_exec_core+22827>, 0x56233b36b779 <vm_exec_core+23137>, 0x56233b36b8af <vm_exec_core+23447>, 0x56233b36b9e5 <vm_exec_core+23757>, 0x56233b36bb1b <vm_exec_core+24067>, 0x56233b36bc51 <vm_exec_core+24377>, 0x56233b36bda0 <vm_exec_core+24712>, 0x56233b36bf5a <vm_exec_core+25154>, 0x56233b36c0d8 <vm_exec_core+25536>, 0x56233b36c1f7 <vm_exec_core+25823>, 0x56233b36c316 <vm_exec_core+26110>, 0x56233b36c430 <vm_exec_core+26392>, 0x56233b36c54a <vm_exec_core+26674>, 0x56233b36c675 <vm_exec_core+26973>, 0x56233b36c7ab <vm_exec_core+27283>, 0x56233b36c896 <vm_exec_core+27518>, 0x56233b36c99b <vm_exec_core+27779>, 0x56233b36cae3 <vm_exec_core+28107>, 0x56233b36cbd2 <vm_exec_core+28346>, 0x56233b36ccac <vm_exec_core+28564>, 0x56233b36cd81 <vm_exec_core+28777>, 0x56233b36ce5c <vm_exec_core+28996>, 0x56233b36ced8 <vm_exec_core+29120>, 0x56233b36cf54 <vm_exec_core+29244>, 0x56233b36cf72 <vm_exec_core+29274>, 0x56233b36cf90 <vm_exec_core+29304>, 0x56233b36cfae <vm_exec_core+29334>, 0x56233b36cfcc <vm_exec_core+29364>, 0x56233b36cfea <vm_exec_core+29394>, 0x56233b36d008 <vm_exec_core+29424>, 0x56233b36d026 <vm_exec_core+29454>, 0x56233b36d044 <vm_exec_core+29484>, 0x56233b36d062 <vm_exec_core+29514>, 0x56233b36d080 <vm_exec_core+29544>, 0x56233b36d09e <vm_exec_core+29574>, 0x56233b36d0bc <vm_exec_core+29604>, 0x56233b36d0da <vm_exec_core+29634>, 0x56233b36d0f8 <vm_exec_core+29664>, 0x56233b36d116 <vm_exec_core+29694>, 0x56233b36d134 <vm_exec_core+29724>, 0x56233b36d152 <vm_exec_core+29754>, 0x56233b36d170 <vm_exec_core+29784>, 0x56233b36d18e <vm_exec_core+29814>, 0x56233b36d1ac <vm_exec_core+29844>, 0x56233b36d1ca <vm_exec_core+29874>, 0x56233b36d1e8 <vm_exec_core+29904>, 0x56233b36d206 <vm_exec_core+29934>, 0x56233b36d224 <vm_exec_core+29964>, 0x56233b36d242 <vm_exec_core+29994>, 0x56233b36d260 <vm_exec_core+30024>, 0x56233b36d27e <vm_exec_core+30054>, 0x56233b36d29c <vm_exec_core+30084>, 0x56233b36d2ba <vm_exec_core+30114>, 0x56233b36d2d8 <vm_exec_core+30144>, 0x56233b36d2f6 <vm_exec_core+30174>, 0x56233b36d314 <vm_exec_core+30204>, 0x56233b36d332 <vm_exec_core+30234>, 0x56233b36d350 <vm_exec_core+30264>, 0x56233b36d36e <vm_exec_core+30294>, 0x56233b36d38c <vm_exec_core+30324>, 0x56233b36d3aa <vm_exec_core+30354>, 0x56233b36d3c8 <vm_exec_core+30384>, 0x56233b36d3e6 <vm_exec_core+30414>, 0x56233b36d404 <vm_exec_core+30444>, 0x56233b36d422 <vm_exec_core+30474>, 0x56233b36d440 <vm_exec_core+30504>, 0x56233b36d45e <vm_exec_core+30534>, 0x56233b36d47c <vm_exec_core+30564>, 0x56233b36d49a <vm_exec_core+30594>, 0x56233b36d4b8 <vm_exec_core+30624>, 0x56233b36d4d6 <vm_exec_core+30654>, 0x56233b36d4f4 <vm_exec_core+30684>, 0x56233b36d512 <vm_exec_core+30714>, 0x56233b36d530 <vm_exec_core+30744>, 0x56233b36d54e <vm_exec_core+30774>, 0x56233b36d56c <vm_exec_core+30804>, 0x56233b36d58a <vm_exec_core+30834>, 0x56233b36d5a8 <vm_exec_core+30864>, 0x56233b36d5c6 <vm_exec_core+30894>, 0x56233b36d5e4 <vm_exec_core+30924>, 0x56233b36d602 <vm_exec_core+30954>, 0x56233b36d620 <vm_exec_core+30984>, 0x56233b36d63e <vm_exec_core+31014>, 0x56233b36d65c <vm_exec_core+31044>, 0x56233b36d67a <vm_exec_core+31074>, 0x56233b36d698 <vm_exec_core+31104>, 0x56233b36d6b6 <vm_exec_core+31134>, 0x56233b36d6d4 <vm_exec_core+31164>, 0x56233b36d6f2 <vm_exec_core+31194>, 0x56233b36d710 <vm_exec_core+31224>, 0x56233b36d72e <vm_exec_core+31254>, 0x56233b36d74c <vm_exec_core+31284>, 0x56233b36d76a <vm_exec_core+31314>, 0x56233b36d788 <vm_exec_core+31344>, 0x56233b36d7a6 <vm_exec_core+31374>, 0x56233b36d7c4 <vm_exec_core+31404>, 0x56233b36d7e2 <vm_exec_core+31434>, 0x56233b36d800 <vm_exec_core+31464>, 0x56233b36d81e <vm_exec_core+31494>, 0x56233b36d84f <vm_exec_core+31543>, 0x56233b36d86d <vm_exec_core+31573>, 0x56233b36d88b <vm_exec_core+31603>, 0x56233b36d8a9 <vm_exec_core+31633>, 0x56233b36d8c7 <vm_exec_core+31663>, 0x56233b36d8e5 <vm_exec_core+31693>, 0x56233b36d903 <vm_exec_core+31723>, 0x56233b36d921 <vm_exec_core+31753>, 0x56233b36d93f <vm_exec_core+31783>, 0x56233b36d95d <vm_exec_core+31813>, 0x56233b36d97b <vm_exec_core+31843>, 0x56233b36d999 <vm_exec_core+31873>, 0x56233b36d9b7 <vm_exec_core+31903>, 0x56233b36d9d5 <vm_exec_core+31933>, 0x56233b36d9f3 <vm_exec_core+31963>, 0x56233b36da11 <vm_exec_core+31993>, 0x56233b36da2f <vm_exec_core+32023>, 0x56233b36da4d <vm_exec_core+32053>, 0x56233b36da6b <vm_exec_core+32083>, 0x56233b36da89 <vm_exec_core+32113>, 0x56233b36daa7 <vm_exec_core+32143>, 0x56233b36dac5 <vm_exec_core+32173>...}
#43 0x000056233b380097 in rb_vm_exec (ec=0x56233c1774e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x56233c1774e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe97bcc010, 0x56233b380015 <rb_vm_exec+190>, 0x0, 0x7ffe97bcbf60, 0x56233c1fb990}, prev = 0x7ffe97bcc080, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#44 0x000056233b380ef6 in rb_iseq_eval_main (iseq=0x7f38a9fb2208) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x56233c1774e0
        val = 94709332014304
#45 0x000056233b164bcb in rb_ec_exec_node (ec=0x56233c1774e0, n=0x7f38a9fb2208) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x56233c176090
        _ec = 0x56233c1774e0
        _tag = {tag = 36, retval = 94709315158456, buf = {0x7ffe97bcc100, 0x56233b164b61 <rb_ec_exec_node+212>, 0x0, 0x7ffe97bcc050, 0x56233c1774e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f38a9fb2208
#46 0x000056233b164d48 in ruby_run_node (n=0x7f38a9fb2208) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x56233c1774e0
        status = 22051
#47 0x000056233b1605b4 in rb_main (argc=130, argv=0x7ffe97bcc2a8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140731444150656
#48 0x000056233b160615 in main (argc=130, argv=0x7ffe97bcc2a8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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