# Logfile created on 2024-01-12 08:14:53 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055d2a8792658 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20240112-081453", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055d2a882b5d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055d2a882b448 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055d2a882b2b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240112-081453", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240112-081453>, @binmode=false, @mon_data=#<Monitor:0x000055d2a882b1f0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
6a45320..396e946 master -> origin/master
Updating 6a45320..396e946
Fast-forward
NEWS.md | 1 +
gems/bundled_gems | 2 +-
tool/gen-github-release.rb | 3 ++-
3 files changed, 4 insertions(+), 2 deletions(-)
Latest commit hash = 396e94666b
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Downloading bundled gem minitest-5.21.1...
Extracting bundle gem minitest-5.21.1...
Unpacked gems/minitest-5.21.1.gem
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.inc updated
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: 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.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: 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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: 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'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-O0/bin
installing base libraries: /tmp/ruby/install/trunk-O0/lib
installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.6.0.dev
cgi 0.4.1
csv 3.2.9
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.4
error_highlight 0.6.0
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.6
irb 1.11.0
logger 1.6.0
net-http 0.4.1
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.1
open3 0.2.1
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.19.0
pstore 0.1.3
rdoc 6.6.2
readline 0.0.4
reline 0.4.2
resolv 0.3.0
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.1
set 1.1.0
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 2.0.0
tempfile 0.2.1
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.0
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.3
io-console 0.7.2.dev.1
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.2
stringio 3.1.1
strscan 3.0.8
syslog 0.1.2
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
minitest 5.21.1
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.3.4
net-imap 0.4.9.1
net-pop 0.1.2
net-smtp 0.4.0.1
matrix 0.4.2
prime 0.1.2
rbs 3.4.1
typeprof 0.21.9
debug 1.9.1
racc 1.7.3
mutex_m 0.2.0
installing bundled gem cache: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1872 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options:
--seed=35132
"--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
--exclude=rubygems/test_gem_package_task\.rb
# Running tests:
[ 1/908] 2163464=test_quote_char_nil
[ 2/908] 2163462=test_rdoc_cross_reference
[ 3/908] 2163463=test_shift_jis
[ 4/908] 2163463=test_member
[ 5/908] 2163463=test_gem_security
[ 6/908] 2163464=test_rubygems
[ 7/908] 2163461=test_kconv
[ 8/908] 2163461=test_eval
[ 9/908] 2163464=test_stringchar
[ 10/908] 2163461=test_ractor
[ 11/908] 2163464=test_emoji_breaks
[ 12/908] 2163461=test_gem_command
[ 13/908] 2163461=test_fiddle
[ 14/908] 2163461=test_gem_resolver_lock_specification
[ 15/908] 2163462=test_nofree
[ 16/908] 2163462=test_gem_resolver_git_set
[ 17/908] 2163461=test_store
[ 18/908] 2163461=test_bug-5832
[ 19/908] 2163461=test_gem_commands_open_command
[ 20/908] 2163462=test_digest
[ 21/908] 2163461=test_files_lib
[ 22/908] 2163463=test_pkey_dsa
[ 23/908] 2163462=test_switch_hitter
[ 24/908] 2163463=test_rdoc_rubygems_hook
[ 25/908] 2163462=test_gem_commands_dependency_command
[ 26/908] 2163462=test_weakref
[ 27/908] 2163463=test_timeout
[ 28/908] 2163462=test_enumerator
[ 29/908] 2163463=test_string
[ 30/908] 2163464=locals_test
[ 31/908] 2163464=test_name_error
[ 32/908] 2163464=test_hash_create
[ 33/908] 2163464=test_rdoc_generator_ri
[ 34/908] 2163464=test_file
[ 35/908] 2163464=test_thread_fd_close
[ 36/908] 2163464=bom_test
[ 37/908] 2163464=test_gem_stream_ui
[ 38/908] 2163464=test_ansi_with_terminfo
[ 39/908] 2163464=test_safe_load
[ 40/908] 2163464=test_reline_key
[ 41/908] 2163464=test_bug-3571
[ 42/908] 2163464=test_unicode_normalize
[ 43/908] 2163461=test_read
[ 44/908] 2163461=test_date_time
[ 45/908] 2163461=test_did_you_mean
[ 46/908] 2163461=test_handle
[ 47/908] 2163461=test_rdoc_markup_to_joined_paragraph
[ 48/908] 2163461=test_arity
[ 49/908] 2163461=test_rewind
[ 50/908] 2163461=test_win32ole_type_event
[ 51/908] 2163461=test_rdoc_method_attr
[ 52/908] 2163461=test_sprintf
[ 53/908] 2163461=test_gem_uri
[ 54/908] 2163461=test_exception_at_throwing
[ 55/908] 2163462=test_enumerator
[ 56/908] 2163462=test_row
[ 57/908] 2163462=test_memory_view
[ 58/908] 2163461=test_stringio
[ 59/908] 2163462=test_win32ole_method
[ 60/908] 2163462=test_gem_source_local
[ 61/908] 2163461=test_flip
[ 62/908] 2163461=test_frozen
[ 63/908] 2163461=test_date_conv
[ 64/908] 2163461=test_case_mapping
[ 65/908] 2163461=test_gem_source_subpath_problem
[ 66/908] 2163464=test_date_compat
[ 67/908] 2163464=test_egrep_cpp
[ 68/908] 2163464=test_weakmap
[ 69/908] 2163461=test_dot_dot
[ 70/908] 2163461=test_scan_args
[ 71/908] 2163461=test_cclass
[ 72/908] 2163461=test_rdoc_rdoc
[ 73/908] 2163461=test_kdf
[ 74/908] 2163461=test_rdoc_comment
[ 75/908] 2163462=test_win32ole_variant_m
[ 76/908] 2163462=test_tcp
[ 77/908] 2163461=test_cgi_multipart
[ 78/908] 2163462=test_json_tree
[ 79/908] 2163461=test_bug_reporter
[ 80/908] 2163462=test_io_buffer
[ 81/908] 2163462=test_autoconf
[ 82/908] 2163462=test_ractor
[ 83/908] 2163462=test_severity
[ 84/908] 2163462=test_load
[ 85/908] 2163462=test_arithmetic_sequence
[ 86/908] 2163462=test_gem_update_suggestion
[ 87/908] 2163462=test_http
[ 88/908] 2163461=test_gem_source_installed
[ 89/908] 2163462=test_flags
[ 90/908] 2163461=test_psych
[ 91/908] 2163461=test_gem_resolver_installer_set
[ 92/908] 2163461=test_ole_methods
[ 93/908] 2163461=test_gem_resolver_lock_set
[ 94/908] 2163461=test_rdoc_i18n_locale
[ 95/908] 2163461=test_gc_compact
[ 96/908] 2163462=test_rdoc_markup_to_ansi
[ 97/908] 2163462=test_delete
[ 98/908] 2163462=test_ractor
[ 99/908] 2163462=test_bigmath
[100/908] 2163462=test_continuation
[101/908] 2163462=test_str2big
[102/908] 2163462=test_gem_impossible_dependencies_error
[103/908] 2163462=json_generator_test
[104/908] 2163462=test_popen_deadlock
[105/908] 2163463=test_gem_commands_specification_command
[106/908] 2163463=test_placearg
[107/908] 2163463=test_len
[108/908] 2163463=test_features
[109/908] 2163463=attribute_write_test
[110/908] 2163463=test_asn1
[111/908] 2163462=test_exception
[112/908] 2163463=test_provider
[113/908] 2163463=test_rdoc_store
[114/908] 2163463=test_syntax
[115/908] 2163461=test_case_comprehensive
[116/908] 2163462=test_enc_raise
[117/908] 2163462=test_webauthn_listener_response
[118/908] 2163462=test_inadvertent_creation
[119/908] 2163462=test_rdoc_stats
[120/908] 2163462=test_gem_dependency_resolution_error
[121/908] 2163462=test_gem_bundler_version_finder
[122/908] 2163462=test_files_test
[123/908] 2163462=test_time
[124/908] 2163462=test_parser_events
[125/908] 2163462=test_io_wait_uncommon
[126/908] 2163462=test_gem_request_set_lockfile_parser
[127/908] 2163462=test_gem_silent_ui
[128/908] 2163462=test_gem_ci_detector
[129/908] 2163462=test_gem_commands_signout_command
[130/908] 2163462=test_rdoc_single_class
[131/908] 2163462=test_debug_cmd
[132/908] 2163462=test_workspace
[133/908] 2163462=test_win32ole_param_event
[134/908] 2163462=test_gem_resolver_index_set
[135/908] 2163462=test_rdoc_generator_json_index
[136/908] 2163462=test_cgi_tag_helper
[137/908] 2163462=test_rdoc_token_stream
[138/908] 2163462=test_recorder
[139/908] 2163462=test_thread
[140/908] 2163462=test_pkey_ec
[141/908] 2163462=test_gem_request
[142/908] 2163462=test_folderitem2_invokeverb
[143/908] 2163462=test_gem_spec_fetcher
[144/908] 2163462=test_enum
[145/908] 2163462=test_date_parse
[146/908] 2163462=test_write
[147/908] 2163462=test_backtrace
[148/908] 2163462=test_common
[149/908] 2163462=test_class_name_check
[150/908] 2163462=test_type
[151/908] 2163462=test_m17n_comb
[152/908] 2163463=test_gem_commands_push_command
[153/908] 2163463=test_base64
[154/908] 2163463=json_generic_object_test
[155/908] 2163463=test_complex
[156/908] 2163463=test_gem_commands_build_command
[157/908] 2163463=test_qsort
[158/908] 2163463=test_invalid
[159/908] 2163463=json_addition_test
[160/908] 2163463=test_profile_frames
[161/908] 2163463=test_nil2vtempty
[162/908] 2163463=test_kernel
[163/908] 2163463=test_div
[164/908] 2163463=test_read_write
[165/908] 2163463=test_deprecated
[166/908] 2163463=test_integer_comb
[167/908] 2163464=test_gem_commands_outdated_command
[168/908] 2163464=test_gem_validator
[169/908] 2163464=test_rdoc_markup_formatter
[170/908] 2163464=test_usrmarshal
[171/908] 2163464=!Nothing_to_test
[172/908] 2163464=test_rendering
[173/908] 2163464=test_each
[174/908] 2163464=json_parser_test
[175/908] 2163464=test_gbk
[176/908] 2163464=parse_test
[177/908] 2163462=test_rdoc_text
[178/908] 2163462=test_ansi_without_terminfo
[179/908] 2163462=test_autoload
[180/908] 2163463=test_gem_dependency
[181/908] 2163463=test_cgi_util
[182/908] 2163463=test_require
[183/908] 2163463=test_gem_source_vendor
[184/908] 2163463=test_data_converters
[185/908] 2163463=test_call
[186/908] 2163464=test_my_integer
[187/908] 2163464=test_memory_view
[188/908] 2163464=test_gem_available_set
[189/908] 2163463=test_modify_expand
[190/908] 2163463=test_assignment
[191/908] 2163464=test_syslog_logger
[192/908] 2163464=test_gem_dependency_installer
[193/908] 2163463=test_gem_source_lock
[194/908] 2163463=test_ripper
[195/908] 2163462=test_optarg
[196/908] 2163462=regexp_test
[197/908] 2163462=test_enc_str_buf_cat
[198/908] 2163462=test_generic
[199/908] 2163464=test_input_method
[200/908] 2163463=test_header
[201/908] 2163463=test_win32ole_type
[202/908] 2163463=test_x509store
[203/908] 2163462=test_exception
[204/908] 2163462=test_windows_1252
[205/908] 2163462=test_null
[206/908] 2163462=test_scalar
[207/908] 2163464=test_gem_resolver_requirement_list
[208/908] 2163462=test_arith_seq_beg_len_step
[209/908] 2163464=test_utf32
[210/908] 2163464=test_type_completor
[211/908] 2163464=test_iseq_load
[212/908] 2163463=test_trick
[213/908] 2163462=test_rdoc_markup_to_markdown
[214/908] 2163462=test_key_name_check
[215/908] 2163462=test_change_word
[216/908] 2163462=test_noarg
[217/908] 2163462=test_tmpdir
[218/908] 2163462=test_gem_commands_pristine_command
[219/908] 2163464=test_gem_version
[220/908] 2163462=test_rdoc_normal_module
[221/908] 2163464=test_rdoc_markdown_test
[222/908] 2163462=test_rdoc_markup_hard_break
[223/908] 2163462=test_ssl_session
[224/908] 2163462=test_random
[225/908] 2163462=test_encodings
[226/908] 2163462=test_ns_spki
[227/908] 2163462=test_gem_resolver_dependency_request
[228/908] 2163462=test_yield
[229/908] 2163463=test_kwargs
[230/908] 2163463=test_integer
[231/908] 2163463=test_string_memory
[232/908] 2163463=test_io_wait
[233/908] 2163463=test_acceptable
[234/908] 2163463=test_pkey
[235/908] 2163463=test_stream
[236/908] 2163463=test_gem_security_trust_dir
[237/908] 2163463=test_line_editor
[238/908] 2163463=test_rinda
[239/908] 2163464=test_ractor
[240/908] 2163464=test_dryrun
[241/908] 2163464=test_gem_resolver_api_set
[242/908] 2163464=parse_comments_test
[243/908] 2163464=test_forwardable
[244/908] 2163464=test_protect
[245/908] 2163464=test_clone
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 14 : #<IO:fd 14>
.Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 13
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 14
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 15
[246/908] 2163464=test_rdoc_servlet
[247/908] 2163463=test_rdoc_generator_pot_po
[248/908] 2163463=test_tree_builder
[249/908] 2163463=test_typeddata
[250/908] 2163464=test_rdoc_markup_include
[251/908] 2163464=test_inputs_scanner
[252/908] 2163464=test_cesu8
[253/908] 2163464=test_httpheader
[254/908] 2163464=test_shapes
[255/908] 2163464=test_rdoc_ri_driver
[256/908] 2163463=test_gem_commands_mirror
[257/908] 2163464=test_date_marshal
[258/908] 2163464=test_literal
[259/908] 2163463=test_euc_kr
[260/908] 2163463=test_gem_commands_cleanup_command
[261/908] 2163463=test_thread
[262/908] 2163463=test_nextafter
[263/908] 2163464=test_capacity
[264/908] 2163464=test_rubyoptions
[265/908] 2163463=test_path_to_class
[266/908] 2163463=test_function_entry
[267/908] 2163463=test_gem_resolver_activation_request
[268/908] 2163463=test_pkey_dh
[269/908] 2163463=test_securerandom
[270/908] 2163463=test_win32ole_method_event
[271/908] 2163463=test_gem_ext_ext_conf_builder
[272/908] 2163463=test_drb
[273/908] 2163462=test_complexrational
[274/908] 2163462=test_hash
[275/908] 2163462=test_config
[276/908] 2163462=test_alias_and_anchor
[277/908] 2163462=test_abi
[278/908] 2163462=test_rdoc_any_method
[279/908] 2163462=test_ifunless
[280/908] 2163462=test_key_stroke
[281/908] 2163462=test_ractor
[282/908] 2163462=test_process
[283/908] 2163463=test_config
[284/908] 2163463=test_rat
[285/908] 2163463=test_mdns
[286/908] 2163463=test_win32ole_typelib
[287/908] 2163463=test_bundled_ca
[288/908] 2163463=test_external_new
[289/908] 2163463=constant_path_node_test
[290/908] 2163463=test_undef
[291/908] 2163463=test_http_request
[292/908] 2163463=test_date_ractor
[293/908] 2163463=test_gem_name_tuple
[294/908] 2163463=test_gem_request_set
[295/908] 2163463=test_io_buffer
[296/908] 2163463=test_gem_ext_cargo_builder
[297/908] 2163464=test_gem_package_tar_header
[298/908] 2163463=test_merge_keys
[299/908] 2163463=test_c_struct_builder
[300/908] 2163464=test_gem_resolver_index_specification
[301/908] 2163464=test_rdoc_extend
[302/908] 2163464=test_to_ruby
[303/908] 2163463=test_prettyprint
[304/908] 2163464=test_threadgroup
[305/908] 2163463=test_human_typo
[306/908] 2163463=test_stream
[307/908] 2163463=test_gem_ext_builder
[308/908] 2163464=test_queue
[309/908] 2163464=test_gem_commands_check_command
[310/908] 2163464=test_gem_commands_yank_command
[311/908] 2163464=test_data
[312/908] 2163464=test_big2str
[313/908] 2163464=test_rdoc_alias
[314/908] 2163464=test_rdoc_context_section
[315/908] 2163464=test_gem_security_policy
[316/908] 2163464=test_ellipsize
[317/908] 2163464=test_io
[318/908] 2163464=test_emitter
[319/908] 2163464=test_require_path_check
[320/908] 2163464=test_gem_unsatisfiable_dependency_error
[321/908] 2163464=test_acl
[322/908] 2163464=test_utf16
[323/908] 2163464=test_wait
[324/908] 2163464=test_date_new
[325/908] 2163464=test_gem_commands_cert_command
[326/908] 2163461=test_tempfile
[327/908] 2163463=test_object_create_start
[328/908] 2163463=magic_comment_test
[329/908] 2163463=test_duplicate
[330/908] 2163463=test_quote_empty
[331/908] 2163463=test_rdoc_markup_raw
[332/908] 2163463=test_rdoc_markup_paragraph
[333/908] 2163463=json_string_matching_test
[334/908] 2163463=test_cmd
[335/908] 2163461=test_path
[336/908] 2163461=test_fstring
[337/908] 2163461=test_euc_tw
[338/908] 2163461=test_nomethod_error
[339/908] 2163461=test_class
[340/908] 2163464=test_rdoc_encoding
[341/908] 2163464=test_const
[342/908] 2163464=test_files_test_1
[343/908] 2163463=test_io_timeout
[344/908] 2163463=test_rdoc_rd_inline
[345/908] 2163463=test_rdoc_markdown
[346/908] 2163463=test_comparable
[347/908] 2163463=test_gem_package_tar_reader
[348/908] 2163463=test_rdoc_normal_class
[349/908] 2163463=test_ipaddr
[350/908] 2163463=test_pkcs12
[351/908] 2163463=test_gem_installer
[352/908] 2163461=test_rdoc_constant
[353/908] 2163461=test_deprecate
[354/908] 2163461=test_row_separator
[355/908] 2163461=test_method
[356/908] 2163464=test_rdoc_markup_parser
[357/908] 2163464=test_gem_source_specific_file
[358/908] 2163464=test_method_name_check
[359/908] 2163464=test_observer
[360/908] 2163464=test_parse
[361/908] 2163464=test_gem_commands_setup_command
[362/908] 2163464=test_hmac
[363/908] 2163464=test_rdoc_top_level
[364/908] 2163464=test_postponed_job
[365/908] 2163463=test_gem_request_set_lockfile
[366/908] 2163464=test_uncorrectable_name_check
[367/908] 2163464=test_erb
[368/908] 2163464=test_gem_commands_environment_command
[369/908] 2163464=test_numeric
[370/908] 2163463=encoding_test
[371/908] 2163464=test_bmethod
[372/908] 2163464=test_pty
[373/908] 2163463=test_rdoc_markup_verbatim
[374/908] 2163463=test_emitter
[375/908] 2163463=json_fixtures_test
[376/908] 2163463=test_econv
[377/908] 2163464=newline_test
[378/908] 2163464=test_gem_platform
[379/908] 2163464=test_rdoc_parser_c
[380/908] 2163463=test_macro
[381/908] 2163463=test_numhash
[382/908] 2163463=test_rdoc_task
[383/908] 2163463=test_rdoc_markup_to_html
[384/908] 2163463=test_backtrace
[385/908] 2163464=test_pkey_rsa
[386/908] 2163464=test_stack
[387/908] 2163463=test_bigzero
[388/908] 2163463=test_color
[389/908] 2163463=test_ldap
[390/908] 2163463=test_erb_m17n
[391/908] 2163463=test_syslog
[392/908] 2163463=test_rdoc_code_object
[393/908] 2163463=test_gem_commands_uninstall_command
[394/908] 2163464=test_socket
[395/908] 2163463=test_framework
[396/908] 2163463=test_rdoc_markup_to_html_crossref
[397/908] 2163462=test_class2name
[398/908] 2163462=test_yamlstore
[399/908] 2163462=test_random_formatter
[400/908] 2163462=test_depth_first
[401/908] 2163462=test_benchmark
[402/908] 2163463=test_x509name
[403/908] 2163463=test_fnmatch
[404/908] 2163461=test_pack
[405/908] 2163463=test_rdoc_markup_heading
[406/908] 2163463=test_gem_source
[407/908] 2163461=test_skip_lines
[408/908] 2163461=test_function
[409/908] 2163461=test_string
[410/908] 2163461=test_mkmf
[411/908] 2163461=test_raise
[412/908] 2163461=test_gem_stub_specification
[413/908] 2163462=test_assembler
[414/908] 2163462=test_reline
[415/908] 2163463=comments_test
[416/908] 2163463=test_yaml
[417/908] 2163462=test_debug
[418/908] 2163462=test_array
[419/908] 2163462=test_date_strftime
[420/908] 2163461=test_reqarg
[421/908] 2163463=test_init
[422/908] 2163461=test_set
[423/908] 2163461=test_file
[424/908] 2163461=test_gem_commands_signin_command
[425/908] 2163461=test_resource
[426/908] 2163461=test_zsh_completion
[427/908] 2163461=library_symbols_test
[428/908] 2163461=test_system
[429/908] 2163463=test_sizeof
[430/908] 2163464=test_sorted_set
[431/908] 2163462=test_emoji
[432/908] 2163462=test_face
[433/908] 2163462=test_iseq
[434/908] 2163464=test_condition
[435/908] 2163464=test_cp949
[436/908] 2163464=test_gem_commands_search_command
[437/908] 2163464=test_defined
[438/908] 2163464=test_basicsocket
[439/908] 2163464=test_sleep
[440/908] 2163462=test_date_attr
[441/908] 2163462=test_rdoc_rd_inline_parser
[442/908] 2163464=test_color_printer
[443/908] 2163462=test_fileutils
[444/908] 2163464=errors_test
[445/908] 2163461=test_nesting_parser
[446/908] 2163464=test_vm_dump
[447/908] 2163464=test_thread_queue
[448/908] 2163461=test_gem_resolver_conflict
[449/908] 2163461=test_nowrite
[450/908] 2163461=test_gb18030
[451/908] 2163461=test_gem_package_tar_writer
[452/908] 2163461=test_yaml_tree
[453/908] 2163461=test_shellwords
[454/908] 2163461=test_windows_1251
[455/908] 2163461=test_encoding
[456/908] 2163461=test_omap
[457/908] 2163461=test_sockopt
[458/908] 2163461=test_gem_uri_formatter
[459/908] 2163461=test_cstr
[460/908] 2163463=test_gem_config_file
[461/908] 2163463=test_whileuntil
[462/908] 2163463=test_gem_resolver_best_set
[463/908] 2163462=test_document
[464/908] 2163462=test_yjit_exit_locations
[465/908] 2163463=test_data_error
[466/908] 2163462=test_monitor
[467/908] 2163463=test_mul
[468/908] 2163463=test_primitive
[469/908] 2163463=test_gem_commands_which_command
[470/908] 2163463=test_passing_block
[471/908] 2163462=test_history
[472/908] 2163463=test_method_cache
[473/908] 2163463=test_gem_gemcutter_utilities
[474/908] 2163462=test_float
[475/908] 2163463=test_thread_cv
[476/908] 2163463=test_pattern_matching
[477/908] 2163463=test_webauthn_listener
[478/908] 2163463=test_rdoc_parser
[479/908] 2163463=test_marshalable
[480/908] 2163463=test_rdoc_parser_rd
[481/908] 2163463=test_webauthn_poller
[482/908] 2163463=test_x509attr
[483/908] 2163463=test_unicode
[484/908] 2163463=test_set_len
[485/908] 2163463=test_gc
[486/908] 2163463=test_math
[487/908] 2163463=test_libs
[488/908] 2163463=test_wss
[489/908] 2163463=test_x509ext
[490/908] 2163463=test_class
[491/908] 2163463=test_configuration
[492/908] 2163463=test_fips
[493/908] 2163461=test_gem_path_support
[494/908] 2163462=test_case
[495/908] 2163462=test_helper
[496/908] 2163462=test_coverage
[497/908] 2163461=test_pathname
[498/908] 2163463=test_gem_command_manager
[499/908] 2163461=test_refinement
[500/908] 2163463=test_address_resolve
[501/908] 2163464=test_project_sanity
[502/908] 2163463=test_gem_install_update_options
[503/908] 2163464=test_num2int
[504/908] 2163463=test_pkcs7
[505/908] 2163464=test_cgi_session
[506/908] 2163464=test_keyword
[507/908] 2163463=test_ensured
[508/908] 2163463=test_hash
[509/908] 2163462=test_x509crl
[510/908] 2163462=test_iter_break
[511/908] 2163462=test_parser
[512/908] 2163462=test_gem_ext_rake_builder
[513/908] 2163464=test_irb
[514/908] 2163464=test_gem_resolver_installed_specification
[515/908] 2163464=test_gem_resolver_vendor_set
[516/908] 2163464=test_cmethod
[517/908] 2163464=test_gem_commands_list_command
[518/908] 2163464=test_numeric
[519/908] 2163464=test_word
[520/908] 2163464=test_gem_requirement
[521/908] 2163464=test_digest
[522/908] 2163464=test_gem_resolver_local_specification
[523/908] 2163462=test_object
[524/908] 2163462=test_rdoc_options
[525/908] 2163464=test_dln
[526/908] 2163464=test_at_exit
[527/908] 2163464=test_closure
[528/908] 2163462=test_yield_block
[529/908] 2163462=test_pkg_config
[530/908] 2163462=test_gem_commands_help_command
[531/908] 2163462=test_set
[532/908] 2163462=test_rdoc_include
[533/908] 2163462=test_insns_leaf
[534/908] 2163462=test_gem_version_option
[535/908] 2163462=test_ossl
[536/908] 2163464=test_ubf_async_safe
[537/908] 2163464=test_ruby_lex
[538/908] 2163464=test_win32ole_record
[539/908] 2163464=test_complex2
[540/908] 2163464=dispatcher_test
[541/908] 2163464=test_eval_history
[542/908] 2163464=test_gem_ext_cargo_builder_link_flag_converter
[543/908] 2163464=test_array
[544/908] 2163462=test_argf
[545/908] 2163461=test_console_attr
[546/908] 2163461=test_x509req
[547/908] 2163461=test_files_ext
[548/908] 2163461=test_frozen_error
[549/908] 2163461=test_yjit
[550/908] 2163463=test_m17n
[551/908] 2163463=test_beginendblock
[552/908] 2163463=test_cipher
[553/908] 2163463=test_rdoc_parser_ruby
[554/908] 2163463=test_httpresponse
[555/908] 2163463=test_big5
[556/908] 2163463=test_new
[557/908] 2163463=test_time_tz
[558/908] 2163463=test_within_pipe
[559/908] 2163463=test_mixed_unicode_escapes
[560/908] 2163463=test_rdoc_generator_darkfish
[561/908] 2163463=test_have_library
[562/908] 2163463=test_load
[563/908] 2163463=test_objspace
[564/908] 2163462=test_httpresponses
[565/908] 2163462=test_general
[566/908] 2163462=test_gem_commands_server_command
[567/908] 2163462=test_timeout
[568/908] 2163462=test_abbrev
[569/908] 2163462=test_metaclass
[570/908] 2163462=test_rbconfig
[571/908] 2163462=test_files_sample
[572/908] 2163462=test_gem_package_tar_reader_entry
[573/908] 2163462=test_gem_specification
[574/908] 2163462=test_gem_commands_exec_command
[575/908] 2163462=test_tsort
[576/908] 2163462=test_rdoc_markup_to_label
[577/908] 2163462=test_scheduler
[578/908] 2163462=test_object_references
[579/908] 2163462=test_cgi_cookie
[580/908] 2163461=test_bigdecimal
[581/908] 2163462=test_gem_resolver
[582/908] 2163462=test_win32ole_variable
[583/908] 2163462=version_test
[584/908] 2163462=test_last_thread
[585/908] 2163462=test_import
[586/908] 2163462=test_ftp
[587/908] 2163462=test_logdevice
[588/908] 2163461=test_pp
[589/908] 2163461=test_rdoc_markup_to_table_of_contents
[590/908] 2163461=test_gem_commands_unpack_command
[591/908] 2163461=test_x509cert
[592/908] 2163461=test_enc_associate
[593/908] 2163462=test_rb_str_dup
[594/908] 2163462=test_module
[595/908] 2163461=test_key_error
[596/908] 2163461=test_symbol
[597/908] 2163461=test_append
[598/908] 2163461=test_engine
[599/908] 2163461=test_digest_extend
[600/908] 2163461=test_ssl
[601/908] 2163462=test_logger
[602/908] 2163462=test_cparser
[603/908] 2163464=test_rdoc_markup_attributes
[604/908] 2163464=test_unicode_escape
[605/908] 2163464=test_recursion
[606/908] 2163464=test_c_union_entity
[607/908] 2163464=test_string_processing
[608/908] 2163464=test_io_console
[609/908] 2163461=test_bn
[610/908] 2163461=test_logperiod
[611/908] 2163461=test_arith_seq_extract
[612/908] 2163461=test_gem_request_connection_pools
[613/908] 2163462=test_config
[614/908] 2163462=test_ractor
[615/908] 2163461=test_rubyvm
[616/908] 2163461=test_pack
[617/908] 2163462=test_getoptlong
[618/908] 2163462=test_sexp
[619/908] 2163462=test_io
[620/908] 2163461=test_compile_prism
[621/908] 2163464=test_interned_str
[622/908] 2163464=test_gem_ext_cmake_builder
[623/908] 2163464=test_objectspace
[624/908] 2163461=test_integer
[625/908] 2163464=test_require_lib
[626/908] 2163461=test_gem_util
[627/908] 2163461=test_euc_jp
[628/908] 2163461=test_tree_spell_checker
[629/908] 2163461=test_option
[630/908] 2163461=test_mutex
[631/908] 2163461=test_win32ole_event
[632/908] 2163461=test_etc
[633/908] 2163461=test_struct
[634/908] 2163461=test_notimplement
[635/908] 2163461=test_scalar_scanner
[636/908] 2163461=test_key_event_record
[637/908] 2163461=test_array_create
[638/908] 2163461=test_rdoc_require
[639/908] 2163461=test_parser
[640/908] 2163461=test_terminfo
[641/908] 2163461=test_fiber
[642/908] 2163464=test_rational2
[643/908] 2163464=test_bash_completion
[644/908] 2163464=test_gem_ext_cargo_builder_unit
[645/908] 2163464=test_delegate
[646/908] 2163464=test_bug-14834
[647/908] 2163464=test_fixnum
[648/908] 2163464=test_signal
[649/908] 2163464=test_cgi_core
[650/908] 2163464=test_addrinfo
[651/908] 2163464=test_gem
[652/908] 2163461=test_to_ary_concat
[653/908] 2163464=test_encoding
[654/908] 2163464=test_completion
[655/908] 2163464=test_buffered_io
[656/908] 2163464=test_constant
[657/908] 2163461=test_ractor
[658/908] 2163461=test_case_options
[659/908] 2163461=test_evaluation
[660/908] 2163461=test_ssl
[661/908] 2163461=test_rdoc_markup_to_tt_only
[662/908] 2163461=test_convert
[663/908] 2163461=test_https
[664/908] 2163461=test_gem_console_ui
[665/908] 2163461=test_optparse
[666/908] 2163461=ripper_compat_test
[667/908] 2163461=test_raise_exception
[668/908] 2163462=test_rdoc_markup_to_bs
[669/908] 2163462=test_marshal
[670/908] 2163464=test_gem_commands_update_command
[671/908] 2163461=json_encoding_test
[672/908] 2163461=test_find_executable
[673/908] 2163461=test_ts
[674/908] 2163461=test_unconverted_fields
[675/908] 2163461=test_require
[676/908] 2163462=test_history
[677/908] 2163462=test_locale
[678/908] 2163462=test_dup
[679/908] 2163462=test_delegation
[680/908] 2163462=test_weakkeymap
[681/908] 2163462=test_formatter
[682/908] 2163462=test_rdoc_markup_document
[683/908] 2163462=test_key_actor_vi
[684/908] 2163462=test_lazy_enumerator
[685/908] 2163464=test_drbobject
[686/908] 2163464=test_optimization
[687/908] 2163462=test_gem_commands_query_command
[688/908] 2163462=test_rdoc_rd
[689/908] 2163462=test_range
[690/908] 2163461=test_exit
[691/908] 2163461=test_open3
[692/908] 2163462=test_udp
[693/908] 2163462=test_pinned
[694/908] 2163462=test_require
[695/908] 2163462=test_remote_fetch_error
[696/908] 2163462=test_pattern_key_name_check
[697/908] 2163462=test_thread
[698/908] 2163461=test_date_strptime
[699/908] 2163461=test_gem_request_set_lockfile_tokenizer
[700/908] 2163461=test_gem_doctor
[701/908] 2163461=test_gem_safe_marshal
[702/908] 2163461=ruby_api_test
[703/908] 2163461=test_instrumentation_api
[704/908] 2163464=test_default_gems
[705/908] 2163464=test_rand
[706/908] 2163463=test_serialize_subclasses
[707/908] 2163463=fuzzer_test
[708/908] 2163463=test_ast
[709/908] 2163461=test_struct
[710/908] 2163461=test_propertyputref
[711/908] 2163461=location_test
[712/908] 2163461=test_gem_resolver_api_specification
[713/908] 2163461=test_gem_package
[714/908] 2163464=test_date_arith
[715/908] 2163464=test_gem_security_signer
[716/908] 2163464=test_drbunix
[717/908] 2163461=test_svcb_https
[718/908] 2163461=test_buffering
[719/908] 2163461=test_patterns
[720/908] 2163461=test_gem_commands_stale_command
[721/908] 2163461=test_rdoc_parser_simple
[722/908] 2163461=test_enumerable
[723/908] 2163461=test_signedness
[724/908] 2163462=test_too_many_dummy_encodings
[725/908] 2163462=json_common_interface_test
[726/908] 2163462=test_grapheme_breaks
[727/908] 2163462=test_ractor
[728/908] 2163462=test_force_quotes
[729/908] 2163462=test_err_in_callback
[730/908] 2163462=test_gem_dependency_list
[731/908] 2163462=test_gem_ext_configure_builder
[732/908] 2163462=test_rendering
[733/908] 2163462=test_rdoc_generator_markup
[734/908] 2163462=test_filter
[735/908] 2163462=test_scanner_events
[736/908] 2163462=test_inlinecache
[737/908] 2163462=test_gem_resolver_vendor_specification
[738/908] 2163462=json_ext_parser_test
[739/908] 2163462=test_ostruct
[740/908] 2163462=test_koi8
[741/908] 2163462=test_table
[742/908] 2163462=test_rdoc_attr
[743/908] 2163461=test_not
[744/908] 2163461=test_coder
[745/908] 2163462=test_symbol
[746/908] 2163461=test_context
[747/908] 2163461=test_gem_commands_sources_command
[748/908] 2163461=test_ractor_compatibility
[749/908] 2163461=test_have_func
[750/908] 2163461=test_gem_commands_contents_command
[751/908] 2163461=test_gem_rdoc
[752/908] 2163464=test_erb_command
[753/908] 2163461=test_ws
[754/908] 2163464=test_win32ole_variant_outarg
[755/908] 2163461=test_unix
[756/908] 2163464=test_regex_casefold
[757/908] 2163461=test_fd_setsize
[758/908] 2163461=test_http
[759/908] 2163464=test_gem_source_git
[760/908] 2163464=test_gem_commands_lock_command
[761/908] 2163464=test_rdoc_markup_to_html_snippet
[762/908] 2163464=test_data
[763/908] 2163464=test_gem_source_fetch_problem
[764/908] 2163464=test_rdoc_parser_markdown
[765/908] 2163464=test_rdoc_i18n_text
[766/908] 2163464=test_rdoc_markup_indented_paragraph
[767/908] 2163464=test_singleton
[768/908] 2163464=test_spell_checker
[769/908] 2163464=test_ancdata
[770/908] 2163464=test_rdoc_markup
[771/908] 2163464=test_files_test_2
[772/908] 2163464=test_gem_resolver_git_specification
[773/908] 2163464=test_normalize
[774/908] 2163464=test_converters
[775/908] 2163464=test_sleep
[776/908] 2163462=test_bignum
[777/908] 2163462=test_rdoc_tom_doc
[778/908] 2163462=test_gem_commands_fetch_command
[779/908] 2163462=ractor_test
[780/908] 2163462=test_update
[781/908] 2163462=test_basicinstructions
[782/908] 2163462=test_read
[783/908] 2163462=test_ractor
[784/908] 2163462=test_verbose
[785/908] 2163462=test_key_actor_emacs
[786/908] 2163462=test_stringify_symbols
[787/908] 2163462=test_pack
[788/908] 2163464=test_rdoc_rd_block_parser
[789/908] 2163464=test_rdoc_ri_paths
[790/908] 2163464=test_name_error_extension
[791/908] 2163464=test_bigdecimal_util
[792/908] 2163464=test_https_proxy
[793/908] 2163464=test_gem_commands_owner_command
[794/908] 2163462=test_cgi_modruby
[795/908] 2163462=test_rational
[796/908] 2163462=test_gc
[797/908] 2163464=test_gem_local_remote_options
[798/908] 2163464=test_pair
[799/908] 2163461=test_stat
[800/908] 2163461=test_flush
[801/908] 2163461=test_resolve_symbol
[802/908] 2163461=unescape_test
[803/908] 2163464=test_yamldbm
[804/908] 2163464=test_jaro_winkler
[805/908] 2163464=test_func
[806/908] 2163461=test_install
[807/908] 2163461=test_foreach
[808/908] 2163461=test_win32ole_variant
[809/908] 2163461=test_summary
[810/908] 2163461=test_gem_resolver_composed_set
[811/908] 2163461=test_arity
[812/908] 2163461=test_find
[813/908] 2163461=test_object
[814/908] 2163461=test_nil
[815/908] 2163461=test_trace
[816/908] 2163461=test_rdoc_markup_attribute_manager
[817/908] 2163461=test_liberal_parsing
[818/908] 2163461=test_rdoc_class_module
[819/908] 2163461=test_boolean
[820/908] 2163461=test_kill_ring
[821/908] 2163461=test_drbssl
[822/908] 2163464=test_rdoc_parser_changelog
[823/908] 2163464=parameters_signature_test
[824/908] 2163464=test_column_separator
[825/908] 2163464=test_gem_source_list
[826/908] 2163464=test_yaml_special_cases
[827/908] 2163464=test_transcode
[828/908] 2163464=test_iso_8859
[829/908] 2163464=test_dir
[830/908] 2163464=test_coderange
[831/908] 2163464=test_mailto
[832/908] 2163464=test_gem_commands_install_command
[833/908] 2163464=test_enumerator_kw
[834/908] 2163464=test_nonblock
[835/908] 2163464=test_strip
[836/908] 2163464=test_lexer
[837/908] 2163464=test_date
[838/908] 2163464=test_open-uri
[839/908] 2163464=test_c_struct_entry
[840/908] 2163461=test_rdoc_context
[841/908] 2163464=test_random
[842/908] 2163464=test_env
[843/908] 2163461=test_nkf
[844/908] 2163461=test_rdoc_markup_pre_process
[845/908] 2163461=test_convertible
[846/908] 2163462=test_io_m17n
[847/908] 2163464=test_resize
[848/908] 2163464=test_stringscanner
[849/908] 2163464=test_pipe
[850/908] 2163464=desugar_compiler_test
[851/908] 2163464=test_have_macro
[852/908] 2163464=test_general
[853/908] 2163464=test_tracepoint
[854/908] 2163462=test_gem_resolver_specification
[855/908] 2163462=test_internal_ivar
[856/908] 2163462=test_config
[857/908] 2163464=test_error_highlight
[858/908] 2163462=test_win32ole
[859/908] 2163462=test_settracefunc
[860/908] 2163464=test_gem_text
[861/908] 2163461=test_pstore
[862/908] 2163461=test_variable
[863/908] 2163464=test_readpartial
[864/908] 2163464=test_lambda
[865/908] 2163461=test_gem_request_set_gem_dependency_api
[866/908] 2163464=test_ocsp
[867/908] 2163464=test_super
[868/908] 2163461=test_win32ole_param
[869/908] 2163461=test_time
[870/908] 2163461=heredoc_dedent_test
[871/908] 2163461=test_sprintf_comb
[872/908] 2163462=test_gem_package_old
[873/908] 2163462=test_method_cache
[874/908] 2163462=memsize_test
[875/908] 2163462=test_proc
[876/908] 2163461=test_eval
[877/908] 2163461=test_alias
[878/908] 2163461=test_gem_gem_runner
[879/908] 2163461=test_pointer
[880/908] 2163462=test_gem_uninstaller
[881/908] 2163464=test_rdoc_generator_pot
[882/908] 2163464=test_zlib
[883/908] 2163461=test_storage
[884/908] 2163461=compiler_test
[885/908] 2163461=test_string
[886/908] 2163461=test_variable_name_check
[887/908] 2163462=test_iterator
[888/908] 2163462=test_printf
[889/908] 2163461=test_case
[890/908] 2163461=test_gem_remote_fetcher
[891/908] 2163462=test_regexp
[892/908] 2163461=test_extlibs
[893/908] 2163461=pattern_test
[894/908] 2163461=test_file_exhaustive
[895/908] 2163461=test_gem_commands_info_command
[896/908] 2163461=test_addr
[897/908] 2163461=test_getopts
[898/908] 2163461=test_process
[899/908] 2163461=test_dns
[900/908] 2163461=test_cgi_header
[901/908] 2163461=test_tuplebag
[902/908] 2163461=test_show_source
[903/908] 2163461=test_protocol
[904/908] 2163461=test_singleton_function
[905/908] 2163461=test_rdoc_markup_to_rdoc
[906/908] 2163461=test_helper
[907/908] 2163461=test_dir_m17n
[908/908] 2163464=test_rdoc_generator_pot_po_entry
Retrying...
Finished tests in 1142.972136s, 23.6909 tests/s, 8382.9813 assertions/s.
27078 tests, 9581514 assertions, 0 failures, 0 errors, 226 skips
ruby -v: ruby 3.4.0dev (2024-01-12T06:58:54Z master 396e94666b) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-12T06:58:54Z master 396e94666b) [x86_64-linux]
0 .........................................................................
73 .........................................................................
146 .........................................................................
219 .........................................................................
292 .........................................................................
365 .........................................................................
438 .........................................................................
511 .........................................................................
584 .........................................................................
657 .........................................................................
730 .........................................................................
803 .........................................................................
876 .........................................................................
949 .........................................................................
1022 .........................................................................
1095 .........................................................................
1168 .........................................................................
1241 .........................................................................
1314 .........................................................................
1387 .........................................................................
1460 .........................................................................
1533 .........................................................................
1606 .........................................................................
1679 .........................................................................
1752 .........................................................................
1825 .........................................................................
1898 .........................................................................
1971 .........................................................................
2044 .........................................................................
2117 .........................................................................
2190 .........................................................................
2263 .........................................................................
2336 .........................................................................
2409 .........................................................................
2482 .........................................................................
2555 .........................................................................
2628 .........................................................................
2701 .........................................................................
2774 .........................................................................
2847 .........................................................................
2920 .........................................................................
2993 .........................................................................
3066 .........................................................................
3139 .........................................................................
3212 .........................................................................
3285 .........................................................................
3358 .........................................................................
3431 .........................................................................
3504 .........................................................................
3577 .........................................................................
3650 .........................................................................
3723 .....
Finished in 284.289344 seconds
3728 files, 32492 examples, 147407 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.2164332.ruby -x gdbscript
[New LWP 2164332]
[New LWP 2164334]
[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/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0 uleb128 (p=0x55eb2af6f960) at /tmp/ruby/src/trunk-O0/addr2line.c:232
232 }
[Current thread is 1 (Thread 0x7f8f2b8be7c0 (LWP 2164332))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f8f2b8be7c0 (LWP 2164332) uleb128 (p=0x55eb2af6f960) at /tmp/ruby/src/trunk-O0/addr2line.c:232
2 Thread 0x7f8f122df640 (LWP 2164334) 0x00007f8f2b9e6fde in epoll_wait (epfd=4, events=0x55eb2a2b783c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7f8f122df640 (LWP 2164334)):
#0 0x00007f8f2b9e6fde in epoll_wait (epfd=4, events=0x55eb2a2b783c <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 0x000055eb29e1c554 in event_wait (vm=0x55eb2aedbb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 21995
#2 0x000055eb29e1c578 in timer_thread_polling (vm=0x55eb2aedbb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = -1768655193
#3 0x000055eb29e1cc38 in timer_thread_func (ptr=0x55eb2aedbb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
vm = 0x55eb2aedbb10
#4 0x00007f8f2b955b43 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 = {140721824688768, -815864748799686763, 140252462052928, 25, 140252888258640, 140721824689120, 843108878010288021, 843053288663943061}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f8f2b9e6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7f8f2b8be7c0 (LWP 2164332)):
#0 uleb128 (p=0x55eb2af6f960) at /tmp/ruby/src/trunk-O0/addr2line.c:232
r = 59
s = 0
#1 0x000055eb29fbe3a0 in di_skip_records (reader=0x55eb2af6f8e0, errout=0x7f8f2badb6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1482
v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
at = 58
form = 11
#2 0x000055eb29fbf3ca in debug_info_read (reader=0x55eb2af6f8e0, num_traces=40, traces=0x55eb2a2ba940 <trace>, lines=0x55eb2c996050, offset=0, errout=0x7f8f2badb6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1906
die = {pos = 5007584, tag = 52, has_children = 0}
ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#3 0x000055eb29fc04f4 in fill_lines (num_traces=40, traces=0x55eb2a2ba940 <trace>, check_debuglink=1, objp=0x55eb2af70200, lines=0x55eb2c996050, offset=0, errout=0x7f8f2badb6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
reader = {obj = 0x55eb2b17acf0, file = 0x7f8f0c9ed000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f8f0d66a526 "\032\245\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f8f0d9f3d72 "\227\035", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f8f0d9f0f27 "mod.rs", debug_line_directories = 0x7f8f0d9f066e "/tmp/ruby/src/trunk-O0/yjit/src/backend/x86_64", p = 0x7f8f0d682348 "\200\001\377\017\001", cu_end = 0x7f8f0d684a44 "n\337", pend = 0x7f8f0d882856 "\001$", q0 = 0x7f8f0d8a4ee2 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f8f0d8a5073 "\005I\023", format = 4, address_size = 8 '\b', level = 14, abbrev_table = {0x7f8f2bae9000 "", 0x7f8f0d8a4ee3 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f8f0d8a4ef9 "4", 0x7f8f0d8a4f04 "\023\001\035\023\003\016\v\v\210\001\017", 0x7f8f0d8a4f12 "\r", 0x7f8f0d8a4f20 "\017", 0x7f8f0d8a4f2b "$", 0x7f8f0d8a4f36 "9\001\003\016", 0x7f8f0d8a4f3d "\023\001\003\016\v\v\210\001\017", 0x7f8f0d8a4f49 "/", 0x7f8f0d8a4f52 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f8f0d8a4f67 "\005", 0x7f8f0d8a4f76 "\035\001\061\023U\027X\vY\005W\v", 0x7f8f0d8a4f85 "4", 0x7f8f0d8a4f8e "\005", 0x7f8f0d8a4f97 "\035\001\061\023U\027X\vY\vW\v", 0x7f8f0d8a4fa6 "\035", 0x7f8f0d8a4fb7 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f8f0d8a4fc8 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f8f0d8a4fd9 "4", 0x7f8f0d8a4fe2 "\005", 0x7f8f0d8a4feb "\005", 0x7f8f0d8a4ff4 "\v\001\021\001\022\006", 0x7f8f0d8a4ffd "4", 0x7f8f0d8a5006 "\v\001U\027", 0x7f8f0d8a500d "4", 0x7f8f0d8a501d "4", 0x7f8f0d8a502f "4", 0x7f8f0d8a5038 ".", 0x7f8f0d8a5049 ".\001n\016\003\016:\v;\005I\023 \v", 0x7f8f0d8a505a "\005", 0x7f8f0d8a5067 "\v\001", 0x7f8f0d8a506c "4", 0x7f8f0d8a5079 ".\001n\016\003\016:\v;\vI\023 \v", 0x7f8f0d8a508a "4", 0x7f8f0d8a5097 "4", 0x7f8f0d8a50a7 "\005", 0x7f8f0d8a50b4 "\023", 0x7f8f0d8a50c0 ".\001n\016\003\016:\v;\v \v", 0x7f8f0d8a50cf "3\001\025\023", 0x7f8f0d8a50d6 "\r", 0x7f8f0d8a50e4 "\031\001\026\v", 0x7f8f0d8a50eb "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f8f0d8a50fb "(", 0x7f8f0d8a5104 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7f8f0d8a5117 "\035", 0x7f8f0d8a5126 "\023", 0x7f8f0d8a5132 ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7f8f0d8a5145 "\r", 0x7f8f0d8a5156 ".", 0x7f8f0d8a5169 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f8f0d8a517c ".\001n\016\003\016:\v;\005 \v", 0x7f8f0d8a518b "\027\001\003\016\v\v\210\001\017", 0x7f8f0d8a5197 "4", 0x7f8f0d8a51a9 "\035", 0x7f8f0d8a51ba "\035", 0x7f8f0d8a51c9 "4", 0x7f8f0d8a51d0 "\005", 0x7f8f0d8a51d7 "\005", 0x7f8f0d8a51e2 "\023\001\003\016<\031\210\001\017", 0x7f8f0d8a51ee "\031\001", 0x7f8f0d8a51f3 ".\001\021\001\022\006@\030\061\023", 0x7f8f0d8a5200 "\005", 0x7f8f0d8a520d "\005", 0x7f8f0d8a521a "3\001", 0x7f8f0d8a521f "\005", 0x7f8f0d8a522e "\027\001\003\016<\031\210\001\017", 0x7f8f0d8a523a "3", 0x7f8f0d8a523f ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f8f0d8a5254 "\005", 0x7f8f0d8a5263 "\005", 0x7f8f0d8a526e "\005", 0x7f8f0d8a527d "\017", 0x7f8f0d8a5286 "\001\001I\023", 0x7f8f0d8a528d "!", 0x7f8f0d8a5298 "$", 0x7f8f0d8a52a3 "4", 0x7f8f0d8a52ac "4", 0x7f8f0d8a52be "4", 0x7f8f0d8a52d0 "4", 0x7f8f0d8a52e4 "4", 0x7f8f0d8a52f3 ".\001\003\016:\v;\v \v", 0x7f8f0d8a5300 ".", 0x7f8f0d8a5311 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f8f0d8a5324 "\025\001I\023", 0x7f8f0d8a532b "\005", 0x7f8f0d8a5332 "\025\001", 0x7f8f0d8a4b5c "\017", 0x7f8f0d8a4b65 "\025\001", 0x7f8f0d8a4b6a "\005", 0x7f8f0d8a4b71 "\025\001I\023", 0x7f8f0d8a3ead "\025\001I\023", 0x7f8f0d8a2dbe "4", 0x7f8f0d8a2dd0 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f8f0d8a2de3 "\005", 0x7f8f0d8a2dec "4", 0x7f8f0d8a2df5 ".", 0x7f8f0d8a2e06 "\035\001\061\023\021\001\022\006X\vY\v", 0x7f8f0d8a2e15 "4", 0x7f8f0d8a2e27 "\035", 0x7f8f0d8a2e36 ".", 0x7f8f0d8a2e49 "\r", 0x7f8f0d8a2e57 "\025\001I\023", 0x7f8f0d8a2e5e "\005", 0x7f8f0d8a2e65 "\025\001", 0x7f8f0d8a2e6a ".\001\003\016:\v;\v \v", 0x7f8f0d8a2e77 ".\001\003\016:\v;\vI\023 \v", 0x7f8f0d8a1780 "\025\001I\023", 0x7f8f0d8a1787 "\005", 0x7f8f0d8a178e "\025\001", 0x7f8f0d8a1793 ".\001\003\016:\v;\v \v", 0x7f8f0d8a17a0 ".\001\003\016:\v;\vI\023 \v", 0x7f8f0d8a17af ".\001\003\016:\v;\vI\023?\031 \v", 0x7f8f0d89941d "\005", 0x7f8f0d89942c ".", 0x7f8f0d895566 "!", 0x7f8f0d89556f "\r", 0x7f8f0d895585 ".", 0x7f8f0d895599 "\035\001\061\023\021\001\022\aX!)Y!\216\rW!\020\001\023", 0x7f8f0d8955b0 "\n", 0x7f8f0d8955bd ".", 0x7f8f0d8955d6 "4", 0x7f8f0d8955e7 ".", 0x7f8f0d8955ff ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f8f0d89561c ".", 0x7f8f0d895636 ".\001?\031\003\016:! ;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f8f0d895652 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f8f0d895667 "\026", 0x7f8f0d895671 "\023\001\003\016\v\v:\v;\v\001\023", 0x7f8f0d895681 "\017", 0x7f8f0d895689 "$", 0x7f8f0d895695 "\026", 0x7f8f0d8956a3 "&", 0x7f8f0d8956a9 "\026", 0x7f8f0d8956b9 "(", 0x7f8f0d8956c3 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f8f0d8956d8 "\025\001I\023\001\023", 0x7f8f0d8956e2 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f8f0d8956f7 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f8f0d895709 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f8f0d89571b "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f8f0d89572e "\026", 0x7f8f0d895741 "!", 0x7f8f0d895747 "4", 0x7f8f0d895757 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f8f0d895772 ".", 0x7f8f0d895789 ".", 0x7f8f0d8957a0 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f8f0d8957bc ".", 0x7f8f0d8957d9 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f8f0d8957fa ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f8f0d895819 ".", 0x7f8f0d895833 ".", 0x7f8f0d89584f "4", 0x7f8f0d89585b ".", 0x7f8f0d895876 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f8f0d89588a ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f8f0d8958a9 ".", 0x7f8f0d8958c4 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f8f0d8958da ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f8f0d8958f7 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f8f0d89590f ".", 0x7ffc5a5f6ee8 "", 0x55eb2af70630 "\370\316\213+\217\177", 0x55eb2af70628 "x\325\247\017\217\177", 0x7ffc5a5f6ef0 "", 0x55eb2af6fe68 "\304X\211\r\217\177", 0x55eb2af705e8 "\350\320{+\217\177", 0x55eb2af705f0 "\340\320{+\217\177", 0x55eb2af705f8 "\005", 0x55eb2af70600 "", 0x7ffc5a5f6ef8 "\200\244\306)\353U", 0x7ffc5a5f6f00 "0o_Z\374\177", 0x7ffc5a5f6f08 "", 0x7ffc5a5f6f10 "", 0x7ffc5a5f6f18 "\245\244\306)\353U", 0x0, 0x7ffc5a5f6f20 "(o_Z\374\177", 0x55eb29c6a4a5 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x55eb29c6a480 <_start> "\363\017\036\372\061\355I\211\321^H\211\342H\203\344\360PTE1\300\061\311H\215=;\001", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x55eb2af6ffa0 "P\006\367*\353U", 0x55eb2af70240 "\220\002\367*\353U", 0x7f8f2b9f4cb5 <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", 0x55eb2af6ffa0 "P\006\367*\353U", 0x55eb2af70090 "", 0x55eb2af70240 "\220\002\367*\353U", 0x7f8f2bb02994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x55eb2af70650 "\220\217\360*\353U", 0x55eb2af70648 "\240J_Z\374\177", 0x55eb2af70658 "\001"...}}
i = 0
j = 307
shstr = 0x7f8f0e44f1f7 ""
ehdr = 0x7f8f0c9ed000
shdr = 0x7f8f0e44f3e8
shstr_shdr = 0x7f8f0e44ff68
gnu_debuglink_shdr = 0x0
note_gnu_build_id = 0x7f8f0e44f4a8
fd = 5
filesize = 27668392
file = 0x7f8f0c9ed000 "\177ELF\002\001\001"
symtab_shdr = 0x7f8f0e44fee8
strtab_shdr = 0x7f8f0e44ff28
dynsym_shdr = 0x7f8f0e44f568
dynstr_shdr = 0x7f8f0e44f5a8
obj = 0x55eb2b17acf0
dladdr_fbase = 94468506259456
#4 0x000055eb29fc0e9f in rb_dump_backtrace_with_lines (num_traces=40, traces=0x55eb2a2ba940 <trace>, errout=0x7f8f2badb6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
addr = 140252887633656
i = 0
lines = 0x55eb2c996050
obj = 0x55eb2b17acf0
dladdr_fbases = 0x55eb2b0622b0
main_path = 0x55eb2af701a0 "/tmp/ruby/build/trunk-O0/ruby"
len = 29
#5 0x000055eb29e98292 in rb_print_backtrace (errout=0x7f8f2badb6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
trace = {0x55eb29e98277 <rb_print_backtrace+36>, 0x55eb29e9899a <rb_vm_bugreport+656>, 0x55eb2a07c218 <rb_bug_for_fatal_signal+327>, 0x55eb29ddeed5 <sigill>, 0x7f8f2b903520 <__restore_rt>, 0x55eb29e686ee <vm_method_cfunc_entry+16>, 0x55eb29e6878b <vm_call_cfunc_with_frame_+143>, 0x55eb29e68aee <vm_call_cfunc_with_frame+121>, 0x55eb29e6ee90 <vm_sendish+502>, 0x55eb29e76421 <vm_exec_core+14741>, 0x55eb29e8ce0b <rb_vm_exec+320>, 0x55eb29e899f8 <invoke_block+216>, 0x55eb29e89e1e <invoke_block_from_c_bh+793>, 0x55eb29e8a018 <vm_yield_with_cref+90>, 0x55eb29e8a056 <vm_yield+56>, 0x55eb29e84958 <rb_yield_0+47>, 0x55eb29e849bf <rb_yield+66>, 0x55eb29fca2aa <select_bang_i+88>, 0x55eb29c70a0a <rb_ensure+388>, 0x55eb29fca530 <rb_ary_select_bang+159>, 0x55eb29fca59a <rb_ary_keep_if+84>, 0x55eb29e67d14 <ractor_safe_call_cfunc_0+48>, 0x55eb29e68919 <vm_call_cfunc_with_frame_+541>, 0x55eb29e68aee <vm_call_cfunc_with_frame+121>, 0x55eb29e68c06 <vm_call_cfunc_other+278>, 0x55eb29e6902e <vm_call_cfunc+302>, 0x55eb29e6bb5d <vm_call_method_each_type+289>, 0x55eb29e6c609 <vm_call_method+161>, 0x55eb29e6c80b <vm_call_general+47>, 0x55eb29e6ee90 <vm_sendish+502>, 0x55eb29e76278 <vm_exec_core+14316>, 0x55eb29e8ce0b <rb_vm_exec+320>, 0x55eb29e8dc6a <rb_iseq_eval_main+61>, 0x55eb29c6ec0d <rb_ec_exec_node+318>, 0x55eb29c6ed8a <ruby_run_node+150>, 0x55eb29c6a5c4 <rb_main+76>, 0x55eb29c6a625 <main+75>, 0x7f8f2b8ead90 <__libc_start_call_main+128>, 0x7f8f2b8eae40 <__libc_start_main_impl+128>, 0x55eb29c6a4a5 <_start+37>, 0x0 <repeats 984 times>}
n = 40
#6 0x000055eb29e9899a in rb_vm_bugreport (ctx=0x55eb2af705c0, errout=0x7f8f2badb6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
cmd = 0x0
other_runtime_info = other_runtime_info
vm = 0x55eb2aedbb10
ec = 0x55eb2aedf4e0
#7 0x000055eb2a07c218 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55eb2af705c0, fmt=0x55eb2a0e41ab "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
pid = -1
out = 0x7f8f2badb6a0 <_IO_2_1_stderr_>
file = 0x7f8f0f340c00 "/tmp/ruby/build/trunk-O0/.ext/common/objspace.rb"
line = 30
#8 0x000055eb29ddeed5 in sigsegv (sig=11, info=0x55eb2af706f0, ctx=0x55eb2af705c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9 <signal handler called>
No locals.
#10 0x000055eb29e686ee in vm_method_cfunc_entry (me=0x7f8f0fa7d578) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3455
unaligned_member_ptr_result = 0x7f8f1111fb00
#11 0x000055eb29e6878b in vm_call_cfunc_with_frame_ (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcef8, calling=0x7ffc5a5f4aa0, argc=1, argv=0x7f8f2b7bd0e8, stack_bottom=0x7f8f2b7bd0e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3467
ci = 0x8d00140003
cc = 0x7f8f1111fb00
val = 0
me = 0x7f8f0fa7d578
cfunc = 0x55eb2af14d48
recv = 4653324
block_handler = 0
frame_type = 1431634051
len = 1
args = <optimized out>
args = <optimized out>
#12 0x000055eb29e68aee in vm_call_cfunc_with_frame (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcef8, calling=0x7ffc5a5f4aa0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
argc = 1
stack_bottom = 0x7f8f2b7bd0e0
argv = 0x7f8f2b7bd0e8
#13 0x000055eb29e6ee90 in vm_sendish (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcef8, cd=0x55eb2b073ad0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
val = 36
ci = 0x8d00140003
cc = 0x7f8f1111fb00
argc = 1
recv = 4
calling = {cd = 0x55eb2b073ad0, cc = 0x7f8f1111fb00, block_handler = 0, recv = 4, argc = 1, kw_splat = false, heap_argv = 0}
#14 0x000055eb29e76421 in vm_exec_core (ec=0x55eb2aedf4e0) at ../../src/trunk-O0/insns.def:834
bh = 0
cd = 0x55eb2b073ad0
leaf = false
val = 0
reg_pc = 0x55eb2b095b38
reg_cfp = 0x7f8f2b8bcef8
insns_address_table = {0x55eb29e72af8 <vm_exec_core+108>, 0x55eb29e72b5a <vm_exec_core+206>, 0x55eb29e72c6d <vm_exec_core+481>, 0x55eb29e72d81 <vm_exec_core+757>, 0x55eb29e72f1f <vm_exec_core+1171>, 0x55eb29e7304f <vm_exec_core+1475>, 0x55eb29e73261 <vm_exec_core+2005>, 0x55eb29e73373 <vm_exec_core+2279>, 0x55eb29e7344c <vm_exec_core+2496>, 0x55eb29e73553 <vm_exec_core+2759>, 0x55eb29e7365a <vm_exec_core+3022>, 0x55eb29e73768 <vm_exec_core+3292>, 0x55eb29e7387a <vm_exec_core+3566>, 0x55eb29e7394a <vm_exec_core+3774>, 0x55eb29e73a53 <vm_exec_core+4039>, 0x55eb29e73b4d <vm_exec_core+4289>, 0x55eb29e73c10 <vm_exec_core+4484>, 0x55eb29e73cd3 <vm_exec_core+4679>, 0x55eb29e73d5c <vm_exec_core+4816>, 0x55eb29e73de8 <vm_exec_core+4956>, 0x55eb29e73e8e <vm_exec_core+5122>, 0x55eb29e73f66 <vm_exec_core+5338>, 0x55eb29e74033 <vm_exec_core+5543>, 0x55eb29e74111 <vm_exec_core+5765>, 0x55eb29e741d3 <vm_exec_core+5959>, 0x55eb29e74312 <vm_exec_core+6278>, 0x55eb29e743b8 <vm_exec_core+6444>, 0x55eb29e7449d <vm_exec_core+6673>, 0x55eb29e745cc <vm_exec_core+6976>, 0x55eb29e7468f <vm_exec_core+7171>, 0x55eb29e74752 <vm_exec_core+7366>, 0x55eb29e74849 <vm_exec_core+7613>, 0x55eb29e7490b <vm_exec_core+7807>, 0x55eb29e749ea <vm_exec_core+8030>, 0x55eb29e74ab7 <vm_exec_core+8235>, 0x55eb29e74bc7 <vm_exec_core+8507>, 0x55eb29e74cc1 <vm_exec_core+8757>, 0x55eb29e74d3c <vm_exec_core+8880>, 0x55eb29e74dfd <vm_exec_core+9073>, 0x55eb29e74eeb <vm_exec_core+9311>, 0x55eb29e74f9b <vm_exec_core+9487>, 0x55eb29e7511a <vm_exec_core+9870>, 0x55eb29e751f4 <vm_exec_core+10088>, 0x55eb29e752e0 <vm_exec_core+10324>, 0x55eb29e75371 <vm_exec_core+10469>, 0x55eb29e754cc <vm_exec_core+10816>, 0x55eb29e75a6e <vm_exec_core+12258>, 0x55eb29e75b6a <vm_exec_core+12510>, 0x55eb29e75c6d <vm_exec_core+12769>, 0x55eb29e75d59 <vm_exec_core+13005>, 0x55eb29e75f72 <vm_exec_core+13542>, 0x55eb29e76064 <vm_exec_core+13784>, 0x55eb29e7616a <vm_exec_core+14046>, 0x55eb29e76367 <vm_exec_core+14555>, 0x55eb29e76510 <vm_exec_core+14980>, 0x55eb29e7663b <vm_exec_core+15279>, 0x55eb29e767a7 <vm_exec_core+15643>, 0x55eb29e768d2 <vm_exec_core+15942>, 0x55eb29e76a3e <vm_exec_core+16306>, 0x55eb29e76c20 <vm_exec_core+16788>, 0x55eb29e76e1d <vm_exec_core+17297>, 0x55eb29e76fc6 <vm_exec_core+17722>, 0x55eb29e770e8 <vm_exec_core+18012>, 0x55eb29e7718f <vm_exec_core+18179>, 0x55eb29e77253 <vm_exec_core+18375>, 0x55eb29e7733c <vm_exec_core+18608>, 0x55eb29e77428 <vm_exec_core+18844>, 0x55eb29e77511 <vm_exec_core+19077>, 0x55eb29e77625 <vm_exec_core+19353>, 0x55eb29e7774c <vm_exec_core+19648>, 0x55eb29e77882 <vm_exec_core+19958>, 0x55eb29e779b8 <vm_exec_core+20268>, 0x55eb29e77aee <vm_exec_core+20578>, 0x55eb29e77c24 <vm_exec_core+20888>, 0x55eb29e77d5a <vm_exec_core+21198>, 0x55eb29e77e9b <vm_exec_core+21519>, 0x55eb29e78015 <vm_exec_core+21897>, 0x55eb29e7814b <vm_exec_core+22207>, 0x55eb29e78281 <vm_exec_core+22517>, 0x55eb29e783b7 <vm_exec_core+22827>, 0x55eb29e784ed <vm_exec_core+23137>, 0x55eb29e78623 <vm_exec_core+23447>, 0x55eb29e78759 <vm_exec_core+23757>, 0x55eb29e7888f <vm_exec_core+24067>, 0x55eb29e789c5 <vm_exec_core+24377>, 0x55eb29e78b14 <vm_exec_core+24712>, 0x55eb29e78cce <vm_exec_core+25154>, 0x55eb29e78e4c <vm_exec_core+25536>, 0x55eb29e78f6b <vm_exec_core+25823>, 0x55eb29e7908a <vm_exec_core+26110>, 0x55eb29e791a4 <vm_exec_core+26392>, 0x55eb29e792be <vm_exec_core+26674>, 0x55eb29e793e9 <vm_exec_core+26973>, 0x55eb29e7951f <vm_exec_core+27283>, 0x55eb29e7960a <vm_exec_core+27518>, 0x55eb29e7970f <vm_exec_core+27779>, 0x55eb29e79857 <vm_exec_core+28107>, 0x55eb29e79946 <vm_exec_core+28346>, 0x55eb29e79a20 <vm_exec_core+28564>, 0x55eb29e79af5 <vm_exec_core+28777>, 0x55eb29e79bd0 <vm_exec_core+28996>, 0x55eb29e79c4c <vm_exec_core+29120>, 0x55eb29e79cc8 <vm_exec_core+29244>, 0x55eb29e79ce6 <vm_exec_core+29274>, 0x55eb29e79d04 <vm_exec_core+29304>, 0x55eb29e79d22 <vm_exec_core+29334>, 0x55eb29e79d40 <vm_exec_core+29364>, 0x55eb29e79d5e <vm_exec_core+29394>, 0x55eb29e79d7c <vm_exec_core+29424>, 0x55eb29e79d9a <vm_exec_core+29454>, 0x55eb29e79db8 <vm_exec_core+29484>, 0x55eb29e79dd6 <vm_exec_core+29514>, 0x55eb29e79df4 <vm_exec_core+29544>, 0x55eb29e79e12 <vm_exec_core+29574>, 0x55eb29e79e30 <vm_exec_core+29604>, 0x55eb29e79e4e <vm_exec_core+29634>, 0x55eb29e79e6c <vm_exec_core+29664>, 0x55eb29e79e8a <vm_exec_core+29694>, 0x55eb29e79ea8 <vm_exec_core+29724>, 0x55eb29e79ec6 <vm_exec_core+29754>, 0x55eb29e79ee4 <vm_exec_core+29784>, 0x55eb29e79f02 <vm_exec_core+29814>, 0x55eb29e79f20 <vm_exec_core+29844>, 0x55eb29e79f3e <vm_exec_core+29874>, 0x55eb29e79f5c <vm_exec_core+29904>, 0x55eb29e79f7a <vm_exec_core+29934>, 0x55eb29e79f98 <vm_exec_core+29964>, 0x55eb29e79fb6 <vm_exec_core+29994>, 0x55eb29e79fd4 <vm_exec_core+30024>, 0x55eb29e79ff2 <vm_exec_core+30054>, 0x55eb29e7a010 <vm_exec_core+30084>, 0x55eb29e7a02e <vm_exec_core+30114>, 0x55eb29e7a04c <vm_exec_core+30144>, 0x55eb29e7a06a <vm_exec_core+30174>, 0x55eb29e7a088 <vm_exec_core+30204>, 0x55eb29e7a0a6 <vm_exec_core+30234>, 0x55eb29e7a0c4 <vm_exec_core+30264>, 0x55eb29e7a0e2 <vm_exec_core+30294>, 0x55eb29e7a100 <vm_exec_core+30324>, 0x55eb29e7a11e <vm_exec_core+30354>, 0x55eb29e7a13c <vm_exec_core+30384>, 0x55eb29e7a15a <vm_exec_core+30414>, 0x55eb29e7a178 <vm_exec_core+30444>, 0x55eb29e7a196 <vm_exec_core+30474>, 0x55eb29e7a1b4 <vm_exec_core+30504>, 0x55eb29e7a1d2 <vm_exec_core+30534>, 0x55eb29e7a1f0 <vm_exec_core+30564>, 0x55eb29e7a20e <vm_exec_core+30594>, 0x55eb29e7a22c <vm_exec_core+30624>, 0x55eb29e7a24a <vm_exec_core+30654>, 0x55eb29e7a268 <vm_exec_core+30684>, 0x55eb29e7a286 <vm_exec_core+30714>, 0x55eb29e7a2a4 <vm_exec_core+30744>, 0x55eb29e7a2c2 <vm_exec_core+30774>, 0x55eb29e7a2e0 <vm_exec_core+30804>, 0x55eb29e7a2fe <vm_exec_core+30834>, 0x55eb29e7a31c <vm_exec_core+30864>, 0x55eb29e7a33a <vm_exec_core+30894>, 0x55eb29e7a358 <vm_exec_core+30924>, 0x55eb29e7a376 <vm_exec_core+30954>, 0x55eb29e7a394 <vm_exec_core+30984>, 0x55eb29e7a3b2 <vm_exec_core+31014>, 0x55eb29e7a3d0 <vm_exec_core+31044>, 0x55eb29e7a3ee <vm_exec_core+31074>, 0x55eb29e7a40c <vm_exec_core+31104>, 0x55eb29e7a42a <vm_exec_core+31134>, 0x55eb29e7a448 <vm_exec_core+31164>, 0x55eb29e7a466 <vm_exec_core+31194>, 0x55eb29e7a484 <vm_exec_core+31224>, 0x55eb29e7a4a2 <vm_exec_core+31254>, 0x55eb29e7a4c0 <vm_exec_core+31284>, 0x55eb29e7a4de <vm_exec_core+31314>, 0x55eb29e7a4fc <vm_exec_core+31344>, 0x55eb29e7a51a <vm_exec_core+31374>, 0x55eb29e7a538 <vm_exec_core+31404>, 0x55eb29e7a556 <vm_exec_core+31434>, 0x55eb29e7a574 <vm_exec_core+31464>, 0x55eb29e7a592 <vm_exec_core+31494>, 0x55eb29e7a5c3 <vm_exec_core+31543>, 0x55eb29e7a5e1 <vm_exec_core+31573>, 0x55eb29e7a5ff <vm_exec_core+31603>, 0x55eb29e7a61d <vm_exec_core+31633>, 0x55eb29e7a63b <vm_exec_core+31663>, 0x55eb29e7a659 <vm_exec_core+31693>, 0x55eb29e7a677 <vm_exec_core+31723>, 0x55eb29e7a695 <vm_exec_core+31753>, 0x55eb29e7a6b3 <vm_exec_core+31783>, 0x55eb29e7a6d1 <vm_exec_core+31813>, 0x55eb29e7a6ef <vm_exec_core+31843>, 0x55eb29e7a70d <vm_exec_core+31873>, 0x55eb29e7a72b <vm_exec_core+31903>, 0x55eb29e7a749 <vm_exec_core+31933>, 0x55eb29e7a767 <vm_exec_core+31963>, 0x55eb29e7a785 <vm_exec_core+31993>, 0x55eb29e7a7a3 <vm_exec_core+32023>, 0x55eb29e7a7c1 <vm_exec_core+32053>, 0x55eb29e7a7df <vm_exec_core+32083>, 0x55eb29e7a7fd <vm_exec_core+32113>, 0x55eb29e7a81b <vm_exec_core+32143>, 0x55eb29e7a839 <vm_exec_core+32173>...}
#15 0x000055eb29e8ce0b in rb_vm_exec (ec=0x55eb2aedf4e0) at /tmp/ruby/src/trunk-O0/vm.c:2487
_ec = 0x55eb2aedf4e0
_tag = {tag = 36, retval = 4, buf = {0x7ffc5a5f5780, 0x55eb29e8cd89 <rb_vm_exec+190>, 0x0, 0x7ffc5a5f56d0, 0x7ffc5a5f5770}, prev = 0x7ffc5a5f5a90, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#16 0x000055eb29e899f8 in invoke_block (ec=0x55eb2aedf4e0, iseq=0x7f8f0fb3fdf8, self=140252886519280, captured=0x7f8f2b8bcfb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1510
arg_size = 1
#17 0x000055eb29e89e1e in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffc5a5f59b8, argc=1, self=140252886519280, captured=0x7f8f2b8bcfb8, ec=0x55eb2aedf4e0) at /tmp/ruby/src/trunk-O0/vm.c:1580
iseq = 0x7f8f0fb3fdf8
opt_pc = 0
type = 572653569
cfp = 0x7f8f2b8bcf68
sp = 0x7f8f2b7bd070
flags = 0
use_argv = 0x7ffc5a5f59b8
av = {94468508584992, 140252887633768}
stack_argv = 0x7f8f2b7bd070
#18 invoke_block_from_c_bh (ec=0x55eb2aedf4e0, block_handler=140252887633849, argc=1, argv=0x7ffc5a5f59b8, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1598
captured = 0x7f8f2b8bcfb8
#19 0x000055eb29e8a018 in vm_yield_with_cref (ec=0x55eb2aedf4e0, argc=1, argv=0x7ffc5a5f59b8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1635
No locals.
#20 0x000055eb29e8a056 in vm_yield (ec=0x55eb2aedf4e0, argc=1, argv=0x7ffc5a5f59b8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1643
No locals.
#21 0x000055eb29e84958 in rb_yield_0 (argc=1, argv=0x7ffc5a5f59b8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#22 0x000055eb29e849bf in rb_yield (val=140252424024400) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#23 0x000055eb29fca2aa in select_bang_i (a=140721824684848) at /tmp/ruby/src/trunk-O0/array.c:3828
v = 140252424024400
arg = 0x7ffc5a5f5b30
ary = 140252886530600
i1 = 43398
i2 = 43398
#24 0x000055eb29c70a0a in rb_ensure (b_proc=0x55eb29fca252 <select_bang_i>, data1=140721824684848, e_proc=0x55eb29fca32c <select_bang_ensure>, data2=140721824684848) at /tmp/ruby/src/trunk-O0/eval.c:1009
_ec = 0x55eb2aedf4e0
_tag = {tag = 36, retval = 140252886530600, buf = {0x7ffc5a5f5b10, 0x55eb29c709ad <rb_ensure+295>, 0x0, 0x7ffc5a5f5a20, 0x7ffc5a5f5ae8}, prev = 0x7ffc5a5f6c20, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
result = 4
errinfo = 140252886530600
ec = 0x55eb2aedf4e0
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x55eb29fca32c <select_bang_ensure>, data2 = 140721824684848}}
#25 0x000055eb29fca530 in rb_ary_select_bang (ary=140252886530600) at /tmp/ruby/src/trunk-O0/array.c:3891
args = {ary = 140252886530600, len = {43398, 43398}}
#26 0x000055eb29fca59a in rb_ary_keep_if (ary=140252886530600) at /tmp/ruby/src/trunk-O0/array.c:3916
No locals.
#27 0x000055eb29e67d14 in ractor_safe_call_cfunc_0 (recv=140252886530600, argc=0, argv=0x7f8f2b7bd058, func=0x55eb29fca546 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
f = 0x55eb29fca546 <rb_ary_keep_if>
#28 0x000055eb29e68919 in vm_call_cfunc_with_frame_ (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcfa0, calling=0x7ffc5a5f5fc0, argc=0, argv=0x7f8f2b7bd058, stack_bottom=0x7f8f2b7bd050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
ci = 0x358100000001
cc = 0x7f8f1111fba0
val = 94468525913128
me = 0x7f8f0fa9f290
cfunc = 0x55eb2af30b28
recv = 140252886530600
block_handler = 140252887633849
frame_type = 1431634051
len = 0
args = <optimized out>
args = <optimized out>
#29 0x000055eb29e68aee in vm_call_cfunc_with_frame (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcfa0, calling=0x7ffc5a5f5fc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
argc = 0
stack_bottom = 0x7f8f2b7bd050
argv = 0x7f8f2b7bd058
#30 0x000055eb29e68c06 in vm_call_cfunc_other (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcfa0, calling=0x7ffc5a5f5fc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
ci = 0x358100000001
argv_ary = 0
#31 0x000055eb29e6902e in vm_call_cfunc (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcfa0, calling=0x7ffc5a5f5fc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
ci = 0x358100000001
#32 0x000055eb29e6bb5d in vm_call_method_each_type (ec=0x55eb2aedf4e0, cfp=0x7f8f2b8bcfa0, calling=0x7ffc5a5f5fc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
aset_mask = 1994
ivar_mask = 0
ci = 0x358100000001
cc = 0x7f8f1111fba0
cme = 0x7f8f0fa9f290
v = 94468527957320
#33 0x000055eb29e6c609 in vm_call_method (ec=0x55eb2aedf4e0, cfp=0x7f8f2b8bcfa0, calling=0x7ffc5a5f5fc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
ci = 0x358100000001
cc = 0x7f8f1111fba0
#34 0x000055eb29e6c80b in vm_call_general (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcfa0, calling=0x7ffc5a5f5fc0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#35 0x000055eb29e6ee90 in vm_sendish (ec=0x55eb2aedf4e0, reg_cfp=0x7f8f2b8bcfa0, cd=0x55eb2b0795a0, block_handler=140252887633849, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
val = 36
ci = 0x358100000001
cc = 0x7f8f1111fba0
argc = 0
recv = 140252886530600
calling = {cd = 0x55eb2b0795a0, cc = 0x7f8f1111fba0, block_handler = 140252887633849, recv = 140252886530600, argc = 0, kw_splat = false, heap_argv = 0}
#36 0x000055eb29e76278 in vm_exec_core (ec=0x55eb2aedf4e0) at ../../src/trunk-O0/insns.def:814
bh = 140252887633849
cd = 0x55eb2b0795a0
blockiseq = 0x7f8f0fb3fdf8
leaf = false
val = 140252443442760
reg_pc = 0x55eb2b079190
reg_cfp = 0x7f8f2b8bcfa0
insns_address_table = {0x55eb29e72af8 <vm_exec_core+108>, 0x55eb29e72b5a <vm_exec_core+206>, 0x55eb29e72c6d <vm_exec_core+481>, 0x55eb29e72d81 <vm_exec_core+757>, 0x55eb29e72f1f <vm_exec_core+1171>, 0x55eb29e7304f <vm_exec_core+1475>, 0x55eb29e73261 <vm_exec_core+2005>, 0x55eb29e73373 <vm_exec_core+2279>, 0x55eb29e7344c <vm_exec_core+2496>, 0x55eb29e73553 <vm_exec_core+2759>, 0x55eb29e7365a <vm_exec_core+3022>, 0x55eb29e73768 <vm_exec_core+3292>, 0x55eb29e7387a <vm_exec_core+3566>, 0x55eb29e7394a <vm_exec_core+3774>, 0x55eb29e73a53 <vm_exec_core+4039>, 0x55eb29e73b4d <vm_exec_core+4289>, 0x55eb29e73c10 <vm_exec_core+4484>, 0x55eb29e73cd3 <vm_exec_core+4679>, 0x55eb29e73d5c <vm_exec_core+4816>, 0x55eb29e73de8 <vm_exec_core+4956>, 0x55eb29e73e8e <vm_exec_core+5122>, 0x55eb29e73f66 <vm_exec_core+5338>, 0x55eb29e74033 <vm_exec_core+5543>, 0x55eb29e74111 <vm_exec_core+5765>, 0x55eb29e741d3 <vm_exec_core+5959>, 0x55eb29e74312 <vm_exec_core+6278>, 0x55eb29e743b8 <vm_exec_core+6444>, 0x55eb29e7449d <vm_exec_core+6673>, 0x55eb29e745cc <vm_exec_core+6976>, 0x55eb29e7468f <vm_exec_core+7171>, 0x55eb29e74752 <vm_exec_core+7366>, 0x55eb29e74849 <vm_exec_core+7613>, 0x55eb29e7490b <vm_exec_core+7807>, 0x55eb29e749ea <vm_exec_core+8030>, 0x55eb29e74ab7 <vm_exec_core+8235>, 0x55eb29e74bc7 <vm_exec_core+8507>, 0x55eb29e74cc1 <vm_exec_core+8757>, 0x55eb29e74d3c <vm_exec_core+8880>, 0x55eb29e74dfd <vm_exec_core+9073>, 0x55eb29e74eeb <vm_exec_core+9311>, 0x55eb29e74f9b <vm_exec_core+9487>, 0x55eb29e7511a <vm_exec_core+9870>, 0x55eb29e751f4 <vm_exec_core+10088>, 0x55eb29e752e0 <vm_exec_core+10324>, 0x55eb29e75371 <vm_exec_core+10469>, 0x55eb29e754cc <vm_exec_core+10816>, 0x55eb29e75a6e <vm_exec_core+12258>, 0x55eb29e75b6a <vm_exec_core+12510>, 0x55eb29e75c6d <vm_exec_core+12769>, 0x55eb29e75d59 <vm_exec_core+13005>, 0x55eb29e75f72 <vm_exec_core+13542>, 0x55eb29e76064 <vm_exec_core+13784>, 0x55eb29e7616a <vm_exec_core+14046>, 0x55eb29e76367 <vm_exec_core+14555>, 0x55eb29e76510 <vm_exec_core+14980>, 0x55eb29e7663b <vm_exec_core+15279>, 0x55eb29e767a7 <vm_exec_core+15643>, 0x55eb29e768d2 <vm_exec_core+15942>, 0x55eb29e76a3e <vm_exec_core+16306>, 0x55eb29e76c20 <vm_exec_core+16788>, 0x55eb29e76e1d <vm_exec_core+17297>, 0x55eb29e76fc6 <vm_exec_core+17722>, 0x55eb29e770e8 <vm_exec_core+18012>, 0x55eb29e7718f <vm_exec_core+18179>, 0x55eb29e77253 <vm_exec_core+18375>, 0x55eb29e7733c <vm_exec_core+18608>, 0x55eb29e77428 <vm_exec_core+18844>, 0x55eb29e77511 <vm_exec_core+19077>, 0x55eb29e77625 <vm_exec_core+19353>, 0x55eb29e7774c <vm_exec_core+19648>, 0x55eb29e77882 <vm_exec_core+19958>, 0x55eb29e779b8 <vm_exec_core+20268>, 0x55eb29e77aee <vm_exec_core+20578>, 0x55eb29e77c24 <vm_exec_core+20888>, 0x55eb29e77d5a <vm_exec_core+21198>, 0x55eb29e77e9b <vm_exec_core+21519>, 0x55eb29e78015 <vm_exec_core+21897>, 0x55eb29e7814b <vm_exec_core+22207>, 0x55eb29e78281 <vm_exec_core+22517>, 0x55eb29e783b7 <vm_exec_core+22827>, 0x55eb29e784ed <vm_exec_core+23137>, 0x55eb29e78623 <vm_exec_core+23447>, 0x55eb29e78759 <vm_exec_core+23757>, 0x55eb29e7888f <vm_exec_core+24067>, 0x55eb29e789c5 <vm_exec_core+24377>, 0x55eb29e78b14 <vm_exec_core+24712>, 0x55eb29e78cce <vm_exec_core+25154>, 0x55eb29e78e4c <vm_exec_core+25536>, 0x55eb29e78f6b <vm_exec_core+25823>, 0x55eb29e7908a <vm_exec_core+26110>, 0x55eb29e791a4 <vm_exec_core+26392>, 0x55eb29e792be <vm_exec_core+26674>, 0x55eb29e793e9 <vm_exec_core+26973>, 0x55eb29e7951f <vm_exec_core+27283>, 0x55eb29e7960a <vm_exec_core+27518>, 0x55eb29e7970f <vm_exec_core+27779>, 0x55eb29e79857 <vm_exec_core+28107>, 0x55eb29e79946 <vm_exec_core+28346>, 0x55eb29e79a20 <vm_exec_core+28564>, 0x55eb29e79af5 <vm_exec_core+28777>, 0x55eb29e79bd0 <vm_exec_core+28996>, 0x55eb29e79c4c <vm_exec_core+29120>, 0x55eb29e79cc8 <vm_exec_core+29244>, 0x55eb29e79ce6 <vm_exec_core+29274>, 0x55eb29e79d04 <vm_exec_core+29304>, 0x55eb29e79d22 <vm_exec_core+29334>, 0x55eb29e79d40 <vm_exec_core+29364>, 0x55eb29e79d5e <vm_exec_core+29394>, 0x55eb29e79d7c <vm_exec_core+29424>, 0x55eb29e79d9a <vm_exec_core+29454>, 0x55eb29e79db8 <vm_exec_core+29484>, 0x55eb29e79dd6 <vm_exec_core+29514>, 0x55eb29e79df4 <vm_exec_core+29544>, 0x55eb29e79e12 <vm_exec_core+29574>, 0x55eb29e79e30 <vm_exec_core+29604>, 0x55eb29e79e4e <vm_exec_core+29634>, 0x55eb29e79e6c <vm_exec_core+29664>, 0x55eb29e79e8a <vm_exec_core+29694>, 0x55eb29e79ea8 <vm_exec_core+29724>, 0x55eb29e79ec6 <vm_exec_core+29754>, 0x55eb29e79ee4 <vm_exec_core+29784>, 0x55eb29e79f02 <vm_exec_core+29814>, 0x55eb29e79f20 <vm_exec_core+29844>, 0x55eb29e79f3e <vm_exec_core+29874>, 0x55eb29e79f5c <vm_exec_core+29904>, 0x55eb29e79f7a <vm_exec_core+29934>, 0x55eb29e79f98 <vm_exec_core+29964>, 0x55eb29e79fb6 <vm_exec_core+29994>, 0x55eb29e79fd4 <vm_exec_core+30024>, 0x55eb29e79ff2 <vm_exec_core+30054>, 0x55eb29e7a010 <vm_exec_core+30084>, 0x55eb29e7a02e <vm_exec_core+30114>, 0x55eb29e7a04c <vm_exec_core+30144>, 0x55eb29e7a06a <vm_exec_core+30174>, 0x55eb29e7a088 <vm_exec_core+30204>, 0x55eb29e7a0a6 <vm_exec_core+30234>, 0x55eb29e7a0c4 <vm_exec_core+30264>, 0x55eb29e7a0e2 <vm_exec_core+30294>, 0x55eb29e7a100 <vm_exec_core+30324>, 0x55eb29e7a11e <vm_exec_core+30354>, 0x55eb29e7a13c <vm_exec_core+30384>, 0x55eb29e7a15a <vm_exec_core+30414>, 0x55eb29e7a178 <vm_exec_core+30444>, 0x55eb29e7a196 <vm_exec_core+30474>, 0x55eb29e7a1b4 <vm_exec_core+30504>, 0x55eb29e7a1d2 <vm_exec_core+30534>, 0x55eb29e7a1f0 <vm_exec_core+30564>, 0x55eb29e7a20e <vm_exec_core+30594>, 0x55eb29e7a22c <vm_exec_core+30624>, 0x55eb29e7a24a <vm_exec_core+30654>, 0x55eb29e7a268 <vm_exec_core+30684>, 0x55eb29e7a286 <vm_exec_core+30714>, 0x55eb29e7a2a4 <vm_exec_core+30744>, 0x55eb29e7a2c2 <vm_exec_core+30774>, 0x55eb29e7a2e0 <vm_exec_core+30804>, 0x55eb29e7a2fe <vm_exec_core+30834>, 0x55eb29e7a31c <vm_exec_core+30864>, 0x55eb29e7a33a <vm_exec_core+30894>, 0x55eb29e7a358 <vm_exec_core+30924>, 0x55eb29e7a376 <vm_exec_core+30954>, 0x55eb29e7a394 <vm_exec_core+30984>, 0x55eb29e7a3b2 <vm_exec_core+31014>, 0x55eb29e7a3d0 <vm_exec_core+31044>, 0x55eb29e7a3ee <vm_exec_core+31074>, 0x55eb29e7a40c <vm_exec_core+31104>, 0x55eb29e7a42a <vm_exec_core+31134>, 0x55eb29e7a448 <vm_exec_core+31164>, 0x55eb29e7a466 <vm_exec_core+31194>, 0x55eb29e7a484 <vm_exec_core+31224>, 0x55eb29e7a4a2 <vm_exec_core+31254>, 0x55eb29e7a4c0 <vm_exec_core+31284>, 0x55eb29e7a4de <vm_exec_core+31314>, 0x55eb29e7a4fc <vm_exec_core+31344>, 0x55eb29e7a51a <vm_exec_core+31374>, 0x55eb29e7a538 <vm_exec_core+31404>, 0x55eb29e7a556 <vm_exec_core+31434>, 0x55eb29e7a574 <vm_exec_core+31464>, 0x55eb29e7a592 <vm_exec_core+31494>, 0x55eb29e7a5c3 <vm_exec_core+31543>, 0x55eb29e7a5e1 <vm_exec_core+31573>, 0x55eb29e7a5ff <vm_exec_core+31603>, 0x55eb29e7a61d <vm_exec_core+31633>, 0x55eb29e7a63b <vm_exec_core+31663>, 0x55eb29e7a659 <vm_exec_core+31693>, 0x55eb29e7a677 <vm_exec_core+31723>, 0x55eb29e7a695 <vm_exec_core+31753>, 0x55eb29e7a6b3 <vm_exec_core+31783>, 0x55eb29e7a6d1 <vm_exec_core+31813>, 0x55eb29e7a6ef <vm_exec_core+31843>, 0x55eb29e7a70d <vm_exec_core+31873>, 0x55eb29e7a72b <vm_exec_core+31903>, 0x55eb29e7a749 <vm_exec_core+31933>, 0x55eb29e7a767 <vm_exec_core+31963>, 0x55eb29e7a785 <vm_exec_core+31993>, 0x55eb29e7a7a3 <vm_exec_core+32023>, 0x55eb29e7a7c1 <vm_exec_core+32053>, 0x55eb29e7a7df <vm_exec_core+32083>, 0x55eb29e7a7fd <vm_exec_core+32113>, 0x55eb29e7a81b <vm_exec_core+32143>, 0x55eb29e7a839 <vm_exec_core+32173>...}
#37 0x000055eb29e8ce0b in rb_vm_exec (ec=0x55eb2aedf4e0) at /tmp/ruby/src/trunk-O0/vm.c:2487
_ec = 0x55eb2aedf4e0
_tag = {tag = 36, retval = 4, buf = {0x7ffc5a5f6ca0, 0x55eb29e8cd89 <rb_vm_exec+190>, 0x0, 0x7ffc5a5f6bf0, 0x55eb2af63990}, prev = 0x7ffc5a5f6d10, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#38 0x000055eb29e8dc6a in rb_iseq_eval_main (iseq=0x7f8f11232470) at /tmp/ruby/src/trunk-O0/vm.c:2753
ec = 0x55eb2aedf4e0
val = 94468525913312
#39 0x000055eb29c6ec0d in rb_ec_exec_node (ec=0x55eb2aedf4e0, n=0x7f8f11232470) at /tmp/ruby/src/trunk-O0/eval.c:287
th = 0x55eb2aede090
_ec = 0x55eb2aedf4e0
_tag = {tag = 36, retval = 94468506575354, buf = {0x7ffc5a5f6d90, 0x55eb29c6eba3 <rb_ec_exec_node+212>, 0x0, 0x7ffc5a5f6ce0, 0x55eb2aedf4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7f8f11232470
#40 0x000055eb29c6ed8a in ruby_run_node (n=0x7f8f11232470) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x55eb2aedf4e0
status = 21995
#41 0x000055eb29c6a5c4 in rb_main (argc=128, argv=0x7ffc5a5f6f38) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140721824689680
#42 0x000055eb29c6a625 in main (argc=128, argv=0x7ffc5a5f6f38) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)