# Logfile created on 2023-11-16 16:31:49 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000563b7a06e030 @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.20231116-163149", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000563b7a103450 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000563b7a103310 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000563b7a103130 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231116-163149", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231116-163149>, @binmode=false, @mon_data=#<Monitor:0x0000563b7a103068>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
9786b90..b92a92a master -> origin/master
Updating 9786b90..b92a92a
Fast-forward
lib/open3.rb | 89 ++++++++++++++++++----------
prism/prism.c | 2 +-
range.c | 11 ++++
test/prism/fixtures/case.txt | 12 ++++
test/prism/fixtures/method_calls.txt | 2 +
test/prism/snapshots/case.txt | 108 ++++++++++++++++++++++++++++++----
test/prism/snapshots/method_calls.txt | 101 ++++++++++++++++++++++---------
7 files changed, 250 insertions(+), 75 deletions(-)
Latest commit hash = b92a92a3ff
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/prism/prism.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.inc updated
d9079095bb3fa7a9e685b033db80f027a72c333c343f7d76b4e914d92ff550a8 builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
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]: 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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving 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/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]: 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering 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/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: 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/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
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/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/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.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-O0/bin
installing base libraries: /tmp/ruby/install/trunk-O0/lib
installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
abbrev 0.1.1
base64 0.2.0
benchmark 0.3.0
bundler 2.5.0.dev
cgi 0.4.0
csv 3.2.8
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.3
error_highlight 0.5.1
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.5
irb 1.9.0
logger 1.6.0
mutex_m 0.2.0
net-http 0.4.0
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.0
open3 0.2.0
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.17.1
pstore 0.1.3
rdoc 6.6.0
readline 0.0.3
reline 0.4.0
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.0
set 1.0.3
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 1.1.0
tempfile 0.2.0
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.0
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3.dev.1
fcntl 1.1.0
fiddle 1.1.2
io-console 0.6.1.dev.1
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.1.1
stringio 3.1.0
strscan 3.0.8
syslog 0.1.1
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
minitest 5.20.0
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.2.0
net-imap 0.4.5
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.3.0
typeprof 0.21.8
debug 1.8.0
racc 1.7.3
installing bundled gem cache: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1862 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options:
--seed=20010
"--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
# Running tests:
[ 1/908] 3228083=test_err_in_callback
[ 2/908] 3228084=test_gem_package_task
[ 3/908] 3228086=test_force_quotes
[ 4/908] 3228083=json_ext_parser_test
[ 5/908] 3228083=test_gem_resolver_vendor_specification
[ 6/908] 3228085=test_ostruct
[ 7/908] 3228086=test_koi8
[ 8/908] 3228086=test_rdoc_attr
Skipping Gem::PackageTask tests. rake not found.
[ 9/908] 3228084=test_not
[ 10/908] 3228084=test_table
[ 11/908] 3228085=test_gem_dependency_list
[ 12/908] 3228083=test_gem_ext_configure_builder
[ 13/908] 3228086=test_rendering
[ 14/908] 3228083=test_rdoc_generator_markup
[ 15/908] 3228084=test_filter
[ 16/908] 3228086=test_scanner_events
[ 17/908] 3228084=test_inlinecache
[ 18/908] 3228086=test_gem_commands_contents_command
[ 19/908] 3228084=test_ractor_compatibility
[ 20/908] 3228083=test_have_func
[ 21/908] 3228085=test_ws
[ 22/908] 3228085=test_gem_rdoc
[ 23/908] 3228086=test_erb_command
[ 24/908] 3228086=test_win32ole_variant_outarg
[ 25/908] 3228086=test_unix
[ 26/908] 3228086=test_regex_casefold
[ 27/908] 3228085=test_http
[ 28/908] 3228084=test_fd_setsize
[ 29/908] 3228084=test_gem_source_git
[ 30/908] 3228083=test_coder
[ 31/908] 3228083=test_symbol
[ 32/908] 3228086=test_context
[ 33/908] 3228084=test_gem_commands_sources_command
[ 34/908] 3228084=test_gem_source_fetch_problem
Leaked thread: TestIRB::ContextTest#test_build_completor: #<Thread:0x00007fe899885ca0 /tmp/ruby/src/trunk-O0/lib/irb/type_completion/types.rb:16 sleep>
[ 35/908] 3228084=test_rdoc_parser_markdown
Finished thread: TestIRB::ContextTest#test_default_return_format: #<Thread:0x00007fe899885ca0 /tmp/ruby/src/trunk-O0/lib/irb/type_completion/types.rb:16 dead>
[ 36/908] 3228086=test_rdoc_i18n_text
[ 37/908] 3228086=test_rdoc_markup_indented_paragraph
[ 38/908] 3228086=test_gem_commands_lock_command
[ 39/908] 3228086=test_rdoc_markup_to_html_snippet
[ 40/908] 3228086=test_data
[ 41/908] 3228086=test_rdoc_markup
[ 42/908] 3228086=test_files_test_2
[ 43/908] 3228084=test_gem_resolver_git_specification
[ 44/908] 3228084=test_singleton
[ 45/908] 3228084=test_spell_checker
[ 46/908] 3228084=test_ancdata
[ 47/908] 3228084=test_rdoc_tom_doc
[ 48/908] 3228084=test_gem_commands_fetch_command
[ 49/908] 3228083=ractor_test
[ 50/908] 3228083=test_normalize
[ 51/908] 3228083=test_converters
[ 52/908] 3228083=test_sleep
[ 53/908] 3228084=test_bignum
[ 54/908] 3228084=test_pack
[ 55/908] 3228084=test_read
[ 56/908] 3228084=test_update
[ 57/908] 3228084=test_basicinstructions
[ 58/908] 3228084=test_ractor
[ 59/908] 3228084=test_verbose
[ 60/908] 3228084=test_key_actor_emacs
[ 61/908] 3228083=test_rdoc_rd_block_parser
[ 62/908] 3228083=test_rdoc_ri_paths
[ 63/908] 3228083=test_name_error_extension
[ 64/908] 3228083=test_https_proxy
[ 65/908] 3228083=test_bigdecimal_util
[ 66/908] 3228083=test_weakkeymap
[ 67/908] 3228084=test_formatter
[ 68/908] 3228084=test_rdoc_markup_document
[ 69/908] 3228084=test_key_actor_vi
[ 70/908] 3228084=test_lazy_enumerator
[ 71/908] 3228083=test_find_executable
[ 72/908] 3228083=test_ts
[ 73/908] 3228083=test_unconverted_fields
[ 74/908] 3228083=test_require
[ 75/908] 3228085=test_history
[ 76/908] 3228085=test_locale
[ 77/908] 3228085=test_dup
[ 78/908] 3228085=test_delegation
[ 79/908] 3228085=test_exit
[ 80/908] 3228085=test_drbobject
[ 81/908] 3228085=test_optimization
[ 82/908] 3228084=test_gem_commands_query_command
[ 83/908] 3228084=test_rdoc_rd
[ 84/908] 3228084=test_range
[ 85/908] 3228084=test_open3
[ 86/908] 3228086=test_udp
[ 87/908] 3228086=test_pinned
[ 88/908] 3228083=test_pattern_key_name_check
[ 89/908] 3228086=test_thread
[ 90/908] 3228083=test_require
[ 91/908] 3228083=test_remote_fetch_error
[ 92/908] 3228083=test_gem_safe_marshal
[ 93/908] 3228083=ruby_api_test
[ 94/908] 3228083=test_date_strptime
[ 95/908] 3228083=test_gem_request_set_lockfile_tokenizer
[ 96/908] 3228084=test_gem_doctor
[ 97/908] 3228083=fuzzer_test
[ 98/908] 3228083=test_ast
[ 99/908] 3228084=test_struct
[100/908] 3228084=test_propertyputref
[101/908] 3228084=test_instrumentation_api
[102/908] 3228086=test_default_gems
[103/908] 3228086=test_rand
[104/908] 3228084=test_serialize_subclasses
[105/908] 3228084=test_buffering
[106/908] 3228084=test_drbunix
[107/908] 3228086=test_patterns
[108/908] 3228086=test_gem_commands_stale_command
[109/908] 3228086=location_test
[110/908] 3228086=test_gem_resolver_api_specification
[111/908] 3228086=test_gem_package
[112/908] 3228086=test_date_arith
[113/908] 3228086=test_gem_security_signer
[114/908] 3228086=json_common_interface_test
[115/908] 3228086=test_grapheme_breaks
[116/908] 3228086=test_ractor
[117/908] 3228086=test_rdoc_parser_simple
[118/908] 3228086=test_enumerable
[119/908] 3228086=test_too_many_dummy_encodings
[120/908] 3228086=test_signedness
[121/908] 3228085=test_convertible
[122/908] 3228086=test_env
[123/908] 3228084=test_nkf
[124/908] 3228084=test_rdoc_markup_pre_process
[125/908] 3228084=test_internal_ivar
[126/908] 3228084=test_config
[127/908] 3228084=test_error_highlight
[128/908] 3228084=test_resize
[129/908] 3228084=test_io_m17n
[130/908] 3228085=test_stringscanner
[131/908] 3228085=desugar_compiler_test
[132/908] 3228085=test_pipe
[133/908] 3228086=test_have_macro
[134/908] 3228084=test_general
[135/908] 3228084=test_gem_resolver_specification
[136/908] 3228085=test_tracepoint
[137/908] 3228084=test_gem_text
[138/908] 3228084=test_settracefunc
[139/908] 3228086=test_pstore
[140/908] 3228086=test_variable
[141/908] 3228085=test_lambda
[142/908] 3228086=test_readpartial
[143/908] 3228085=test_gem_request_set_gem_dependency_api
[144/908] 3228086=test_win32ole
[145/908] 3228086=test_time
[146/908] 3228085=heredoc_dedent_test
[147/908] 3228085=test_sprintf_comb
[148/908] 3228086=test_gem_package_old
[149/908] 3228086=memsize_test
[150/908] 3228086=test_method_cache
[151/908] 3228086=test_ocsp
[152/908] 3228085=test_super
[153/908] 3228086=test_win32ole_param
[154/908] 3228086=test_gem_uninstaller
[155/908] 3228084=test_rdoc_generator_pot
[156/908] 3228084=test_storage
[157/908] 3228084=test_zlib
[158/908] 3228085=test_proc
[159/908] 3228085=test_eval
[160/908] 3228085=test_alias
[161/908] 3228085=test_gem_gem_runner
[162/908] 3228085=test_pointer
[163/908] 3228085=test_regexp
[164/908] 3228084=test_extlibs
[165/908] 3228086=pattern_test
[166/908] 3228086=test_file_exhaustive
[167/908] 3228084=compiler_test
[168/908] 3228084=test_iterator
[169/908] 3228084=test_string
[170/908] 3228084=test_variable_name_check
[171/908] 3228084=test_printf
[172/908] 3228084=test_case
[173/908] 3228084=test_scope
[174/908] 3228084=test_gem_remote_fetcher
[175/908] 3228085=test_process
[176/908] 3228085=test_dns
[177/908] 3228085=test_gem_commands_info_command
[178/908] 3228085=test_addr
[179/908] 3228085=test_getopts
[180/908] 3228085=test_helper
[181/908] 3228085=test_dir_m17n
[182/908] 3228084=test_rdoc_generator_pot_po_entry
[183/908] 3228084=test_cgi_header
[184/908] 3228084=test_tuplebag
[185/908] 3228084=test_singleton_function
[186/908] 3228084=test_protocol
[187/908] 3228086=test_rdoc_markup_to_rdoc
[188/908] 3228084=test_gem_local_remote_options
[189/908] 3228086=test_gc
[190/908] 3228084=test_gem_commands_owner_command
[191/908] 3228084=test_cgi_modruby
[192/908] 3228084=test_rational
[193/908] 3228084=test_flush
[194/908] 3228084=test_pair
[195/908] 3228085=test_type_completor
[196/908] 3228085=test_stat
[197/908] 3228085=test_func
[198/908] 3228084=test_jaro_winkler
[199/908] 3228084=test_foreach
[200/908] 3228084=test_install
[201/908] 3228084=unescape_test
[202/908] 3228085=test_yamldbm
[203/908] 3228085=test_nil
[204/908] 3228085=test_trace
[205/908] 3228085=test_rdoc_markup_attribute_manager
[206/908] 3228085=test_rdoc_class_module
[207/908] 3228085=test_liberal_parsing
[208/908] 3228085=test_summary
[209/908] 3228085=test_win32ole_variant
[210/908] 3228085=test_gem_resolver_composed_set
[211/908] 3228085=test_find
[212/908] 3228085=test_arity
[213/908] 3228085=test_object
[214/908] 3228085=test_kill_ring
[215/908] 3228085=test_boolean
[216/908] 3228085=test_column_separator
[217/908] 3228085=test_yaml_special_cases
[218/908] 3228085=test_gem_source_list
[219/908] 3228085=test_raise_no_backtrace_exception
[220/908] 3228084=test_drbssl
[221/908] 3228085=test_rdoc_parser_changelog
[222/908] 3228085=parameters_signature_test
[223/908] 3228085=test_mailto
[224/908] 3228085=test_gem_indexer
[225/908] 3228085=test_gem_commands_install_command
[226/908] 3228085=test_enumerator_kw
[227/908] 3228085=test_transcode
[228/908] 3228085=test_iso_8859
[229/908] 3228085=test_dir
[230/908] 3228085=test_coderange
[231/908] 3228085=test_c_struct_entry
[232/908] 3228085=test_rdoc_context
[233/908] 3228085=test_random
[234/908] 3228085=test_nonblock
[235/908] 3228085=test_strip
[236/908] 3228085=test_lexer
[237/908] 3228085=test_date
[238/908] 3228085=test_open-uri
[239/908] 3228085=test_project_sanity
[240/908] 3228085=test_gem_command_manager
[241/908] 3228085=test_refinement
[242/908] 3228084=test_address_resolve
[243/908] 3228084=test_pkcs7
[244/908] 3228084=test_cgi_session
[245/908] 3228084=test_keyword
[246/908] 3228086=test_hash
[247/908] 3228084=test_x509crl
[248/908] 3228084=test_ensured
[249/908] 3228084=test_iter_break
[250/908] 3228084=test_gem_install_update_options
[251/908] 3228084=test_num2int
[252/908] 3228084=test_gem_resolver_installed_specification
[253/908] 3228084=test_gem_resolver_vendor_set
[254/908] 3228084=test_gem_commands_list_command
[255/908] 3228084=test_cmethod
[256/908] 3228084=test_gem_ext_rake_builder
[257/908] 3228084=test_parser
[258/908] 3228084=test_irb
[259/908] 3228084=test_gem_requirement
[260/908] 3228084=test_numeric
[261/908] 3228084=test_word
[262/908] 3228084=test_dln
[263/908] 3228084=test_rdoc_options
[264/908] 3228084=test_at_exit
[265/908] 3228084=test_closure
[266/908] 3228084=test_digest
[267/908] 3228084=test_gem_resolver_local_specification
[268/908] 3228084=test_object
[269/908] 3228084=test_yield_block
[270/908] 3228084=test_pkg_config
[271/908] 3228084=test_gem_commands_help_command
[272/908] 3228084=test_set
[273/908] 3228084=test_rdoc_include
[274/908] 3228084=test_ruby_lex
[275/908] 3228084=test_win32ole_record
[276/908] 3228084=test_complex2
[277/908] 3228084=dispatcher_test
[278/908] 3228084=test_eval_history
[279/908] 3228084=test_insns_leaf
[280/908] 3228084=test_gem_version_option
[281/908] 3228084=test_ossl
[282/908] 3228085=test_ubf_async_safe
[283/908] 3228085=test_yjit
[284/908] 3228084=test_frozen_error
[285/908] 3228084=test_m17n
[286/908] 3228084=test_gem_ext_cargo_builder_link_flag_converter
[287/908] 3228086=test_array
[288/908] 3228084=test_console_attr
[289/908] 3228084=test_argf
[290/908] 3228084=test_x509req
[291/908] 3228084=test_files_ext
[292/908] 3228084=test_nesting_parser
[293/908] 3228084=test_vm_dump
[294/908] 3228084=test_thread_queue
[295/908] 3228085=test_gem_resolver_conflict
[296/908] 3228085=test_nowrite
[297/908] 3228085=test_gb18030
[298/908] 3228085=test_gem_package_tar_writer
[299/908] 3228085=test_fileutils
[300/908] 3228086=errors_test
[301/908] 3228086=test_omap
[302/908] 3228086=test_sockopt
[303/908] 3228086=test_gem_uri_formatter
[304/908] 3228086=test_yaml_tree
[305/908] 3228086=test_windows_1251
[306/908] 3228086=test_shellwords
[307/908] 3228086=test_encoding
[308/908] 3228086=test_yjit_exit_locations
[309/908] 3228086=test_data_error
[310/908] 3228086=test_monitor
[311/908] 3228085=test_gem_config_file
[312/908] 3228086=test_cstr
[313/908] 3228085=test_gem_resolver_best_set
[314/908] 3228084=test_whileuntil
[315/908] 3228084=test_document
[316/908] 3228084=test_method_cache
[317/908] 3228084=test_gem_gemcutter_utilities
[318/908] 3228085=test_history
[319/908] 3228085=test_float
[320/908] 3228084=test_mul
[321/908] 3228084=test_primitive
[322/908] 3228084=test_passing_block
[323/908] 3228084=test_gem_commands_which_command
[324/908] 3228084=test_rdoc_parser
[325/908] 3228084=test_thread_cv
[326/908] 3228084=test_pattern_matching
[327/908] 3228084=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 33321>
[328/908] 3228084=test_marshalable
[329/908] 3228084=test_webauthn_poller
[330/908] 3228084=test_rdoc_parser_rd
[331/908] 3228084=test_x509attr
[332/908] 3228084=test_unicode
[333/908] 3228084=test_set_len
[334/908] 3228084=test_wss
[335/908] 3228084=test_x509ext
[336/908] 3228084=test_class
[337/908] 3228085=test_configuration
[338/908] 3228084=test_fips
[339/908] 3228085=test_gc
[340/908] 3228085=test_math
[341/908] 3228085=test_libs
[342/908] 3228085=test_coverage
[343/908] 3228084=test_pathname
.Closed file descriptor: TestPathname#test_parent_239: 11
[344/908] 3228086=test_case
[345/908] 3228086=test_gem_path_support
[346/908] 3228086=test_helper
[347/908] 3228086=test_gem_ext_cmake_builder
[348/908] 3228086=test_interned_str
[349/908] 3228086=test_objectspace
[350/908] 3228084=test_integer
[351/908] 3228085=test_sexp
[352/908] 3228085=test_compile_prism
[353/908] 3228085=test_io
[354/908] 3228086=test_gem_util
[355/908] 3228086=test_euc_jp
[356/908] 3228086=test_tree_spell_checker
[357/908] 3228086=test_require_lib
[358/908] 3228084=test_struct
[359/908] 3228084=test_etc
[360/908] 3228084=test_option
[361/908] 3228084=test_mutex
[362/908] 3228084=test_win32ole_event
[363/908] 3228084=test_key_event_record
[364/908] 3228084=test_array_create
[365/908] 3228084=test_notimplement
[366/908] 3228084=test_scalar_scanner
[367/908] 3228084=test_delegate
[368/908] 3228084=test_gem_ext_cargo_builder_unit
[369/908] 3228084=test_bash_completion
[370/908] 3228084=test_signal
[371/908] 3228086=test_bug-14834
[372/908] 3228086=test_fixnum
[373/908] 3228086=test_cgi_core
[374/908] 3228086=test_rdoc_require
[375/908] 3228086=test_parser
[376/908] 3228086=test_terminfo
[377/908] 3228086=test_rational2
[378/908] 3228086=test_fiber
[379/908] 3228084=test_completion
[380/908] 3228084=test_buffered_io
[381/908] 3228084=test_constant
[382/908] 3228084=test_addrinfo
[383/908] 3228086=test_gem
[384/908] 3228084=test_to_ary_concat
[385/908] 3228086=test_encoding
[386/908] 3228086=test_evaluation
[387/908] 3228086=test_case_options
[388/908] 3228086=test_ssl
[389/908] 3228086=test_rdoc_markup_to_tt_only
[390/908] 3228086=test_convert
[391/908] 3228086=test_https
[392/908] 3228086=test_ractor
[393/908] 3228084=test_rdoc_markup_to_bs
[394/908] 3228084=test_marshal
[395/908] 3228085=test_gem_commands_generate_index_command
[396/908] 3228086=test_gem_commands_update_command
[397/908] 3228085=json_encoding_test
[398/908] 3228085=test_optparse
[399/908] 3228085=ripper_compat_test
[400/908] 3228085=test_within_pipe
[401/908] 3228085=test_mixed_unicode_escapes
[402/908] 3228085=test_rdoc_generator_darkfish
[403/908] 3228085=test_load
[404/908] 3228085=test_have_library
[405/908] 3228084=test_beginendblock
[406/908] 3228085=test_cipher
[407/908] 3228085=test_httpresponse
[408/908] 3228085=test_rdoc_parser_ruby
[409/908] 3228086=test_big5
[410/908] 3228084=test_new
[411/908] 3228084=test_time_tz
[412/908] 3228086=test_abbrev
[413/908] 3228086=test_objspace
[414/908] 3228084=test_httpresponses
[415/908] 3228084=test_gem_commands_server_command
[416/908] 3228084=test_general
[417/908] 3228084=test_timeout
[418/908] 3228084=test_gem_package_tar_reader_entry
[419/908] 3228084=test_gem_specification
[420/908] 3228085=test_tsort
[421/908] 3228085=test_gem_commands_exec_command
[422/908] 3228085=test_rdoc_markup_to_label
[423/908] 3228085=test_metaclass
[424/908] 3228085=test_rbconfig
[425/908] 3228085=test_files_sample
[426/908] 3228085=version_test
[427/908] 3228085=test_object_references
[428/908] 3228085=test_scheduler
[429/908] 3228085=test_cgi_cookie
[430/908] 3228085=test_bigdecimal
[431/908] 3228084=test_gem_resolver
[432/908] 3228084=test_win32ole_variable
[433/908] 3228084=test_pp
[434/908] 3228084=test_x509cert
[435/908] 3228084=test_rdoc_markup_to_table_of_contents
[436/908] 3228084=test_gem_commands_unpack_command
[437/908] 3228084=test_enc_associate
[438/908] 3228085=test_last_thread
[439/908] 3228085=test_import
[440/908] 3228084=test_ftp
[441/908] 3228084=test_logdevice
[442/908] 3228084=test_digest_extend
[443/908] 3228084=test_ssl
[444/908] 3228085=test_logger
[445/908] 3228085=test_rb_str_dup
[446/908] 3228085=test_module
[447/908] 3228085=test_key_error
[448/908] 3228085=test_append
[449/908] 3228085=test_symbol
[450/908] 3228085=test_engine
[451/908] 3228085=test_io_console
[452/908] 3228084=test_bn
[453/908] 3228084=test_cparser
[454/908] 3228085=test_rdoc_markup_attributes
[455/908] 3228085=test_unicode_escape
[456/908] 3228085=test_recursion
[457/908] 3228085=test_string_processing
[458/908] 3228085=test_c_union_entity
[459/908] 3228085=test_arith_seq_extract
[460/908] 3228085=test_rubyvm
[461/908] 3228085=test_ractor
[462/908] 3228085=test_gem_request_connection_pools
[463/908] 3228085=test_config
[464/908] 3228084=test_pack
[465/908] 3228085=test_getoptlong
[466/908] 3228085=test_logperiod
[467/908] 3228085=test_win32ole_method_event
[468/908] 3228085=test_gem_ext_ext_conf_builder
[469/908] 3228084=test_path_to_class
[470/908] 3228084=test_function_entry
[471/908] 3228084=test_gem_resolver_activation_request
[472/908] 3228084=test_pkey_dh
[473/908] 3228084=test_securerandom
[474/908] 3228084=test_config
[475/908] 3228084=test_alias_and_anchor
[476/908] 3228084=test_abi
[477/908] 3228084=test_rdoc_any_method
[478/908] 3228085=test_drb
[479/908] 3228084=test_complexrational
[480/908] 3228084=test_hash
[481/908] 3228084=test_win32ole_typelib
[482/908] 3228084=test_bundled_ca
[483/908] 3228084=test_external_new
[484/908] 3228084=test_ifunless
[485/908] 3228084=test_key_stroke
[486/908] 3228084=test_ractor
[487/908] 3228084=test_config
[488/908] 3228084=test_process
[489/908] 3228083=test_rat
[490/908] 3228083=test_mdns
[491/908] 3228083=test_undef
[492/908] 3228083=test_date_ractor
[493/908] 3228083=test_http_request
[494/908] 3228083=test_gem_name_tuple
[495/908] 3228083=test_gem_request_set
[496/908] 3228083=constant_path_node_test
[497/908] 3228083=test_io_buffer
[498/908] 3228083=test_gem_ext_cargo_builder
[499/908] 3228083=test_gem_package_tar_header
[500/908] 3228083=test_rdoc_extend
[501/908] 3228083=test_to_ruby
[502/908] 3228083=test_merge_keys
[503/908] 3228083=test_c_struct_builder
[504/908] 3228083=test_gem_resolver_index_specification
[505/908] 3228083=test_stream
[506/908] 3228083=test_gem_ext_builder
[507/908] 3228083=test_prettyprint
[508/908] 3228083=test_threadgroup
[509/908] 3228083=test_human_typo
[510/908] 3228083=test_rdoc_context_section
[511/908] 3228083=test_gem_security_policy
[512/908] 3228085=test_ellipsize
[513/908] 3228085=test_emitter
[514/908] 3228085=test_io
[515/908] 3228085=test_queue
[516/908] 3228085=test_gem_commands_check_command
[517/908] 3228083=test_rdoc_alias
[518/908] 3228085=test_data
[519/908] 3228085=test_big2str
[520/908] 3228085=test_gem_commands_yank_command
[521/908] 3228083=test_utf32
[522/908] 3228083=test_iseq_load
[523/908] 3228085=test_trick
[524/908] 3228083=test_rdoc_markup_to_markdown
[525/908] 3228083=test_key_name_check
[526/908] 3228083=test_scalar
[527/908] 3228083=test_gem_resolver_requirement_list
[528/908] 3228083=test_arith_seq_beg_len_step
[529/908] 3228083=test_change_word
[530/908] 3228083=test_tmpdir
[531/908] 3228083=test_noarg
[532/908] 3228083=test_gem_commands_pristine_command
[533/908] 3228083=test_random
[534/908] 3228083=test_gem_version
[535/908] 3228083=test_rdoc_markdown_test
[536/908] 3228085=test_rdoc_normal_module
[537/908] 3228085=test_ssl_session
[538/908] 3228085=test_rdoc_markup_hard_break
[539/908] 3228085=test_gem_resolver_dependency_request
[540/908] 3228085=test_encodings
[541/908] 3228085=test_ns_spki
[542/908] 3228085=test_gem_security_trust_dir
[543/908] 3228085=test_line_editor
[544/908] 3228085=test_rinda
[545/908] 3228083=test_kwargs
[546/908] 3228083=test_yield
[547/908] 3228085=test_integer
[548/908] 3228085=test_string_memory
[549/908] 3228085=test_io_wait
[550/908] 3228085=test_acceptable
[551/908] 3228085=test_pkey
[552/908] 3228085=test_stream
[553/908] 3228085=test_gem_resolver_api_set
[554/908] 3228085=parse_comments_test
[555/908] 3228085=test_forwardable
[556/908] 3228085=test_ractor
[557/908] 3228085=test_dryrun
[558/908] 3228085=test_typeddata
[559/908] 3228085=test_rdoc_markup_include
[560/908] 3228085=test_inputs_scanner
[561/908] 3228085=test_cesu8
[562/908] 3228085=test_protect
[563/908] 3228085=test_clone
[564/908] 3228085=test_rdoc_servlet
[565/908] 3228085=test_rdoc_generator_pot_po
[566/908] 3228085=test_tree_builder
[567/908] 3228085=test_thread
[568/908] 3228085=test_nextafter
[569/908] 3228085=test_capacity
[570/908] 3228085=test_rubyoptions
[571/908] 3228083=test_httpheader
[572/908] 3228083=test_shapes
[573/908] 3228083=test_rdoc_ri_driver
[574/908] 3228083=test_gem_commands_mirror
[575/908] 3228083=test_literal
[576/908] 3228083=test_date_marshal
[577/908] 3228083=test_euc_kr
[578/908] 3228083=test_gem_commands_cleanup_command
[579/908] 3228084=test_framework
[580/908] 3228084=test_socket
[581/908] 3228083=test_rdoc_markup_to_html_crossref
[582/908] 3228083=test_yamlstore
[583/908] 3228083=test_class2name
[584/908] 3228083=test_erb_m17n
[585/908] 3228083=test_syslog
[586/908] 3228083=test_rdoc_code_object
[587/908] 3228083=test_gem_commands_uninstall_command
[588/908] 3228084=test_fnmatch
[589/908] 3228084=test_x509name
[590/908] 3228084=test_pack
[591/908] 3228084=test_rdoc_markup_heading
[592/908] 3228084=test_mutex_m
[593/908] 3228084=test_gem_source
[594/908] 3228084=test_skip_lines
[595/908] 3228084=test_random_formatter
[596/908] 3228084=test_depth_first
[597/908] 3228084=test_benchmark
[598/908] 3228083=test_mkmf
[599/908] 3228083=test_raise
[600/908] 3228083=test_gem_stub_specification
[601/908] 3228083=test_assembler
[602/908] 3228083=test_function
[603/908] 3228083=test_string
[604/908] 3228083=comments_test
[605/908] 3228083=test_yaml
[606/908] 3228083=test_array
[607/908] 3228084=test_debug
[608/908] 3228083=test_reline
[609/908] 3228084=test_file
[610/908] 3228084=test_date_strftime
[611/908] 3228083=test_reqarg
[612/908] 3228083=test_init
[613/908] 3228083=test_set
[614/908] 3228083=test_zsh_completion
[615/908] 3228083=test_resource
[616/908] 3228083=library_symbols_test
[617/908] 3228083=test_system
[618/908] 3228084=test_gem_commands_signin_command
[619/908] 3228084=test_condition
[620/908] 3228084=test_cp949
[621/908] 3228084=test_gem_commands_search_command
[622/908] 3228084=test_defined
[623/908] 3228084=test_sizeof
[624/908] 3228083=test_sorted_set
[625/908] 3228083=test_emoji
[626/908] 3228083=test_face
[627/908] 3228083=test_iseq
[628/908] 3228085=test_date_attr
[629/908] 3228085=test_color_printer
[630/908] 3228085=test_rdoc_rd_inline_parser
[631/908] 3228085=test_basicsocket
[632/908] 3228085=test_sleep
[633/908] 3228084=test_wait
[634/908] 3228084=test_gem_commands_cert_command
[635/908] 3228083=test_date_new
[636/908] 3228083=test_tempfile
[637/908] 3228085=test_object_create_start
[638/908] 3228085=magic_comment_test
[639/908] 3228085=test_duplicate
[640/908] 3228085=test_require_path_check
[641/908] 3228083=test_acl
[642/908] 3228083=test_gem_unsatisfiable_dependency_error
[643/908] 3228083=test_utf16
[644/908] 3228083=test_rdoc_markup_paragraph
[645/908] 3228085=json_string_matching_test
[646/908] 3228085=test_cmd
[647/908] 3228083=test_path
[648/908] 3228083=test_fstring
[649/908] 3228083=test_euc_tw
[650/908] 3228083=test_nomethod_error
[651/908] 3228083=test_quote_empty
[652/908] 3228083=test_rdoc_markup_raw
[653/908] 3228083=test_rdoc_rd_inline
[654/908] 3228083=test_rdoc_markdown
[655/908] 3228084=test_comparable
[656/908] 3228084=test_rdoc_normal_class
[657/908] 3228084=test_gem_package_tar_reader
[658/908] 3228084=test_ipaddr
[659/908] 3228084=test_rdoc_encoding
[660/908] 3228084=test_class
[661/908] 3228083=test_const
[662/908] 3228083=test_files_test_1
[663/908] 3228086=test_io_timeout
[664/908] 3228086=test_rdoc_markup_parser
[665/908] 3228086=test_method
[666/908] 3228085=test_gem_source_specific_file
[667/908] 3228085=test_pkcs12
[668/908] 3228085=test_gem_installer
[669/908] 3228086=test_rdoc_constant
[670/908] 3228086=test_deprecate
[671/908] 3228086=test_row_separator
[672/908] 3228086=test_postponed_job
[673/908] 3228086=test_gem_request_set_lockfile
[674/908] 3228086=test_uncorrectable_name_check
[675/908] 3228086=test_method_name_check
[676/908] 3228086=test_parse
[677/908] 3228086=test_observer
[678/908] 3228086=test_gem_commands_setup_command
[679/908] 3228086=test_hmac
[680/908] 3228086=test_rdoc_top_level
[681/908] 3228083=encoding_test
[682/908] 3228083=test_bmethod
[683/908] 3228083=test_pty
[684/908] 3228086=test_erb
[685/908] 3228086=test_gem_commands_environment_command
[686/908] 3228086=test_numeric
[687/908] 3228083=test_gem_platform
[688/908] 3228086=test_rdoc_parser_c
[689/908] 3228084=test_rdoc_markup_verbatim
[690/908] 3228084=test_emitter
[691/908] 3228084=json_fixtures_test
[692/908] 3228084=newline_test
[693/908] 3228083=test_econv
[694/908] 3228084=test_color
[695/908] 3228084=test_ldap
[696/908] 3228084=test_macro
[697/908] 3228084=test_numhash
[698/908] 3228084=test_rdoc_task
[699/908] 3228084=test_rdoc_markup_to_html
[700/908] 3228084=test_pkey_rsa
[701/908] 3228084=test_backtrace
[702/908] 3228086=test_stack
[703/908] 3228084=test_bigzero
[704/908] 3228084=test_gem_uri
[705/908] 3228084=test_sprintf
[706/908] 3228083=test_rewind
[707/908] 3228083=test_win32ole_type_event
[708/908] 3228083=test_rdoc_method_attr
[709/908] 3228085=test_exception_at_throwing
[710/908] 3228085=test_enumerator
[711/908] 3228085=test_row
[712/908] 3228084=test_memory_view
[713/908] 3228083=test_stringio
[714/908] 3228085=test_gem_source_local
[715/908] 3228083=test_flip
[716/908] 3228083=test_frozen
[717/908] 3228083=test_win32ole_method
[718/908] 3228083=test_dot_dot
[719/908] 3228083=test_scan_args
[720/908] 3228083=test_date_conv
[721/908] 3228083=test_case_mapping
[722/908] 3228083=test_date_compat
[723/908] 3228083=test_gem_source_subpath_problem
[724/908] 3228085=test_weakmap
[725/908] 3228083=test_egrep_cpp
[726/908] 3228084=test_kdf
[727/908] 3228083=test_rdoc_comment
[728/908] 3228084=test_win32ole_variant_m
[729/908] 3228086=test_tcp
[730/908] 3228083=test_cclass
[731/908] 3228084=test_rdoc_rdoc
[732/908] 3228083=test_bug_reporter
[733/908] 3228084=test_io_buffer
[734/908] 3228083=test_autoconf
[735/908] 3228086=test_cgi_multipart
[736/908] 3228084=test_json_tree
[737/908] 3228083=test_ractor
[738/908] 3228084=test_load
[739/908] 3228083=test_severity
[740/908] 3228084=test_arithmetic_sequence
[741/908] 3228083=test_gem_update_suggestion
[742/908] 3228084=test_http
[743/908] 3228084=test_flags
[744/908] 3228083=test_psych
[745/908] 3228083=test_gem_resolver_installer_set
[746/908] 3228086=test_ole_methods
[747/908] 3228086=test_gem_resolver_lock_set
[748/908] 3228086=test_rdoc_i18n_locale
[749/908] 3228086=test_gem_source_installed
[750/908] 3228086=test_shift_jis
[751/908] 3228086=test_quote_char_nil
[752/908] 3228086=test_rdoc_cross_reference
[753/908] 3228083=test_stringchar
[754/908] 3228083=test_rubygems
[755/908] 3228083=test_gem_security
[756/908] 3228084=test_member
[757/908] 3228084=test_eval
[758/908] 3228086=test_kconv
[759/908] 3228086=test_fiddle
[760/908] 3228084=test_gem_resolver_lock_specification
[761/908] 3228084=test_nofree
[762/908] 3228084=test_gem_resolver_git_set
[763/908] 3228086=test_ractor
[764/908] 3228086=test_emoji_breaks
[765/908] 3228084=test_gem_command
[766/908] 3228084=test_digest
[767/908] 3228083=test_files_lib
[768/908] 3228083=test_store
[769/908] 3228084=test_bug-5832
[770/908] 3228084=test_gem_commands_open_command
[771/908] 3228083=test_weakref
[772/908] 3228084=test_timeout
[773/908] 3228083=test_enumerator
[774/908] 3228084=test_pkey_dsa
[775/908] 3228083=test_switch_hitter
[776/908] 3228083=test_rdoc_rubygems_hook
[777/908] 3228083=test_gem_commands_dependency_command
[778/908] 3228083=test_hash_create
[779/908] 3228083=test_file
[780/908] 3228084=test_thread_fd_close
[781/908] 3228084=test_rdoc_generator_ri
[782/908] 3228084=bom_test
[783/908] 3228084=test_safe_load
[784/908] 3228084=test_ansi_with_terminfo
[785/908] 3228084=test_gem_stream_ui
[786/908] 3228084=test_string
[787/908] 3228086=locals_test
[788/908] 3228083=test_name_error
[789/908] 3228083=test_unicode_normalize
[790/908] 3228086=test_bug-3571
[791/908] 3228086=test_read
[792/908] 3228084=test_reline_key
[793/908] 3228084=test_type_analyze
[794/908] 3228084=test_rdoc_markup_to_joined_paragraph
[795/908] 3228084=test_arity
[796/908] 3228084=test_date_time
[797/908] 3228084=test_handle
[798/908] 3228086=test_did_you_mean
[799/908] 3228086=test_profile_frames
[800/908] 3228086=test_read_write
[801/908] 3228086=test_deprecated
[802/908] 3228086=test_integer_comb
[803/908] 3228084=test_nil2vtempty
[804/908] 3228084=test_div
[805/908] 3228084=test_kernel
[806/908] 3228084=!Nothing_to_test
[807/908] 3228084=test_rendering
[808/908] 3228084=test_gem_commands_outdated_command
[809/908] 3228084=test_gem_validator
[810/908] 3228084=test_rdoc_markup_formatter
[811/908] 3228084=test_usrmarshal
[812/908] 3228084=json_parser_test
[813/908] 3228084=test_gbk
[814/908] 3228084=parse_test
[815/908] 3228085=test_each
[816/908] 3228085=test_gem_source_vendor
[817/908] 3228085=test_require
[818/908] 3228085=test_data_converters
[819/908] 3228085=test_call
[820/908] 3228085=test_rdoc_text
[821/908] 3228085=test_ansi_without_terminfo
[822/908] 3228085=test_autoload
[823/908] 3228083=test_gem_dependency
[824/908] 3228086=test_cgi_util
[825/908] 3228083=test_memory_view
[826/908] 3228083=test_gem_available_set
[827/908] 3228083=test_modify_expand
[828/908] 3228083=test_assignment
[829/908] 3228086=test_my_integer
[830/908] 3228086=regexp_test
[831/908] 3228086=test_enc_str_buf_cat
[832/908] 3228086=test_generic
[833/908] 3228086=test_input_method
[834/908] 3228086=test_syslog_logger
[835/908] 3228086=test_gem_dependency_installer
[836/908] 3228084=test_gem_source_lock
[837/908] 3228084=test_optarg
[838/908] 3228084=test_ripper
[839/908] 3228084=test_windows_1252
[840/908] 3228084=test_null
[841/908] 3228084=test_header
[842/908] 3228084=test_win32ole_type
[843/908] 3228084=test_x509store
[844/908] 3228084=test_exception
[845/908] 3228084=test_bigmath
[846/908] 3228084=test_continuation
[847/908] 3228084=test_str2big
[848/908] 3228084=test_gem_impossible_dependencies_error
[849/908] 3228084=json_generator_test
[850/908] 3228084=test_gc_compact
[851/908] 3228083=test_rdoc_markup_to_ansi
[852/908] 3228083=test_delete
[853/908] 3228083=test_ractor
[854/908] 3228083=test_placearg
[855/908] 3228083=test_len
[856/908] 3228083=test_features
[857/908] 3228083=test_asn1
[858/908] 3228083=test_popen_deadlock
[859/908] 3228086=test_gem_commands_specification_command
[860/908] 3228083=test_rdoc_stats
[861/908] 3228083=test_gem_dependency_resolution_error
[862/908] 3228083=test_exception
[863/908] 3228086=test_provider
[864/908] 3228086=test_rdoc_store
[865/908] 3228086=test_syntax
[866/908] 3228083=test_case_comprehensive
[867/908] 3228084=test_enc_raise
[868/908] 3228084=test_inadvertent_creation
[869/908] 3228084=test_webauthn_listener_response
[870/908] 3228084=test_parser_events
[871/908] 3228085=test_io_wait_uncommon
[872/908] 3228085=test_gem_request_set_lockfile_parser
[873/908] 3228084=test_gem_silent_ui
[874/908] 3228084=test_gem_commands_signout_command
[875/908] 3228085=test_gem_bundler_version_finder
[876/908] 3228084=test_time
[877/908] 3228085=test_files_test
[878/908] 3228085=test_gem_resolver_index_set
[879/908] 3228085=test_rdoc_generator_json_index
[880/908] 3228085=test_cgi_tag_helper
[881/908] 3228085=test_rdoc_single_class
[882/908] 3228085=test_debug_cmd
[883/908] 3228085=test_workspace
[884/908] 3228084=test_win32ole_param_event
[885/908] 3228084=test_folderitem2_invokeverb
[886/908] 3228084=test_gem_spec_fetcher
[887/908] 3228085=test_enum
[888/908] 3228084=test_date_parse
[889/908] 3228084=test_write
[890/908] 3228084=test_rdoc_token_stream
[891/908] 3228084=test_recorder
[892/908] 3228084=test_thread
[893/908] 3228084=test_gem_request
[894/908] 3228084=test_pkey_ec
[895/908] 3228084=test_base64
[896/908] 3228084=json_generic_object_test
[897/908] 3228084=test_complex
[898/908] 3228084=test_backtrace
[899/908] 3228085=test_common
[900/908] 3228084=test_class_name_check
[901/908] 3228085=test_type
[902/908] 3228085=test_m17n_comb
[903/908] 3228084=test_gem_commands_push_command
[904/908] 3228084=json_addition_test
[905/908] 3228084=test_gem_commands_build_command
[906/908] 3228084=test_qsort
[907/908] 3228084=test_types
[908/908] 3228084=test_invalid
Retrying...
Finished tests in 914.918636s, 29.3436 tests/s, 10390.9229 assertions/s.
26847 tests, 9506849 assertions, 0 failures, 0 errors, 185 skips
ruby -v: ruby 3.3.0dev (2023-11-16T16:28:07Z master b92a92a3ff) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-16T16:28:07Z master b92a92a3ff) [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 292.270856 seconds
3725 files, 32456 examples, 147617 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.3230096.ruby -x gdbscript
[New LWP 3230096]
[New LWP 3230098]
[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 0x00005587aa36ea2f in RB_IMMEDIATE_P (obj=140351655918920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
313 return obj & RUBY_IMMEDIATE_MASK;
[Current thread is 1 (Thread 0x7fa6450517c0 (LWP 3230096))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fa6450517c0 (LWP 3230096) 0x00005587aa36ea2f in RB_IMMEDIATE_P (obj=140351655918920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
2 Thread 0x7fa62ba7f640 (LWP 3230098) 0x00007fa645179fde in epoll_wait (epfd=4, events=0x5587aa97923c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fa62ba7f640 (LWP 3230098)):
#0 0x00007fa645179fde in epoll_wait (epfd=4, events=0x5587aa97923c <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 0x00005587aa5065b2 in timer_thread_polling (vm=0x5587ab93db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
r = -1288272469
#2 0x00005587aa506c5a in timer_thread_func (ptr=0x5587ab93db10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
vm = 0x5587ab93db10
#3 0x00007fa6450e8b43 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 = {140731252218272, 2553561149079382727, 140351673726528, 25, 140352099878992, 140731252218624, -2577108908105700665, -2577017447972377913}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007fa645179bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fa6450517c0 (LWP 3230096)):
#0 0x00005587aa36ea2f in RB_IMMEDIATE_P (obj=140351655918920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
No locals.
#1 0x00005587aa36ea52 in RB_SPECIAL_CONST_P (obj=140351655918920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
No locals.
#2 0x00005587aa36edda in RB_FL_ABLE (obj=140351655918920) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:446
No locals.
#3 RB_FL_TEST (obj=140351655918920, flags=1024) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:497
No locals.
#4 0x00005587aa37d226 in gc_mark_children (objspace=0x5587ab940260, obj=140351655918920) at /tmp/ruby/src/trunk-O0/gc.c:7253
any = 0x7fa62a983d48
#5 0x00005587aa37dbd3 in gc_mark_stacked_objects (objspace=0x5587ab940260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7471
mstack = 0x5587ab9406e8
obj = 140351655918920
marked_slots_at_the_beginning = 769
popped_count = 0
#6 0x00005587aa37dd53 in gc_mark_stacked_objects_all (objspace=0x5587ab940260) at /tmp/ruby/src/trunk-O0/gc.c:7509
No locals.
#7 0x00005587aa380029 in gc_marks_rest (objspace=0x5587ab940260) at /tmp/ruby/src/trunk-O0/gc.c:8696
No locals.
#8 0x00005587aa38015d in gc_marks (objspace=0x5587ab940260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8754
marking_finished = false
#9 0x00005587aa381ee5 in gc_start (objspace=0x5587ab940260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9504
do_full_mark = 1
immediate_mark = 32768
__func__ = <optimized out>
lock_lev = 1
#10 0x00005587aa381b82 in garbage_collect (objspace=0x5587ab940260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9388
_lev = 2353788928
ret = 32766
#11 0x00005587aa382605 in garbage_collect_with_gvl (objspace=0x5587ab940260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9765
No locals.
#12 0x00005587aa3894e6 in objspace_malloc_gc_stress (objspace=0x5587ab940260) at /tmp/ruby/src/trunk-O0/gc.c:12206
reason = 45568
#13 0x00005587aa3897c9 in objspace_xmalloc0 (objspace=0x5587ab940260, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12408
gpr = 107008
mem = 0x20d000020d1
#14 0x00005587aa389ae6 in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12632
No locals.
#15 0x00005587aa389b1c in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12641
No locals.
#16 0x00005587aa38d447 in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14214
No locals.
#17 0x00005587aa54b60f in vm_ccs_create (klass=140351674049600, cc_tbl=0x5587abf22150, mid=8401, cme=0x7fa644f486d8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1969
ccs = 0xffffffff0000020d
#18 0x00005587aa566f5a in cache_callable_method_entry (klass=140351674049600, mid=8401, cme=0x7fa644f486d8) at /tmp/ruby/src/trunk-O0/vm_method.c:1321
cc_tbl = 0x5587abf22150
ccs_data = 94041166736353
#19 0x00005587aa56711c in callable_method_entry_or_negative (klass=140351674049600, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1369
defined_class = 140351674050560
me = 0x7fa644f486d8
_lev = 4
cme = 0x7fa644f486d8
#20 0x00005587aa5671ae in callable_method_entry (klass=140351674049600, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1389
cme = 0x7ffe8c4bfa30
#21 0x00005587aa567211 in rb_callable_method_entry (klass=140351674049600, mid=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:1396
No locals.
#22 0x00005587aa56962c in rb_method_basic_definition_p (klass=140351674049600, id=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:2691
cme = 0x7fa62a91d408
#23 0x00005587aa35b8e5 in set_backtrace (info=140351655498760, bt=140351655769600) at /tmp/ruby/src/trunk-O0/eval_error.c:67
set_backtrace = 8401
#24 0x00005587aa35f31d in setup_exception (ec=0x5587ab9412c0, tag=6, mesg=140351655498760, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:577
at = 140351655769600
bt = 4
_ec = 0x5587ab9412c0
_tag = {tag = 36, retval = 140731252210512, buf = {0x7ffe8c4bfc00, 0x5587aa35f1ab <setup_exception+313>, 0x0, 0x7ffe8c4bfab0, 0x7fa643adfed8}, prev = 0x7ffe8c4c0510, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
e = 16190197727263581696
line = 449
file = 0x7fa62aa12ab0 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
file0 = 0x7fa62aa12ab0 "/tmp/ruby/src/trunk-O0/lib/tempfile.rb"
dtrace_line = <optimized out>
dtrace_file = <optimized out>
#25 0x00005587aa35f877 in rb_longjmp (ec=0x5587ab9412c0, tag=6, mesg=140351655498760, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#26 0x00005587aa35f8fd in rb_exc_exception (mesg=140351655498760, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#27 0x00005587aa35f923 in rb_exc_raise (mesg=140351655498760) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#28 0x00005587aa50de98 in rb_threadptr_execute_interrupts (th=0x5587ab940090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2414
err = 140351655498760
sig = 0
timer_interrupt = 0
pending_interrupt = 2
terminate_interrupt = 0
trap_interrupt = 0
interrupt = 2
postponed_job_interrupt = 0
ret = 1
#29 0x00005587aa540b33 in rb_vm_check_ints (ec=0x5587ab9412c0) at /tmp/ruby/src/trunk-O0/vm_core.h:2083
No locals.
#30 0x00005587aa54860e in vm_pop_frame (ec=0x5587ab9412c0, cfp=0x7fa64504fef8, ep=0x7fa644f500e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
flags = 1431634051
#31 0x00005587aa571160 in rb_vm_pop_cfunc_frame () at /tmp/ruby/src/trunk-O0/vm.c:825
ec = 0x5587ab9412c0
cfp = 0x7fa64504fef8
me = 0x7fa62a91fd98
args = <optimized out>
#32 0x00005587aa56cc5d in raise_method_missing (ec=0x5587ab9412c0, argc=1, argv=0x7ffe8c4c06b0, obj=140351655499280, last_call_status=MISSING_NOENTRY) at /tmp/ruby/src/trunk-O0/vm_eval.c:1002
exc = 140351655769680
format = 0
#33 0x00005587aa56ca18 in rb_method_missing (argc=1, argv=0x7ffe8c4c06b0, obj=140351655499280) at /tmp/ruby/src/trunk-O0/vm_eval.c:944
ec = 0x5587ab9412c0
#34 0x00005587aa55174b in ractor_safe_call_cfunc_m1 (recv=140351655499280, argc=1, argv=0x7ffe8c4c06b0, func=0x5587aa56c9cb <rb_method_missing>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3313
f = 0x5587aa56c9cb <rb_method_missing>
#35 0x00005587aa56a83f in vm_call0_cfunc_with_frame (ec=0x5587ab9412c0, calling=0x7ffe8c4c02c0, argv=0x7ffe8c4c06b0) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
reg_cfp = 0x7fa64504ff30
ci = 0x7ffe8c4c0290
val = 827660
me = 0x7fa62a91fd98
cfunc = 0x5587ab9811a8
len = -1
recv = 140351655499280
argc = 1
mid = 2865
block_handler = 0
frame_flags = 1431634051
args = <optimized out>
args = <optimized out>
#36 0x00005587aa56a968 in vm_call0_cfunc (ec=0x5587ab9412c0, calling=0x7ffe8c4c02c0, argv=0x7ffe8c4c06b0) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#37 0x00005587aa56abe0 in vm_call0_body (ec=0x5587ab9412c0, calling=0x7ffe8c4c02c0, argv=0x7ffe8c4c06b0) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
ci = 0x7ffe8c4c0290
cc = 0x7ffe8c4c00d0
ret = 140731252211776
#38 0x00005587aa56a4c5 in vm_call0_cme (ec=0x5587ab9412c0, calling=0x7ffe8c4c02c0, argv=0x7ffe8c4c06b0, cme=0x7fa62a91fd98) at /tmp/ruby/src/trunk-O0/vm_eval.c:117
No locals.
#39 0x00005587aa56a56a in vm_call0_super (ec=0x5587ab9412c0, calling=0x7ffe8c4c02c0, argv=0x7ffe8c4c06b0, klass=140351655682560, ex=MISSING_SUPER) at /tmp/ruby/src/trunk-O0/vm_eval.c:131
cme = 0x7fa62a91fd98
mid = 2865
#40 0x00005587aa56b053 in vm_call0_body (ec=0x5587ab9412c0, calling=0x7ffe8c4c02c0, argv=0x7ffe8c4c06b0) at /tmp/ruby/src/trunk-O0/vm_eval.c:253
klass = 140351674056000
ci = 0x7ffe8c4c0290
cc = 0x7ffe8c4c0360
ret = 140731252212176
#41 0x00005587aa56a436 in vm_call0_cc (ec=0x5587ab9412c0, recv=140351655499280, id=2865, argc=1, argv=0x7ffe8c4c06b0, cc=0x7ffe8c4c0360, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
flags = 0
use_argv = 0x7ffe8c4c06b0
av = {140731252212688, 94041166751928}
calling = {cd = 0x7ffe8c4c0280, cc = 0x7ffe8c4c00d0, block_handler = 0, recv = 140351655499280, argc = 1, kw_splat = false, heap_argv = 0}
#42 0x00005587aa56a1d7 in rb_vm_call0 (ec=0x5587ab9412c0, recv=140351655499280, id=2865, argc=1, argv=0x7ffe8c4c06b0, cme=0x7fa62a91fe38, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
cc = {flags = 52250, klass = 0, cme_ = 0x7fa62a91fe38, call_ = 0x5587aa555f5f <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#43 0x00005587aa56b430 in rb_vm_call_kw (ec=0x5587ab9412c0, recv=140351655499280, id=2865, argc=1, argv=0x7ffe8c4c06b0, me=0x7fa62a91fe38, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:326
No locals.
#44 0x00005587aa5696b5 in call_method_entry (ec=0x5587ab9412c0, defined_class=140351674056000, obj=140351655499280, id=2865, cme=0x7fa62a91fe38, argc=1, argv=0x7ffe8c4c06b0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_method.c:2703
passed_block_handler = 0
result = 94041187553984
#45 0x00005587aa56bcdc in check_funcall_exec (v=140731252213520) at /tmp/ruby/src/trunk-O0/vm_eval.c:589
args = 0x7ffe8c4c0710
#46 0x00005587aa36017c in rb_vrescue2 (b_proc=0x5587aa56bc7f <check_funcall_exec>, data1=140731252213520, r_proc=0x5587aa56bce2 <check_funcall_failed>, data2=140731252213520, args=0x7ffe8c4c05d0) at /tmp/ruby/src/trunk-O0/eval.c:919
_ec = 0x5587ab9412c0
_tag = {tag = 36, retval = 140731252213072, buf = {0x7ffe8c4c0590, 0x5587aa36011e <rb_vrescue2+263>, 0x0, 0x7ffe8c4c0490, 0x7ffe8c4c0570}, prev = 0x7ffe8c4c1b40, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
ec = 0x5587ab9412c0
cfp = 0x7fa64504ff30
result = 0
e_info = 4
#47 0x00005587aa35fff0 in rb_rescue2 (b_proc=0x5587aa56bc7f <check_funcall_exec>, data1=140731252213520, r_proc=0x5587aa56bce2 <check_funcall_failed>, data2=140731252213520) at /tmp/ruby/src/trunk-O0/eval.c:900
ap = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffe8c4c06b0, reg_save_area = 0x7ffe8c4c05f0}}
ret = 219043332275
#48 0x00005587aa56c0c3 in check_funcall_missing (ec=0x5587ab9412c0, klass=140351674051680, recv=140351655499280, mid=3297, argc=0, argv=0x5587aa7b8550 <buf>, respond=-1, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:666
argbuf = 0
new_args = 0x7ffe8c4c06b0
args = {defined_class = 140351674056000, recv = 140351655499280, mid = 3297, ec = 0x5587ab9412c0, cme = 0x7fa62a91fe38, respond = 0, respond_to_missing = 0, argc = 1, argv = 0x7ffe8c4c06b0, kw_splat = 0}
cme = 0x7fa62a91fe38
ret = 36
#49 0x00005587aa56c239 in rb_check_funcall_default_kw (recv=140351655499280, mid=3297, argc=0, argv=0x0, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:703
ret = 140731252213824
klass = 140351674051680
me = 0x0
ec = 0x5587ab9412c0
respond = -1
#50 0x00005587aa56c16f in rb_check_funcall (recv=140351655499280, mid=3297, argc=0, argv=0x0) at /tmp/ruby/src/trunk-O0/vm_eval.c:685
No locals.
#51 0x00005587aa4110af in convert_type_with_id (val=140351655499280, tname=0x5587aa77db9e "IO", method=3297, raise=0, index=-1) at /tmp/ruby/src/trunk-O0/object.c:3088
r = 140731252213872
#52 0x00005587aa4114c4 in rb_check_convert_type_with_id (val=140351655499280, type=11, tname=0x5587aa77db9e "IO", method=3297) at /tmp/ruby/src/trunk-O0/object.c:3180
v = 16190197727263581696
#53 0x00005587aa3648f9 in rb_stat (file=140351655499280, st=0x7ffe8c4c09d0) at /tmp/ruby/src/trunk-O0/file.c:1300
tmp = 140351655499360
result = 0
#54 0x00005587aa365be5 in rb_file_identical_p (obj=140351673855200, fname1=140351655499360, fname2=140351655499280) at /tmp/ruby/src/trunk-O0/file.c:2203
st1 = {st_dev = 164, st_ino = 13653346, st_nlink = 1, st_mode = 33152, st_uid = 1001, st_gid = 1000, __pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1700152683, tv_nsec = 549579448}, st_mtim = {tv_sec = 1700152682, tv_nsec = 1519686}, st_ctim = {tv_sec = 1700152682, tv_nsec = 1519686}, __glibc_reserved = {0, 0, 0}}
st2 = {st_dev = 0, st_ino = 140351656296200, st_nlink = 94041187550800, st_mode = 2878603872, st_uid = 21895, st_gid = 1, __pad0 = 1049216, st_rdev = 16, st_size = 140351673889960, st_blksize = 0, st_blocks = 140351673855200, st_atim = {tv_sec = 1431634051, tv_nsec = 0}, st_mtim = {tv_sec = 94041187553984, tv_nsec = 140731252214384}, st_ctim = {tv_sec = 2855838366, tv_nsec = 140352099254064}, __glibc_reserved = {140352098205880, 140731252214384, 94041187553984}}
#55 0x00005587aa551801 in ractor_safe_call_cfunc_2 (recv=140351673855200, argc=2, argv=0x7fa644f500a8, func=0x5587aa365b75 <rb_file_identical_p>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3334
f = 0x5587aa365b75 <rb_file_identical_p>
#56 0x00005587aa552382 in vm_call_cfunc_with_frame_ (ec=0x5587ab9412c0, reg_cfp=0x7fa64504ff68, calling=0x7ffe8c4c0ec0, argc=2, argv=0x7fa644f500a8, stack_bottom=0x7fa644f500a0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3504
ci = 0x492f00100005
cc = 0x7fa62a91d570
val = 140731252214624
me = 0x7fa62baa74a8
cfunc = 0x5587ab964ae8
recv = 140351673855200
block_handler = 0
frame_type = 1431634051
len = 2
args = <optimized out>
args = <optimized out>
#57 0x00005587aa552557 in vm_call_cfunc_with_frame (ec=0x5587ab9412c0, reg_cfp=0x7fa64504ff68, calling=0x7ffe8c4c0ec0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3532
argc = 2
stack_bottom = 0x7fa644f500a0
argv = 0x7fa644f500a8
#58 0x00005587aa55266f in vm_call_cfunc_other (ec=0x5587ab9412c0, reg_cfp=0x7fa64504ff68, calling=0x7ffe8c4c0ec0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3558
ci = 0x492f00100005
argv_ary = 0
#59 0x00005587aa552a97 in vm_call_cfunc (ec=0x5587ab9412c0, reg_cfp=0x7fa64504ff68, calling=0x7ffe8c4c0ec0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3640
ci = 0x492f00100005
#60 0x00005587aa5552e0 in vm_call_method_each_type (ec=0x5587ab9412c0, cfp=0x7fa64504ff68, calling=0x7ffe8c4c0ec0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4418
aset_mask = 2008
ivar_mask = 0
ci = 0x492f00100005
cc = 0x7fa62a91d570
cme = 0x7fa62baa74a8
v = 94041190436488
#61 0x00005587aa555d8c in vm_call_method (ec=0x5587ab9412c0, cfp=0x7fa64504ff68, calling=0x7ffe8c4c0ec0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4544
ci = 0x492f00100005
cc = 0x7fa62a91d570
#62 0x00005587aa555f8e in vm_call_general (ec=0x5587ab9412c0, reg_cfp=0x7fa64504ff68, calling=0x7ffe8c4c0ec0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4588
No locals.
#63 0x00005587aa558613 in vm_sendish (ec=0x5587ab9412c0, reg_cfp=0x7fa64504ff68, cd=0x5587abb07960, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5582
val = 36
ci = 0x492f00100005
cc = 0x7fa62a91d570
argc = 2
recv = 140351673855200
calling = {cd = 0x5587abb07960, cc = 0x7fa62a91d570, block_handler = 0, recv = 140351673855200, argc = 2, kw_splat = false, heap_argv = 0}
#64 0x00005587aa55fad8 in vm_exec_core (ec=0x5587ab9412c0) at ../../src/trunk-O0/insns.def:822
bh = 0
cd = 0x5587abb07960
leaf = false
val = 140351655499280
reg_pc = 0x5587abb07708
reg_cfp = 0x7fa64504ff68
insns_address_table = {0x5587aa55c27b <vm_exec_core+108>, 0x5587aa55c2dd <vm_exec_core+206>, 0x5587aa55c3f0 <vm_exec_core+481>, 0x5587aa55c504 <vm_exec_core+757>, 0x5587aa55c6a2 <vm_exec_core+1171>, 0x5587aa55c7d2 <vm_exec_core+1475>, 0x5587aa55c9e4 <vm_exec_core+2005>, 0x5587aa55caf6 <vm_exec_core+2279>, 0x5587aa55cbcf <vm_exec_core+2496>, 0x5587aa55ccd6 <vm_exec_core+2759>, 0x5587aa55cddd <vm_exec_core+3022>, 0x5587aa55ceeb <vm_exec_core+3292>, 0x5587aa55cffd <vm_exec_core+3566>, 0x5587aa55d0cd <vm_exec_core+3774>, 0x5587aa55d1d6 <vm_exec_core+4039>, 0x5587aa55d2d0 <vm_exec_core+4289>, 0x5587aa55d393 <vm_exec_core+4484>, 0x5587aa55d456 <vm_exec_core+4679>, 0x5587aa55d4df <vm_exec_core+4816>, 0x5587aa55d56b <vm_exec_core+4956>, 0x5587aa55d611 <vm_exec_core+5122>, 0x5587aa55d6e9 <vm_exec_core+5338>, 0x5587aa55d7b6 <vm_exec_core+5543>, 0x5587aa55d894 <vm_exec_core+5765>, 0x5587aa55d956 <vm_exec_core+5959>, 0x5587aa55da95 <vm_exec_core+6278>, 0x5587aa55db3b <vm_exec_core+6444>, 0x5587aa55dc20 <vm_exec_core+6673>, 0x5587aa55dd4f <vm_exec_core+6976>, 0x5587aa55de12 <vm_exec_core+7171>, 0x5587aa55ded5 <vm_exec_core+7366>, 0x5587aa55dfcd <vm_exec_core+7614>, 0x5587aa55e08f <vm_exec_core+7808>, 0x5587aa55e16e <vm_exec_core+8031>, 0x5587aa55e27e <vm_exec_core+8303>, 0x5587aa55e378 <vm_exec_core+8553>, 0x5587aa55e3f3 <vm_exec_core+8676>, 0x5587aa55e4b4 <vm_exec_core+8869>, 0x5587aa55e5a2 <vm_exec_core+9107>, 0x5587aa55e652 <vm_exec_core+9283>, 0x5587aa55e7d1 <vm_exec_core+9666>, 0x5587aa55e8ab <vm_exec_core+9884>, 0x5587aa55e997 <vm_exec_core+10120>, 0x5587aa55ea28 <vm_exec_core+10265>, 0x5587aa55eb83 <vm_exec_core+10612>, 0x5587aa55f125 <vm_exec_core+12054>, 0x5587aa55f221 <vm_exec_core+12306>, 0x5587aa55f324 <vm_exec_core+12565>, 0x5587aa55f410 <vm_exec_core+12801>, 0x5587aa55f629 <vm_exec_core+13338>, 0x5587aa55f71b <vm_exec_core+13580>, 0x5587aa55f821 <vm_exec_core+13842>, 0x5587aa55fa1e <vm_exec_core+14351>, 0x5587aa55fbc7 <vm_exec_core+14776>, 0x5587aa55fcf2 <vm_exec_core+15075>, 0x5587aa55fe5e <vm_exec_core+15439>, 0x5587aa55ff89 <vm_exec_core+15738>, 0x5587aa5600f5 <vm_exec_core+16102>, 0x5587aa5602d7 <vm_exec_core+16584>, 0x5587aa5604d4 <vm_exec_core+17093>, 0x5587aa56067d <vm_exec_core+17518>, 0x5587aa56079f <vm_exec_core+17808>, 0x5587aa560846 <vm_exec_core+17975>, 0x5587aa56090a <vm_exec_core+18171>, 0x5587aa5609f3 <vm_exec_core+18404>, 0x5587aa560adf <vm_exec_core+18640>, 0x5587aa560bc8 <vm_exec_core+18873>, 0x5587aa560cdc <vm_exec_core+19149>, 0x5587aa560e03 <vm_exec_core+19444>, 0x5587aa560f39 <vm_exec_core+19754>, 0x5587aa56106f <vm_exec_core+20064>, 0x5587aa5611a5 <vm_exec_core+20374>, 0x5587aa5612db <vm_exec_core+20684>, 0x5587aa561411 <vm_exec_core+20994>, 0x5587aa561552 <vm_exec_core+21315>, 0x5587aa5616cc <vm_exec_core+21693>, 0x5587aa561802 <vm_exec_core+22003>, 0x5587aa561938 <vm_exec_core+22313>, 0x5587aa561a6e <vm_exec_core+22623>, 0x5587aa561ba4 <vm_exec_core+22933>, 0x5587aa561cda <vm_exec_core+23243>, 0x5587aa561e10 <vm_exec_core+23553>, 0x5587aa561f46 <vm_exec_core+23863>, 0x5587aa56207c <vm_exec_core+24173>, 0x5587aa5621cb <vm_exec_core+24508>, 0x5587aa562385 <vm_exec_core+24950>, 0x5587aa562503 <vm_exec_core+25332>, 0x5587aa562622 <vm_exec_core+25619>, 0x5587aa562741 <vm_exec_core+25906>, 0x5587aa56285b <vm_exec_core+26188>, 0x5587aa562975 <vm_exec_core+26470>, 0x5587aa562aa0 <vm_exec_core+26769>, 0x5587aa562bd6 <vm_exec_core+27079>, 0x5587aa562cc1 <vm_exec_core+27314>, 0x5587aa562dc6 <vm_exec_core+27575>, 0x5587aa562f0e <vm_exec_core+27903>, 0x5587aa562ffd <vm_exec_core+28142>, 0x5587aa5630d1 <vm_exec_core+28354>, 0x5587aa5631a6 <vm_exec_core+28567>, 0x5587aa563290 <vm_exec_core+28801>, 0x5587aa56330c <vm_exec_core+28925>, 0x5587aa563388 <vm_exec_core+29049>, 0x5587aa5633a6 <vm_exec_core+29079>, 0x5587aa5633c4 <vm_exec_core+29109>, 0x5587aa5633e2 <vm_exec_core+29139>, 0x5587aa563400 <vm_exec_core+29169>, 0x5587aa56341e <vm_exec_core+29199>, 0x5587aa56343c <vm_exec_core+29229>, 0x5587aa56345a <vm_exec_core+29259>, 0x5587aa563478 <vm_exec_core+29289>, 0x5587aa563496 <vm_exec_core+29319>, 0x5587aa5634b4 <vm_exec_core+29349>, 0x5587aa5634d2 <vm_exec_core+29379>, 0x5587aa5634f0 <vm_exec_core+29409>, 0x5587aa56350e <vm_exec_core+29439>, 0x5587aa56352c <vm_exec_core+29469>, 0x5587aa56354a <vm_exec_core+29499>, 0x5587aa563568 <vm_exec_core+29529>, 0x5587aa563586 <vm_exec_core+29559>, 0x5587aa5635a4 <vm_exec_core+29589>, 0x5587aa5635c2 <vm_exec_core+29619>, 0x5587aa5635e0 <vm_exec_core+29649>, 0x5587aa5635fe <vm_exec_core+29679>, 0x5587aa56361c <vm_exec_core+29709>, 0x5587aa56363a <vm_exec_core+29739>, 0x5587aa563658 <vm_exec_core+29769>, 0x5587aa563676 <vm_exec_core+29799>, 0x5587aa563694 <vm_exec_core+29829>, 0x5587aa5636b2 <vm_exec_core+29859>, 0x5587aa5636d0 <vm_exec_core+29889>, 0x5587aa5636ee <vm_exec_core+29919>, 0x5587aa56370c <vm_exec_core+29949>, 0x5587aa56372a <vm_exec_core+29979>, 0x5587aa563748 <vm_exec_core+30009>, 0x5587aa563766 <vm_exec_core+30039>, 0x5587aa563784 <vm_exec_core+30069>, 0x5587aa5637a2 <vm_exec_core+30099>, 0x5587aa5637c0 <vm_exec_core+30129>, 0x5587aa5637de <vm_exec_core+30159>, 0x5587aa5637fc <vm_exec_core+30189>, 0x5587aa56381a <vm_exec_core+30219>, 0x5587aa563838 <vm_exec_core+30249>, 0x5587aa563856 <vm_exec_core+30279>, 0x5587aa563874 <vm_exec_core+30309>, 0x5587aa563892 <vm_exec_core+30339>, 0x5587aa5638b0 <vm_exec_core+30369>, 0x5587aa5638ce <vm_exec_core+30399>, 0x5587aa5638ec <vm_exec_core+30429>, 0x5587aa56390a <vm_exec_core+30459>, 0x5587aa563928 <vm_exec_core+30489>, 0x5587aa563946 <vm_exec_core+30519>, 0x5587aa563964 <vm_exec_core+30549>, 0x5587aa563982 <vm_exec_core+30579>, 0x5587aa5639a0 <vm_exec_core+30609>, 0x5587aa5639be <vm_exec_core+30639>, 0x5587aa5639dc <vm_exec_core+30669>, 0x5587aa5639fa <vm_exec_core+30699>, 0x5587aa563a18 <vm_exec_core+30729>, 0x5587aa563a36 <vm_exec_core+30759>, 0x5587aa563a54 <vm_exec_core+30789>, 0x5587aa563a72 <vm_exec_core+30819>, 0x5587aa563a90 <vm_exec_core+30849>, 0x5587aa563aae <vm_exec_core+30879>, 0x5587aa563acc <vm_exec_core+30909>, 0x5587aa563aea <vm_exec_core+30939>, 0x5587aa563b08 <vm_exec_core+30969>, 0x5587aa563b26 <vm_exec_core+30999>, 0x5587aa563b44 <vm_exec_core+31029>, 0x5587aa563b62 <vm_exec_core+31059>, 0x5587aa563b80 <vm_exec_core+31089>, 0x5587aa563b9e <vm_exec_core+31119>, 0x5587aa563bbc <vm_exec_core+31149>, 0x5587aa563bda <vm_exec_core+31179>, 0x5587aa563bf8 <vm_exec_core+31209>, 0x5587aa563c16 <vm_exec_core+31239>, 0x5587aa563c34 <vm_exec_core+31269>, 0x5587aa563c65 <vm_exec_core+31318>, 0x5587aa563c83 <vm_exec_core+31348>, 0x5587aa563ca1 <vm_exec_core+31378>, 0x5587aa563cbf <vm_exec_core+31408>, 0x5587aa563cdd <vm_exec_core+31438>, 0x5587aa563cfb <vm_exec_core+31468>, 0x5587aa563d19 <vm_exec_core+31498>, 0x5587aa563d37 <vm_exec_core+31528>, 0x5587aa563d55 <vm_exec_core+31558>, 0x5587aa563d73 <vm_exec_core+31588>, 0x5587aa563d91 <vm_exec_core+31618>, 0x5587aa563daf <vm_exec_core+31648>, 0x5587aa563dcd <vm_exec_core+31678>, 0x5587aa563deb <vm_exec_core+31708>, 0x5587aa563e09 <vm_exec_core+31738>, 0x5587aa563e27 <vm_exec_core+31768>, 0x5587aa563e45 <vm_exec_core+31798>, 0x5587aa563e63 <vm_exec_core+31828>, 0x5587aa563e81 <vm_exec_core+31858>, 0x5587aa563e9f <vm_exec_core+31888>, 0x5587aa563ebd <vm_exec_core+31918>, 0x5587aa563edb <vm_exec_core+31948>, 0x5587aa563ef9 <vm_exec_core+31978>, 0x5587aa563f17 <vm_exec_core+32008>...}
#65 0x00005587aa576106 in vm_exec_loop (ec=0x5587ab9412c0, state=RUBY_TAG_BREAK, tag=0x7ffe8c4c1b40, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2494
No locals.
#66 0x00005587aa57604e in rb_vm_exec (ec=0x5587ab9412c0) at /tmp/ruby/src/trunk-O0/vm.c:2473
_ec = 0x5587ab9412c0
_tag = {tag = 36, retval = 4, buf = {0x7ffe8c4c1bc0, 0x5587aa575f79 <rb_vm_exec+190>, 0x0, 0x7ffe8c4c1b10, 0x7ffe8c4c1e58}, prev = 0x7ffe8c4c1c30, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_BREAK
result = 36
#67 0x00005587aa576e5a in rb_iseq_eval_main (iseq=0x7fa62a9f8ff8) at /tmp/ruby/src/trunk-O0/vm.c:2733
ec = 0x5587ab9412c0
val = 94041187553984
#68 0x00005587aa35e90b in rb_ec_exec_node (ec=0x5587ab9412c0, n=0x7fa62a9f8ff8) at /tmp/ruby/src/trunk-O0/eval.c:287
th = 0x5587ab940090
_ec = 0x5587ab9412c0
_tag = {tag = 36, retval = 94041164603128, buf = {0x7ffe8c4c1cb0, 0x5587aa35e8a1 <rb_ec_exec_node+212>, 0x0, 0x7ffe8c4c1c00, 0x5587ab9412c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fa62a9f8ff8
#69 0x00005587aa35ea88 in ruby_run_node (n=0x7fa62a9f8ff8) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x5587ab9412c0
status = 21895
#70 0x00005587aa35a2f4 in rb_main (argc=131, argv=0x7ffe8c4c1e58) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140731252219184
#71 0x00005587aa35a355 in main (argc=131, argv=0x7ffe8c4c1e58) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)