# Logfile created on 2024-01-30 05:10:03 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000555dfd532658 @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.20240130-051003", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000555dfd5cb5d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000555dfd5cb448 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000555dfd5cb2b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240130-051003", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240130-051003>, @binmode=false, @mon_data=#<Monitor:0x0000555dfd5cb1f0>, @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
bbb7ab9..83966a5 master -> origin/master
Updating bbb7ab9..83966a5
Fast-forward
prism_compile.c | 7 ++++++-
vm_exec.h | 1 -
2 files changed, 6 insertions(+), 2 deletions(-)
Latest commit hash = 83966a57fe
$$$[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/compile.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.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
8fce80a95e109352f64c6cb206bfa5235a7e522a910e8688e36c5f8a8231ed51 builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: 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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
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/bigdecimal-3.1.6/ext/bigdecimal'
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.2/ext/rbs_extension'
make[2]: Leaving 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/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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]: 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/syslog-0.1.2/ext/syslog'
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'
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.19.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 1885 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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=26567
"--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] 3123574=test_digest
[ 2/862] 3123575=test_files_lib
[ 3/862] 3123577=test_gem_commands_open_command
[ 4/862] 3123578=test_store
[ 5/862] 3123578=test_bug-5832
[ 6/862] 3123578=test_gem_resolver_lock_specification
[ 7/862] 3123577=test_nofree
[ 8/862] 3123577=test_gem_resolver_git_set
[ 9/862] 3123574=test_fiddle
[ 10/862] 3123574=test_emoji_breaks
[ 11/862] 3123578=test_gem_command
[ 12/862] 3123577=test_ractor
[ 13/862] 3123578=test_stringchar
[ 14/862] 3123577=format_errors_test
[ 15/862] 3123578=test_eval
[ 16/862] 3123577=test_member
[ 17/862] 3123577=test_rubygems
[ 18/862] 3123577=test_gem_security
[ 19/862] 3123578=test_shift_jis
[ 20/862] 3123578=test_rdoc_cross_reference
[ 21/862] 3123578=parser_test
[ 22/862] 3123578=test_rdoc_markup_to_joined_paragraph
[ 23/862] 3123578=test_arity
[ 24/862] 3123578=test_date_time
[ 25/862] 3123578=test_handle
[ 26/862] 3123578=test_did_you_mean
[ 27/862] 3123578=test_unicode_normalize
[ 28/862] 3123577=test_bug-3571
[ 29/862] 3123577=test_reline_key
[ 30/862] 3123577=test_rdoc_generator_ri
[ 31/862] 3123577=test_file
[ 32/862] 3123574=test_thread_fd_close
[ 33/862] 3123574=bom_test
[ 34/862] 3123574=test_safe_load
[ 35/862] 3123574=test_ansi_with_terminfo
[ 36/862] 3123574=test_gem_stream_ui
[ 37/862] 3123577=test_hash_create
[ 38/862] 3123577=locals_test
[ 39/862] 3123574=test_name_error
[ 40/862] 3123574=test_string
[ 41/862] 3123577=test_timeout
[ 42/862] 3123577=test_enumerator
[ 43/862] 3123575=test_weakref
[ 44/862] 3123575=test_rdoc_rubygems_hook
[ 45/862] 3123575=test_gem_commands_dependency_command
[ 46/862] 3123575=test_pkey_dsa
[ 47/862] 3123575=test_switch_hitter
[ 48/862] 3123575=test_scan_args
[ 49/862] 3123575=test_dot_dot
[ 50/862] 3123575=test_egrep_cpp
[ 51/862] 3123575=test_weakmap
[ 52/862] 3123578=test_date_conv
[ 53/862] 3123578=test_case_mapping
[ 54/862] 3123578=test_gem_source_subpath_problem
[ 55/862] 3123578=test_date_compat
[ 56/862] 3123578=test_flip
[ 57/862] 3123578=test_frozen
[ 58/862] 3123578=test_gem_source_local
[ 59/862] 3123578=test_win32ole_method
[ 60/862] 3123578=test_memory_view
[ 61/862] 3123578=test_stringio
[ 62/862] 3123578=test_exception_at_throwing
[ 63/862] 3123578=test_enumerator
[ 64/862] 3123578=test_sprintf
[ 65/862] 3123575=test_gem_uri
[ 66/862] 3123575=test_win32ole_type_event
[ 67/862] 3123575=test_rdoc_method_attr
[ 68/862] 3123578=test_gem_resolver_lock_set
[ 69/862] 3123578=test_rdoc_i18n_locale
[ 70/862] 3123578=test_flags
[ 71/862] 3123575=test_gem_resolver_installer_set
[ 72/862] 3123575=test_psych
[ 73/862] 3123575=test_ole_methods
[ 74/862] 3123575=test_gem_source_installed
[ 75/862] 3123575=test_gem_update_suggestion
[ 76/862] 3123575=test_http
[ 77/862] 3123575=test_ractor
[ 78/862] 3123575=test_severity
[ 79/862] 3123575=test_load
[ 80/862] 3123575=test_arithmetic_sequence
[ 81/862] 3123575=test_io_buffer
[ 82/862] 3123575=test_autoconf
[ 83/862] 3123575=test_bug_reporter
[ 84/862] 3123578=test_cgi_multipart
[ 85/862] 3123578=test_json_tree
[ 86/862] 3123578=test_win32ole_variant_m
[ 87/862] 3123578=test_tcp
[ 88/862] 3123575=test_kdf
[ 89/862] 3123575=test_rdoc_comment
[ 90/862] 3123578=test_cclass
[ 91/862] 3123578=test_rdoc_rdoc
[ 92/862] 3123575=test_gem_silent_ui
[ 93/862] 3123575=test_gem_ci_detector
[ 94/862] 3123575=test_gem_commands_signout_command
[ 95/862] 3123575=test_parser_events
[ 96/862] 3123578=test_io_wait_uncommon
[ 97/862] 3123578=test_gem_request_set_lockfile_parser
[ 98/862] 3123575=test_files_test
[ 99/862] 3123575=test_time
[100/862] 3123578=test_gem_bundler_version_finder
[101/862] 3123578=test_gem_dependency_resolution_error
[102/862] 3123578=test_rdoc_stats
[103/862] 3123578=test_enc_raise
[104/862] 3123578=test_webauthn_listener_response
[105/862] 3123578=test_inadvertent_creation
[106/862] 3123575=test_exception
[107/862] 3123578=test_provider
[108/862] 3123578=test_syntax
[109/862] 3123575=test_rdoc_store
[110/862] 3123577=test_case_comprehensive
[111/862] 3123575=test_asn1
[112/862] 3123575=test_placearg
[113/862] 3123575=test_len
[114/862] 3123575=attribute_write_test
[115/862] 3123575=test_popen_deadlock
[116/862] 3123575=test_gem_commands_specification_command
[117/862] 3123575=test_gem_impossible_dependencies_error
[118/862] 3123575=json_generator_test
[119/862] 3123575=test_continuation
[120/862] 3123575=test_str2big
[121/862] 3123575=test_gc_compact
[122/862] 3123574=test_rdoc_markup_to_ansi
[123/862] 3123574=test_delete
[124/862] 3123574=json_addition_test
[125/862] 3123574=test_qsort
[126/862] 3123574=test_gem_commands_build_command
[127/862] 3123574=test_complex
[128/862] 3123574=json_generic_object_test
[129/862] 3123574=test_m17n_comb
[130/862] 3123578=test_gem_commands_push_command
[131/862] 3123578=test_backtrace
[132/862] 3123578=test_common
[133/862] 3123578=test_class_name_check
[134/862] 3123578=test_type
[135/862] 3123578=test_enum
[136/862] 3123575=test_date_parse
[137/862] 3123575=test_folderitem2_invokeverb
[138/862] 3123575=test_gem_spec_fetcher
[139/862] 3123575=test_pkey_ec
[140/862] 3123575=test_gem_request
[141/862] 3123575=test_rdoc_token_stream
[142/862] 3123575=test_recorder
[143/862] 3123575=test_thread
[144/862] 3123575=test_gem_resolver_index_set
[145/862] 3123575=test_rdoc_generator_json_index
[146/862] 3123575=test_cgi_tag_helper
[147/862] 3123575=test_debug_cmd
[148/862] 3123575=test_workspace
[149/862] 3123574=test_win32ole_param_event
[150/862] 3123574=test_rdoc_single_class
[151/862] 3123574=parse_test
[152/862] 3123575=json_parser_test
[153/862] 3123578=test_gbk
[154/862] 3123578=!Nothing_to_test
[155/862] 3123578=test_rendering
[156/862] 3123575=test_gem_validator
[157/862] 3123575=test_rdoc_markup_formatter
[158/862] 3123575=test_usrmarshal
[159/862] 3123578=test_gem_commands_outdated_command
[160/862] 3123578=test_deprecated
[161/862] 3123578=test_integer_comb
[162/862] 3123575=test_nil2vtempty
[163/862] 3123575=test_div
[164/862] 3123575=test_kernel
[165/862] 3123575=test_profile_frames
[166/862] 3123575=test_windows_1252
[167/862] 3123575=test_null
[168/862] 3123575=test_x509store
[169/862] 3123575=test_exception
[170/862] 3123575=test_win32ole_type
[171/862] 3123575=test_input_method
[172/862] 3123575=regexp_test
[173/862] 3123575=test_enc_str_buf_cat
[174/862] 3123575=test_generic
[175/862] 3123575=test_gem_dependency_installer
[176/862] 3123574=test_gem_source_lock
[177/862] 3123574=test_optarg
[178/862] 3123574=test_ripper
[179/862] 3123575=test_assignment
[180/862] 3123574=test_gem_available_set
[181/862] 3123574=test_memory_view
[182/862] 3123574=test_modify_expand
[183/862] 3123574=test_my_integer
[184/862] 3123574=test_call
[185/862] 3123574=test_require
[186/862] 3123574=test_gem_source_vendor
[187/862] 3123574=test_autoload
[188/862] 3123578=test_gem_dependency
[189/862] 3123578=test_cgi_util
[190/862] 3123578=test_rdoc_text
[191/862] 3123578=test_ansi_without_terminfo
[192/862] 3123578=test_gem_resolver_dependency_request
[193/862] 3123578=test_ns_spki
[194/862] 3123578=test_random
[195/862] 3123578=test_gem_version
[196/862] 3123578=test_rdoc_markdown_test
[197/862] 3123575=test_rdoc_normal_module
[198/862] 3123575=test_rdoc_markup_hard_break
[199/862] 3123575=test_ssl_session
[200/862] 3123575=test_tmpdir
[201/862] 3123575=test_noarg
[202/862] 3123575=test_gem_commands_pristine_command
[203/862] 3123578=test_change_word
[204/862] 3123578=test_trick
[205/862] 3123575=test_rdoc_markup_to_markdown
[206/862] 3123575=test_key_name_check
[207/862] 3123575=test_utf32
[208/862] 3123575=test_type_completor
[209/862] 3123575=test_iseq_load
[210/862] 3123574=test_gem_resolver_requirement_list
[211/862] 3123574=test_arith_seq_beg_len_step
[212/862] 3123574=test_scalar
[213/862] 3123574=test_rubyoptions
[214/862] 3123575=test_thread
[215/862] 3123575=test_nextafter
[216/862] 3123575=test_capacity
[217/862] 3123575=test_gem_commands_mirror
[218/862] 3123575=test_date_marshal
[219/862] 3123575=test_literal
[220/862] 3123578=test_gem_commands_cleanup_command
[221/862] 3123575=test_euc_kr
[222/862] 3123575=test_httpheader
[223/862] 3123575=test_shapes
[224/862] 3123575=test_rdoc_ri_driver
[225/862] 3123578=test_rdoc_markup_include
[226/862] 3123578=test_cesu8
[227/862] 3123578=test_typeddata
[228/862] 3123578=test_clone
[229/862] 3123575=test_rdoc_servlet
[230/862] 3123575=test_tree_builder
[231/862] 3123575=test_rdoc_generator_pot_po
[232/862] 3123575=test_protect
[233/862] 3123575=parse_comments_test
[234/862] 3123575=test_forwardable
[235/862] 3123578=test_gem_resolver_api_set
[236/862] 3123575=test_dryrun
[237/862] 3123575=test_ractor
[238/862] 3123578=test_gem_security_trust_dir
[239/862] 3123578=test_line_editor
[240/862] 3123578=test_pkey
[241/862] 3123578=test_stream
[242/862] 3123578=test_yield
[243/862] 3123575=test_kwargs
[244/862] 3123575=test_integer
[245/862] 3123575=test_string_memory
[246/862] 3123575=test_io_wait
[247/862] 3123575=test_acceptable
[248/862] 3123575=test_gem_request_set
[249/862] 3123575=test_undef
[250/862] 3123575=test_date_ractor
[251/862] 3123575=test_http_request
[252/862] 3123575=test_gem_name_tuple
[253/862] 3123575=constant_path_node_test
[254/862] 3123575=test_bundled_ca
[255/862] 3123575=test_external_new
[256/862] 3123575=test_win32ole_typelib
[257/862] 3123575=test_process
[258/862] 3123578=test_config
[259/862] 3123578=test_rat
[260/862] 3123578=test_mdns
[261/862] 3123578=test_ifunless
[262/862] 3123578=test_key_stroke
[263/862] 3123578=test_ractor
[264/862] 3123578=test_config
[265/862] 3123578=test_alias_and_anchor
[266/862] 3123578=test_abi
[267/862] 3123578=test_rdoc_any_method
[268/862] 3123578=test_complexrational
[269/862] 3123578=test_hash
[270/862] 3123578=test_gem_ext_ext_conf_builder
[271/862] 3123574=test_win32ole_method_event
[272/862] 3123574=test_securerandom
[273/862] 3123574=test_path_to_class
[274/862] 3123574=test_function_entry
[275/862] 3123574=test_gem_resolver_activation_request
[276/862] 3123574=test_pkey_dh
[277/862] 3123574=test_gem_security_policy
[278/862] 3123578=test_ellipsize
[279/862] 3123578=test_emitter
[280/862] 3123578=test_io
[281/862] 3123574=test_rdoc_context_section
[282/862] 3123578=test_gem_commands_check_command
[283/862] 3123574=test_big2str
[284/862] 3123574=test_data
[285/862] 3123574=test_gem_commands_yank_command
[286/862] 3123578=test_rdoc_alias
[287/862] 3123578=test_queue
[288/862] 3123578=test_stream
[289/862] 3123578=test_gem_ext_builder
[290/862] 3123574=test_human_typo
[291/862] 3123574=test_prettyprint
[292/862] 3123574=test_threadgroup
[293/862] 3123574=test_to_ruby
[294/862] 3123574=test_rdoc_extend
[295/862] 3123574=test_merge_keys
[296/862] 3123574=test_c_struct_builder
[297/862] 3123574=test_gem_resolver_index_specification
[298/862] 3123574=test_gem_package_tar_header
[299/862] 3123574=test_io_buffer
[300/862] 3123574=test_gem_ext_cargo_builder
[301/862] 3123574=test_method
[302/862] 3123578=test_rdoc_markup_parser
[303/862] 3123578=test_gem_source_specific_file
[304/862] 3123578=test_pkcs12
[305/862] 3123578=test_gem_installer
[306/862] 3123577=test_rdoc_constant
[307/862] 3123577=test_deprecate
[308/862] 3123577=test_comparable
[309/862] 3123577=test_rdoc_normal_class
[310/862] 3123577=test_gem_package_tar_reader
[311/862] 3123577=test_ipaddr
[312/862] 3123577=test_rdoc_rd_inline
[313/862] 3123577=test_rdoc_markdown
[314/862] 3123577=test_files_test_1
[315/862] 3123578=test_io_timeout
[316/862] 3123578=test_class
[317/862] 3123574=test_rdoc_encoding
[318/862] 3123574=test_const
[319/862] 3123574=test_fstring
[320/862] 3123577=test_nomethod_error
[321/862] 3123577=test_euc_tw
[322/862] 3123577=test_rdoc_markup_paragraph
[323/862] 3123574=json_string_matching_test
[324/862] 3123577=test_cmd
[325/862] 3123574=test_path
[326/862] 3123574=test_rdoc_markup_raw
[327/862] 3123574=test_object_create_start
[328/862] 3123574=magic_comment_test
[329/862] 3123574=test_duplicate
[330/862] 3123574=test_wait
[331/862] 3123574=test_gem_commands_cert_command
[332/862] 3123574=test_date_new
[333/862] 3123574=test_tempfile
[334/862] 3123577=test_utf16
[335/862] 3123577=test_require_path_check
[336/862] 3123577=test_gem_unsatisfiable_dependency_error
[337/862] 3123577=test_ldap
[338/862] 3123577=test_color
[339/862] 3123574=test_backtrace
[340/862] 3123577=test_pkey_rsa
[341/862] 3123577=test_bigzero
[342/862] 3123577=test_stack
[343/862] 3123574=test_macro
[344/862] 3123574=test_numhash
[345/862] 3123574=test_rdoc_task
[346/862] 3123574=test_rdoc_markup_to_html
[347/862] 3123574=test_rdoc_parser_c
[348/862] 3123574=test_gem_platform
[349/862] 3123574=json_fixtures_test
[350/862] 3123574=test_econv
[351/862] 3123577=newline_test
[352/862] 3123577=test_rdoc_markup_verbatim
[353/862] 3123577=test_emitter
[354/862] 3123577=encoding_test
[355/862] 3123577=test_bmethod
[356/862] 3123577=test_pty
[357/862] 3123577=test_gem_commands_environment_command
[358/862] 3123577=test_numeric
[359/862] 3123577=test_erb
[360/862] 3123574=test_gem_request_set_lockfile
[361/862] 3123577=test_uncorrectable_name_check
[362/862] 3123577=test_postponed_job
[363/862] 3123574=test_gem_commands_setup_command
[364/862] 3123577=test_hmac
[365/862] 3123577=test_rdoc_top_level
[366/862] 3123578=test_method_name_check
[367/862] 3123578=test_parse
[368/862] 3123577=test_array
[369/862] 3123577=test_debug
[370/862] 3123578=comments_test
[371/862] 3123577=test_yaml
[372/862] 3123578=test_reline
[373/862] 3123574=test_gem_stub_specification
[374/862] 3123577=test_assembler
[375/862] 3123577=test_mkmf
[376/862] 3123577=test_raise
[377/862] 3123577=test_function
[378/862] 3123578=test_string
[379/862] 3123578=test_gem_source
[380/862] 3123574=test_fnmatch
[381/862] 3123574=test_x509name
[382/862] 3123574=test_pack
[383/862] 3123577=test_rdoc_markup_heading
[384/862] 3123577=test_benchmark
[385/862] 3123574=test_random_formatter
[386/862] 3123574=test_depth_first
[387/862] 3123574=test_rdoc_markup_to_html_crossref
[388/862] 3123578=test_class2name
[389/862] 3123578=test_yamlstore
[390/862] 3123578=test_socket
[391/862] 3123577=test_framework
[392/862] 3123577=test_rdoc_code_object
[393/862] 3123574=test_gem_commands_uninstall_command
[394/862] 3123575=test_erb_m17n
[395/862] 3123575=test_date_attr
[396/862] 3123575=test_color_printer
[397/862] 3123575=test_rdoc_rd_inline_parser
[398/862] 3123575=test_sleep
[399/862] 3123575=test_basicsocket
[400/862] 3123575=test_defined
[401/862] 3123577=test_condition
[402/862] 3123577=test_cp949
[403/862] 3123577=test_gem_commands_search_command
[404/862] 3123577=test_iseq
[405/862] 3123575=test_sizeof
[406/862] 3123574=test_sorted_set
[407/862] 3123578=test_emoji
[408/862] 3123577=test_face
[409/862] 3123574=test_system
[410/862] 3123577=test_zsh_completion
[411/862] 3123577=test_resource
[412/862] 3123578=library_symbols_test
[413/862] 3123577=test_gem_commands_signin_command
[414/862] 3123578=test_file
[415/862] 3123578=test_init
[416/862] 3123577=test_set
[417/862] 3123577=test_date_strftime
[418/862] 3123578=test_reqarg
[419/862] 3123578=test_history
[420/862] 3123578=test_method_cache
[421/862] 3123578=test_gem_gemcutter_utilities
[422/862] 3123578=test_float
[423/862] 3123577=test_gem_commands_which_command
[424/862] 3123577=test_passing_block
[425/862] 3123577=test_mul
[426/862] 3123577=test_primitive
[427/862] 3123577=test_monitor
[428/862] 3123577=test_yjit_exit_locations
[429/862] 3123577=test_data_error
[430/862] 3123577=test_cstr
[431/862] 3123575=test_gem_config_file
[432/862] 3123574=test_whileuntil
[433/862] 3123575=test_gem_resolver_best_set
[434/862] 3123574=test_document
[435/862] 3123574=test_omap
[436/862] 3123574=test_sockopt
[437/862] 3123574=test_gem_uri_formatter
[438/862] 3123574=test_encoding
[439/862] 3123575=test_yaml_tree
[440/862] 3123574=test_windows_1251
[441/862] 3123574=test_shellwords
[442/862] 3123574=test_gb18030
[443/862] 3123574=test_gem_package_tar_writer
[444/862] 3123575=test_nesting_parser
[445/862] 3123575=test_vm_dump
[446/862] 3123575=test_thread_queue
[447/862] 3123574=test_gem_resolver_conflict
[448/862] 3123574=test_nowrite
[449/862] 3123574=errors_test
[450/862] 3123574=test_fileutils
[451/862] 3123578=test_pathname
[452/862] 3123578=test_coverage
[453/862] 3123574=test_helper
[454/862] 3123574=test_case
[455/862] 3123574=test_gem_path_support
[456/862] 3123574=test_class
[457/862] 3123574=test_configuration
[458/862] 3123577=test_fips
[459/862] 3123574=test_wss
[460/862] 3123574=test_x509ext
[461/862] 3123574=test_gc
[462/862] 3123574=test_math
[463/862] 3123574=test_libs
[464/862] 3123574=test_x509attr
[465/862] 3123574=test_unicode
[466/862] 3123574=test_set_len
[467/862] 3123574=test_marshalable
[468/862] 3123574=test_rdoc_parser_rd
[469/862] 3123577=test_webauthn_poller
[470/862] 3123574=test_rdoc_parser
[471/862] 3123574=test_webauthn_listener
[472/862] 3123577=test_thread_cvLeaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 39571>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11
[473/862] 3123574=test_pattern_matching
[474/862] 3123574=test_gem_requirement
[475/862] 3123577=test_word
[476/862] 3123577=test_numeric
[477/862] 3123577=test_gem_resolver_vendor_set
[478/862] 3123577=test_cmethod
[479/862] 3123577=test_gem_commands_list_command
[480/862] 3123577=test_gem_resolver_installed_specification
[481/862] 3123574=test_irb
[482/862] 3123577=test_parser
[483/862] 3123577=test_gem_ext_rake_builder
[484/862] 3123578=test_keyword
[485/862] 3123574=test_ensured
[486/862] 3123575=test_hash
[487/862] 3123574=test_x509crl
[488/862] 3123574=test_iter_break
[489/862] 3123574=test_pkcs7
[490/862] 3123578=test_cgi_session
[491/862] 3123578=test_gem_install_update_options
[492/862] 3123574=test_num2int
[493/862] 3123574=test_project_sanity
[494/862] 3123578=test_address_resolve
[495/862] 3123578=test_gem_command_manager
[496/862] 3123574=test_refinement
[497/862] 3123577=test_m17n
[498/862] 3123578=test_frozen_error
[499/862] 3123578=test_yjit
[500/862] 3123577=test_files_ext
[501/862] 3123577=test_gem_ext_cargo_builder_link_flag_converter
[502/862] 3123577=test_array
[503/862] 3123574=test_argf
[504/862] 3123575=test_console_attr
[505/862] 3123575=test_x509req
[506/862] 3123575=test_complex2
[507/862] 3123575=dispatcher_test
[508/862] 3123575=test_eval_history
[509/862] 3123575=test_ruby_lex
[510/862] 3123575=test_win32ole_record
[511/862] 3123575=test_ossl
[512/862] 3123578=test_ubf_async_safe
[513/862] 3123578=test_insns_leaf
[514/862] 3123578=test_gem_version_option
[515/862] 3123578=test_gem_commands_help_command
[516/862] 3123578=test_set
[517/862] 3123578=test_rdoc_include
[518/862] 3123578=test_yield_block
[519/862] 3123578=test_pkg_config
[520/862] 3123578=test_rdoc_options
[521/862] 3123575=test_dln
[522/862] 3123575=test_at_exit
[523/862] 3123575=test_closure
[524/862] 3123578=test_gem_resolver_local_specification
[525/862] 3123578=test_object
[526/862] 3123578=test_digest
[527/862] 3123578=version_test
[528/862] 3123578=test_gem_resolver
[529/862] 3123578=test_win32ole_variable
[530/862] 3123578=test_scheduler
[531/862] 3123577=test_object_references
[532/862] 3123577=test_cgi_cookie
[533/862] 3123578=test_tsort
[534/862] 3123577=test_gem_commands_exec_command
[535/862] 3123578=test_rdoc_markup_to_label
[536/862] 3123575=test_gem_package_tar_reader_entry
[537/862] 3123578=test_gem_specification
[538/862] 3123575=test_metaclass
[539/862] 3123575=test_rbconfig
[540/862] 3123575=test_files_sample
[541/862] 3123575=test_timeout
[542/862] 3123575=test_objspace
[543/862] 3123577=test_httpresponses
[544/862] 3123577=test_gem_commands_server_command
[545/862] 3123577=test_mixed_unicode_escapes
[546/862] 3123577=test_rdoc_generator_darkfish
[547/862] 3123577=test_have_library
[548/862] 3123574=test_load
[549/862] 3123574=test_within_pipe
[550/862] 3123574=test_new
[551/862] 3123574=test_big5
[552/862] 3123574=test_time_tz
[553/862] 3123574=test_beginendblock
[554/862] 3123577=test_cipher
[555/862] 3123577=test_rdoc_parser_ruby
[556/862] 3123578=test_httpresponse
[557/862] 3123578=test_pack
[558/862] 3123574=test_arith_seq_extract
[559/862] 3123574=test_config
[560/862] 3123574=test_gem_request_connection_pools
[561/862] 3123578=test_rubyvm
[562/862] 3123578=test_ractor
[563/862] 3123578=test_logperiod
[564/862] 3123578=test_io_console
[565/862] 3123574=test_bn
[566/862] 3123574=test_recursion
[567/862] 3123574=test_c_union_entity
[568/862] 3123574=test_string_processing
[569/862] 3123574=test_cparser
[570/862] 3123577=test_rdoc_markup_attributes
[571/862] 3123577=test_unicode_escape
[572/862] 3123577=test_digest_extend
[573/862] 3123577=test_ssl
[574/862] 3123578=test_logger
[575/862] 3123578=test_engine
[576/862] 3123578=test_rb_str_dup
[577/862] 3123578=test_key_error
[578/862] 3123578=test_module
[579/862] 3123574=test_symbol
[580/862] 3123574=test_append
[581/862] 3123574=test_rdoc_markup_to_table_of_contents
[582/862] 3123574=test_gem_commands_unpack_command
[583/862] 3123574=test_x509cert
[584/862] 3123574=test_enc_associate
[585/862] 3123574=test_pp
[586/862] 3123574=test_ftp
[587/862] 3123574=test_logdevice
[588/862] 3123578=test_last_thread
[589/862] 3123578=test_import
[590/862] 3123577=test_array_create
[591/862] 3123577=test_key_event_record
[592/862] 3123577=test_scalar_scanner
[593/862] 3123577=test_notimplement
[594/862] 3123577=test_etc
[595/862] 3123574=test_struct
[596/862] 3123577=test_win32ole_event
[597/862] 3123577=test_option
[598/862] 3123574=test_mutex
[599/862] 3123577=test_euc_jp
[600/862] 3123577=test_tree_spell_checker
[601/862] 3123577=test_gem_util
[602/862] 3123574=test_require_lib
[603/862] 3123577=test_objectspace
[604/862] 3123577=test_integer
[605/862] 3123578=test_gem_ext_cmake_builder
[606/862] 3123578=test_interned_str
[607/862] 3123578=test_sexp
[608/862] 3123578=test_io
[609/862] 3123574=test_compile_prism
[610/862] 3123574=test_marshal
[611/862] 3123577=test_gem_commands_update_command
[612/862] 3123574=json_encoding_test
[613/862] 3123574=test_raise_exception
[614/862] 3123574=test_rdoc_markup_to_bs
[615/862] 3123574=ripper_compat_test
[616/862] 3123574=test_optparse
[617/862] 3123574=test_rdoc_markup_to_tt_only
[618/862] 3123574=test_gem_console_ui
[619/862] 3123574=test_https
[620/862] 3123577=test_case_options
[621/862] 3123577=test_evaluation
[622/862] 3123577=test_ssl
[623/862] 3123574=test_ractor
[624/862] 3123577=test_constant
[625/862] 3123574=test_completion
[626/862] 3123574=test_buffered_io
[627/862] 3123574=test_to_ary_concat
[628/862] 3123577=test_encoding
[629/862] 3123577=test_addrinfo
[630/862] 3123577=test_gem
[631/862] 3123577=test_bug-14834
[632/862] 3123577=test_fixnum
[633/862] 3123577=test_signal
[634/862] 3123577=test_cgi_core
[635/862] 3123577=test_bash_completion
[636/862] 3123577=test_delegate
[637/862] 3123577=test_gem_ext_cargo_builder_unit
[638/862] 3123577=test_rdoc_require
[639/862] 3123577=test_parser
[640/862] 3123577=test_terminfo
[641/862] 3123577=test_fiber
[642/862] 3123574=test_rational2
[643/862] 3123574=test_thread
[644/862] 3123577=test_pattern_key_name_check
[645/862] 3123577=test_remote_fetch_error
[646/862] 3123577=test_require
[647/862] 3123577=test_udp
[648/862] 3123577=test_pinned
[649/862] 3123577=test_open3
[650/862] 3123574=test_exit
[651/862] 3123574=test_rdoc_rd
[652/862] 3123574=test_range
[653/862] 3123578=test_optimization
[654/862] 3123574=test_gem_commands_query_command
[655/862] 3123574=test_rdoc_markup_document
[656/862] 3123574=test_key_actor_vi
[657/862] 3123574=test_lazy_enumerator
[658/862] 3123577=test_weakkeymap
[659/862] 3123574=test_formatter
[660/862] 3123574=test_history
[661/862] 3123574=test_locale
[662/862] 3123577=test_dup
[663/862] 3123574=test_find_executable
[664/862] 3123574=test_ts
[665/862] 3123577=test_require
[666/862] 3123574=test_grapheme_breaks
[667/862] 3123574=test_ractor
[668/862] 3123574=json_common_interface_test
[669/862] 3123574=test_rdoc_parser_simple
[670/862] 3123574=test_enumerable
[671/862] 3123574=test_signedness
[672/862] 3123574=test_too_many_dummy_encodings
[673/862] 3123574=test_gem_commands_stale_command
[674/862] 3123574=test_svcb_https
[675/862] 3123574=test_buffering
[676/862] 3123574=test_gem_package
[677/862] 3123577=test_gem_security_signer
[678/862] 3123577=test_date_arith
[679/862] 3123577=location_test
[680/862] 3123577=test_gem_resolver_api_specification
[681/862] 3123577=test_struct
[682/862] 3123577=test_propertyputref
[683/862] 3123577=fuzzer_test
[684/862] 3123577=test_ast
[685/862] 3123574=test_rand
[686/862] 3123574=test_serialize_subclasses
[687/862] 3123574=test_instrumentation_api
[688/862] 3123574=test_default_gems
[689/862] 3123578=test_gem_safe_marshal
[690/862] 3123574=ruby_api_test
[691/862] 3123574=test_gem_request_set_lockfile_tokenizer
[692/862] 3123575=test_gem_doctor
[693/862] 3123574=test_date_strptime
[694/862] 3123575=test_rdoc_markup_indented_paragraph
[695/862] 3123575=test_gem_source_fetch_problem
[696/862] 3123575=test_rdoc_parser_markdown
[697/862] 3123575=test_rdoc_i18n_text
[698/862] 3123575=test_data
[699/862] 3123575=test_gem_commands_lock_command
[700/862] 3123574=test_rdoc_markup_to_html_snippet
[701/862] 3123575=test_unix
[702/862] 3123575=test_regex_casefold
[703/862] 3123574=test_fd_setsize
[704/862] 3123574=test_http
[705/862] 3123578=test_gem_source_git
[706/862] 3123575=test_ractor_compatibility
[707/862] 3123575=test_have_func
[708/862] 3123578=test_gem_commands_contents_command
[709/862] 3123578=test_ws
[710/862] 3123578=test_gem_rdoc
[711/862] 3123578=test_erb_command
[712/862] 3123578=test_win32ole_variant_outarg
[713/862] 3123578=test_gem_commands_sources_command
[714/862] 3123575=test_coder
[715/862] 3123575=test_symbol
[716/862] 3123578=test_context
[717/862] 3123578=test_ostruct
[718/862] 3123578=test_koi8
[719/862] 3123578=test_not
[720/862] 3123578=test_rdoc_attr
[721/862] 3123578=test_gem_resolver_vendor_specification
[722/862] 3123578=json_ext_parser_test
[723/862] 3123578=test_filter
[724/862] 3123578=test_scanner_events
[725/862] 3123578=test_inlinecache
[726/862] 3123578=test_gem_dependency_list
[727/862] 3123578=test_gem_ext_configure_builder
[728/862] 3123578=test_rendering
[729/862] 3123578=test_rdoc_generator_markup
[730/862] 3123578=test_err_in_callback
[731/862] 3123578=test_rdoc_rd_block_parser
[732/862] 3123578=test_rdoc_ri_paths
[733/862] 3123578=test_name_error_extension
[734/862] 3123578=test_https_proxy
[735/862] 3123578=test_pack
[736/862] 3123578=test_stringify_symbols
[737/862] 3123578=test_ractor
[738/862] 3123578=test_verbose
[739/862] 3123578=test_key_actor_emacs
[740/862] 3123578=test_update
[741/862] 3123578=test_basicinstructions
[742/862] 3123578=test_gem_commands_fetch_command
[743/862] 3123578=ractor_test
[744/862] 3123578=test_rdoc_tom_doc
[745/862] 3123578=test_sleep
[746/862] 3123574=test_bignum
[747/862] 3123574=test_normalize
[748/862] 3123574=test_rdoc_markup
[749/862] 3123574=test_files_test_2
[750/862] 3123578=test_gem_resolver_git_specification
[751/862] 3123578=test_spell_checker
[752/862] 3123578=test_ancdata
[753/862] 3123578=test_singleton
[754/862] 3123578=test_rdoc_class_module
[755/862] 3123575=test_nil
[756/862] 3123575=test_trace
[757/862] 3123575=test_rdoc_markup_attribute_manager
[758/862] 3123575=test_find
[759/862] 3123575=test_arity
[760/862] 3123575=test_object
[761/862] 3123578=test_summary
[762/862] 3123578=test_win32ole_variant
[763/862] 3123578=test_gem_resolver_composed_set
[764/862] 3123578=test_foreach
[765/862] 3123578=test_install
[766/862] 3123578=test_jaro_winkler
[767/862] 3123578=test_func
[768/862] 3123575=unescape_test
[769/862] 3123575=test_yamldbm
[770/862] 3123575=test_flush
[771/862] 3123575=test_resolve_symbol
[772/862] 3123575=test_pair
[773/862] 3123574=test_stat
[774/862] 3123574=test_gc
[775/862] 3123575=test_gem_local_remote_options
[776/862] 3123575=test_rational
[777/862] 3123575=test_gem_commands_owner_command
[778/862] 3123575=test_cgi_modruby
[779/862] 3123575=test_rdoc_context
[780/862] 3123575=test_random
[781/862] 3123575=test_c_struct_entry
[782/862] 3123578=test_date
[783/862] 3123578=test_open-uri
[784/862] 3123575=test_nonblock
[785/862] 3123575=test_lexer
[786/862] 3123575=test_mailto
[787/862] 3123575=test_gem_commands_install_command
[788/862] 3123578=test_enumerator_kw
[789/862] 3123578=test_iso_8859
[790/862] 3123578=test_dir
[791/862] 3123578=test_coderange
[792/862] 3123578=test_transcode
[793/862] 3123578=test_gem_source_list
[794/862] 3123578=test_yaml_special_cases
[795/862] 3123578=test_rdoc_parser_changelog
[796/862] 3123575=parameters_signature_test
[797/862] 3123575=test_kill_ring
[798/862] 3123575=test_boolean
[799/862] 3123578=test_gem_package_old
[800/862] 3123575=test_method_cache
[801/862] 3123578=memsize_test
[802/862] 3123575=test_time
[803/862] 3123578=heredoc_dedent_test
[804/862] 3123578=test_sprintf_comb
[805/862] 3123575=test_win32ole_param
[806/862] 3123575=test_ocsp
[807/862] 3123578=test_super
[808/862] 3123575=test_readpartial
[809/862] 3123575=test_lambda
[810/862] 3123575=test_gem_request_set_gem_dependency_api
[811/862] 3123575=test_settracefunc
[812/862] 3123575=test_gem_text
[813/862] 3123575=test_pstore
[814/862] 3123578=test_variable
[815/862] 3123575=test_win32ole
[816/862] 3123575=test_config
[817/862] 3123578=test_error_highlight
[818/862] 3123575=test_internal_ivar
[819/862] 3123575=test_tracepoint
[820/862] 3123578=test_gem_resolver_specification
[821/862] 3123575=test_io_m17n
[822/862] 3123578=test_resize
[823/862] 3123578=test_stringscanner
[824/862] 3123578=desugar_compiler_test
[825/862] 3123578=test_pipe
[826/862] 3123578=test_have_macro
[827/862] 3123578=test_convertible
[828/862] 3123575=test_rdoc_markup_pre_process
[829/862] 3123575=test_env
[830/862] 3123578=test_rdoc_generator_pot_po_entry
[831/862] 3123578=test_helper
[832/862] 3123578=test_dir_m17n
[833/862] 3123575=test_protocol
[834/862] 3123575=test_singleton_function
[835/862] 3123575=test_rdoc_markup_to_rdoc
[836/862] 3123575=test_cgi_header
[837/862] 3123575=test_show_source
[838/862] 3123575=test_process
[839/862] 3123575=test_dns
[840/862] 3123575=test_getopts
[841/862] 3123575=test_gem_commands_info_command
[842/862] 3123575=test_addr
[843/862] 3123575=test_extlibs
[844/862] 3123578=pattern_test
[845/862] 3123578=test_file_exhaustive
[846/862] 3123574=test_regexp
[847/862] 3123575=test_case
[848/862] 3123575=test_gem_remote_fetcher
[849/862] 3123575=compiler_test
[850/862] 3123575=test_string
[851/862] 3123575=test_variable_name_check
[852/862] 3123575=test_iterator
[853/862] 3123575=test_printf
[854/862] 3123575=test_gem_uninstaller
[855/862] 3123575=test_rdoc_generator_pot
[856/862] 3123575=test_zlib
[857/862] 3123578=test_storage
[858/862] 3123578=test_gem_gem_runner
[859/862] 3123578=test_pointer
[860/862] 3123578=test_proc
[861/862] 3123575=test_eval
[862/862] 3123575=test_alias
Retrying...
Finished tests in 983.794704s, 25.4575 tests/s, 9615.6037 assertions/s.
25045 tests, 9459780 assertions, 0 failures, 0 errors, 216 skips
ruby -v: ruby 3.4.0dev (2024-01-30T03:22:30Z master 83966a57fe) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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-01-30T03:22:30Z master 83966a57fe) [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 581.389345 seconds
3728 files, 31902 examples, 140488 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.3125422.ruby -x gdbscript
[New LWP 3125422]
[New LWP 3125424]
[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 0x0000561d16ba0fc5 in fill_filename (file=61, format=4 '\004', version=4, include_directories=0x7fef2b3a904c "/tmp/ruby/src/trunk-O0/yjit/src", filenames=0x7fef2b3a9773 "options.rs", line=0x561d18dd26f0, obj=0x561d196b2550, errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:304
304 while (*p) p++;
[Current thread is 1 (Thread 0x7fef46a6c7c0 (LWP 3125422))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fef46a6c7c0 (LWP 3125422) 0x0000561d16ba0fc5 in fill_filename (file=61, format=4 '\004', version=4, include_directories=0x7fef2b3a904c "/tmp/ruby/src/trunk-O0/yjit/src", filenames=0x7fef2b3a9773 "options.rs", line=0x561d18dd26f0, obj=0x561d196b2550, errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:304
2 Thread 0x7fef2d48f640 (LWP 3125424) 0x00007fef46b94fde in epoll_wait (epfd=4, events=0x561d16ea489c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fef2d48f640 (LWP 3125424)):
#0 0x00007fef46b94fde in epoll_wait (epfd=4, events=0x561d16ea489c <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 0x0000561d169fd655 in event_wait (vm=0x561d18d3e2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 22045
#2 0x0000561d169fd679 in timer_thread_polling (vm=0x561d18d3e2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = -1618269649
#3 0x0000561d169fdd39 in timer_thread_func (ptr=0x561d18d3e2a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3024
vm = 0x561d18d3e2a0
#4 0x00007fef46b03b43 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 = {140728378349664, -3154564071244597930, 140665233667648, 25, 140665659865168, 140728378350016, 3163468817741477206, 3163270560562246998}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007fef46b94bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fef46a6c7c0 (LWP 3125422)):
#0 0x0000561d16ba0fc5 in fill_filename (file=61, format=4 '\004', version=4, include_directories=0x7fef2b3a904c "/tmp/ruby/src/trunk-O0/yjit/src", filenames=0x7fef2b3a9773 "options.rs", line=0x561d18dd26f0, obj=0x561d196b2550, errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:304
i = 42
p = 0x7fef2b3a9afb "src/fmt/builders.rs"
filename = 0x7fef2b3a9aee "library/core/src/fmt/builders.rs"
dir = 1
#1 0x0000561d16ba4257 in debug_info_read (reader=0x561d18dd28a0, num_traces=25, traces=0x561d16ea79a0 <trace>, lines=0x561d196b1e20, offset=0, errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1922
v = {as = {ptr = 0x3d <error: Cannot access memory at address 0x3d>, uint64 = 61, int64 = 61, addr_idx = 61}, off = 0, at = 88, form = 11, size = 0, type = 3}
die = {pos = 6087226, tag = 29, has_children = 1}
ranges = {low_pc = 0, high_pc = 0, ranges = 881392, low_pc_set = false, high_pc_set = false, ranges_set = true}
line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x7fef2b511f4c "with_capacity_in<u8, alloc::alloc::Global>", 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}
#2 0x0000561d16ba5201 in fill_lines (num_traces=25, traces=0x561d16ea79a0 <trace>, check_debuglink=1, objp=0x561d18dd31c0, lines=0x561d196b1e20, offset=0, errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
reader = {obj = 0x561d196b2550, file = 0x7fef2a35a000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fef2b0fa74d "\240+\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fef2b3ac650 "C", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fef2b3a9773 "options.rs", debug_line_directories = 0x7fef2b3a904c "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7fef2b1095b5 "\201\002\024\016\324\354-", cu_end = 0x7fef2b10d2f1 "}", pend = 0x7fef2b210892 "\001$", q0 = 0x7fef2b23558a "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fef2b235626 "Y\005W\v", format = 4, address_size = 8 '\b', level = 16, abbrev_table = {0x7fef46c97000 "", 0x7fef2b23558b "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fef2b2355a1 "4", 0x7fef2b2355ac "\023\001\035\023\003\016\v\v\210\001\017", 0x7fef2b2355ba "\r", 0x7fef2b2355c8 "\017", 0x7fef2b2355d3 "$", 0x7fef2b2355de "9\001\003\016", 0x7fef2b2355e5 "\023\001\003\016\v\v\210\001\017", 0x7fef2b2355f1 "/", 0x7fef2b2355fa ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fef2b23560f "\005", 0x7fef2b23561e "\035\001\061\023U\027X\vY\005W\v", 0x7fef2b23562d "\005", 0x7fef2b235636 "4", 0x7fef2b23563f "\035\001\061\023U\027X\vY\vW\v", 0x7fef2b23564e "\035", 0x7fef2b23565f "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fef2b235670 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fef2b235681 "4", 0x7fef2b23568a "\005", 0x7fef2b235693 "\005", 0x7fef2b23569c "\v\001\021\001\022\006", 0x7fef2b2356a5 "4", 0x7fef2b2356ae "\v\001U\027", 0x7fef2b2356b5 "4", 0x7fef2b2356c5 "4", 0x7fef2b2356ce "4", 0x7fef2b2356e0 ".\001n\016\003\016:\v;\005I\023 \v", 0x7fef2b2356f1 "\005", 0x7fef2b2356fe "\v\001", 0x7fef2b235703 ".", 0x7fef2b235714 "4", 0x7fef2b235721 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fef2b235732 "4", 0x7fef2b23573f "4", 0x7fef2b23574f "\005", 0x7fef2b23575c "\023", 0x7fef2b235768 ".\001n\016\003\016:\v;\v \v", 0x7fef2b235777 "3\001\025\023", 0x7fef2b23577e "\r", 0x7fef2b23578c "\031\001\026\v", 0x7fef2b235793 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fef2b2357a3 "(", 0x7fef2b2357ac ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fef2b2357bf "\035", 0x7fef2b2357ce ".", 0x7fef2b2357e1 "\023", 0x7fef2b2357ed ".\001n\016\003\016:\v;\005 \v", 0x7fef2b2357fc ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7fef2b23580f "\r", 0x7fef2b235820 ".", 0x7fef2b235833 "\005", 0x7fef2b235842 "\027", 0x7fef2b23584e "\031\001", 0x7fef2b235853 "\023\001\003\016<\031\210\001\017", 0x7fef2b23585f "3\001", 0x7fef2b235864 "\005", 0x7fef2b23586f ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fef2b235882 "\005", 0x7fef2b23588f ".\001\021\001\022\006@\030\061\023", 0x7fef2b23589c "\005", 0x7fef2b2358a3 "\035", 0x7fef2b2358b4 "4", 0x7fef2b2358bb ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fef2b2358d0 "\005", 0x7fef2b2358df "\027\001\003\016<\031\210\001\017", 0x7fef2b2358eb "3", 0x7fef2b2358f0 "\005", 0x7fef2b2358fb "\005", 0x7fef2b23590a "\035", 0x7fef2b235919 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fef2b23592c "4", 0x7fef2b23593e "\017", 0x7fef2b235947 "\001\001I\023", 0x7fef2b23594e "!", 0x7fef2b235959 "$", 0x7fef2b235964 "4", 0x7fef2b235976 "4", 0x7fef2b23598a "4", 0x7fef2b23599e "4", 0x7fef2b2359b0 "4", 0x7fef2b2359c2 ".\001\021\001\022\006@\030\003\016:\v;\005?\031", 0x7fef2b2359d5 ".\001\003\016:\v;\v \v", 0x7fef2b2359e2 ".\001\003\016:\v;\vI\023 \v", 0x7fef2b2359f1 "4", 0x7fef2b235a00 "\025\001", 0x7fef2b235a05 "\005", 0x7fef2b235a0c "\025\001I\023", 0x7fef2b234d83 ".", 0x7fef2b234d96 "\001\001I\023", 0x7fef2b234d9d "!", 0x7fef2b234da8 "$", 0x7fef2b234db3 "\025\001", 0x7fef2b234db8 "\005", 0x7fef2b234dbf "!", 0x7fef2b2313f0 ".", 0x7fef2b231401 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fef2b231410 "4", 0x7fef2b231422 "\035", 0x7fef2b231431 ".", 0x7fef2b231444 "\r", 0x7fef2b231452 "\025\001I\023", 0x7fef2b231459 "\005", 0x7fef2b231460 "\025\001", 0x7fef2b231465 ".\001\003\016:\v;\v \v", 0x7fef2b231472 ".\001\003\016:\v;\vI\023 \v", 0x7fef2b22fd7b "\025\001I\023", 0x7fef2b22fd82 "\005", 0x7fef2b22fd89 "\025\001", 0x7fef2b22fd8e ".\001\003\016:\v;\v \v", 0x7fef2b22fd9b ".\001\003\016:\v;\vI\023 \v", 0x7fef2b22fdaa ".\001\003\016:\v;\vI\023?\031 \v", 0x7fef2b227a18 "\005", 0x7fef2b227a27 ".", 0x7fef2b223a8d "!", 0x7fef2b223a96 "\r", 0x7fef2b223aac ".", 0x7fef2b223ac0 "\035\001\061\023\021\001\022\aX!)Y!\220\rW!\020\001\023", 0x7fef2b223ad7 "\n", 0x7fef2b223ae4 ".", 0x7fef2b223afd "4", 0x7fef2b223b0e ".", 0x7fef2b223b26 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fef2b223b43 ".", 0x7fef2b223b5d ".\001?\031\003\016:!\";\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fef2b223b79 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fef2b223b8e "\026", 0x7fef2b223b98 "\023\001\003\016\v\v:\v;\v\001\023", 0x7fef2b223ba8 "\017", 0x7fef2b223bb0 "$", 0x7fef2b223bbc "\026", 0x7fef2b223bca "&", 0x7fef2b223bd0 "\026", 0x7fef2b223be0 "(", 0x7fef2b223bea "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fef2b223bff "\025\001I\023\001\023", 0x7fef2b223c09 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fef2b223c1e "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fef2b223c30 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fef2b223c42 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fef2b223c55 "\026", 0x7fef2b223c68 "!", 0x7fef2b223c6e "4", 0x7fef2b223c7e ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fef2b223c99 ".", 0x7fef2b223cb0 ".", 0x7fef2b223cc7 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fef2b223ce3 ".", 0x7fef2b223d00 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fef2b223d21 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fef2b223d40 ".", 0x7fef2b223d5a ".", 0x7fef2b223d76 "4", 0x7fef2b223d82 ".", 0x7fef2b223d9d ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fef2b223db1 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fef2b223dd0 ".", 0x7fef2b223deb ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fef2b223e01 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fef2b223e1e ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fef2b223e36 ".", 0x7fef2cc6ef98 "", 0x561d18dd35f0 "p\027\341+\357\177", 0x561d18dd35e8 "8C\352\026\035V", 0x7fef2cc6efc0 "\360\357\306,\357\177", 0x561d18dd2e28 "\353=\"+\357\177", 0x561d18dd35a8 "\240\255\312\026\035V", 0x561d18dd35b0 "2", 0x561d18dd35b8 "\001", 0x561d18dd35c0 "\003", 0x7fef2cc6efa0 "", 0x7fef2cc6efa8 "", 0x7fef2cc6efb0 "", 0x7fef2cc6efb8 "", 0x7fef2cc6efc8 "R\232\303\026\035V", 0x0, 0x7fef2cc6efd0 "\200-\363\030\035V", 0x561d16c39a52 <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x561d16c39a04 <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>, 0x561d18dd2f60 "\020\066\335\030\035V", 0x561d18dd3200 "P2\335\030\035V", 0x7fef46ba2cb5 <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", 0x561d18dd2f60 "\020\066\335\030\035V", 0x561d18dd3050 "", 0x561d18dd3200 "P2\335\030\035V", 0x7fef46cb0994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x561d18dd3610 "(\325\311\377", 0x561d18dd3608 "\024", 0x561d18dd3618 "\266\270\327d"...}}
i = 0
j = 307
shstr = 0x7fef2bdee552 ""
ehdr = 0x7fef2a35a000
shdr = 0x7fef2bdee748
shstr_shdr = 0x7fef2bdef2c8
gnu_debuglink_shdr = 0x0
note_gnu_build_id = 0x7fef2bdee808
fd = 5
filesize = 27874056
file = 0x7fef2a35a000 "\177ELF\002\001\001"
symtab_shdr = 0x7fef2bdef248
strtab_shdr = 0x7fef2bdef288
dynsym_shdr = 0x7fef2bdee8c8
dynstr_shdr = 0x7fef2bdee908
obj = 0x561d196b2550
dladdr_fbase = 94682931515392
#3 0x0000561d16ba5bac in rb_dump_backtrace_with_lines (num_traces=25, traces=0x561d16ea79a0 <trace>, errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
addr = 140665225277104
i = 0
lines = 0x561d196b1e20
obj = 0x561d196b2550
dladdr_fbases = 0x561d196b2470
main_path = 0x561d18dd3160 "/tmp/ruby/build/trunk-O0/ruby"
len = 29
#4 0x0000561d16a7a51d in rb_print_backtrace (errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
trace = {0x561d16a7a502 <rb_print_backtrace+36>, 0x561d16a7ac25 <rb_vm_bugreport+656>, 0x561d16c64a79 <rb_bug_for_fatal_signal+327>, 0x561d169bf6f9 <sigill>, 0x7fef46ab1520 <__restore_rt>, 0x561d1696450d <ruby_sip_hash13+643>, 0x561d169647ec <rb_memhash+46>, 0x561d169d7da1 <rb_str_hash+55>, 0x561d169c9f7c <do_hash+37>, 0x561d169cb01f <rb_st_lookup+43>, 0x561d169f42b2 <lookup_str_id+96>, 0x561d169f50fc <rb_check_id+260>, 0x561d16900e08 <check_setter_id+48>, 0x561d16902151 <rb_obj_ivar_set_m+70>, 0x561d16a49897 <ractor_safe_call_cfunc_2+70>, 0x561d16a4a418 <vm_call_cfunc_with_frame_+541>, 0x561d16a4a5ed <vm_call_cfunc_with_frame+121>, 0x561d16a50a1d <vm_sendish+502>, 0x561d16a58166 <vm_exec_core+15181>, 0x561d16a6eb7d <rb_vm_exec+320>, 0x561d16a6b76a <invoke_block+216>, 0x561d16a6c206 <vm_invoke_proc+911>, 0x561d16a6c9aa <rb_vm_invoke_proc+170>, 0x561d16c3c42e <rb_fiber_start+726>, 0x561d16c39a52 <fiber_initialize_coroutine>, 0x0 <repeats 999 times>}
n = 25
#5 0x0000561d16a7ac25 in rb_vm_bugreport (ctx=0x561d18dd3580, errout=0x7fef46c896a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
cmd = 0x0
other_runtime_info = other_runtime_info
vm = 0x561d18d3e2a0
ec = 0x561d18f32bb0
#6 0x0000561d16c64a79 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x561d18dd3580, fmt=0x561d16ccd3eb "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
pid = -1
out = 0x7fef46c896a0 <_IO_2_1_stderr_>
file = 0x7fef2c2c0e38 "-"
line = 10
#7 0x0000561d169bf6f9 in sigsegv (sig=11, info=0x561d18dd36b0, ctx=0x561d18dd3580) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#8 <signal handler called>
No locals.
#9 0x0000561d1696450d in ruby_sip_hash13 (key=0x561d16ea4338 <hash_salt+8> "\347\037^\332\033f\323\065\266\270\327d_Y\221\334", data=0x7fef2be11770 "@foo8", len=5) at /tmp/ruby/src/trunk-O0/siphash.c:449
k0 = 3878555973909880807
k1 = 15893582826215815350
v0 = 5096961516925450898
v1 = 13330139492530771931
v2 = 6460978259117698438
v3 = 12174423025388871109
m = 140665210083184
last = 360287970189639680
end = 0x7fef2be11770 "@foo8"
#10 0x0000561d169647ec in rb_memhash (ptr=0x7fef2be11770, len=5) at /tmp/ruby/src/trunk-O0/random.c:1749
h = 5100244280870372608
#11 0x0000561d169d7da1 in rb_str_hash (str=140665210083160) at /tmp/ruby/src/trunk-O0/string.c:3593
h = 532676608
e = 0
#12 0x0000561d169c9f7c in do_hash (key=140665210083160, tab=0x561d18d5fd00) at /tmp/ruby/src/trunk-O0/st.c:321
hash = 94682936019107
#13 0x0000561d169cb01f in rb_st_lookup (tab=0x561d18d5fd00, key=140665210083160, value=0x7fef2cc6dcb8) at /tmp/ruby/src/trunk-O0/st.c:1045
bin = 94682936573584
hash = 140665225141424
#14 0x0000561d169f42b2 in lookup_str_id (str=140665210083160) at /tmp/ruby/src/trunk-O0/symbol.c:673
_lev = 379523583
sym_data = 4503600044035648
found = 22045
symbols = 0x561d16ea0460 <ruby_global_symbols>
#15 0x0000561d169f50fc in rb_check_id (namep=0x7fef2cc6dd80) at /tmp/ruby/src/trunk-O0/symbol.c:1121
tmp = 140665210083240
name = 140665210083160
#16 0x0000561d16900e08 in check_setter_id (obj=140665210913600, pname=0x7fef2cc6dd80, valid_id_p=0x561d169f4efd <rb_is_instance_id>, valid_name_p=0x561d169f5533 <rb_is_instance_name>, message=0x561d16caada0 <bad_instance_name> "`%1$s' is not allowed as an instance variable name", message_len=50) at /tmp/ruby/src/trunk-O0/object.c:2225
id = 0
name = 94682972629936
#17 0x0000561d16902151 in rb_obj_ivar_set_m (obj=140665210913600, iv=140665210083160, val=1) at /tmp/ruby/src/trunk-O0/object.c:2907
id = 94682933856795
#18 0x0000561d16a49897 in ractor_safe_call_cfunc_2 (recv=140665210913600, argc=2, argv=0x7fef2cc6f0d0, func=0x561d1690210b <rb_obj_ivar_set_m>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3322
f = 0x561d1690210b <rb_obj_ivar_set_m>
#19 0x0000561d16a4a418 in vm_call_cfunc_with_frame_ (ec=0x561d18f32bb0, reg_cfp=0x7fef2cc8eeb0, calling=0x7fef2cc6dfb0, argc=2, argv=0x7fef2cc6f0d0, stack_bottom=0x7fef2cc6f0c8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0x111100140005
cc = 0x7fef2bec4e70
val = 140665210083160
me = 0x7fef2bec4e98
cfunc = 0x561d18d6b028
recv = 140665210913600
block_handler = 0
frame_type = 1431634051
len = 2
args = <optimized out>
args = <optimized out>
#20 0x0000561d16a4a5ed in vm_call_cfunc_with_frame (ec=0x561d18f32bb0, reg_cfp=0x7fef2cc8eeb0, calling=0x7fef2cc6dfb0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 2
stack_bottom = 0x7fef2cc6f0c8
argv = 0x7fef2cc6f0d0
#21 0x0000561d16a50a1d in vm_sendish (ec=0x561d18f32bb0, reg_cfp=0x7fef2cc8eeb0, cd=0x561d18ef1810, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5603
val = 36
ci = 0x111100140005
cc = 0x7fef2bec4e70
argc = 2
recv = 140665210913600
calling = {cd = 0x561d18ef1810, cc = 0x7fef2bec4e70, block_handler = 0, recv = 140665210913600, argc = 2, kw_splat = false, heap_argv = 0}
#22 0x0000561d16a58166 in vm_exec_core (ec=0x561d18f32bb0) at ../../src/trunk-O0/insns.def:862
bh = 0
cd = 0x561d18ef1810
leaf = false
val = 140665210083160
reg_pc = 0x561d18eeecb0
reg_cfp = 0x7fef2cc8eeb0
insns_address_table = {0x561d16a54685 <vm_exec_core+108>, 0x561d16a546e7 <vm_exec_core+206>, 0x561d16a547fa <vm_exec_core+481>, 0x561d16a5490e <vm_exec_core+757>, 0x561d16a54aac <vm_exec_core+1171>, 0x561d16a54bdc <vm_exec_core+1475>, 0x561d16a54dee <vm_exec_core+2005>, 0x561d16a54f00 <vm_exec_core+2279>, 0x561d16a54fd9 <vm_exec_core+2496>, 0x561d16a550e0 <vm_exec_core+2759>, 0x561d16a551e7 <vm_exec_core+3022>, 0x561d16a552f5 <vm_exec_core+3292>, 0x561d16a55407 <vm_exec_core+3566>, 0x561d16a554d7 <vm_exec_core+3774>, 0x561d16a555e0 <vm_exec_core+4039>, 0x561d16a556da <vm_exec_core+4289>, 0x561d16a5579d <vm_exec_core+4484>, 0x561d16a55860 <vm_exec_core+4679>, 0x561d16a558e9 <vm_exec_core+4816>, 0x561d16a55975 <vm_exec_core+4956>, 0x561d16a55a1b <vm_exec_core+5122>, 0x561d16a55af3 <vm_exec_core+5338>, 0x561d16a55bc0 <vm_exec_core+5543>, 0x561d16a55c9e <vm_exec_core+5765>, 0x561d16a55d60 <vm_exec_core+5959>, 0x561d16a55e9f <vm_exec_core+6278>, 0x561d16a55f45 <vm_exec_core+6444>, 0x561d16a5602a <vm_exec_core+6673>, 0x561d16a56159 <vm_exec_core+6976>, 0x561d16a5621c <vm_exec_core+7171>, 0x561d16a562df <vm_exec_core+7366>, 0x561d16a563d6 <vm_exec_core+7613>, 0x561d16a56498 <vm_exec_core+7807>, 0x561d16a5655a <vm_exec_core+8001>, 0x561d16a56654 <vm_exec_core+8251>, 0x561d16a56733 <vm_exec_core+8474>, 0x561d16a56800 <vm_exec_core+8679>, 0x561d16a56910 <vm_exec_core+8951>, 0x561d16a56a0a <vm_exec_core+9201>, 0x561d16a56a85 <vm_exec_core+9324>, 0x561d16a56b46 <vm_exec_core+9517>, 0x561d16a56c34 <vm_exec_core+9755>, 0x561d16a56ce4 <vm_exec_core+9931>, 0x561d16a56e63 <vm_exec_core+10314>, 0x561d16a56f3d <vm_exec_core+10532>, 0x561d16a57029 <vm_exec_core+10768>, 0x561d16a570ba <vm_exec_core+10913>, 0x561d16a57215 <vm_exec_core+11260>, 0x561d16a577b7 <vm_exec_core+12702>, 0x561d16a578b3 <vm_exec_core+12954>, 0x561d16a579b6 <vm_exec_core+13213>, 0x561d16a57aa2 <vm_exec_core+13449>, 0x561d16a57cbb <vm_exec_core+13986>, 0x561d16a57dad <vm_exec_core+14228>, 0x561d16a57eb3 <vm_exec_core+14490>, 0x561d16a580ac <vm_exec_core+14995>, 0x561d16a58251 <vm_exec_core+15416>, 0x561d16a5837c <vm_exec_core+15715>, 0x561d16a584e8 <vm_exec_core+16079>, 0x561d16a58613 <vm_exec_core+16378>, 0x561d16a5877f <vm_exec_core+16742>, 0x561d16a58961 <vm_exec_core+17224>, 0x561d16a58b5a <vm_exec_core+17729>, 0x561d16a58cff <vm_exec_core+18150>, 0x561d16a58e21 <vm_exec_core+18440>, 0x561d16a58ec8 <vm_exec_core+18607>, 0x561d16a58f8c <vm_exec_core+18803>, 0x561d16a59075 <vm_exec_core+19036>, 0x561d16a59161 <vm_exec_core+19272>, 0x561d16a5924a <vm_exec_core+19505>, 0x561d16a5935e <vm_exec_core+19781>, 0x561d16a59485 <vm_exec_core+20076>, 0x561d16a595bb <vm_exec_core+20386>, 0x561d16a596f1 <vm_exec_core+20696>, 0x561d16a59827 <vm_exec_core+21006>, 0x561d16a5995d <vm_exec_core+21316>, 0x561d16a59a93 <vm_exec_core+21626>, 0x561d16a59bd4 <vm_exec_core+21947>, 0x561d16a59d4e <vm_exec_core+22325>, 0x561d16a59e84 <vm_exec_core+22635>, 0x561d16a59fba <vm_exec_core+22945>, 0x561d16a5a0f0 <vm_exec_core+23255>, 0x561d16a5a226 <vm_exec_core+23565>, 0x561d16a5a35c <vm_exec_core+23875>, 0x561d16a5a492 <vm_exec_core+24185>, 0x561d16a5a5c8 <vm_exec_core+24495>, 0x561d16a5a6fe <vm_exec_core+24805>, 0x561d16a5a84d <vm_exec_core+25140>, 0x561d16a5aa07 <vm_exec_core+25582>, 0x561d16a5ab85 <vm_exec_core+25964>, 0x561d16a5aca4 <vm_exec_core+26251>, 0x561d16a5adc3 <vm_exec_core+26538>, 0x561d16a5aedd <vm_exec_core+26820>, 0x561d16a5aff7 <vm_exec_core+27102>, 0x561d16a5b122 <vm_exec_core+27401>, 0x561d16a5b258 <vm_exec_core+27711>, 0x561d16a5b343 <vm_exec_core+27946>, 0x561d16a5b448 <vm_exec_core+28207>, 0x561d16a5b590 <vm_exec_core+28535>, 0x561d16a5b67f <vm_exec_core+28774>, 0x561d16a5b759 <vm_exec_core+28992>, 0x561d16a5b82e <vm_exec_core+29205>, 0x561d16a5b909 <vm_exec_core+29424>, 0x561d16a5b985 <vm_exec_core+29548>, 0x561d16a5ba01 <vm_exec_core+29672>, 0x561d16a5ba1f <vm_exec_core+29702>, 0x561d16a5ba3d <vm_exec_core+29732>, 0x561d16a5ba5b <vm_exec_core+29762>, 0x561d16a5ba79 <vm_exec_core+29792>, 0x561d16a5ba97 <vm_exec_core+29822>, 0x561d16a5bab5 <vm_exec_core+29852>, 0x561d16a5bad3 <vm_exec_core+29882>, 0x561d16a5baf1 <vm_exec_core+29912>, 0x561d16a5bb0f <vm_exec_core+29942>, 0x561d16a5bb2d <vm_exec_core+29972>, 0x561d16a5bb4b <vm_exec_core+30002>, 0x561d16a5bb69 <vm_exec_core+30032>, 0x561d16a5bb87 <vm_exec_core+30062>, 0x561d16a5bba5 <vm_exec_core+30092>, 0x561d16a5bbc3 <vm_exec_core+30122>, 0x561d16a5bbe1 <vm_exec_core+30152>, 0x561d16a5bbff <vm_exec_core+30182>, 0x561d16a5bc1d <vm_exec_core+30212>, 0x561d16a5bc3b <vm_exec_core+30242>, 0x561d16a5bc59 <vm_exec_core+30272>, 0x561d16a5bc77 <vm_exec_core+30302>, 0x561d16a5bc95 <vm_exec_core+30332>, 0x561d16a5bcb3 <vm_exec_core+30362>, 0x561d16a5bcd1 <vm_exec_core+30392>, 0x561d16a5bcef <vm_exec_core+30422>, 0x561d16a5bd0d <vm_exec_core+30452>, 0x561d16a5bd2b <vm_exec_core+30482>, 0x561d16a5bd49 <vm_exec_core+30512>, 0x561d16a5bd67 <vm_exec_core+30542>, 0x561d16a5bd85 <vm_exec_core+30572>, 0x561d16a5bda3 <vm_exec_core+30602>, 0x561d16a5bdc1 <vm_exec_core+30632>, 0x561d16a5bddf <vm_exec_core+30662>, 0x561d16a5bdfd <vm_exec_core+30692>, 0x561d16a5be1b <vm_exec_core+30722>, 0x561d16a5be39 <vm_exec_core+30752>, 0x561d16a5be57 <vm_exec_core+30782>, 0x561d16a5be75 <vm_exec_core+30812>, 0x561d16a5be93 <vm_exec_core+30842>, 0x561d16a5beb1 <vm_exec_core+30872>, 0x561d16a5becf <vm_exec_core+30902>, 0x561d16a5beed <vm_exec_core+30932>, 0x561d16a5bf0b <vm_exec_core+30962>, 0x561d16a5bf29 <vm_exec_core+30992>, 0x561d16a5bf47 <vm_exec_core+31022>, 0x561d16a5bf65 <vm_exec_core+31052>, 0x561d16a5bf83 <vm_exec_core+31082>, 0x561d16a5bfa1 <vm_exec_core+31112>, 0x561d16a5bfbf <vm_exec_core+31142>, 0x561d16a5bfdd <vm_exec_core+31172>, 0x561d16a5bffb <vm_exec_core+31202>, 0x561d16a5c019 <vm_exec_core+31232>, 0x561d16a5c037 <vm_exec_core+31262>, 0x561d16a5c055 <vm_exec_core+31292>, 0x561d16a5c073 <vm_exec_core+31322>, 0x561d16a5c091 <vm_exec_core+31352>, 0x561d16a5c0af <vm_exec_core+31382>, 0x561d16a5c0cd <vm_exec_core+31412>, 0x561d16a5c0eb <vm_exec_core+31442>, 0x561d16a5c109 <vm_exec_core+31472>, 0x561d16a5c127 <vm_exec_core+31502>, 0x561d16a5c145 <vm_exec_core+31532>, 0x561d16a5c163 <vm_exec_core+31562>, 0x561d16a5c181 <vm_exec_core+31592>, 0x561d16a5c19f <vm_exec_core+31622>, 0x561d16a5c1bd <vm_exec_core+31652>, 0x561d16a5c1db <vm_exec_core+31682>, 0x561d16a5c1f9 <vm_exec_core+31712>, 0x561d16a5c217 <vm_exec_core+31742>, 0x561d16a5c235 <vm_exec_core+31772>, 0x561d16a5c253 <vm_exec_core+31802>, 0x561d16a5c271 <vm_exec_core+31832>, 0x561d16a5c28f <vm_exec_core+31862>, 0x561d16a5c2ad <vm_exec_core+31892>, 0x561d16a5c2cb <vm_exec_core+31922>, 0x561d16a5c2e9 <vm_exec_core+31952>, 0x561d16a5c307 <vm_exec_core+31982>, 0x561d16a5c338 <vm_exec_core+32031>, 0x561d16a5c356 <vm_exec_core+32061>, 0x561d16a5c374 <vm_exec_core+32091>, 0x561d16a5c392 <vm_exec_core+32121>, 0x561d16a5c3b0 <vm_exec_core+32151>, 0x561d16a5c3ce <vm_exec_core+32181>, 0x561d16a5c3ec <vm_exec_core+32211>, 0x561d16a5c40a <vm_exec_core+32241>, 0x561d16a5c428 <vm_exec_core+32271>, 0x561d16a5c446 <vm_exec_core+32301>, 0x561d16a5c464 <vm_exec_core+32331>, 0x561d16a5c482 <vm_exec_core+32361>, 0x561d16a5c4a0 <vm_exec_core+32391>, 0x561d16a5c4be <vm_exec_core+32421>, 0x561d16a5c4dc <vm_exec_core+32451>, 0x561d16a5c4fa <vm_exec_core+32481>, 0x561d16a5c518 <vm_exec_core+32511>, 0x561d16a5c536 <vm_exec_core+32541>...}
#23 0x0000561d16a6eb7d in rb_vm_exec (ec=0x561d18f32bb0) at /tmp/ruby/src/trunk-O0/vm.c:2489
_ec = 0x561d18f32bb0
_tag = {tag = 36, retval = 4, buf = {0x7fef2cc6ecc0, 0x561d16a6eafb <rb_vm_exec+190>, 0x0, 0x7fef2cc6ec10, 0x0}, prev = 0x7fef2cc6ef40, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#24 0x0000561d16a6b76a in invoke_block (ec=0x561d18f32bb0, iseq=0x7fef2c2b62b8, self=140665658134000, captured=0x561d18f398b0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1512
arg_size = 0
#25 0x0000561d16a6c206 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fef2cc6ef08, argc=0, self=140665658134000, captured=0x561d18f398b0, ec=0x561d18f32bb0) at /tmp/ruby/src/trunk-O0/vm.c:1582
iseq = 0x7fef2c2b62b8
opt_pc = 0
type = 572653569
cfp = 0x7fef2cc8efc8
sp = 0x7fef2cc6f018
flags = 0
use_argv = 0x7fef2cc6ef08
av = {94682971138384, 0}
stack_argv = 0x7fef2cc6f018
#26 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7fef2cc6ef08, argc=0, self=140665658134000, proc=0x561d18f398b0, ec=0x561d18f32bb0) at /tmp/ruby/src/trunk-O0/vm.c:1680
block = 0x561d18f398b0
#27 vm_invoke_proc (ec=0x561d18f32bb0, proc=0x561d18f398b0, self=140665658134000, argc=0, argv=0x7fef2cc6ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1710
No locals.
#28 0x0000561d16a6c9aa in rb_vm_invoke_proc (ec=0x561d18f32bb0, proc=0x561d18f398b0, argc=0, argv=0x7fef2cc6ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1731
self = 140665658134000
#29 0x0000561d16c3c42e in rb_fiber_start (fiber=0x561d18f32b60) at /tmp/ruby/src/trunk-O0/cont.c:2536
cont = 0x561d18f32b60
argc = 0
argv = 0x7fef2cc6ef08
args = 4
_ec = 0x561d18f32bb0
_tag = {tag = 36, retval = 0, buf = {0x7fef2cc6efc0, 0x561d16c3c247 <rb_fiber_start+239>, 0x0, 0x7fef2cc6eee0, 0x7fef2cc6efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
th = 0x561d18d40810
proc = 0x561d18f398b0
state = RUBY_TAG_NONE
need_interrupt = 0
err = 0
#30 0x0000561d16c39a52 in fiber_entry (from=0x561d18d41e30, to=0x561d18f32d80) at /tmp/ruby/src/trunk-O0/cont.c:847
fiber = 0x561d18f32b60
thread = 0x561d18d40810
#31 0x0000000000000000 in ?? ()
No symbol table info available.
>>> Dump Ruby level backtrace (if possible)