# Logfile created on 2024-02-02 03:10:26 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005588e78ce040 @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.20240202-031025", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005588e7963460 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005588e7963320 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005588e7963140 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240202-031025", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240202-031025>, @binmode=false, @mon_data=#<Monitor:0x00005588e7963078>, @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 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /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
7b93e65..c0629a0 master -> origin/master
Updating 7b93e65..c0629a0
Fast-forward
tool/leaked-globals | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
Latest commit hash = c0629a055a
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.inc updated
e0593ad3aba6ad275abc1d98254ee1d11d074c4877e38743af0cc944fc81c665 builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
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/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
generating encdb.h
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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
generating makefiles ext/configure-ext.mk
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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.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/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/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.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-O0/bin
installing base libraries: /tmp/ruby/install/trunk-O0/lib
installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
benchmark 0.3.0
bundler 2.6.0.dev
cgi 0.4.1
delegate 0.3.1
did_you_mean 1.6.3
english 0.8.0
erb 4.0.4
error_highlight 0.6.0
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
ipaddr 1.2.6
irb 1.11.1
logger 1.6.0
net-http 0.4.1
net-protocol 0.2.2
open-uri 0.4.1
open3 0.2.1
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.20.0
pstore 0.1.3
rdoc 6.6.2
readline 0.0.4
reline 0.4.2
resolv 0.3.0
ruby2_keywords 0.0.5
securerandom 0.3.1
set 1.1.0
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 2.0.0
tempfile 0.2.1
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.0
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.3
io-console 0.7.2
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
openssl 3.2.0
pathname 0.3.0
psych 5.1.2
stringio 3.1.1
strscan 3.0.9
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
minitest 5.21.2
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.3.4
net-imap 0.4.9.1
net-pop 0.1.2
net-smtp 0.4.0.1
matrix 0.4.2
prime 0.1.2
rbs 3.4.3
typeprof 0.21.9
debug 1.9.1
racc 1.7.3
mutex_m 0.2.0
getoptlong 0.2.1
base64 0.2.0
bigdecimal 3.1.6
observer 0.1.2
abbrev 0.1.2
resolv-replace 0.1.1
rinda 0.2.0
drb 2.2.0
nkf 0.2.0
syslog 0.1.2
csv 3.2.8
installing bundled gem cache: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1889 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.
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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=55400
"--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
--exclude=rubygems/test_gem_package_task\.rb
# Running tests:
[ 1/862] 1806039=json_addition_test
[ 2/862] 1806037=test_gem_commands_build_command
[ 3/862] 1806036=test_qsort
[ 4/862] 1806036=json_generic_object_test
[ 5/862] 1806039=test_complex
[ 6/862] 1806038=test_backtrace
[ 7/862] 1806036=test_class_name_check
[ 8/862] 1806038=test_common
[ 9/862] 1806036=test_type
[ 10/862] 1806036=test_m17n_comb
[ 11/862] 1806039=test_gem_commands_push_command
[ 12/862] 1806038=test_folderitem2_invokeverb
[ 13/862] 1806038=test_gem_spec_fetcher
[ 14/862] 1806037=test_enum
[ 15/862] 1806039=test_date_parse
[ 16/862] 1806038=test_rdoc_token_stream
[ 17/862] 1806039=test_recorder
[ 18/862] 1806039=test_thread
[ 19/862] 1806039=test_gem_request
[ 20/862] 1806038=test_pkey_ec
[ 21/862] 1806039=test_gem_resolver_index_set
[ 22/862] 1806038=test_rdoc_generator_json_index
[ 23/862] 1806039=test_cgi_tag_helper
[ 24/862] 1806039=test_rdoc_single_class
[ 25/862] 1806038=test_debug_cmd
[ 26/862] 1806038=test_workspace
[ 27/862] 1806039=test_win32ole_param_event
[ 28/862] 1806039=test_parser_events
[ 29/862] 1806039=test_io_wait_uncommon
[ 30/862] 1806039=test_gem_request_set_lockfile_parser
[ 31/862] 1806038=test_gem_silent_ui
[ 32/862] 1806039=test_gem_ci_detector
[ 33/862] 1806039=test_gem_commands_signout_command
[ 34/862] 1806039=test_gem_bundler_version_finder
[ 35/862] 1806038=test_time
[ 36/862] 1806039=test_files_test
[ 37/862] 1806039=test_rdoc_stats
[ 38/862] 1806039=test_gem_dependency_resolution_error
[ 39/862] 1806039=test_exception
[ 40/862] 1806038=test_provider
[ 41/862] 1806037=test_syntax
[ 42/862] 1806038=test_rdoc_store
[ 43/862] 1806038=test_case_comprehensive
[ 44/862] 1806039=test_enc_raise
[ 45/862] 1806039=test_inadvertent_creation
[ 46/862] 1806039=test_webauthn_listener_response
[ 47/862] 1806039=test_placearg
[ 48/862] 1806039=attribute_write_test
[ 49/862] 1806039=test_len
[ 50/862] 1806039=test_asn1
[ 51/862] 1806039=test_gem_commands_specification_command
[ 52/862] 1806039=test_popen_deadlock
[ 53/862] 1806039=test_continuation
[ 54/862] 1806036=test_str2big
[ 55/862] 1806036=test_gem_impossible_dependencies_error
[ 56/862] 1806039=json_generator_test
[ 57/862] 1806036=test_gc_compact
[ 58/862] 1806039=test_delete
[ 59/862] 1806039=test_rdoc_markup_to_ansi
[ 60/862] 1806039=test_windows_1252
[ 61/862] 1806039=test_null
[ 62/862] 1806039=test_win32ole_type
[ 63/862] 1806039=test_x509store
[ 64/862] 1806039=test_exception
[ 65/862] 1806039=test_enc_str_buf_cat
[ 66/862] 1806039=test_generic
[ 67/862] 1806039=regexp_test
[ 68/862] 1806039=test_input_method
[ 69/862] 1806039=test_gem_dependency_installer
[ 70/862] 1806037=test_gem_source_lock
[ 71/862] 1806037=test_optarg
[ 72/862] 1806037=test_ripper
[ 73/862] 1806039=test_gem_available_set
[ 74/862] 1806039=test_memory_view
[ 75/862] 1806039=test_modify_expand
[ 76/862] 1806039=test_assignment
[ 77/862] 1806037=test_my_integer
[ 78/862] 1806037=test_gem_source_vendor
[ 79/862] 1806037=test_require
[ 80/862] 1806037=test_call
[ 81/862] 1806037=test_rdoc_text
[ 82/862] 1806037=test_ansi_without_terminfo
[ 83/862] 1806036=test_autoload
[ 84/862] 1806037=test_gem_dependency
[ 85/862] 1806037=test_cgi_util
[ 86/862] 1806037=json_parser_test
[ 87/862] 1806037=test_gbk
[ 88/862] 1806037=parse_test
[ 89/862] 1806039=!Nothing_to_test
[ 90/862] 1806039=test_rendering
[ 91/862] 1806039=test_gem_commands_outdated_command
[ 92/862] 1806039=test_gem_validator
[ 93/862] 1806039=test_rdoc_markup_formatter
[ 94/862] 1806039=test_usrmarshal
[ 95/862] 1806039=test_deprecated
[ 96/862] 1806039=test_integer_comb
[ 97/862] 1806036=test_nil2vtempty
[ 98/862] 1806036=test_div
[ 99/862] 1806036=test_kernel
[100/862] 1806037=test_profile_frames
[101/862] 1806037=parser_test
[102/862] 1806037=test_rdoc_markup_to_joined_paragraph
[103/862] 1806037=test_arity
[104/862] 1806037=test_date_time
[105/862] 1806037=test_handle
[106/862] 1806036=test_did_you_mean
[107/862] 1806036=test_unicode_normalize
[108/862] 1806037=test_bug-3571
[109/862] 1806037=test_reline_key
[110/862] 1806037=test_hash_create
[111/862] 1806037=test_thread_fd_close
[112/862] 1806037=test_file
[113/862] 1806037=test_rdoc_generator_ri
[114/862] 1806037=bom_test
[115/862] 1806037=test_safe_load
[116/862] 1806037=test_ansi_with_terminfo
[117/862] 1806037=test_gem_stream_ui
[118/862] 1806037=test_string
[119/862] 1806039=locals_test
[120/862] 1806039=test_name_error
[121/862] 1806039=test_weakref
[122/862] 1806039=test_timeout
[123/862] 1806039=test_enumerator
[124/862] 1806036=test_pkey_dsa
[125/862] 1806036=test_switch_hitter
[126/862] 1806036=test_rdoc_rubygems_hook
[127/862] 1806036=test_gem_commands_dependency_command
[128/862] 1806036=test_digest
[129/862] 1806036=test_files_lib
[130/862] 1806036=test_store
[131/862] 1806036=test_bug-5832
[132/862] 1806036=test_gem_commands_open_command
[133/862] 1806036=test_fiddle
[134/862] 1806036=test_gem_resolver_lock_specification
[135/862] 1806036=test_gem_resolver_git_set
[136/862] 1806036=test_nofree
[137/862] 1806036=test_ractor
[138/862] 1806036=test_emoji_breaks
[139/862] 1806036=test_gem_command
[140/862] 1806036=test_stringchar
[141/862] 1806036=format_errors_test
[142/862] 1806036=test_gem_security
[143/862] 1806037=test_rubygems
[144/862] 1806037=test_member
[145/862] 1806037=test_eval
[146/862] 1806037=test_shift_jis
[147/862] 1806037=test_rdoc_cross_reference
[148/862] 1806037=test_flags
[149/862] 1806036=test_gem_resolver_installer_set
[150/862] 1806039=test_psych
[151/862] 1806039=test_ole_methods
[152/862] 1806039=test_gem_resolver_lock_set
[153/862] 1806039=test_rdoc_i18n_locale
[154/862] 1806039=test_gem_source_installed
[155/862] 1806039=test_ractor
[156/862] 1806039=test_load
[157/862] 1806039=test_severity
[158/862] 1806039=test_arithmetic_sequence
[159/862] 1806039=test_gem_update_suggestion
[160/862] 1806036=test_http
[161/862] 1806039=test_bug_reporter
[162/862] 1806036=test_io_buffer
[163/862] 1806036=test_autoconf
[164/862] 1806036=test_cgi_multipart
[165/862] 1806039=test_json_tree
[166/862] 1806039=test_kdf
[167/862] 1806036=test_rdoc_comment
[168/862] 1806039=test_tcp
[169/862] 1806037=test_win32ole_variant_m
[170/862] 1806037=test_cclass
[171/862] 1806037=test_rdoc_rdoc
[172/862] 1806036=test_dot_dot
[173/862] 1806036=test_scan_args
[174/862] 1806039=test_date_conv
[175/862] 1806036=test_case_mapping
[176/862] 1806039=test_date_compat
[177/862] 1806037=test_gem_source_subpath_problem
[178/862] 1806039=test_weakmap
[179/862] 1806036=test_egrep_cpp
[180/862] 1806037=test_gem_source_local
[181/862] 1806036=test_flip
[182/862] 1806036=test_frozen
[183/862] 1806036=test_win32ole_method
[184/862] 1806036=test_exception_at_throwing
[185/862] 1806036=test_enumerator
[186/862] 1806036=test_memory_view
[187/862] 1806037=test_stringio
[188/862] 1806037=test_gem_uri
[189/862] 1806037=test_sprintf
[190/862] 1806036=test_win32ole_type_event
[191/862] 1806036=test_rdoc_method_attr
[192/862] 1806037=test_color
[193/862] 1806036=test_ldap
[194/862] 1806036=test_macro
[195/862] 1806037=test_numhash
[196/862] 1806036=test_rdoc_task
[197/862] 1806036=test_rdoc_markup_to_html
[198/862] 1806037=test_pkey_rsa
[199/862] 1806037=test_backtrace
[200/862] 1806036=test_bigzero
[201/862] 1806036=test_stack
[202/862] 1806037=test_gem_platform
[203/862] 1806037=test_rdoc_parser_c
[204/862] 1806037=test_rdoc_markup_verbatim
[205/862] 1806037=test_emitter
[206/862] 1806037=json_fixtures_test
[207/862] 1806037=newline_test
[208/862] 1806038=test_econv
[209/862] 1806037=encoding_test
[210/862] 1806036=test_bmethod
[211/862] 1806036=test_pty
[212/862] 1806037=test_erb
[213/862] 1806037=test_gem_commands_environment_command
[214/862] 1806037=test_numeric
[215/862] 1806037=test_postponed_job
[216/862] 1806036=test_gem_request_set_lockfile
[217/862] 1806037=test_uncorrectable_name_check
[218/862] 1806037=test_method_name_check
[219/862] 1806036=test_parse
[220/862] 1806037=test_hmac
[221/862] 1806037=test_gem_commands_setup_command
[222/862] 1806038=test_rdoc_top_level
[223/862] 1806036=test_rdoc_markup_parser
[224/862] 1806036=test_method
[225/862] 1806037=test_gem_source_specific_file
[226/862] 1806038=test_pkcs12
[227/862] 1806037=test_gem_installer
[228/862] 1806038=test_rdoc_constant
[229/862] 1806038=test_deprecate
[230/862] 1806038=test_rdoc_markdown
[231/862] 1806038=test_rdoc_rd_inline
[232/862] 1806038=test_comparable
[233/862] 1806038=test_rdoc_normal_class
[234/862] 1806038=test_gem_package_tar_reader
[235/862] 1806038=test_ipaddr
[236/862] 1806038=test_rdoc_encoding
[237/862] 1806038=test_class
[238/862] 1806039=test_const
[239/862] 1806039=test_files_test_1
[240/862] 1806039=test_io_timeout
[241/862] 1806039=test_rdoc_markup_paragraph
[242/862] 1806039=json_string_matching_test
[243/862] 1806039=test_path
[244/862] 1806039=test_cmd
[245/862] 1806039=test_fstring
[246/862] 1806039=test_nomethod_error
[247/862] 1806039=test_euc_tw
[248/862] 1806039=test_rdoc_markup_raw
[249/862] 1806039=test_wait
[250/862] 1806039=test_gem_commands_cert_command
[251/862] 1806039=test_date_new
[252/862] 1806039=test_tempfile
[253/862] 1806039=test_object_create_start
[254/862] 1806039=magic_comment_test
[255/862] 1806039=test_duplicate
[256/862] 1806039=test_require_path_check
[257/862] 1806039=test_gem_unsatisfiable_dependency_error
[258/862] 1806039=test_utf16
[259/862] 1806039=test_date_attr
[260/862] 1806039=test_color_printer
[261/862] 1806039=test_rdoc_rd_inline_parser
[262/862] 1806039=test_basicsocket
[263/862] 1806039=test_sleep
[264/862] 1806039=test_condition
[265/862] 1806039=test_cp949
[266/862] 1806039=test_gem_commands_search_command
[267/862] 1806039=test_defined
[268/862] 1806037=test_sizeof
[269/862] 1806039=test_sorted_set
[270/862] 1806039=test_face
[271/862] 1806039=test_emoji
[272/862] 1806039=test_iseq
[273/862] 1806038=test_zsh_completion
[274/862] 1806038=test_resource
[275/862] 1806038=library_symbols_test
[276/862] 1806038=test_system
[277/862] 1806039=test_gem_commands_signin_command
[278/862] 1806039=test_file
[279/862] 1806039=test_date_strftime
[280/862] 1806038=test_reqarg
[281/862] 1806039=test_init
[282/862] 1806038=test_set
[283/862] 1806038=comments_test
[284/862] 1806038=test_yaml
[285/862] 1806038=test_array
[286/862] 1806038=test_debug
[287/862] 1806038=test_reline
[288/862] 1806037=test_mkmf
[289/862] 1806037=test_raise
[290/862] 1806037=test_gem_stub_specification
[291/862] 1806039=test_assembler
[292/862] 1806039=test_function
[293/862] 1806038=test_string
[294/862] 1806038=test_fnmatch
[295/862] 1806039=test_x509name
[296/862] 1806037=test_pack
[297/862] 1806038=test_rdoc_markup_heading
[298/862] 1806039=test_gem_source
[299/862] 1806037=test_random_formatter
[300/862] 1806038=test_depth_first
[301/862] 1806038=test_benchmark
[302/862] 1806037=test_framework
[303/862] 1806037=test_socket
[304/862] 1806039=test_rdoc_markup_to_html_crossref
[305/862] 1806038=test_yamlstore
[306/862] 1806038=test_class2name
[307/862] 1806038=test_erb_m17n
[308/862] 1806038=test_rdoc_code_object
[309/862] 1806039=test_gem_commands_uninstall_command
[310/862] 1806038=test_thread
[311/862] 1806038=test_nextafter
[312/862] 1806037=test_capacity
[313/862] 1806037=test_rubyoptions
[314/862] 1806038=test_httpheader
[315/862] 1806039=test_shapes
[316/862] 1806038=test_rdoc_ri_driver
[317/862] 1806039=test_gem_commands_mirror
[318/862] 1806039=test_literal
[319/862] 1806038=test_date_marshal
[320/862] 1806038=test_gem_commands_cleanup_command
[321/862] 1806039=test_euc_kr
[322/862] 1806039=test_typeddata
[323/862] 1806038=test_rdoc_markup_include
[324/862] 1806038=test_cesu8
[325/862] 1806038=test_protect
[326/862] 1806038=test_rdoc_servlet
[327/862] 1806038=test_clone
[328/862] 1806038=test_tree_builder
[329/862] 1806038=test_rdoc_generator_pot_po
[330/862] 1806038=test_gem_resolver_api_set
[331/862] 1806039=parse_comments_test
[332/862] 1806039=test_forwardable
[333/862] 1806038=test_ractor
[334/862] 1806039=test_dryrun
[335/862] 1806039=test_gem_security_trust_dir
[336/862] 1806038=test_line_editor
[337/862] 1806038=test_kwargs
[338/862] 1806039=test_yield
[339/862] 1806038=test_integer
[340/862] 1806038=test_io_wait
[341/862] 1806038=test_string_memory
[342/862] 1806038=test_acceptable
[343/862] 1806038=test_pkey
[344/862] 1806038=test_stream
[345/862] 1806038=test_gem_resolver_dependency_request
[346/862] 1806038=test_ns_spki
[347/862] 1806038=test_random
[348/862] 1806038=test_gem_version
[349/862] 1806038=test_rdoc_markdown_test
[350/862] 1806036=test_rdoc_normal_module
[351/862] 1806036=test_ssl_session
[352/862] 1806036=test_rdoc_markup_hard_break
[353/862] 1806036=test_change_word
[354/862] 1806036=test_tmpdir
[355/862] 1806036=test_noarg
[356/862] 1806036=test_gem_commands_pristine_command
[357/862] 1806038=test_utf32
[358/862] 1806038=test_type_completor
[359/862] 1806038=test_iseq_load
[360/862] 1806036=test_trick
[361/862] 1806039=test_rdoc_markup_to_markdown
[362/862] 1806039=test_key_name_check
[363/862] 1806039=test_scalar
[364/862] 1806039=test_gem_resolver_requirement_list
[365/862] 1806039=test_arith_seq_beg_len_step
[366/862] 1806039=test_rdoc_context_section
[367/862] 1806039=test_gem_security_policy
[368/862] 1806038=test_ellipsize
[369/862] 1806038=test_emitter
[370/862] 1806038=test_io
[371/862] 1806038=test_queue
[372/862] 1806038=test_gem_commands_check_command
[373/862] 1806039=test_rdoc_alias
[374/862] 1806038=test_big2str
[375/862] 1806038=test_data
[376/862] 1806038=test_gem_commands_yank_command
[377/862] 1806039=test_stream
[378/862] 1806039=test_gem_ext_builder
[379/862] 1806038=test_prettyprint
[380/862] 1806038=test_threadgroup
[381/862] 1806038=test_human_typo
[382/862] 1806038=test_rdoc_extend
[383/862] 1806038=test_to_ruby
[384/862] 1806038=test_merge_keys
[385/862] 1806038=test_c_struct_builder
[386/862] 1806038=test_gem_resolver_index_specification
[387/862] 1806038=test_io_buffer
[388/862] 1806038=test_gem_ext_cargo_builder
[389/862] 1806038=test_gem_package_tar_header
[390/862] 1806038=test_undef
[391/862] 1806038=test_date_ractor
[392/862] 1806039=test_http_request
[393/862] 1806038=test_gem_name_tuple
[394/862] 1806038=test_gem_request_set
[395/862] 1806039=constant_path_node_test
[396/862] 1806039=test_win32ole_typelib
[397/862] 1806039=test_bundled_ca
[398/862] 1806038=test_external_new
[399/862] 1806038=test_ifunless
[400/862] 1806038=test_key_stroke
[401/862] 1806038=test_ractor
[402/862] 1806038=test_config
[403/862] 1806036=test_process
[404/862] 1806038=test_rat
[405/862] 1806038=test_mdns
[406/862] 1806038=test_config
[407/862] 1806038=test_alias_and_anchor
[408/862] 1806039=test_abi
[409/862] 1806038=test_rdoc_any_method
[410/862] 1806039=test_complexrational
[411/862] 1806039=test_hash
[412/862] 1806039=test_win32ole_method_event
[413/862] 1806039=test_gem_ext_ext_conf_builder
[414/862] 1806038=test_path_to_class
[415/862] 1806038=test_gem_resolver_activation_request
[416/862] 1806038=test_function_entry
[417/862] 1806038=test_pkey_dh
[418/862] 1806038=test_securerandom
[419/862] 1806038=test_arith_seq_extract
[420/862] 1806038=test_rubyvm
[421/862] 1806038=test_ractor
[422/862] 1806038=test_config
[423/862] 1806038=test_gem_request_connection_pools
[424/862] 1806037=test_pack
[425/862] 1806039=test_logperiod
[426/862] 1806038=test_io_console
[427/862] 1806039=test_bn
[428/862] 1806039=test_cparser
[429/862] 1806037=test_rdoc_markup_attributes
[430/862] 1806037=test_unicode_escape
[431/862] 1806037=test_recursion
[432/862] 1806037=test_string_processing
[433/862] 1806037=test_c_union_entity
[434/862] 1806037=test_ssl
[435/862] 1806039=test_digest_extend
[436/862] 1806039=test_logger
[437/862] 1806039=test_rb_str_dup
[438/862] 1806039=test_key_error
[439/862] 1806038=test_module
[440/862] 1806039=test_append
[441/862] 1806039=test_symbol
[442/862] 1806039=test_engine
[443/862] 1806039=test_pp
[444/862] 1806039=test_x509cert
[445/862] 1806039=test_gem_commands_unpack_command
[446/862] 1806039=test_rdoc_markup_to_table_of_contents
[447/862] 1806039=test_enc_associate
[448/862] 1806039=test_last_thread
[449/862] 1806039=test_import
[450/862] 1806037=test_ftp
[451/862] 1806037=test_logdevice
[452/862] 1806038=version_test
[453/862] 1806038=test_object_references
[454/862] 1806038=test_scheduler
[455/862] 1806038=test_cgi_cookie
[456/862] 1806038=test_gem_resolver
[457/862] 1806038=test_win32ole_variable
[458/862] 1806038=test_gem_package_tar_reader_entry
[459/862] 1806038=test_gem_specification
[460/862] 1806037=test_gem_commands_exec_command
[461/862] 1806039=test_tsort
[462/862] 1806039=test_rdoc_markup_to_label
[463/862] 1806039=test_metaclass
[464/862] 1806039=test_rbconfig
[465/862] 1806039=test_files_sample
[466/862] 1806039=test_objspace
[467/862] 1806037=test_httpresponses
[468/862] 1806037=test_gem_commands_server_command
[469/862] 1806037=test_timeout
[470/862] 1806037=test_within_pipe
[471/862] 1806037=test_mixed_unicode_escapes
[472/862] 1806037=test_rdoc_generator_darkfish
[473/862] 1806037=test_load
[474/862] 1806037=test_have_library
[475/862] 1806038=test_beginendblock
[476/862] 1806037=test_cipher
[477/862] 1806037=test_httpresponse
[478/862] 1806037=test_rdoc_parser_ruby
[479/862] 1806038=test_new
[480/862] 1806038=test_big5
[481/862] 1806038=test_time_tz
[482/862] 1806038=test_raise_exception
[483/862] 1806038=test_rdoc_markup_to_bs
[484/862] 1806038=test_marshal
[485/862] 1806037=test_gem_commands_update_command
[486/862] 1806038=json_encoding_test
[487/862] 1806038=test_optparse
[488/862] 1806038=ripper_compat_test
[489/862] 1806038=test_evaluation
[490/862] 1806038=test_case_options
[491/862] 1806038=test_ssl
[492/862] 1806037=test_rdoc_markup_to_tt_only
[493/862] 1806037=test_gem_console_ui
[494/862] 1806037=test_https
[495/862] 1806038=test_ractor
[496/862] 1806037=test_completion
[497/862] 1806038=test_buffered_io
[498/862] 1806038=test_constant
[499/862] 1806037=test_addrinfo
[500/862] 1806037=test_gem
[501/862] 1806038=test_to_ary_concat
[502/862] 1806037=test_encoding
[503/862] 1806037=test_delegate
[504/862] 1806037=test_gem_ext_cargo_builder_unit
[505/862] 1806037=test_bash_completion
[506/862] 1806037=test_signal
[507/862] 1806037=test_fixnum
[508/862] 1806037=test_bug-14834
[509/862] 1806037=test_cgi_core
[510/862] 1806037=test_rdoc_require
[511/862] 1806037=test_parser
[512/862] 1806037=test_terminfo
[513/862] 1806037=test_rational2
[514/862] 1806037=test_fiber
[515/862] 1806038=test_key_event_record
[516/862] 1806038=test_array_create
[517/862] 1806038=test_scalar_scanner
[518/862] 1806038=test_notimplement
[519/862] 1806038=test_struct
[520/862] 1806038=test_etc
[521/862] 1806038=test_option
[522/862] 1806038=test_mutex
[523/862] 1806038=test_win32ole_event
[524/862] 1806038=test_gem_util
[525/862] 1806038=test_euc_jp
[526/862] 1806038=test_tree_spell_checker
[527/862] 1806038=test_require_lib
[528/862] 1806037=test_gem_ext_cmake_builder
[529/862] 1806037=test_interned_str
[530/862] 1806037=test_objectspace
[531/862] 1806037=test_integer
[532/862] 1806036=test_sexp
[533/862] 1806036=test_compile_prism
[534/862] 1806036=test_io
[535/862] 1806038=test_coverage
[536/862] 1806038=test_pathname
[537/862] 1806038=test_case
[538/862] 1806038=test_gem_path_support
[539/862] 1806038=test_helper
[540/862] 1806038=test_wss
[541/862] 1806038=test_x509ext
[542/862] 1806038=test_class
[543/862] 1806038=test_fips
[544/862] 1806038=test_configuration
[545/862] 1806038=test_gc
[546/862] 1806038=test_math
[547/862] 1806038=test_libs
[548/862] 1806038=test_marshalable
[549/862] 1806038=test_webauthn_poller
[550/862] 1806038=test_rdoc_parser_rd
[551/862] 1806038=test_x509attr
[552/862] 1806038=test_unicode
[553/862] 1806038=test_set_len
[554/862] 1806038=test_rdoc_parser
[555/862] 1806038=test_thread_cv
[556/862] 1806038=test_pattern_matching
[557/862] 1806038=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 41505>
[558/862] 1806038=test_gem_gemcutter_utilities
Closed file descriptor: TestGemGemcutterUtilities#test_verify_missing_api_key: 11
[559/862] 1806038=test_method_cache
[560/862] 1806038=test_history
[561/862] 1806038=test_float
[562/862] 1806037=test_mul
[563/862] 1806037=test_primitive
[564/862] 1806037=test_passing_block
[565/862] 1806037=test_gem_commands_which_command
[566/862] 1806037=test_yjit_exit_locations
[567/862] 1806037=test_data_error
[568/862] 1806037=test_monitor
[569/862] 1806037=test_gem_config_file
[570/862] 1806037=test_cstr
[571/862] 1806038=test_gem_resolver_best_set
[572/862] 1806038=test_whileuntil
[573/862] 1806038=test_document
[574/862] 1806038=test_omap
[575/862] 1806038=test_sockopt
[576/862] 1806038=test_gem_uri_formatter
[577/862] 1806038=test_yaml_tree
[578/862] 1806038=test_windows_1251
[579/862] 1806038=test_shellwords
[580/862] 1806038=test_encoding
[581/862] 1806038=test_nesting_parser
[582/862] 1806038=test_thread_queue
[583/862] 1806037=test_vm_dump
[584/862] 1806037=test_gem_resolver_conflict
[585/862] 1806037=test_nowrite
[586/862] 1806037=test_gb18030
[587/862] 1806037=test_gem_package_tar_writer
[588/862] 1806037=test_fileutils
[589/862] 1806037=errors_test
[590/862] 1806038=test_yjit
[591/862] 1806037=test_frozen_error
[592/862] 1806037=test_m17n
[593/862] 1806037=test_array
[594/862] 1806036=test_gem_ext_cargo_builder_link_flag_converter
[595/862] 1806036=test_console_attr
[596/862] 1806036=test_argf
[597/862] 1806038=test_x509req
[598/862] 1806038=test_files_ext
[599/862] 1806038=test_ruby_lex
[600/862] 1806038=test_win32ole_record
[601/862] 1806038=dispatcher_test
[602/862] 1806038=test_complex2
[603/862] 1806038=test_eval_history
[604/862] 1806038=test_insns_leaf
[605/862] 1806038=test_gem_version_option
[606/862] 1806038=test_ossl
[607/862] 1806036=test_ubf_async_safe
[608/862] 1806036=test_yield_block
[609/862] 1806036=test_pkg_config
[610/862] 1806036=test_gem_commands_help_command
[611/862] 1806038=test_set
[612/862] 1806038=test_rdoc_include
[613/862] 1806038=test_dln
[614/862] 1806038=test_rdoc_options
[615/862] 1806036=test_at_exit
[616/862] 1806036=test_closure
[617/862] 1806037=test_digest
[618/862] 1806037=test_object
[619/862] 1806037=test_gem_resolver_local_specification
[620/862] 1806037=test_gem_requirement
[621/862] 1806038=test_numeric
[622/862] 1806038=test_word
[623/862] 1806038=test_gem_resolver_installed_specification
[624/862] 1806038=test_gem_resolver_vendor_set
[625/862] 1806038=test_gem_commands_list_command
[626/862] 1806037=test_cmethod
[627/862] 1806037=test_gem_ext_rake_builder
[628/862] 1806038=test_parser
[629/862] 1806038=test_irb
[630/862] 1806038=test_pkcs7
[631/862] 1806038=test_cgi_session
[632/862] 1806038=test_keyword
[633/862] 1806037=test_x509crl
[634/862] 1806036=test_hash
[635/862] 1806037=test_ensured
[636/862] 1806037=test_iter_break
[637/862] 1806037=test_gem_install_update_options
[638/862] 1806037=test_num2int
[639/862] 1806037=test_project_sanity
[640/862] 1806038=test_gem_command_manager
[641/862] 1806037=test_refinement
[642/862] 1806038=test_address_resolve
[643/862] 1806038=test_c_struct_entry
[644/862] 1806039=test_rdoc_context
[645/862] 1806038=test_random
[646/862] 1806038=test_nonblock
[647/862] 1806038=test_lexer
[648/862] 1806038=test_date
[649/862] 1806038=test_open-uri
[650/862] 1806038=test_mailto
[651/862] 1806038=test_gem_commands_install_command
[652/862] 1806039=test_enumerator_kw
[653/862] 1806039=test_transcode
[654/862] 1806039=test_iso_8859
[655/862] 1806039=test_dir
[656/862] 1806039=test_coderange
[657/862] 1806039=test_yaml_special_cases
[658/862] 1806039=test_gem_source_list
[659/862] 1806039=test_rdoc_parser_changelog
[660/862] 1806039=parameters_signature_test
[661/862] 1806039=test_kill_ring
[662/862] 1806039=test_boolean
[663/862] 1806039=test_nil
[664/862] 1806039=test_trace
[665/862] 1806039=test_rdoc_markup_attribute_manager
[666/862] 1806039=test_rdoc_class_module
[667/862] 1806038=test_summary
[668/862] 1806038=test_win32ole_variant
[669/862] 1806038=test_gem_resolver_composed_set
[670/862] 1806038=test_find
[671/862] 1806038=test_arity
[672/862] 1806038=test_object
[673/862] 1806039=test_func
[674/862] 1806038=test_jaro_winkler
[675/862] 1806038=test_foreach
[676/862] 1806038=test_install
[677/862] 1806038=unescape_test
[678/862] 1806038=test_yamldbm
[679/862] 1806038=test_flush
[680/862] 1806038=test_resolve_symbol
[681/862] 1806038=test_pair
[682/862] 1806036=test_stat
[683/862] 1806036=test_gem_local_remote_options
[684/862] 1806036=test_gc
[685/862] 1806037=test_gem_commands_owner_command
[686/862] 1806037=test_cgi_modruby
[687/862] 1806037=test_rational
[688/862] 1806037=test_helper
[689/862] 1806037=test_dir_m17n
[690/862] 1806039=test_rdoc_generator_pot_po_entry
[691/862] 1806039=test_cgi_header
[692/862] 1806039=test_show_source
[693/862] 1806039=test_singleton_function
[694/862] 1806039=test_protocol
[695/862] 1806039=test_rdoc_markup_to_rdoc
[696/862] 1806039=test_process
[697/862] 1806039=test_dns
[698/862] 1806039=test_gem_commands_info_command
[699/862] 1806039=test_addr
[700/862] 1806039=test_getopts
[701/862] 1806039=test_regexp
[702/862] 1806038=test_extlibs
[703/862] 1806037=pattern_test
[704/862] 1806037=test_file_exhaustive
[705/862] 1806038=compiler_test
[706/862] 1806038=test_iterator
[707/862] 1806038=test_variable_name_check
[708/862] 1806038=test_string
[709/862] 1806038=test_printf
[710/862] 1806038=test_case
[711/862] 1806038=test_gem_remote_fetcher
[712/862] 1806038=test_gem_uninstaller
[713/862] 1806038=test_rdoc_generator_pot
[714/862] 1806038=test_storage
[715/862] 1806038=test_zlib
[716/862] 1806037=test_proc
[717/862] 1806037=test_eval
[718/862] 1806037=test_alias
[719/862] 1806037=test_gem_gem_runner
[720/862] 1806037=test_pointer
[721/862] 1806037=test_time
[722/862] 1806037=heredoc_dedent_test
[723/862] 1806037=test_sprintf_comb
[724/862] 1806037=test_gem_package_old
[725/862] 1806037=memsize_test
[726/862] 1806037=test_method_cache
[727/862] 1806037=test_ocsp
[728/862] 1806037=test_super
[729/862] 1806037=test_win32ole_param
[730/862] 1806037=test_gem_text
[731/862] 1806037=test_settracefunc
[732/862] 1806038=test_pstore
[733/862] 1806038=test_variable
[734/862] 1806037=test_lambda
[735/862] 1806038=test_readpartial
[736/862] 1806037=test_gem_request_set_gem_dependency_api
[737/862] 1806038=test_win32ole
[738/862] 1806038=test_internal_ivar
[739/862] 1806038=test_config
[740/862] 1806037=test_error_highlight
[741/862] 1806038=test_resize
[742/862] 1806038=test_io_m17n
[743/862] 1806037=test_stringscanner
[744/862] 1806037=desugar_compiler_test
[745/862] 1806037=test_pipe
[746/862] 1806037=test_have_macro
[747/862] 1806037=test_gem_resolver_specification
[748/862] 1806037=test_tracepoint
[749/862] 1806038=test_convertible
[750/862] 1806036=test_env
[751/862] 1806037=test_rdoc_markup_pre_process
[752/862] 1806037=json_common_interface_test
[753/862] 1806037=test_grapheme_breaks
[754/862] 1806037=test_ractor
[755/862] 1806037=test_rdoc_parser_simple
[756/862] 1806037=test_enumerable
[757/862] 1806037=test_too_many_dummy_encodings
[758/862] 1806037=test_signedness
[759/862] 1806037=test_buffering
[760/862] 1806037=test_svcb_https
[761/862] 1806037=test_gem_commands_stale_command
[762/862] 1806037=location_test
[763/862] 1806037=test_gem_resolver_api_specification
[764/862] 1806037=test_gem_package
[765/862] 1806037=test_gem_security_signer
[766/862] 1806037=test_date_arith
[767/862] 1806037=fuzzer_test
[768/862] 1806037=test_ast
[769/862] 1806036=test_struct
[770/862] 1806036=test_propertyputref
[771/862] 1806036=test_instrumentation_api
[772/862] 1806038=test_default_gems
[773/862] 1806038=test_rand
[774/862] 1806038=test_serialize_subclasses
[775/862] 1806038=test_gem_safe_marshal
[776/862] 1806036=ruby_api_test
[777/862] 1806036=test_date_strptime
[778/862] 1806036=test_gem_request_set_lockfile_tokenizer
[779/862] 1806036=test_gem_doctor
[780/862] 1806038=test_pattern_key_name_check
[781/862] 1806038=test_thread
[782/862] 1806036=test_require
[783/862] 1806036=test_remote_fetch_error
[784/862] 1806036=test_open3
[785/862] 1806039=test_udp
[786/862] 1806039=test_pinned
[787/862] 1806039=test_exit
[788/862] 1806039=test_optimization
[789/862] 1806038=test_gem_commands_query_command
[790/862] 1806036=test_rdoc_rd
[791/862] 1806036=test_range
[792/862] 1806038=test_weakkeymap
[793/862] 1806038=test_formatter
[794/862] 1806038=test_rdoc_markup_document
[795/862] 1806038=test_lazy_enumerator
[796/862] 1806036=test_key_actor_vi
[797/862] 1806036=test_find_executable
[798/862] 1806036=test_ts
[799/862] 1806038=test_require
[800/862] 1806036=test_history
[801/862] 1806036=test_locale
[802/862] 1806036=test_dup
[803/862] 1806036=test_rdoc_rd_block_parser
[804/862] 1806036=test_name_error_extension
[805/862] 1806036=test_rdoc_ri_paths
[806/862] 1806036=test_https_proxy
[807/862] 1806036=test_stringify_symbols
[808/862] 1806036=test_pack
[809/862] 1806036=test_basicinstructions
[810/862] 1806036=test_update
[811/862] 1806036=test_ractor
[812/862] 1806036=test_verbose
[813/862] 1806036=test_key_actor_emacs
[814/862] 1806036=test_rdoc_tom_doc
[815/862] 1806036=test_gem_commands_fetch_command
[816/862] 1806036=ractor_test
[817/862] 1806036=test_normalize
[818/862] 1806036=test_sleep
[819/862] 1806036=test_bignum
[820/862] 1806036=test_rdoc_markup
[821/862] 1806036=test_gem_resolver_git_specification
[822/862] 1806038=test_files_test_2
[823/862] 1806038=test_singleton
[824/862] 1806038=test_spell_checker
[825/862] 1806038=test_ancdata
[826/862] 1806036=test_gem_source_fetch_problem
[827/862] 1806036=test_rdoc_parser_markdown
[828/862] 1806038=test_rdoc_i18n_text
[829/862] 1806038=test_rdoc_markup_indented_paragraph
[830/862] 1806038=test_gem_commands_lock_command
[831/862] 1806036=test_rdoc_markup_to_html_snippet
[832/862] 1806038=test_data
[833/862] 1806038=test_gem_commands_contents_command
[834/862] 1806036=test_ractor_compatibility
[835/862] 1806038=test_have_func
[836/862] 1806036=test_ws
[837/862] 1806036=test_gem_rdoc
[838/862] 1806036=test_erb_command
[839/862] 1806038=test_win32ole_variant_outarg
[840/862] 1806038=test_regex_casefold
[841/862] 1806036=test_unix
[842/862] 1806036=test_http
[843/862] 1806038=test_fd_setsize
[844/862] 1806038=test_gem_source_git
[845/862] 1806038=test_coder
[846/862] 1806038=test_symbol
[847/862] 1806039=test_context
[848/862] 1806039=test_gem_commands_sources_command
[849/862] 1806039=json_ext_parser_test
[850/862] 1806039=test_gem_resolver_vendor_specification
[851/862] 1806039=test_ostruct
[852/862] 1806039=test_koi8
[853/862] 1806039=test_not
[854/862] 1806039=test_rdoc_attr
[855/862] 1806039=test_gem_dependency_list
[856/862] 1806039=test_gem_ext_configure_builder
[857/862] 1806039=test_rdoc_generator_markup
[858/862] 1806039=test_rendering
[859/862] 1806039=test_filter
[860/862] 1806039=test_scanner_events
[861/862] 1806039=test_inlinecache
[862/862] 1806039=test_err_in_callback
Retrying...
Finished tests in 1040.246485s, 24.0895 tests/s, 9091.8875 assertions/s.
25059 tests, 9457804 assertions, 0 failures, 0 errors, 218 skips
ruby -v: ruby 3.4.0dev (2024-02-02T01:42:53Z master c0629a055a) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-02-02T01:42:53Z master c0629a055a) [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 572.746898 seconds
3728 files, 31902 examples, 141472 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.1807570.ruby -x gdbscript
[New LWP 1807570]
[New LWP 1807572]
[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 uleb128 (p=0x556cd9e248a0) at /tmp/ruby/src/trunk-O0/addr2line.c:223
223 unsigned char b = (unsigned char)*(*p)++;
[Current thread is 1 (Thread 0x7f18cedc87c0 (LWP 1807570))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f18cedc87c0 (LWP 1807570) uleb128 (p=0x556cd9e248a0) at /tmp/ruby/src/trunk-O0/addr2line.c:223
2 Thread 0x7f18b57ef640 (LWP 1807572) 0x00007f18ceef0fde in epoll_wait (epfd=4, events=0x556cd8d2989c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7f18b57ef640 (LWP 1807572)):
#0 0x00007f18ceef0fde in epoll_wait (epfd=4, events=0x556cd8d2989c <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 0x0000556cd887e03b in event_wait (vm=0x556cd9d902a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 21868
#2 0x0000556cd887e05f in timer_thread_polling (vm=0x556cd9d902a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = -110163177
#3 0x0000556cd887e71f in timer_thread_func (ptr=0x556cd9d902a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3024
vm = 0x556cd9d902a0
#4 0x00007f18cee5fb43 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 = {140721482240096, 2751185449250195416, 139744100939328, 25, 139744527120464, 140721482240448, -2873500611091363880, -2873383024126720040}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f18ceef0bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7f18cedc87c0 (LWP 1807570)):
#0 uleb128 (p=0x556cd9e248a0) at /tmp/ruby/src/trunk-O0/addr2line.c:223
b = 0 '\000'
r = 0
s = 0
#1 0x0000556cd89ea6b1 in di_skip_records (reader=0x556cd9e24820, errout=0x7f18cefe56a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1483
v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
at = 0
form = 24
#2 0x0000556cd89eb6c7 in debug_info_read (reader=0x556cd9e24820, num_traces=15, traces=0x556cd8d2c9a0 <trace>, lines=0x556cda663d50, offset=0, errout=0x7f18cefe56a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1906
die = {pos = 6527467, tag = 52, has_children = 0}
ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#3 0x0000556cd89ec7f1 in fill_lines (num_traces=15, traces=0x556cd8d2c9a0 <trace>, check_debuglink=1, objp=0x556cd9e25140, lines=0x556cda663d50, offset=0, errout=0x7f18cefe56a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
reader = {obj = 0x556cda6641b0, file = 0x7f18b26a4000 "\177ELF\002\001\001", current_version = 5 '\005', current_cu = 0x7f18b34af116 "\270\036\003", current_low_pc = 3808180, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f18b372e33f "\314&", debug_line_format = 4 '\004', debug_line_version = 5, debug_line_files = 0x7f18b371b07c "\002\001\037\002\017\220\004\215(", debug_line_directories = 0x7f18b371afec "\001\001\037#\036", p = 0x7f18b34c4197 "\001\354\r\n", cu_end = 0x7f18b34e0fd2 "\230x", pend = 0x7f18b3566bde "\001$", q0 = 0x7f18b3597dde "\001\064", q = 0x7f18b3597def "\002\005", format = 4, address_size = 8 '\b', level = 2, abbrev_table = {0x7f18ceff3000 "", 0x7f18b3597ddf "4", 0x7f18b3597df0 "\005", 0x7f18b3597e01 "(", 0x7f18b3597e0a "\r", 0x7f18b3597e1b "\005", 0x7f18b3597e2c ".\001\003\016:\v;\005\071!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f18b3597e48 "\005", 0x7f18b3597e4f "4", 0x7f18b3597e60 "\v\001\021\001\022\a", 0x7f18b3597e69 "\017", 0x7f18b3597e73 "\r", 0x7f18b3597e84 ".\001\003\016:\v;\005\071!\001'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f18b3597ea0 "\v\001\021\001\022\a\001\023", 0x7f18b3597eab "\023\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f18b3597ebc "\026", 0x7f18b3597ecb "&", 0x7f18b3597ed2 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031\001\023", 0x7f18b3597ee9 "(", 0x7f18b3597ef2 "\026", 0x7f18b3597f01 ".", 0x7f18b3597f1b "\r", 0x7f18b3597f2c ".\001\003\016:\v;\005\071!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f18b3597f46 "\v\001U\027\001\023", 0x7f18b3597f4f "\023\001\003\016\v\v:\v;\v9\v\001\023", 0x7f18b3597f60 "\001\001I\023\001\023", 0x7f18b3597f69 "\r", 0x7f18b3597f7a "\005", 0x7f18b3597f8b ".\001\003\016:\v;\v9!\001'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f18b3597fa7 "!", 0x7f18b3597fb0 ".\001?\031\003\016:\v;\005\071\v'\031I\023<\031\001\023", 0x7f18b3597fc7 "\005", 0x7f18b3597fd8 "4", 0x7f18b3597fe9 "\023\001\v\v:\v;\v9\v\001\023", 0x7f18b3597ff8 "4", 0x7f18b3598009 "\r", 0x7f18b3598018 "\r", 0x7f18b3598029 "\025\001'\031I\023\001\023", 0x7f18b3598034 "\004\001\003\016>\v\v!\004I\023:\v;\v9\v\001\023", 0x7f18b359804a ".\001?\031\003\016:\v;\v9\v'\031<\031\001\023", 0x7f18b359805f "4", 0x7f18b3598072 "\004\001\003\016>!\a\v!\004I\023:\v;\005\071\v\001\023", 0x7f18b3598089 "(", 0x7f18b3598092 "\n", 0x7f18b35980a1 ".\001\003\016:\v;\v9!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f18b35980bd "\023\001\v\v:\v;\005\071\v\001\023", 0x7f18b35980cc "\r", 0x7f18b35980df "\r", 0x7f18b35980f2 "\v\001U\027", 0x7f18b35980f9 "\030", 0x7f18b35980fe "\r", 0x7f18b359810d ".\001?\031\003\016:\v;\005\071!\001'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f18b359812b "$", 0x7f18b3598136 "\027\001\v\v:\v;\v9\v\001\023", 0x7f18b3598145 "\r", 0x7f18b3598158 ".", 0x7f18b3598173 "\023", 0x7f18b359817c "\004\001>!\a\v!\004I\023:\v;\v9\v\001\023", 0x7f18b3598191 ".\001?\031\003\016:\v;\005\071\v'\031<\031\001\023", 0x7f18b35981a6 ".\001\003\016:\v;\005\071!\001'\031\021\001\022\a@\030z\031\001\023", 0x7f18b35981c0 "\023\001\003\016\v\v\210\001!\b:\v;\v9\v\001\023", 0x7f18b35981d5 "\r", 0x7f18b35981ec ".\001?\031\003\016:\v;\005\071!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f18b3598208 "\025\001'\031\001\023", 0x7f18b3598211 "\027\001\v\v:\v;\005\071\v\001\023", 0x7f18b3598220 ".", 0x7f18b3598235 "\005", 0x7f18b359823e "\r", 0x7f18b359824d "4", 0x7f18b359825d "5", 0x7f18b3598264 "\023\001\003\016\v\005:\v;\005\071\v\001\023", 0x7f18b3598275 "!", 0x7f18b359827c "4", 0x7f18b359828f "\035\001\061\023\021\001\022\aX\vY\005W\v", 0x7f18b35982a0 "\r", 0x7f18b35982b1 "\004\001>!\a\v!\004I\023:\v;\005\071\v\001\023", 0x7f18b35982c6 "\r", 0x7f18b35982d9 "\r", 0x7f18b35982ec "\r", 0x7f18b35982fb ".", 0x7f18b3598310 ".\001?\031\003\016:\v;\v9!\006'\031\207\001\031<\031\001\023", 0x7f18b3598329 "\v\001", 0x7f18b359832e "\005", 0x7f18b359833e "\r", 0x7f18b3598353 "\023\001\v\005:!\026;\005\071\v\001\023", 0x7f18b3598363 "\026", 0x7f18b3598373 "!", 0x7f18b3598378 "(", 0x7f18b3598381 "\005", 0x7f18b3598395 "4", 0x7f18b35983a5 ".\001?\031\003\016:!$;\005\071!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f18b35983c4 ".\001\003\016:\v;\v9!\001'\031\021\001\022\a@\030z\031\001\023", 0x7f18b35983de ".\001\003\016:\v;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f18b35983f8 ".\001?\031\003\016:!\032;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f18b3598414 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f18b3598429 "$", 0x7f18b3598434 "\017", 0x7f18b359843b "\026", 0x7f18b3598444 "\023\001\003\016\v\v:\v;\v\001\023", 0x7f18b3598453 "\026", 0x7f18b3598460 "&", 0x7f18b3598465 "\026", 0x7f18b3598474 "(", 0x7f18b359847d "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f18b3598491 "\025\001I\023\001\023", 0x7f18b359849a "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f18b35984ae "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f18b35984bf "!", 0x7f18b35984c8 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f18b35984da "\026", 0x7f18b35984ec "\r", 0x7f18b35984ff "\r", 0x7f18b3598510 "\023\001\v\005:\v;\v9\v\001\023", 0x7f18b359851f "\r", 0x7f18b3598532 "4", 0x7f18b3598543 ".", 0x7f18b3598559 ".\001?\031\003\016:\v;\005\071\v'\031\207\001\031<\031\001\023", 0x7f18b3598571 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f18b359858f ".\001\003\016:\v;\005\071\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f18b35985ab "\n", 0x7f18b35985ba "\v\001\001\023", 0x7f18b35985c1 ".\001?\031\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x7f18b35985de "4", 0x7f18b35985eb "\004\001>\v\v\vI\023:\v;\005\071\v", 0x7f18b35985fc ".", 0x7f18b3598615 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f18b359862c "\005", 0x7f18b359863b ".", 0x7f18b3598655 ".", 0x7f18b357a0ae "\017", 0x7f18b357a0b6 "$", 0x7f18b357a0c2 "\026", 0x7f18b357a0d0 "&", 0x7f18b357a0d6 "\026", 0x7f18b357a0e6 "(", 0x7f18b357a0f0 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f18b357a105 "\025\001I\023\001\023", 0x7f18b357a10f "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f18b357a124 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f18b357a136 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f18b357a148 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f18b357a15b "\026", 0x7f18b357a16e "!", 0x7f18b357a174 "4", 0x7f18b357a184 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f18b357a19f ".", 0x7f18b357a1b6 ".", 0x7f18b357a1cd ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f18b357a1e9 ".", 0x7f18b357a206 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f18b357a227 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f18b357a246 ".", 0x7f18b357a260 ".", 0x7f18b357a27c "4", 0x7f18b357a288 ".", 0x7f18b357a2a3 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f18b357a2b7 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f18b357a2d6 ".", 0x7f18b357a2f1 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f18b357a307 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f18b357a324 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f18b357a33c ".", 0x7f18b4fcef98 "", 0x556cd9e25570 "\260\356\376\264\030\177", 0x556cd9e25568 "\t", 0x7f18b4fcefc0 "\360\357\374\264\030\177", 0x556cd9e24da8 "\361\242W\263\030\177", 0x556cd9e25528 "", 0x556cd9e25530 "", 0x556cd9e25538 "\001", 0x556cd9e25540 "\003", 0x7f18b4fcefa0 "", 0x7f18b4fcefa8 "", 0x7f18b4fcefb0 "", 0x7f18b4fcefb8 "", 0x7f18b4fcefc8 "\323\036\250\330lU", 0x0, 0x7f18b4fcefd0 "\260P\036\332lU", 0x556cd8a81ed3 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x556cd8a81e85 <fiber_entry> "\363\017\036\372UH\211\345H\203\354 H\211}\350H\211u\340H\213E\340H\213@\bH\211E\360H\213E\360H\213\200\200", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x556cd9e24ee0 "\220U\342\331lU", 0x556cd9e25180 "\320Q\342\331lU", 0x7f18ceefecb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x556cd9e24ee0 "\220U\342\331lU", 0x556cd9e24fd0 "", 0x556cd9e25180 "\320Q\342\331lU", 0x7f18cf00c994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x556cd9e25590 "\t", 0x556cd9e25588 "\340\360\374\264\030\177", 0x556cd9e25598 ""...}}
i = 0
j = 307
shstr = 0x7f18b414eda7 ""
ehdr = 0x7f18b26a4000
shdr = 0x7f18b414ef98
shstr_shdr = 0x7f18b414fb18
gnu_debuglink_shdr = 0x0
note_gnu_build_id = 0x7f18b414f058
fd = 5
filesize = 27966296
file = 0x7f18b26a4000 "\177ELF\002\001\001"
symtab_shdr = 0x7f18b414fa98
strtab_shdr = 0x7f18b414fad8
dynsym_shdr = 0x7f18b414f118
dynstr_shdr = 0x7f18b414f158
obj = 0x556cda6641b0
dladdr_fbase = 93925975511040
#4 0x0000556cd89ed19c in rb_dump_backtrace_with_lines (num_traces=15, traces=0x556cd8d2c9a0 <trace>, errout=0x7f18cefe56a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
addr = 139744092548784
i = 0
lines = 0x556cda663d50
obj = 0x556cda6641b0
dladdr_fbases = 0x556cda664120
main_path = 0x556cd9e250e0 "/tmp/ruby/build/trunk-O0/ruby"
len = 29
#5 0x0000556cd88fb0c4 in rb_print_backtrace (errout=0x7f18cefe56a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
trace = {0x556cd88fb0a9 <rb_print_backtrace+36>, 0x556cd88fb7cc <rb_vm_bugreport+656>, 0x556cd8aacf03 <rb_bug_for_fatal_signal+327>, 0x556cd8840101 <sigill>, 0x7f18cee0d520 <__restore_rt>, 0x556cd88b77ab <RB_FIXNUM_P+12>, 0x556cd88b8344 <rb_class_of+105>, 0x556cd88d138e <vm_sendish+323>, 0x556cd88d8bd8 <vm_exec_core+15223>, 0x556cd88ef724 <rb_vm_exec+320>, 0x556cd88ec311 <invoke_block+216>, 0x556cd88ecdad <vm_invoke_proc+911>, 0x556cd88ed551 <rb_vm_invoke_proc+170>, 0x556cd8a848af <rb_fiber_start+726>, 0x556cd8a81ed3 <fiber_initialize_coroutine>, 0x0 <repeats 1009 times>}
n = 15
#6 0x0000556cd88fb7cc in rb_vm_bugreport (ctx=0x556cd9e25500, errout=0x7f18cefe56a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
cmd = 0x0
other_runtime_info = other_runtime_info
vm = 0x556cd9d902a0
ec = 0x556cda1e4ee0
#7 0x0000556cd8aacf03 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x556cd9e25500, fmt=0x556cd8b5142b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
pid = -1
out = 0x7f18cefe56a0 <_IO_2_1_stderr_>
file = 0x7f18b4621270 "-"
line = 10
#8 0x0000556cd8840101 in sigsegv (sig=11, info=0x556cd9e25630, ctx=0x556cd9e25500) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9 <signal handler called>
No locals.
#10 0x0000556cd88b77ab in RB_FIXNUM_P (obj=9) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:249
No locals.
#11 0x0000556cd88b8344 in rb_class_of (obj=9) at /tmp/ruby/src/trunk-O0/include/ruby/internal/globals.h:186
No locals.
#12 0x0000556cd88d138e in vm_sendish (ec=0x556cda1e4ee0, reg_cfp=0x7f18b4feeeb0, cd=0x556cd9f43bd0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5602
val = 36
ci = 0xd0100100001
cc = 0x7f18b4615f70
argc = 0
recv = 9
calling = {cd = 0x556cd9f43bd0, cc = 0x0, block_handler = 0, recv = 9, argc = 0, kw_splat = false, heap_argv = 0}
#13 0x0000556cd88d8bd8 in vm_exec_core (ec=0x556cda1e4ee0) at ../../src/trunk-O0/insns.def:862
bh = 0
cd = 0x556cd9f43bd0
leaf = false
val = 1
reg_pc = 0x556cd9f41068
reg_cfp = 0x7f18b4feeeb0
insns_address_table = {0x556cd88d50cd <vm_exec_core+108>, 0x556cd88d512f <vm_exec_core+206>, 0x556cd88d5242 <vm_exec_core+481>, 0x556cd88d5356 <vm_exec_core+757>, 0x556cd88d54f4 <vm_exec_core+1171>, 0x556cd88d5624 <vm_exec_core+1475>, 0x556cd88d5836 <vm_exec_core+2005>, 0x556cd88d5948 <vm_exec_core+2279>, 0x556cd88d5a21 <vm_exec_core+2496>, 0x556cd88d5b28 <vm_exec_core+2759>, 0x556cd88d5c2f <vm_exec_core+3022>, 0x556cd88d5d3d <vm_exec_core+3292>, 0x556cd88d5e4f <vm_exec_core+3566>, 0x556cd88d5f1f <vm_exec_core+3774>, 0x556cd88d6028 <vm_exec_core+4039>, 0x556cd88d6122 <vm_exec_core+4289>, 0x556cd88d61e5 <vm_exec_core+4484>, 0x556cd88d62a8 <vm_exec_core+4679>, 0x556cd88d6331 <vm_exec_core+4816>, 0x556cd88d63bd <vm_exec_core+4956>, 0x556cd88d6463 <vm_exec_core+5122>, 0x556cd88d653b <vm_exec_core+5338>, 0x556cd88d6608 <vm_exec_core+5543>, 0x556cd88d66e6 <vm_exec_core+5765>, 0x556cd88d67a8 <vm_exec_core+5959>, 0x556cd88d68e7 <vm_exec_core+6278>, 0x556cd88d698d <vm_exec_core+6444>, 0x556cd88d6a72 <vm_exec_core+6673>, 0x556cd88d6ba1 <vm_exec_core+6976>, 0x556cd88d6c64 <vm_exec_core+7171>, 0x556cd88d6d27 <vm_exec_core+7366>, 0x556cd88d6e1e <vm_exec_core+7613>, 0x556cd88d6ee0 <vm_exec_core+7807>, 0x556cd88d6fa2 <vm_exec_core+8001>, 0x556cd88d709c <vm_exec_core+8251>, 0x556cd88d717b <vm_exec_core+8474>, 0x556cd88d7248 <vm_exec_core+8679>, 0x556cd88d7358 <vm_exec_core+8951>, 0x556cd88d7452 <vm_exec_core+9201>, 0x556cd88d74cd <vm_exec_core+9324>, 0x556cd88d758e <vm_exec_core+9517>, 0x556cd88d767c <vm_exec_core+9755>, 0x556cd88d772c <vm_exec_core+9931>, 0x556cd88d78ab <vm_exec_core+10314>, 0x556cd88d7985 <vm_exec_core+10532>, 0x556cd88d7a71 <vm_exec_core+10768>, 0x556cd88d7b02 <vm_exec_core+10913>, 0x556cd88d7c5d <vm_exec_core+11260>, 0x556cd88d8217 <vm_exec_core+12726>, 0x556cd88d8313 <vm_exec_core+12978>, 0x556cd88d8416 <vm_exec_core+13237>, 0x556cd88d8502 <vm_exec_core+13473>, 0x556cd88d871b <vm_exec_core+14010>, 0x556cd88d880d <vm_exec_core+14252>, 0x556cd88d8913 <vm_exec_core+14514>, 0x556cd88d8b1e <vm_exec_core+15037>, 0x556cd88d8cd5 <vm_exec_core+15476>, 0x556cd88d8e09 <vm_exec_core+15784>, 0x556cd88d8f7e <vm_exec_core+16157>, 0x556cd88d90b2 <vm_exec_core+16465>, 0x556cd88d9227 <vm_exec_core+16838>, 0x556cd88d9409 <vm_exec_core+17320>, 0x556cd88d9614 <vm_exec_core+17843>, 0x556cd88d97cb <vm_exec_core+18282>, 0x556cd88d98ed <vm_exec_core+18572>, 0x556cd88d9994 <vm_exec_core+18739>, 0x556cd88d9a58 <vm_exec_core+18935>, 0x556cd88d9b41 <vm_exec_core+19168>, 0x556cd88d9c2d <vm_exec_core+19404>, 0x556cd88d9d16 <vm_exec_core+19637>, 0x556cd88d9e2a <vm_exec_core+19913>, 0x556cd88d9f51 <vm_exec_core+20208>, 0x556cd88da090 <vm_exec_core+20527>, 0x556cd88da1cf <vm_exec_core+20846>, 0x556cd88da30e <vm_exec_core+21165>, 0x556cd88da44d <vm_exec_core+21484>, 0x556cd88da58c <vm_exec_core+21803>, 0x556cd88da6d6 <vm_exec_core+22133>, 0x556cd88da859 <vm_exec_core+22520>, 0x556cd88da998 <vm_exec_core+22839>, 0x556cd88daad7 <vm_exec_core+23158>, 0x556cd88dac16 <vm_exec_core+23477>, 0x556cd88dad55 <vm_exec_core+23796>, 0x556cd88dae94 <vm_exec_core+24115>, 0x556cd88dafd3 <vm_exec_core+24434>, 0x556cd88db112 <vm_exec_core+24753>, 0x556cd88db251 <vm_exec_core+25072>, 0x556cd88db3a9 <vm_exec_core+25416>, 0x556cd88db56f <vm_exec_core+25870>, 0x556cd88db6f6 <vm_exec_core+26261>, 0x556cd88db81e <vm_exec_core+26557>, 0x556cd88db946 <vm_exec_core+26853>, 0x556cd88dba69 <vm_exec_core+27144>, 0x556cd88dbb8c <vm_exec_core+27435>, 0x556cd88dbcc0 <vm_exec_core+27743>, 0x556cd88dbdff <vm_exec_core+28062>, 0x556cd88dbeea <vm_exec_core+28297>, 0x556cd88dbfef <vm_exec_core+28558>, 0x556cd88dc137 <vm_exec_core+28886>, 0x556cd88dc226 <vm_exec_core+29125>, 0x556cd88dc300 <vm_exec_core+29343>, 0x556cd88dc3d5 <vm_exec_core+29556>, 0x556cd88dc4b0 <vm_exec_core+29775>, 0x556cd88dc52c <vm_exec_core+29899>, 0x556cd88dc5a8 <vm_exec_core+30023>, 0x556cd88dc5c6 <vm_exec_core+30053>, 0x556cd88dc5e4 <vm_exec_core+30083>, 0x556cd88dc602 <vm_exec_core+30113>, 0x556cd88dc620 <vm_exec_core+30143>, 0x556cd88dc63e <vm_exec_core+30173>, 0x556cd88dc65c <vm_exec_core+30203>, 0x556cd88dc67a <vm_exec_core+30233>, 0x556cd88dc698 <vm_exec_core+30263>, 0x556cd88dc6b6 <vm_exec_core+30293>, 0x556cd88dc6d4 <vm_exec_core+30323>, 0x556cd88dc6f2 <vm_exec_core+30353>, 0x556cd88dc710 <vm_exec_core+30383>, 0x556cd88dc72e <vm_exec_core+30413>, 0x556cd88dc74c <vm_exec_core+30443>, 0x556cd88dc76a <vm_exec_core+30473>, 0x556cd88dc788 <vm_exec_core+30503>, 0x556cd88dc7a6 <vm_exec_core+30533>, 0x556cd88dc7c4 <vm_exec_core+30563>, 0x556cd88dc7e2 <vm_exec_core+30593>, 0x556cd88dc800 <vm_exec_core+30623>, 0x556cd88dc81e <vm_exec_core+30653>, 0x556cd88dc83c <vm_exec_core+30683>, 0x556cd88dc85a <vm_exec_core+30713>, 0x556cd88dc878 <vm_exec_core+30743>, 0x556cd88dc896 <vm_exec_core+30773>, 0x556cd88dc8b4 <vm_exec_core+30803>, 0x556cd88dc8d2 <vm_exec_core+30833>, 0x556cd88dc8f0 <vm_exec_core+30863>, 0x556cd88dc90e <vm_exec_core+30893>, 0x556cd88dc92c <vm_exec_core+30923>, 0x556cd88dc94a <vm_exec_core+30953>, 0x556cd88dc968 <vm_exec_core+30983>, 0x556cd88dc986 <vm_exec_core+31013>, 0x556cd88dc9a4 <vm_exec_core+31043>, 0x556cd88dc9c2 <vm_exec_core+31073>, 0x556cd88dc9e0 <vm_exec_core+31103>, 0x556cd88dc9fe <vm_exec_core+31133>, 0x556cd88dca1c <vm_exec_core+31163>, 0x556cd88dca3a <vm_exec_core+31193>, 0x556cd88dca58 <vm_exec_core+31223>, 0x556cd88dca76 <vm_exec_core+31253>, 0x556cd88dca94 <vm_exec_core+31283>, 0x556cd88dcab2 <vm_exec_core+31313>, 0x556cd88dcad0 <vm_exec_core+31343>, 0x556cd88dcaee <vm_exec_core+31373>, 0x556cd88dcb0c <vm_exec_core+31403>, 0x556cd88dcb2a <vm_exec_core+31433>, 0x556cd88dcb48 <vm_exec_core+31463>, 0x556cd88dcb66 <vm_exec_core+31493>, 0x556cd88dcb84 <vm_exec_core+31523>, 0x556cd88dcba2 <vm_exec_core+31553>, 0x556cd88dcbc0 <vm_exec_core+31583>, 0x556cd88dcbde <vm_exec_core+31613>, 0x556cd88dcbfc <vm_exec_core+31643>, 0x556cd88dcc1a <vm_exec_core+31673>, 0x556cd88dcc38 <vm_exec_core+31703>, 0x556cd88dcc56 <vm_exec_core+31733>, 0x556cd88dcc74 <vm_exec_core+31763>, 0x556cd88dcc92 <vm_exec_core+31793>, 0x556cd88dccb0 <vm_exec_core+31823>, 0x556cd88dccce <vm_exec_core+31853>, 0x556cd88dccec <vm_exec_core+31883>, 0x556cd88dcd0a <vm_exec_core+31913>, 0x556cd88dcd28 <vm_exec_core+31943>, 0x556cd88dcd46 <vm_exec_core+31973>, 0x556cd88dcd64 <vm_exec_core+32003>, 0x556cd88dcd82 <vm_exec_core+32033>, 0x556cd88dcda0 <vm_exec_core+32063>, 0x556cd88dcdbe <vm_exec_core+32093>, 0x556cd88dcddc <vm_exec_core+32123>, 0x556cd88dcdfa <vm_exec_core+32153>, 0x556cd88dce18 <vm_exec_core+32183>, 0x556cd88dce36 <vm_exec_core+32213>, 0x556cd88dce54 <vm_exec_core+32243>, 0x556cd88dce72 <vm_exec_core+32273>, 0x556cd88dce90 <vm_exec_core+32303>, 0x556cd88dceae <vm_exec_core+32333>, 0x556cd88dcedf <vm_exec_core+32382>, 0x556cd88dcefd <vm_exec_core+32412>, 0x556cd88dcf1b <vm_exec_core+32442>, 0x556cd88dcf39 <vm_exec_core+32472>, 0x556cd88dcf57 <vm_exec_core+32502>, 0x556cd88dcf75 <vm_exec_core+32532>, 0x556cd88dcf93 <vm_exec_core+32562>, 0x556cd88dcfb1 <vm_exec_core+32592>, 0x556cd88dcfcf <vm_exec_core+32622>, 0x556cd88dcfed <vm_exec_core+32652>, 0x556cd88dd00b <vm_exec_core+32682>, 0x556cd88dd029 <vm_exec_core+32712>, 0x556cd88dd047 <vm_exec_core+32742>, 0x556cd88dd065 <vm_exec_core+32772>, 0x556cd88dd083 <vm_exec_core+32802>, 0x556cd88dd0a1 <vm_exec_core+32832>, 0x556cd88dd0bf <vm_exec_core+32862>, 0x556cd88dd0dd <vm_exec_core+32892>...}
#14 0x0000556cd88ef724 in rb_vm_exec (ec=0x556cda1e4ee0) at /tmp/ruby/src/trunk-O0/vm.c:2489
_ec = 0x556cda1e4ee0
_tag = {tag = 36, retval = 4, buf = {0x7f18b4fcecc0, 0x556cd88ef6a2 <rb_vm_exec+190>, 0x0, 0x7f18b4fcec10, 0x0}, prev = 0x7f18b4fcef40, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#15 0x0000556cd88ec311 in invoke_block (ec=0x556cda1e4ee0, iseq=0x7f18b4616010, self=139744525405680, captured=0x556cda15fe60, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1512
arg_size = 0
#16 0x0000556cd88ecdad in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f18b4fcef08, argc=0, self=139744525405680, captured=0x556cda15fe60, ec=0x556cda1e4ee0) at /tmp/ruby/src/trunk-O0/vm.c:1582
iseq = 0x7f18b4616010
opt_pc = 0
type = 572653569
cfp = 0x7f18b4feefc8
sp = 0x7f18b4fcf018
flags = 0
use_argv = 0x7f18b4fcef08
av = {93926000265408, 0}
stack_argv = 0x7f18b4fcf018
#17 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f18b4fcef08, argc=0, self=139744525405680, proc=0x556cda15fe60, ec=0x556cda1e4ee0) at /tmp/ruby/src/trunk-O0/vm.c:1680
block = 0x556cda15fe60
#18 vm_invoke_proc (ec=0x556cda1e4ee0, proc=0x556cda15fe60, self=139744525405680, argc=0, argv=0x7f18b4fcef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1710
No locals.
#19 0x0000556cd88ed551 in rb_vm_invoke_proc (ec=0x556cda1e4ee0, proc=0x556cda15fe60, argc=0, argv=0x7f18b4fcef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1731
self = 139744525405680
#20 0x0000556cd8a848af in rb_fiber_start (fiber=0x556cda1e4e90) at /tmp/ruby/src/trunk-O0/cont.c:2536
cont = 0x556cda1e4e90
argc = 0
argv = 0x7f18b4fcef08
args = 4
_ec = 0x556cda1e4ee0
_tag = {tag = 36, retval = 0, buf = {0x7f18b4fcefc0, 0x556cd8a846c8 <rb_fiber_start+239>, 0x0, 0x7f18b4fceee0, 0x7f18b4fcefa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
th = 0x556cd9d92810
proc = 0x556cda15fe60
state = RUBY_TAG_NONE
need_interrupt = 0
err = 0
#21 0x0000556cd8a81ed3 in fiber_entry (from=0x556cd9d93e30, to=0x556cda1e50b0) at /tmp/ruby/src/trunk-O0/cont.c:847
fiber = 0x556cda1e4e90
thread = 0x556cd9d92810
#22 0x0000000000000000 in ?? ()
No symbol table info available.
>>> Dump Ruby level backtrace (if possible)