# Logfile created on 2024-01-18 22:59:48 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005625334b2180 @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.20240118-225948", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005625335474b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000562533547320 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000562533547190 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240118-225948", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240118-225948>, @binmode=false, @mon_data=#<Monitor:0x00005625335470c8>, @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
60dd731..61da90c master -> origin/master
Updating 60dd731..61da90c
Fast-forward
common.mk | 43 ++++++++++++++
eval.c | 6 --
ext/objspace/depend | 1 +
ext/ripper/depend | 1 +
ext/socket/depend | 15 +++++
gc.c | 36 +++++++++++-
include/ruby/internal/interpreter.h | 2 +-
internal/sanitizers.h | 110 +++++++++++++++++++++++++++++++++---
iseq.c | 1 +
lib/rubygems/specification.rb | 4 --
prism_compile.c | 96 ++++++++++++++++++++-----------
prism_compile.h | 1 +
thread.c | 7 ++-
thread_none.c | 7 +--
thread_pthread.c | 37 +++++++++---
thread_win32.c | 15 ++---
vm.c | 11 +++-
vm_core.h | 8 ++-
18 files changed, 319 insertions(+), 82 deletions(-)
Latest commit hash = 61da90c1b8
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-O0/common.mk > uncommon.mk
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/socket'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-O0/main.c
compiling /tmp/ruby/src/trunk-O0/dmydln.c
compiling /tmp/ruby/src/trunk-O0/miniinit.c
compiling /tmp/ruby/src/trunk-O0/array.c
compiling /tmp/ruby/src/trunk-O0/ast.c
compiling /tmp/ruby/src/trunk-O0/bignum.c
compiling /tmp/ruby/src/trunk-O0/class.c
compiling /tmp/ruby/src/trunk-O0/compar.c
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/complex.c
compiling /tmp/ruby/src/trunk-O0/cont.c
compiling /tmp/ruby/src/trunk-O0/debug.c
compiling /tmp/ruby/src/trunk-O0/debug_counter.c
compiling /tmp/ruby/src/trunk-O0/dir.c
compiling /tmp/ruby/src/trunk-O0/dln_find.c
compiling /tmp/ruby/src/trunk-O0/encoding.c
compiling /tmp/ruby/src/trunk-O0/enum.c
compiling /tmp/ruby/src/trunk-O0/enumerator.c
compiling /tmp/ruby/src/trunk-O0/error.c
compiling /tmp/ruby/src/trunk-O0/eval.c
compiling /tmp/ruby/src/trunk-O0/file.c
compiling /tmp/ruby/src/trunk-O0/gc.c
compiling /tmp/ruby/src/trunk-O0/hash.c
compiling /tmp/ruby/src/trunk-O0/inits.c
compiling /tmp/ruby/src/trunk-O0/io.c
compiling /tmp/ruby/src/trunk-O0/io_buffer.c
compiling /tmp/ruby/src/trunk-O0/iseq.c
compiling /tmp/ruby/src/trunk-O0/load.c
compiling /tmp/ruby/src/trunk-O0/marshal.c
compiling /tmp/ruby/src/trunk-O0/math.c
compiling /tmp/ruby/src/trunk-O0/memory_view.c
compiling /tmp/ruby/src/trunk-O0/rjit.c
compiling /tmp/ruby/src/trunk-O0/rjit_c.c
compiling /tmp/ruby/src/trunk-O0/node.c
compiling /tmp/ruby/src/trunk-O0/node_dump.c
compiling /tmp/ruby/src/trunk-O0/numeric.c
compiling /tmp/ruby/src/trunk-O0/object.c
compiling /tmp/ruby/src/trunk-O0/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-O0/proc.c
compiling /tmp/ruby/src/trunk-O0/process.c
compiling /tmp/ruby/src/trunk-O0/ractor.c
compiling /tmp/ruby/src/trunk-O0/random.c
compiling /tmp/ruby/src/trunk-O0/range.c
compiling /tmp/ruby/src/trunk-O0/rational.c
compiling /tmp/ruby/src/trunk-O0/re.c
compiling /tmp/ruby/src/trunk-O0/regcomp.c
compiling /tmp/ruby/src/trunk-O0/regenc.c
compiling /tmp/ruby/src/trunk-O0/regerror.c
compiling /tmp/ruby/src/trunk-O0/regexec.c
compiling /tmp/ruby/src/trunk-O0/regparse.c
compiling /tmp/ruby/src/trunk-O0/regsyntax.c
compiling /tmp/ruby/src/trunk-O0/ruby.c
compiling /tmp/ruby/src/trunk-O0/ruby_parser.c
compiling /tmp/ruby/src/trunk-O0/scheduler.c
compiling /tmp/ruby/src/trunk-O0/shape.c
compiling /tmp/ruby/src/trunk-O0/signal.c
compiling /tmp/ruby/src/trunk-O0/sprintf.c
compiling /tmp/ruby/src/trunk-O0/st.c
compiling /tmp/ruby/src/trunk-O0/strftime.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/struct.c
compiling /tmp/ruby/src/trunk-O0/symbol.c
compiling /tmp/ruby/src/trunk-O0/thread.c
compiling /tmp/ruby/src/trunk-O0/time.c
compiling /tmp/ruby/src/trunk-O0/transcode.c
compiling /tmp/ruby/src/trunk-O0/util.c
compiling /tmp/ruby/src/trunk-O0/variable.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
compiling /tmp/ruby/src/trunk-O0/vm_backtrace.c
compiling /tmp/ruby/src/trunk-O0/vm_dump.c
compiling /tmp/ruby/src/trunk-O0/vm_sync.c
compiling /tmp/ruby/src/trunk-O0/vm_trace.c
compiling /tmp/ruby/src/trunk-O0/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-O0/prism/api_pack.c
compiling /tmp/ruby/src/trunk-O0/prism/extension.c
compiling /tmp/ruby/src/trunk-O0/prism_init.c
compiling /tmp/ruby/src/trunk-O0/yjit.c
compiling /tmp/ruby/src/trunk-O0/enc/ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-O0/enc/unicode.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-O0/missing/setproctitle.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.
compiling /tmp/ruby/src/trunk-O0/dln.c
compiling /tmp/ruby/src/trunk-O0/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-O0/loadpath.c
builtin_binary.inc updated
1ccf29a4d303e91b79316036c11de3b1b88e175b300faf6e8b5762ea7b3f5735 builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/encdb.c
compiling /tmp/ruby/src/trunk-O0/enc/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/cesu_8.c
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
compiling /tmp/ruby/src/trunk-O0/enc/cp949.c
compiling /tmp/ruby/src/trunk-O0/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_jp.c
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
making trans
compiling /tmp/ruby/src/trunk-O0/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-O0/enc/euc_tw.c
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-O0/enc/gb2312.c
compiling /tmp/ruby/src/trunk-O0/enc/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-O0/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-O0/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-O0/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-O0/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-O0/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
compiling /tmp/ruby/src/trunk-O0/enc/trans/cesu_8.c
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
compiling /tmp/ruby/src/trunk-O0/enc/trans/chinese.c
linking encoding windows_1257.so
compiling /tmp/ruby/src/trunk-O0/enc/trans/ebcdic.c
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf8_mac.c
configuring objspace
compiling /tmp/ruby/src/trunk-O0/enc/trans/utf_16_32.c
linking transcoder transdb.so
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
configuring ripper
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'
configuring socket
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/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/concat/to_ary_concat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/array/resize/resize.c
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/extract'
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-14834/bug-14384.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-3571/bug.c
linking shared-object -test-/array/resize.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_14834.so
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug-5832/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/div.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/class/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug-5832'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/init.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/inspector.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/intpack.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/debug/profile_frames.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/ensured.c
linking shared-object -test-/fatal/rb_fatal.so
linking shared-object -test-/debug.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/bignum/str2big.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/fs.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/float/nextafter.c
linking shared-object -test-/exception.so
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/funcall/funcall.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/float.so
linking shared-object -test-/funcall.so
linking shared-object -test-/gvl/call_without_gvl.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/newline_conv.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/delete.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/funcall'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/file/stat.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/hash/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/break.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/iseq_load.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/init.c
linking shared-object -test-/load/dot.dot.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/iter/yield.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/integer/my_integer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/dot.dot'
linking shared-object -test-/load/protect.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/integer.so
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/memory_view/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/arity.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/notimplement/bug.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/num2int/num2int.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/method/init.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/printf/printf.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/popen_deadlock'
linking shared-object -test-/postponed_job.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/bad_version.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/postponed_job'
linking shared-object -test-/printf.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rational/rat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/proc/super.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/recursion/recursion.c
linking shared-object -test-/rational.so
linking shared-object -test-/proc.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/random/loop.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/foreach/foreach.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/random.so
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/numhash/numhash.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/st/update/update.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/foreach'
linking shared-object -test-/regexp.so
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/data.c
linking shared-object -test-/st/update.so
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/symbol/type.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/thread_fd/thread_fd.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/cstr.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/init.c
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/struct/member.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_dummy.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/wait/wait.c
linking shared-object -test-/typeddata.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-O0/ext/cgi/escape/escape.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/continuation'
compiling /tmp/ruby/src/trunk-O0/ext/continuation/continuation.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
compiling /tmp/ruby/src/trunk-O0/ext/coverage/coverage.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/init.c
linking shared-object continuation.so
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
compiling /tmp/ruby/src/trunk-O0/ext/date/date_core.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
compiling /tmp/ruby/src/trunk-O0/ext/digest/digest.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/modify.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/etc'
compiling /tmp/ruby/src/trunk-O0/ext/etc/etc.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/new.c
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
compiling /tmp/ruby/src/trunk-O0/ext/fcntl/fcntl.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/nofree.c
linking shared-object fcntl.so
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/closure.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
compiling /tmp/ruby/src/trunk-O0/ext/io/console/console.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/qsort.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/fiddle.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-O0/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/rb_str_dup.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
compiling /tmp/ruby/src/trunk-O0/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-O0/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/set_len.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/wait'
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'
compiling /tmp/ruby/src/trunk-O0/ext/monitor/monitor.c
linking shared-object -test-/string.so
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/memory_view.c
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
compiling /tmp/ruby/src/trunk-O0/ext/nkf/nkf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
compiling /tmp/ruby/src/trunk-O0/ext/objspace/object_tracing.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-O0/ext/fiddle/pointer.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_asn1.c
linking shared-object nkf.so
compiling /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
compiling /tmp/ruby/src/trunk-O0/ext/pathname/pathname.c
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bio.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
compiling /tmp/ruby/src/trunk-O0/ext/pty/pty.c
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_parser.c
linking shared-object pty.so
compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/limits.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
generating eventids1.c from /tmp/ruby/src/trunk-O0/parse.y
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_bn.c
linking shared-object rbconfig/sizeof.so
generating eventids1.h from /tmp/ruby/src/trunk-O0/parse.y
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof'
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'
compiling /tmp/ruby/src/trunk-O0/ext/socket/init.c
compiling /tmp/ruby/src/trunk-O0/ext/psych/psych_yaml_tree.c
generating eventids2table.c from /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling compiler /tmp/ruby/src/trunk-O0/ext/ripper/ripper.y
compiling /tmp/ruby/src/trunk-O0/ext/socket/constants.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/stringio'
compiling /tmp/ruby/src/trunk-O0/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_cipher.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
compiling /tmp/ruby/src/trunk-O0/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_config.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
compiling /tmp/ruby/src/trunk-O0/ext/syslog/syslog.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_digest.c
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/zlib'
compiling /tmp/ruby/src/trunk-O0/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_hmac.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-O0/ext/socket/tcpserver.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_kdf.c
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'
compiling /tmp/ruby/src/trunk-O0/ext/socket/sockssocket.c
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/bubblebabble'
compiling /tmp/ruby/src/trunk-O0/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixsocket.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/unixserver.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/option.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs12.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-O0/ext/socket/ancdata.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-O0/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/raddrinfo.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
compiling /tmp/ruby/src/trunk-O0/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk-O0/ext/socket/ifaddr.c
linking shared-object json/ext/parser.so
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dh.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json/parser'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_dsa.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_provider.c
generating ripper_init.c from /tmp/ruby/src/trunk-O0/ext/ripper/ripper_init.c.tmpl
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ssl_session.c
compiling eventids1.c
compiling /tmp/ruby/src/trunk-O0/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509.c
compiling ripper.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509revoked.c
compiling ripper_init.c
compiling /tmp/ruby/src/trunk-O0/ext/openssl/ossl_x509store.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
linking shared-object openssl.so
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'
$$$[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
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/bigdecimal-3.1.6/ext/bigdecimal'
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'
./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
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
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
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.3
io-console 0.7.2
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
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
getoptlong 0.2.1
base64 0.2.0
bigdecimal 3.1.6
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 1875 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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=43989
"--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/902] 616183=test_system
[ 2/902] 616181=test_zsh_completion
[ 3/902] 616184=test_resource
[ 4/902] 616181=library_symbols_test
[ 5/902] 616182=test_gem_commands_signin_command
[ 6/902] 616184=test_file
[ 7/902] 616184=test_set
[ 8/902] 616181=test_init
[ 9/902] 616184=test_date_strftime
[ 10/902] 616182=test_reqarg
[ 11/902] 616182=test_date_attr
[ 12/902] 616182=test_color_printer
[ 13/902] 616182=test_rdoc_rd_inline_parser
[ 14/902] 616181=test_sleep
[ 15/902] 616182=test_basicsocket
[ 16/902] 616182=test_defined
[ 17/902] 616181=test_condition
[ 18/902] 616181=test_gem_commands_search_command
[ 19/902] 616182=test_cp949
[ 20/902] 616182=test_iseq
[ 21/902] 616184=test_sizeof
[ 22/902] 616181=test_emoji
[ 23/902] 616181=test_face
[ 24/902] 616181=test_sorted_set
[ 25/902] 616181=test_gem_source
[ 26/902] 616183=test_skip_lines
[ 27/902] 616183=test_x509name
[ 28/902] 616183=test_fnmatch
[ 29/902] 616183=test_rdoc_markup_heading
[ 30/902] 616182=test_pack
[ 31/902] 616182=test_benchmark
[ 32/902] 616183=test_random_formatter
[ 33/902] 616181=test_depth_first
[ 34/902] 616181=test_rdoc_markup_to_html_crossref
[ 35/902] 616183=test_class2name
[ 36/902] 616183=test_yamlstore
[ 37/902] 616183=test_socket
[ 38/902] 616182=test_framework
[ 39/902] 616182=test_gem_commands_uninstall_command
[ 40/902] 616183=test_rdoc_code_object
[ 41/902] 616181=test_erb_m17n
[ 42/902] 616184=test_syslog
[ 43/902] 616181=test_array
[ 44/902] 616181=test_debug
[ 45/902] 616184=test_yaml
[ 46/902] 616181=comments_test
[ 47/902] 616181=test_reline
[ 48/902] 616184=test_assembler
[ 49/902] 616184=test_gem_stub_specification
[ 50/902] 616182=test_mkmf
[ 51/902] 616181=test_raise
[ 52/902] 616181=test_string
[ 53/902] 616182=test_function
[ 54/902] 616181=test_bmethod
[ 55/902] 616181=encoding_test
[ 56/902] 616182=test_pty
[ 57/902] 616181=test_gem_commands_environment_command
[ 58/902] 616184=test_numeric
[ 59/902] 616184=test_erb
[ 60/902] 616181=test_gem_request_set_lockfile
[ 61/902] 616184=test_uncorrectable_name_check
[ 62/902] 616184=test_postponed_job
[ 63/902] 616183=test_gem_commands_setup_command
[ 64/902] 616181=test_hmac
[ 65/902] 616182=test_rdoc_top_level
[ 66/902] 616181=test_method_name_check
[ 67/902] 616181=test_parse
[ 68/902] 616184=test_observer
[ 69/902] 616184=test_ldap
[ 70/902] 616184=test_color
[ 71/902] 616184=test_backtrace
[ 72/902] 616181=test_pkey_rsa
[ 73/902] 616181=test_stack
[ 74/902] 616184=test_bigzero
[ 75/902] 616184=test_numhash
[ 76/902] 616182=test_rdoc_task
[ 77/902] 616184=test_macro
[ 78/902] 616182=test_rdoc_markup_to_html
[ 79/902] 616184=test_rdoc_parser_c
[ 80/902] 616183=test_gem_platform
[ 81/902] 616182=json_fixtures_test
[ 82/902] 616182=test_econv
[ 83/902] 616183=newline_test
[ 84/902] 616184=test_emitter
[ 85/902] 616184=test_rdoc_markup_verbatim
[ 86/902] 616184=test_fstring
[ 87/902] 616183=test_euc_tw
[ 88/902] 616183=test_nomethod_error
[ 89/902] 616183=json_string_matching_test
[ 90/902] 616183=test_rdoc_markup_paragraph
[ 91/902] 616183=test_cmd
[ 92/902] 616184=test_path
[ 93/902] 616184=test_rdoc_markup_raw
[ 94/902] 616184=test_quote_empty
[ 95/902] 616184=test_object_create_start
[ 96/902] 616184=test_duplicate
[ 97/902] 616184=magic_comment_test
[ 98/902] 616184=test_gem_commands_cert_command
[ 99/902] 616182=test_date_new
[100/902] 616182=test_wait
[101/902] 616181=test_tempfile
[102/902] 616182=test_utf16
[103/902] 616182=test_require_path_check
[104/902] 616182=test_acl
[105/902] 616182=test_gem_unsatisfiable_dependency_error
[106/902] 616181=test_method
[107/902] 616182=test_rdoc_markup_parser
[108/902] 616182=test_gem_source_specific_file
[109/902] 616182=test_row_separator
[110/902] 616182=test_gem_installer
[111/902] 616184=test_pkcs12
[112/902] 616183=test_deprecate
[113/902] 616183=test_rdoc_constant
[114/902] 616184=test_rdoc_normal_class
[115/902] 616184=test_gem_package_tar_reader
[116/902] 616183=test_comparable
[117/902] 616183=test_ipaddr
[118/902] 616184=test_rdoc_rd_inline
[119/902] 616184=test_rdoc_markdown
[120/902] 616183=test_files_test_1
[121/902] 616184=test_io_timeout
[122/902] 616184=test_const
[123/902] 616184=test_class
[124/902] 616181=test_rdoc_encoding
[125/902] 616181=test_to_ruby
[126/902] 616181=test_rdoc_extend
[127/902] 616181=test_merge_keys
[128/902] 616181=test_gem_resolver_index_specification
[129/902] 616181=test_c_struct_builder
[130/902] 616182=test_gem_package_tar_header
[131/902] 616182=test_io_buffer
[132/902] 616182=test_gem_ext_cargo_builder
[133/902] 616182=test_gem_security_policy
[134/902] 616181=test_emitter
[135/902] 616181=test_io
[136/902] 616181=test_ellipsize
[137/902] 616181=test_rdoc_context_section
[138/902] 616181=test_gem_commands_check_command
[139/902] 616181=test_data
[140/902] 616183=test_big2str
[141/902] 616183=test_gem_commands_yank_command
[142/902] 616181=test_rdoc_alias
[143/902] 616181=test_queue
[144/902] 616181=test_stream
[145/902] 616181=test_gem_ext_builder
[146/902] 616183=test_human_typo
[147/902] 616183=test_prettyprint
[148/902] 616183=test_threadgroup
[149/902] 616182=test_alias_and_anchor
[150/902] 616182=test_config
[151/902] 616182=test_rdoc_any_method
[152/902] 616183=test_abi
[153/902] 616183=test_drb
[154/902] 616182=test_complexrational
[155/902] 616182=test_hash
[156/902] 616182=test_gem_ext_ext_conf_builder
[157/902] 616184=test_win32ole_method_event
[158/902] 616184=test_securerandom
[159/902] 616184=test_function_entry
[160/902] 616184=test_gem_resolver_activation_request
[161/902] 616184=test_path_to_class
[162/902] 616184=test_pkey_dh
[163/902] 616184=test_gem_request_set
[164/902] 616181=test_date_ractor
[165/902] 616181=test_http_request
[166/902] 616181=test_undef
[167/902] 616181=test_gem_name_tuple
[168/902] 616181=constant_path_node_test
[169/902] 616181=test_bundled_ca
[170/902] 616184=test_external_new
[171/902] 616184=test_win32ole_typelib
[172/902] 616184=test_process
[173/902] 616181=test_config
[174/902] 616181=test_mdns
[175/902] 616181=test_rat
[176/902] 616181=test_ifunless
[177/902] 616181=test_ractor
[178/902] 616181=test_key_stroke
[179/902] 616181=test_forwardable
[180/902] 616181=parse_comments_test
[181/902] 616181=test_gem_resolver_api_set
[182/902] 616181=test_dryrun
[183/902] 616181=test_ractor
[184/902] 616181=test_rinda
[185/902] 616182=test_line_editor
[186/902] 616182=test_gem_security_trust_dir
[187/902] 616182=test_pkey
[188/902] 616182=test_stream
[189/902] 616182=test_integer
[190/902] 616182=test_yield
[191/902] 616181=test_kwargs
[192/902] 616181=test_acceptable
[193/902] 616181=test_string_memory
[194/902] 616181=test_io_wait
[195/902] 616181=test_rubyoptions
[196/902] 616183=test_nextafter
[197/902] 616183=test_thread
[198/902] 616183=test_capacity
[199/902] 616183=test_gem_commands_mirror
[200/902] 616183=test_euc_kr
[201/902] 616183=test_gem_commands_cleanup_command
[202/902] 616183=test_date_marshal
[203/902] 616183=test_literal
[204/902] 616182=test_httpheader
[205/902] 616182=test_rdoc_ri_driver
[206/902] 616183=test_shapes
[207/902] 616183=test_rdoc_markup_include
[208/902] 616183=test_cesu8
[209/902] 616183=test_inputs_scanner
[210/902] 616183=test_typeddata
[211/902] 616182=test_rdoc_generator_pot_po
[212/902] 616182=test_tree_builder
[213/902] 616182=test_clone
[214/902] 616182=test_rdoc_servlet
[215/902] 616183=test_protect
[216/902] 616183=test_tmpdir
[217/902] 616183=test_noarg
[218/902] 616183=test_gem_commands_pristine_command
[219/902] 616182=test_change_word
[220/902] 616182=test_rdoc_markup_to_markdown
[221/902] 616182=test_trick
[222/902] 616183=test_key_name_check
[223/902] 616183=test_type_completor
[224/902] 616183=test_utf32
[225/902] 616183=test_iseq_load
[226/902] 616181=test_gem_resolver_requirement_list
[227/902] 616181=test_arith_seq_beg_len_step
[228/902] 616181=test_scalar
[229/902] 616181=test_gem_resolver_dependency_request
[230/902] 616181=test_ns_spki
[231/902] 616181=test_encodings
[232/902] 616181=test_random
[233/902] 616181=test_rdoc_markdown_test
[234/902] 616183=test_rdoc_normal_module
[235/902] 616183=test_gem_version
[236/902] 616182=test_rdoc_markup_hard_break
[237/902] 616182=test_ssl_session
[238/902] 616183=test_assignment
[239/902] 616182=test_memory_view
[240/902] 616182=test_gem_available_set
[241/902] 616182=test_modify_expand
[242/902] 616182=test_my_integer
[243/902] 616182=test_call
[244/902] 616182=test_data_converters
[245/902] 616182=test_require
[246/902] 616182=test_gem_source_vendor
[247/902] 616182=test_autoload
[248/902] 616181=test_cgi_util
[249/902] 616181=test_gem_dependency
[250/902] 616181=test_ansi_without_terminfo
[251/902] 616181=test_rdoc_text
[252/902] 616181=test_windows_1252
[253/902] 616181=test_null
[254/902] 616181=test_exception
[255/902] 616181=test_x509store
[256/902] 616181=test_header
[257/902] 616181=test_win32ole_type
[258/902] 616181=test_input_method
[259/902] 616181=regexp_test
[260/902] 616181=test_enc_str_buf_cat
[261/902] 616181=test_generic
[262/902] 616181=test_gem_source_lock
[263/902] 616181=test_gem_dependency_installer
[264/902] 616183=test_optarg
[265/902] 616183=test_ripper
[266/902] 616183=test_syslog_logger
[267/902] 616183=test_deprecated
[268/902] 616183=test_integer_comb
[269/902] 616181=test_read_write
[270/902] 616181=test_nil2vtempty
[271/902] 616181=test_div
[272/902] 616181=test_kernel
[273/902] 616182=test_profile_frames
[274/902] 616182=parse_test
[275/902] 616181=json_parser_test
[276/902] 616181=test_gbk
[277/902] 616181=test_each
[278/902] 616181=test_rendering
[279/902] 616181=!Nothing_to_test
[280/902] 616181=test_gem_validator
[281/902] 616181=test_usrmarshal
[282/902] 616181=test_rdoc_markup_formatter
[283/902] 616181=test_gem_commands_outdated_command
[284/902] 616181=test_date_parse
[285/902] 616181=test_enum
[286/902] 616181=test_write
[287/902] 616181=test_folderitem2_invokeverb
[288/902] 616181=test_gem_spec_fetcher
[289/902] 616181=test_pkey_ec
[290/902] 616181=test_gem_request
[291/902] 616181=test_recorder
[292/902] 616181=test_rdoc_token_stream
[293/902] 616181=test_thread
[294/902] 616181=test_gem_resolver_index_set
[295/902] 616181=test_cgi_tag_helper
[296/902] 616181=test_rdoc_generator_json_index
[297/902] 616181=test_workspace
[298/902] 616181=test_debug_cmd
[299/902] 616181=test_win32ole_param_event
[300/902] 616181=test_rdoc_single_class
[301/902] 616181=json_addition_test
[302/902] 616183=test_qsort
[303/902] 616183=test_invalid
[304/902] 616183=test_gem_commands_build_command
[305/902] 616181=test_complex
[306/902] 616181=json_generic_object_test
[307/902] 616181=test_m17n_comb
[308/902] 616183=test_gem_commands_push_command
[309/902] 616184=test_backtrace
[310/902] 616184=test_type
[311/902] 616184=test_common
[312/902] 616183=test_class_name_check
[313/902] 616184=test_asn1
[314/902] 616183=test_placearg
[315/902] 616183=test_len
[316/902] 616184=attribute_write_test
[317/902] 616183=test_features
[318/902] 616184=test_popen_deadlock
[319/902] 616183=test_gem_commands_specification_command
[320/902] 616183=test_gem_impossible_dependencies_error
[321/902] 616183=json_generator_test
[322/902] 616182=test_str2big
[323/902] 616182=test_continuation
[324/902] 616184=test_gc_compact
[325/902] 616183=test_rdoc_markup_to_ansi
[326/902] 616183=test_delete
[327/902] 616183=test_gem_silent_ui
[328/902] 616182=test_gem_commands_signout_command
[329/902] 616182=test_gem_ci_detector
[330/902] 616182=test_parser_events
[331/902] 616183=test_gem_request_set_lockfile_parser
[332/902] 616183=test_io_wait_uncommon
[333/902] 616182=test_files_test
[334/902] 616183=test_time
[335/902] 616182=test_gem_bundler_version_finder
[336/902] 616182=test_gem_dependency_resolution_error
[337/902] 616182=test_rdoc_stats
[338/902] 616182=test_enc_raise
[339/902] 616182=test_webauthn_listener_response
[340/902] 616182=test_inadvertent_creation
[341/902] 616183=test_provider
[342/902] 616182=test_exception
[343/902] 616183=test_case_comprehensive
[344/902] 616181=test_rdoc_store
[345/902] 616182=test_syntax
[346/902] 616181=test_io_buffer
[347/902] 616181=test_autoconf
[348/902] 616181=test_bug_reporter
[349/902] 616181=test_cgi_multipart
[350/902] 616184=test_json_tree
[351/902] 616184=test_win32ole_variant_m
[352/902] 616184=test_tcp
[353/902] 616184=test_rdoc_comment
[354/902] 616181=test_kdf
[355/902] 616184=test_rdoc_rdoc
[356/902] 616181=test_cclass
[357/902] 616181=test_gem_resolver_lock_set
[358/902] 616181=test_rdoc_i18n_locale
[359/902] 616181=test_psych
[360/902] 616181=test_gem_resolver_installer_set
[361/902] 616184=test_flags
[362/902] 616181=test_ole_methods
[363/902] 616181=test_gem_source_installed
[364/902] 616181=test_gem_update_suggestion
[365/902] 616181=test_http
[366/902] 616181=test_severity
[367/902] 616181=test_load
[368/902] 616181=test_ractor
[369/902] 616181=test_arithmetic_sequence
[370/902] 616181=test_memory_view
[371/902] 616184=test_stringio
[372/902] 616181=test_enumerator
[373/902] 616181=test_row
[374/902] 616181=test_exception_at_throwing
[375/902] 616181=test_sprintf
[376/902] 616184=test_gem_uri
[377/902] 616184=test_win32ole_type_event
[378/902] 616184=test_rdoc_method_attr
[379/902] 616184=test_rewind
[380/902] 616184=test_scan_args
[381/902] 616184=test_dot_dot
[382/902] 616184=test_egrep_cpp
[383/902] 616184=test_weakmap
[384/902] 616181=test_date_conv
[385/902] 616181=test_gem_source_subpath_problem
[386/902] 616181=test_date_compat
[387/902] 616181=test_case_mapping
[388/902] 616181=test_flip
[389/902] 616181=test_frozen
[390/902] 616181=test_gem_source_local
[391/902] 616181=test_win32ole_method
[392/902] 616181=test_rdoc_generator_ri
[393/902] 616181=test_file
[394/902] 616181=test_thread_fd_close
[395/902] 616181=test_safe_load
[396/902] 616181=test_gem_stream_ui
[397/902] 616181=test_ansi_with_terminfo
[398/902] 616181=bom_test
[399/902] 616181=test_hash_create
[400/902] 616181=locals_test
[401/902] 616181=test_name_error
[402/902] 616181=test_string
[403/902] 616182=test_timeout
[404/902] 616182=test_enumerator
[405/902] 616184=test_weakref
[406/902] 616184=test_rdoc_rubygems_hook
[407/902] 616184=test_gem_commands_dependency_command
[408/902] 616184=test_switch_hitter
[409/902] 616184=test_pkey_dsa
[410/902] 616184=test_arity
[411/902] 616184=test_rdoc_markup_to_joined_paragraph
[412/902] 616184=test_date_time
[413/902] 616184=test_handle
[414/902] 616184=test_did_you_mean
[415/902] 616184=test_unicode_normalize
[416/902] 616184=test_bug-3571
[417/902] 616184=test_read
[418/902] 616184=test_reline_key
[419/902] 616184=test_stringchar
[420/902] 616184=test_kconv
[421/902] 616184=test_eval
[422/902] 616184=test_member
[423/902] 616184=test_rubygems
[424/902] 616184=test_gem_security
[425/902] 616184=test_shift_jis
[426/902] 616184=test_quote_char_nil
[427/902] 616184=test_rdoc_cross_reference
[428/902] 616184=test_digest
[429/902] 616184=test_files_lib
[430/902] 616184=test_gem_commands_open_command
[431/902] 616184=test_store
[432/902] 616184=test_bug-5832
[433/902] 616184=test_gem_resolver_lock_specification
[434/902] 616184=test_nofree
[435/902] 616184=test_gem_resolver_git_set
[436/902] 616184=test_fiddle
[437/902] 616184=test_emoji_breaks
[438/902] 616182=test_gem_command
[439/902] 616181=test_ractor
[440/902] 616182=test_extlibs
[441/902] 616181=test_file_exhaustive
[442/902] 616184=pattern_test
[443/902] 616184=test_regexp
[444/902] 616183=test_case
[445/902] 616183=test_gem_remote_fetcher
[446/902] 616182=test_string
[447/902] 616182=test_variable_name_check
[448/902] 616182=test_iterator
[449/902] 616182=compiler_test
[450/902] 616182=test_printf
[451/902] 616182=test_gem_uninstaller
[452/902] 616182=test_rdoc_generator_pot
[453/902] 616182=test_zlib
[454/902] 616183=test_storage
[455/902] 616183=test_gem_gem_runner
[456/902] 616183=test_pointer
[457/902] 616183=test_eval
[458/902] 616183=test_proc
[459/902] 616181=test_alias
[460/902] 616181=test_rdoc_generator_pot_po_entry
[461/902] 616181=test_dir_m17n
[462/902] 616183=test_helper
[463/902] 616183=test_rdoc_markup_to_rdoc
[464/902] 616183=test_protocol
[465/902] 616183=test_singleton_function
[466/902] 616183=test_tuplebag
[467/902] 616183=test_show_source
[468/902] 616183=test_cgi_header
[469/902] 616183=test_dns
[470/902] 616183=test_process
[471/902] 616183=test_getopts
[472/902] 616183=test_gem_commands_info_command
[473/902] 616183=test_addr
[474/902] 616183=test_config
[475/902] 616183=test_error_highlight
[476/902] 616181=test_internal_ivar
[477/902] 616181=test_tracepoint
[478/902] 616181=test_gem_resolver_specification
[479/902] 616181=test_stringscanner
[480/902] 616181=test_io_m17n
[481/902] 616183=test_resize
[482/902] 616183=test_have_macro
[483/902] 616183=test_general
[484/902] 616183=desugar_compiler_test
[485/902] 616183=test_pipe
[486/902] 616183=test_convertible
[487/902] 616181=test_rdoc_markup_pre_process
[488/902] 616182=test_nkf
[489/902] 616182=test_env
[490/902] 616181=test_method_cache
[491/902] 616181=memsize_test
[492/902] 616181=test_gem_package_old
[493/902] 616181=test_time
[494/902] 616181=test_sprintf_comb
[495/902] 616181=heredoc_dedent_test
[496/902] 616181=test_win32ole_param
[497/902] 616181=test_ocsp
[498/902] 616181=test_super
[499/902] 616181=test_readpartial
[500/902] 616181=test_lambda
[501/902] 616183=test_gem_request_set_gem_dependency_api
[502/902] 616181=test_settracefunc
[503/902] 616183=test_gem_text
[504/902] 616183=test_variable
[505/902] 616182=test_pstore
[506/902] 616183=test_win32ole
[507/902] 616183=test_gem_source_list
[508/902] 616182=test_yaml_special_cases
[509/902] 616182=test_column_separator
[510/902] 616182=parameters_signature_test
[511/902] 616182=test_rdoc_parser_changelog
[512/902] 616183=test_drbssl
[513/902] 616182=test_kill_ring
[514/902] 616182=test_boolean
[515/902] 616182=test_random
[516/902] 616182=test_rdoc_context
[517/902] 616181=test_c_struct_entry
[518/902] 616181=test_date
[519/902] 616181=test_open-uri
[520/902] 616182=test_strip
[521/902] 616182=test_nonblock
[522/902] 616182=test_lexer
[523/902] 616182=test_mailto
[524/902] 616182=test_enumerator_kw
[525/902] 616182=test_gem_commands_install_command
[526/902] 616181=test_iso_8859
[527/902] 616181=test_coderange
[528/902] 616181=test_dir
[529/902] 616181=test_transcode
[530/902] 616181=test_flush
[531/902] 616181=test_resolve_symbol
[532/902] 616181=test_pair
[533/902] 616182=test_stat
[534/902] 616182=test_gc
[535/902] 616181=test_gem_local_remote_options
[536/902] 616181=test_rational
[537/902] 616181=test_gem_commands_owner_command
[538/902] 616181=test_cgi_modruby
[539/902] 616181=test_liberal_parsing
[540/902] 616181=test_rdoc_class_module
[541/902] 616181=test_trace
[542/902] 616181=test_nil
[543/902] 616181=test_rdoc_markup_attribute_manager
[544/902] 616181=test_object
[545/902] 616181=test_find
[546/902] 616181=test_arity
[547/902] 616181=test_summary
[548/902] 616181=test_win32ole_variant
[549/902] 616181=test_gem_resolver_composed_set
[550/902] 616181=test_foreach
[551/902] 616181=test_install
[552/902] 616181=test_jaro_winkler
[553/902] 616181=test_func
[554/902] 616183=unescape_test
[555/902] 616183=test_yamldbm
[556/902] 616183=test_gem_commands_fetch_command
[557/902] 616181=ractor_test
[558/902] 616181=test_rdoc_tom_doc
[559/902] 616181=test_sleep
[560/902] 616183=test_bignum
[561/902] 616183=test_normalize
[562/902] 616183=test_converters
[563/902] 616183=test_rdoc_markup
[564/902] 616183=test_files_test_2
[565/902] 616183=test_gem_resolver_git_specification
[566/902] 616183=test_spell_checker
[567/902] 616183=test_ancdata
[568/902] 616183=test_singleton
[569/902] 616183=test_rdoc_ri_paths
[570/902] 616183=test_name_error_extension
[571/902] 616183=test_rdoc_rd_block_parser
[572/902] 616183=test_https_proxy
[573/902] 616183=test_pack
[574/902] 616183=test_stringify_symbols
[575/902] 616183=test_verbose
[576/902] 616183=test_ractor
[577/902] 616183=test_key_actor_emacs
[578/902] 616181=test_update
[579/902] 616181=test_basicinstructions
[580/902] 616181=test_read
[581/902] 616181=test_koi8
[582/902] 616181=test_ostruct
[583/902] 616183=test_table
[584/902] 616183=test_rdoc_attr
[585/902] 616183=test_not
[586/902] 616183=test_gem_resolver_vendor_specification
[587/902] 616181=json_ext_parser_test
[588/902] 616183=test_filter
[589/902] 616181=test_inlinecache
[590/902] 616183=test_scanner_events
[591/902] 616181=test_gem_ext_configure_builder
[592/902] 616183=test_gem_dependency_list
[593/902] 616181=test_rendering
[594/902] 616181=test_rdoc_generator_markup
[595/902] 616183=test_err_in_callback
[596/902] 616183=test_force_quotes
[597/902] 616183=test_rdoc_markup_indented_paragraph
[598/902] 616183=test_rdoc_parser_markdown
[599/902] 616181=test_gem_source_fetch_problem
[600/902] 616183=test_rdoc_i18n_text
[601/902] 616183=test_data
[602/902] 616181=test_gem_commands_lock_command
[603/902] 616183=test_rdoc_markup_to_html_snippet
[604/902] 616181=test_unix
[605/902] 616181=test_regex_casefold
[606/902] 616183=test_gem_source_git
[607/902] 616181=test_fd_setsize
[608/902] 616181=test_http
[609/902] 616183=test_ractor_compatibility
[610/902] 616183=test_have_func
[611/902] 616183=test_gem_commands_contents_command
[612/902] 616183=test_win32ole_variant_outarg
[613/902] 616183=test_ws
[614/902] 616183=test_gem_rdoc
[615/902] 616183=test_erb_command
[616/902] 616183=test_gem_commands_sources_command
[617/902] 616183=test_symbol
[618/902] 616181=test_coder
[619/902] 616181=test_context
[620/902] 616181=test_struct
[621/902] 616181=test_propertyputref
[622/902] 616181=test_ast
[623/902] 616182=fuzzer_test
[624/902] 616182=test_serialize_subclasses
[625/902] 616182=test_rand
[626/902] 616182=test_instrumentation_api
[627/902] 616183=test_default_gems
[628/902] 616183=test_gem_safe_marshal
[629/902] 616182=ruby_api_test
[630/902] 616182=test_gem_doctor
[631/902] 616182=test_gem_request_set_lockfile_tokenizer
[632/902] 616182=test_date_strptime
[633/902] 616183=test_ractor
[634/902] 616182=test_grapheme_breaks
[635/902] 616182=json_common_interface_test
[636/902] 616183=test_rdoc_parser_simple
[637/902] 616182=test_signedness
[638/902] 616183=test_too_many_dummy_encodings
[639/902] 616183=test_enumerable
[640/902] 616183=test_patterns
[641/902] 616183=test_gem_commands_stale_command
[642/902] 616183=test_svcb_https
[643/902] 616183=test_drbunix
[644/902] 616182=test_buffering
[645/902] 616182=test_gem_package
[646/902] 616182=test_date_arith
[647/902] 616182=test_gem_security_signer
[648/902] 616182=location_test
[649/902] 616182=test_gem_resolver_api_specification
[650/902] 616182=test_exit
[651/902] 616182=test_rdoc_rd
[652/902] 616182=test_range
[653/902] 616183=test_drbobject
[654/902] 616183=test_gem_commands_query_command
[655/902] 616183=test_optimization
[656/902] 616182=test_key_actor_vi
[657/902] 616182=test_lazy_enumerator
[658/902] 616184=test_rdoc_markup_document
[659/902] 616184=test_formatter
[660/902] 616184=test_weakkeymap
[661/902] 616184=test_locale
[662/902] 616182=test_history
[663/902] 616184=test_delegation
[664/902] 616184=test_dup
[665/902] 616182=test_ts
[666/902] 616184=test_find_executable
[667/902] 616184=test_unconverted_fields
[668/902] 616182=test_require
[669/902] 616184=test_thread
[670/902] 616182=test_pattern_key_name_check
[671/902] 616182=test_remote_fetch_error
[672/902] 616182=test_require
[673/902] 616182=test_udp
[674/902] 616182=test_pinned
[675/902] 616182=test_open3
[676/902] 616184=test_constant
[677/902] 616184=test_completion
[678/902] 616183=test_buffered_io
[679/902] 616183=test_to_ary_concat
[680/902] 616184=test_encoding
[681/902] 616182=test_addrinfo
[682/902] 616184=test_gem
[683/902] 616182=test_bug-14834
[684/902] 616182=test_fixnum
[685/902] 616182=test_signal
[686/902] 616182=test_cgi_core
[687/902] 616182=test_bash_completion
[688/902] 616182=test_delegate
[689/902] 616182=test_gem_ext_cargo_builder_unit
[690/902] 616182=test_parser
[691/902] 616182=test_rdoc_require
[692/902] 616184=test_fiber
[693/902] 616182=test_rational2
[694/902] 616182=test_terminfo
[695/902] 616182=test_marshal
[696/902] 616183=json_encoding_test
[697/902] 616183=test_gem_commands_update_command
[698/902] 616182=test_rdoc_markup_to_bs
[699/902] 616182=test_raise_exception
[700/902] 616183=ripper_compat_test
[701/902] 616183=test_optparse
[702/902] 616183=test_rdoc_markup_to_tt_only
[703/902] 616183=test_gem_console_ui
[704/902] 616183=test_https
[705/902] 616184=test_convert
[706/902] 616184=test_case_options
[707/902] 616184=test_evaluation
[708/902] 616184=test_ssl
[709/902] 616183=test_ractor
[710/902] 616182=test_euc_jp
[711/902] 616182=test_tree_spell_checker
[712/902] 616182=test_gem_util
[713/902] 616184=test_require_lib
[714/902] 616182=test_objectspace
[715/902] 616183=test_integer
[716/902] 616182=test_gem_ext_cmake_builder
[717/902] 616182=test_interned_str
[718/902] 616182=test_sexp
[719/902] 616182=test_io
[720/902] 616184=test_compile_prism
[721/902] 616184=test_array_create
[722/902] 616184=test_key_event_record
[723/902] 616184=test_notimplement
[724/902] 616184=test_scalar_scanner
[725/902] 616184=test_etc
[726/902] 616183=test_struct
[727/902] 616183=test_win32ole_event
[728/902] 616183=test_mutex
[729/902] 616184=test_option
[730/902] 616184=test_logger
[731/902] 616184=test_digest_extend
[732/902] 616183=test_ssl
[733/902] 616184=test_engine
[734/902] 616184=test_module
[735/902] 616184=test_key_error
[736/902] 616184=test_rb_str_dup
[737/902] 616184=test_symbol
[738/902] 616184=test_append
[739/902] 616184=test_rdoc_markup_to_table_of_contents
[740/902] 616184=test_gem_commands_unpack_command
[741/902] 616184=test_x509cert
[742/902] 616184=test_enc_associate
[743/902] 616183=test_pp
[744/902] 616183=test_logdevice
[745/902] 616184=test_ftp
[746/902] 616184=test_last_thread
[747/902] 616184=test_import
[748/902] 616183=test_pack
[749/902] 616183=test_gem_request_connection_pools
[750/902] 616183=test_config
[751/902] 616183=test_rubyvm
[752/902] 616183=test_ractor
[753/902] 616183=test_arith_seq_extract
[754/902] 616183=test_logperiod
[755/902] 616183=test_io_console
[756/902] 616184=test_bn
[757/902] 616184=test_c_union_entity
[758/902] 616184=test_string_processing
[759/902] 616184=test_recursion
[760/902] 616184=test_rdoc_markup_attributes
[761/902] 616184=test_cparser
[762/902] 616183=test_unicode_escape
[763/902] 616183=test_abbrev
[764/902] 616183=test_timeout
[765/902] 616183=test_objspace
[766/902] 616184=test_general
[767/902] 616184=test_gem_commands_server_command
[768/902] 616184=test_httpresponses
[769/902] 616184=test_rdoc_generator_darkfish
[770/902] 616184=test_mixed_unicode_escapes
[771/902] 616184=test_have_library
[772/902] 616182=test_load
[773/902] 616182=test_within_pipe
[774/902] 616182=test_big5
[775/902] 616182=test_new
[776/902] 616182=test_time_tz
[777/902] 616182=test_beginendblock
[778/902] 616184=test_rdoc_parser_ruby
[779/902] 616182=test_httpresponse
[780/902] 616182=test_cipher
[781/902] 616182=version_test
[782/902] 616182=test_win32ole_variable
[783/902] 616182=test_gem_resolver
[784/902] 616182=test_cgi_cookie
[785/902] 616182=test_scheduler
[786/902] 616182=test_object_references
[787/902] 616182=test_rdoc_markup_to_label
[788/902] 616182=test_tsort
[789/902] 616182=test_gem_commands_exec_command
[790/902] 616184=test_gem_specification
[791/902] 616182=test_gem_package_tar_reader_entry
[792/902] 616182=test_metaclass
[793/902] 616182=test_files_sample
[794/902] 616182=test_rbconfig
[795/902] 616182=test_rdoc_include
[796/902] 616182=test_gem_commands_help_command
[797/902] 616182=test_set
[798/902] 616182=test_yield_block
[799/902] 616182=test_pkg_config
[800/902] 616182=test_at_exit
[801/902] 616182=test_closure
[802/902] 616184=test_rdoc_options
[803/902] 616182=test_dln
[804/902] 616182=test_gem_resolver_local_specification
[805/902] 616184=test_object
[806/902] 616184=test_digest
[807/902] 616184=test_m17n
[808/902] 616182=test_frozen_error
[809/902] 616182=test_yjit
[810/902] 616184=test_files_ext
[811/902] 616184=test_argf
[812/902] 616184=test_console_attr
[813/902] 616184=test_gem_ext_cargo_builder_link_flag_converter
[814/902] 616184=test_array
[815/902] 616182=test_x509req
[816/902] 616182=test_eval_history
[817/902] 616182=test_complex2
[818/902] 616182=dispatcher_test
[819/902] 616182=test_ruby_lex
[820/902] 616182=test_win32ole_record
[821/902] 616182=test_ubf_async_safe
[822/902] 616182=test_ossl
[823/902] 616182=test_gem_version_option
[824/902] 616182=test_insns_leaf
[825/902] 616182=test_ensured
[826/902] 616182=test_hash
[827/902] 616182=test_x509crl
[828/902] 616182=test_keyword
[829/902] 616182=test_iter_break
[830/902] 616182=test_pkcs7
[831/902] 616182=test_cgi_session
[832/902] 616182=test_gem_install_update_options
[833/902] 616182=test_num2int
[834/902] 616182=test_project_sanity
[835/902] 616182=test_address_resolve
[836/902] 616182=test_gem_command_manager
[837/902] 616182=test_refinement
[838/902] 616184=test_gem_requirement
[839/902] 616184=test_word
[840/902] 616184=test_numeric
[841/902] 616184=test_cmethod
[842/902] 616184=test_gem_commands_list_command
[843/902] 616184=test_gem_resolver_vendor_set
[844/902] 616184=test_gem_resolver_installed_specification
[845/902] 616184=test_irb
[846/902] 616184=test_parser
[847/902] 616184=test_gem_ext_rake_builder
[848/902] 616184=test_unicode
[849/902] 616184=test_x509attr
[850/902] 616184=test_set_len
[851/902] 616184=test_marshalable
[852/902] 616184=test_rdoc_parser_rd
[853/902] 616184=test_webauthn_poller
[854/902] 616184=test_rdoc_parser
[855/902] 616184=test_webauthn_listener
[856/902] 616182=test_thread_cv
[857/902] 616184=test_pattern_matching
[858/902] 616182=test_pathname
[859/902] 616184=test_coverage
[860/902] 616182=test_helper
[861/902] 616182=test_case
[862/902] 616182=test_gem_path_support
[863/902] 616182=test_class
[864/902] 616182=test_configuration
[865/902] 616182=test_fips
[866/902] 616182=test_x509ext
[867/902] 616182=test_wss
[868/902] 616182=test_math
[869/902] 616182=test_gc
[870/902] 616182=test_libs
[871/902] 616182=test_omap
[872/902] 616182=test_gem_uri_formatter
[873/902] 616182=test_sockopt
[874/902] 616182=test_encoding
[875/902] 616182=test_yaml_tree
[876/902] 616184=test_windows_1251
[877/902] 616184=test_shellwords
[878/902] 616182=test_gb18030
[879/902] 616184=test_gem_package_tar_writer
[880/902] 616182=test_vm_dump
[881/902] 616182=test_thread_queue
[882/902] 616184=test_nesting_parser
[883/902] 616184=test_nowrite
[884/902] 616184=test_gem_resolver_conflict
[885/902] 616184=errors_test
[886/902] 616184=test_fileutils
[887/902] 616184=test_history
[888/902] 616184=test_method_cache
[889/902] 616184=test_gem_gemcutter_utilities
[890/902] 616184=test_float
[891/902] 616182=test_gem_commands_which_command
[892/902] 616182=test_passing_block
[893/902] 616182=test_mul
[894/902] 616182=test_primitive
[895/902] 616182=test_monitor
[896/902] 616182=test_yjit_exit_locations
[897/902] 616182=test_data_error
[898/902] 616182=test_whileuntil
[899/902] 616182=test_gem_resolver_best_set
[900/902] 616182=test_cstr
[901/902] 616184=test_gem_config_file
[902/902] 616184=test_document
Retrying...
Finished tests in 1435.715394s, 18.7119 tests/s, 6653.5130 assertions/s.
26865 tests, 9552551 assertions, 0 failures, 0 errors, 226 skips
ruby -v: ruby 3.4.0dev (2024-01-18T22:55:12Z master 61da90c1b8) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/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-18T22:55:12Z master 61da90c1b8) [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 631.760854 seconds
3728 files, 32023 examples, 142542 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.627668.ruby -x gdbscript
[New LWP 627668]
[New LWP 627670]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0 0x000055654aac44be in debug_info_read (reader=0x55654ce338e0, num_traces=45, traces=0x55654adc2940 <trace>, lines=0x55654ea2f570, offset=0, errout=0x7fbb71dd76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1948
1948 if (saddr == UINTPTR_MAX) return false;
[Current thread is 1 (Thread 0x7fbb71bba7c0 (LWP 627668))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fbb71bba7c0 (LWP 627668) 0x000055654aac44be in debug_info_read (reader=0x55654ce338e0, num_traces=45, traces=0x55654adc2940 <trace>, lines=0x55654ea2f570, offset=0, errout=0x7fbb71dd76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1948
2 Thread 0x7fbb585df640 (LWP 627670) 0x00007fbb71ce2fde in epoll_wait (epfd=4, events=0x55654adbf83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fbb585df640 (LWP 627670)):
#0 0x00007fbb71ce2fde in epoll_wait (epfd=4, events=0x55654adbf83c <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 0x000055654a91f3d6 in event_wait (vm=0x55654cd9f2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 21861
#2 0x000055654a91f3fa in timer_thread_polling (vm=0x55654cd9f2a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = -102656706
#3 0x000055654a91faba in timer_thread_func (ptr=0x55654cd9f2a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3026
vm = 0x55654cd9f2a0
#4 0x00007fbb71c51b43 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 = {140726883197728, 4549772268498320495, 140442618164800, 25, 140443044354128, 140726883198080, -4588401119066850193, -4588347441249387409}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007fbb71ce2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fbb71bba7c0 (LWP 627668)):
#0 0x000055654aac44be in debug_info_read (reader=0x55654ce338e0, num_traces=45, traces=0x55654adc2940 <trace>, lines=0x55654ea2f570, offset=0, errout=0x7fbb71dd76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1948
addr = 93893532907681
offset = 3864737
saddr = 0
i = 24
die = {pos = 4309117, tag = 29, has_children = 1}
ranges = {low_pc = 3430735, high_pc = 3430738, ranges = 0, low_pc_set = true, high_pc_set = true, ranges_set = false}
line = {dirname = 0x7fbb53cc6684 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/iter/traits", filename = 0x7fbb53cc6e3a "iterator.rs", path = 0x0, line = 2706, base_addr = 0, saddr = 0, sname = 0x7fbb53f57039 "break_value<(usize, &u64), ()>", 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}
#1 0x000055654aac5371 in fill_lines (num_traces=45, traces=0x55654adc2940 <trace>, check_debuglink=1, objp=0x55654ce34200, lines=0x55654ea2f570, offset=0, errout=0x7fbb71dd76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
reader = {obj = 0x55654d03ebb0, file = 0x7fbb52cd7000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fbb53882bea "k,\006", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fbb53cdb61d "(\026", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fbb53cc6e01 "codegen.rs", debug_line_directories = 0x7fbb53cc658a "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7fbb538cb08e "!\231I\027", cu_end = 0x7fbb538e5859 "\350[", pend = 0x7fbb53b7da1f "\001$", q0 = 0x7fbb53b9ea0f "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fbb53b9eb52 "\032\064", format = 4, address_size = 8 '\b', level = 31, abbrev_table = {0x7fbb71de5000 "", 0x7fbb53b9ea10 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fbb53b9ea26 "4", 0x7fbb53b9ea31 "\023\001\035\023\003\016\v\v\210\001\017", 0x7fbb53b9ea3f "\r", 0x7fbb53b9ea4d "\017", 0x7fbb53b9ea58 "$", 0x7fbb53b9ea63 "9\001\003\016", 0x7fbb53b9ea6a "\023", 0x7fbb53b9ea76 "\023\001\003\016\v\v\210\001\017", 0x7fbb53b9ea82 "/", 0x7fbb53b9ea8b ".\001n\016\003\016:\v;\005I\023 \v", 0x7fbb53b9ea9c "4", 0x7fbb53b9eaac "\005", 0x7fbb53b9eab9 ".\001n\016\003\016:\v;\005 \v", 0x7fbb53b9eac8 "\v\001", 0x7fbb53b9eacd "\023", 0x7fbb53b9ead9 "4", 0x7fbb53b9eae6 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fbb53b9eaf7 "4", 0x7fbb53b9eb07 "\005", 0x7fbb53b9eb14 "4", 0x7fbb53b9eb21 "\005", 0x7fbb53b9eb2c ".\001\021\001\022\006@\030\061\023", 0x7fbb53b9eb39 "\005", 0x7fbb53b9eb42 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fbb53b9eb53 "4", 0x7fbb53b9eb5c "\035", 0x7fbb53b9eb6d "\v\001\021\001\022\006", 0x7fbb53b9eb76 "4", 0x7fbb53b9eb7f "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fbb53b9eb90 "\005", 0x7fbb53b9eb99 "\005", 0x7fbb53b9eba2 "4", 0x7fbb53b9ebab "\035\001\061\023U\027X\vY\005W\v", 0x7fbb53b9ebba "4", 0x7fbb53b9ebc1 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fbb53b9ebd4 "\005", 0x7fbb53b9ebe1 "\v\001U\027", 0x7fbb53b9ebe8 "\005", 0x7fbb53b9ebef "\035", 0x7fbb53b9ebfe "\035\001\061\023U\027X\vY\vW\v", 0x7fbb53b9ec0d "\005", 0x7fbb53b9ec1a "3\001\025\023", 0x7fbb53b9ec21 "\r", 0x7fbb53b9ec2f "\031\001\026\v", 0x7fbb53b9ec36 "\031\001", 0x7fbb53b9ec3b "\023\001\003\016\v\005\210\001\017", 0x7fbb53b9ec47 "3\001", 0x7fbb53b9ec4c "\023\001\003\016<\031\210\001\017", 0x7fbb53b9ec58 "3", 0x7fbb53b9ec5d "\027\001\003\016\v\v\210\001\017", 0x7fbb53b9ec69 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fbb53b9ec79 "(", 0x7fbb53b9ec82 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fbb53b9ec95 "(", 0x7fbb53b9ec9e "\005", 0x7fbb53b9ecad "4", 0x7fbb53b9ecbf ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fbb53b9ecd4 "\005", 0x7fbb53b9ece3 "\r", 0x7fbb53b9ecf4 ".\001n\016\003\016:\v;\v \v", 0x7fbb53b9ed03 "\005", 0x7fbb53b9ed12 "4", 0x7fbb53b9ed24 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fbb53b9ed39 "4", 0x7fbb53b9ed42 ".", 0x7fbb53b9ed53 ".", 0x7fbb53b9ed66 "\017", 0x7fbb53b9ed6f "\001\001I\023", 0x7fbb53b9ed76 "!", 0x7fbb53b9ed81 "$", 0x7fbb53b9ed8c "\025\001I\023", 0x7fbb53b9ed93 "\005", 0x7fbb53b9ed9a "\005", 0x7fbb53b9eda9 "\035", 0x7fbb53b9edba ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fbb53b9edcd "4", 0x7fbb53b9ede1 "\r", 0x7fbb53b9edef "4", 0x7fbb53b9edfe "4", 0x7fbb53b9ee10 "\005", 0x7fbb53b9ee19 "4", 0x7fbb53b9ee28 "\035", 0x7fbb53b9ee37 "4", 0x7fbb53b9ee40 "\005", 0x7fbb53b9ee4f "4", 0x7fbb53b9ee5e "4", 0x7fbb53b9ee70 ".", 0x7fbb53b9ee81 ".\001\003\016:\v;\v \v", 0x7fbb53b9ee8e ".\001\003\016:\v;\vI\023 \v", 0x7fbb53b9ee9d "\025\001", 0x7fbb53b9e56d "4", 0x7fbb53b9e57f ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fbb53b9e592 "\005", 0x7fbb53b9e59b "4", 0x7fbb53b9e5a4 ".", 0x7fbb53b9e5b5 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fbb53b9e5c4 "4", 0x7fbb53b9e5d6 "\035", 0x7fbb53b9e5e5 ".", 0x7fbb53b9e5f8 "\r", 0x7fbb53b9e606 "\025\001I\023", 0x7fbb53b9e60d "\005", 0x7fbb53b9e614 "\025\001", 0x7fbb53b9e619 ".\001\003\016:\v;\v \v", 0x7fbb53b9e626 ".\001\003\016:\v;\vI\023 \v", 0x7fbb53b9cf2f "\025\001I\023", 0x7fbb53b9cf36 "\005", 0x7fbb53b9cf3d "\025\001", 0x7fbb53b9cf42 ".\001\003\016:\v;\v \v", 0x7fbb53b9cf4f ".\001\003\016:\v;\vI\023 \v", 0x7fbb53b9cf5e ".\001\003\016:\v;\vI\023?\031 \v", 0x7fbb53b94bcc "\005", 0x7fbb53b94bdb ".", 0x7fbb53b90c41 "!", 0x7fbb53b90c4a "\r", 0x7fbb53b90c60 ".", 0x7fbb53b90c74 "\035\001\061\023\021\001\022\aX!)Y!\220\rW!\020\001\023", 0x7fbb53b90c8b "\n", 0x7fbb53b90c98 ".", 0x7fbb53b90cb1 "4", 0x7fbb53b90cc2 ".", 0x7fbb53b90cda ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fbb53b90cf7 ".", 0x7fbb53b90d11 ".\001?\031\003\016:!\";\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fbb53b90d2d "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fbb53b90d42 "\026", 0x7fbb53b90d4c "\023\001\003\016\v\v:\v;\v\001\023", 0x7fbb53b90d5c "\017", 0x7fbb53b90d64 "$", 0x7fbb53b90d70 "\026", 0x7fbb53b90d7e "&", 0x7fbb53b90d84 "\026", 0x7fbb53b90d94 "(", 0x7fbb53b90d9e "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fbb53b90db3 "\025\001I\023\001\023", 0x7fbb53b90dbd "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fbb53b90dd2 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fbb53b90de4 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fbb53b90df6 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fbb53b90e09 "\026", 0x7fbb53b90e1c "!", 0x7fbb53b90e22 "4", 0x7fbb53b90e32 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fbb53b90e4d ".", 0x7fbb53b90e64 ".", 0x7fbb53b90e7b ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fbb53b90e97 ".", 0x7fbb53b90eb4 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbb53b90ed5 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbb53b90ef4 ".", 0x7fbb53b90f0e ".", 0x7fbb53b90f2a "4", 0x7fbb53b90f36 ".", 0x7fbb53b90f51 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fbb53b90f65 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbb53b90f84 ".", 0x7fbb53b90f9f ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fbb53b90fb5 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fbb53b90fd2 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fbb53b90fea ".", 0x7ffd87e22788 "", 0x55654ce34630 "\017", 0x55654ce34628 "\310\327rV\273\177", 0x7ffd87e22790 "", 0x55654ce33e68 "\237\017\271S\273\177", 0x55654ce345e8 "P\336\333LeU", 0x55654ce345f0 "", 0x55654ce345f8 "\005", 0x55654ce34600 "\340l\335q\273\177", 0x7ffd87e22798 "\200\224vJeU", 0x7ffd87e227a0 "\320'\342\207\375\177", 0x7ffd87e227a8 "", 0x7ffd87e227b0 "", 0x7ffd87e227b8 "\245\224vJeU", 0x0, 0x7ffd87e227c0 "\310'\342\207\375\177", 0x55654a7694a5 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x55654a769480 <_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>, 0x55654ce33fa0 "PF\343LeU", 0x55654ce34240 "\220B\343LeU", 0x7fbb71cf0cb5 <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", 0x55654ce33fa0 "PF\343LeU", 0x55654ce34090 "", 0x55654ce34240 "\220B\343LeU", 0x7fbb71dfe994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x55654ce34650 "\031", 0x55654ce34648 "\020", 0x55654ce34658 "\023\001"...}}
i = 0
j = 307
shstr = 0x7fbb5474f09a ""
ehdr = 0x7fbb52cd7000
shdr = 0x7fbb5474f290
shstr_shdr = 0x7fbb5474fe10
gnu_debuglink_shdr = 0x0
note_gnu_build_id = 0x7fbb5474f350
fd = 5
filesize = 27758160
file = 0x7fbb52cd7000 "\177ELF\002\001\001"
symtab_shdr = 0x7fbb5474fd90
strtab_shdr = 0x7fbb5474fdd0
dynsym_shdr = 0x7fbb5474f410
dynstr_shdr = 0x7fbb5474f450
obj = 0x55654d03ebb0
dladdr_fbase = 93893529042944
#2 0x000055654aac5d1c in rb_dump_backtrace_with_lines (num_traces=45, traces=0x55654adc2940 <trace>, errout=0x7fbb71dd76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
addr = 140443043729200
i = 0
lines = 0x55654ea2f570
obj = 0x55654d03ebb0
dladdr_fbases = 0x55654d0c66c0
main_path = 0x55654ce341a0 "/tmp/ruby/build/trunk-O0/ruby"
len = 29
#3 0x000055654a99bdca in rb_print_backtrace (errout=0x7fbb71dd76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
trace = {0x55654a99bdaf <rb_print_backtrace+36>, 0x55654a99c4d2 <rb_vm_bugreport+656>, 0x55654ab8318c <rb_bug_for_fatal_signal+327>, 0x55654a8e146a <sigill>, 0x7fbb71bff520 <__restore_rt>, 0x55654a895ef9 <rb_memsearch_qs_utf8+129>, 0x55654a896286 <rb_memsearch+318>, 0x55654a8fa4cc <strseq_core+84>, 0x55654a8fa712 <rb_strseq_index+445>, 0x55654a9006e1 <rb_str_include+58>, 0x55654a96b356 <ractor_safe_call_cfunc_1+58>, 0x55654a96bf1f <vm_call_cfunc_with_frame_+541>, 0x55654a96c0f4 <vm_call_cfunc_with_frame+121>, 0x55654a97249d <vm_sendish+502>, 0x55654a979a2e <vm_exec_core+14741>, 0x55654a990418 <rb_vm_exec+320>, 0x55654a98d005 <invoke_block+216>, 0x55654a98d42b <invoke_block_from_c_bh+793>, 0x55654a98d625 <vm_yield_with_cref+90>, 0x55654a98d663 <vm_yield+56>, 0x55654a987f65 <rb_yield_0+47>, 0x55654a987fcc <rb_yield+66>, 0x55654aacf61b <select_bang_i+88>, 0x55654a76fc3c <rb_ensure+388>, 0x55654aacf8a1 <rb_ary_select_bang+159>, 0x55654aacf90b <rb_ary_keep_if+84>, 0x55654a96b31a <ractor_safe_call_cfunc_0+48>, 0x55654a96bf1f <vm_call_cfunc_with_frame_+541>, 0x55654a96c0f4 <vm_call_cfunc_with_frame+121>, 0x55654a96c20c <vm_call_cfunc_other+278>, 0x55654a96c63b <vm_call_cfunc+302>, 0x55654a96f16a <vm_call_method_each_type+289>, 0x55654a96fc16 <vm_call_method+161>, 0x55654a96fe18 <vm_call_general+47>, 0x55654a97249d <vm_sendish+502>, 0x55654a979885 <vm_exec_core+14316>, 0x55654a990418 <rb_vm_exec+320>, 0x55654a991277 <rb_iseq_eval_main+61>, 0x55654a76de59 <rb_ec_exec_node+318>, 0x55654a76dfca <ruby_run_node+138>, 0x55654a7695c4 <rb_main+76>, 0x55654a769625 <main+75>, 0x7fbb71be6d90 <__libc_start_call_main+128>, 0x7fbb71be6e40 <__libc_start_main_impl+128>, 0x55654a7694a5 <_start+37>, 0x0 <repeats 979 times>}
n = 45
#4 0x000055654a99c4d2 in rb_vm_bugreport (ctx=0x55654ce345c0, errout=0x7fbb71dd76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
cmd = 0x0
other_runtime_info = other_runtime_info
vm = 0x55654cd9f2a0
ec = 0x55654cda2c70
#5 0x000055654ab8318c in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55654ce345c0, fmt=0x55654abeb1ab "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
pid = -1
out = 0x7fbb71dd76a0 <_IO_2_1_stderr_>
file = 0x7fbb55d7f528 "-"
line = 20
#6 0x000055654a8e146a in sigsegv (sig=11, info=0x55654ce346f0, ctx=0x55654ce345c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#7 <signal handler called>
No locals.
#8 rb_memsearch_qs_utf8 (xs=0x7fbb5672d7c8 "\"embedded\":true", m=15, ys=0x55654ea2f360 "{\"address\":\"0x7fbb561e9bf0\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbb58621360\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbb55fc8330\", \"0x7fbb55fc8358\"], \"memsize\":40, \"flag"..., n=275) at /tmp/ruby/src/trunk-O0/re.c:211
x = 0x7fbb5672d7c8 "\"embedded\":true"
xe = 0x7fbb5672d7d7 ""
y = 0x55654ea2f360 "{\"address\":\"0x7fbb561e9bf0\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbb58621360\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbb55fc8330\", \"0x7fbb55fc8358\"], \"memsize\":40, \"flag"...
i = 26
qstable = {16 <repeats 27 times>, 4, 140726883184784, 140442600642469, 140442585978840, 140726883184832, 140726883189040, 140442600642726, 16, 140442585978840, 140442580458480, 140442618283400, 0, 0, 140442585978840, 0, 140442580458480, 140442618434400, 40, 2, 0, 0, 0, 0, 8315178062515872379, 7365487863715734131, 7077799551426716258, 8751657497462452326, 5931875274460390768, 7526396923840977217, 4189021007142809697, 8390043872564096050, 3763358257862243167, 8314045560132742192, 7365487863715734131, 3688784778245792354, 7308253816890208310, 3184671805960120174, 7234018374880404000, 7310875413622973541, 8243107278864130092, 6573604485118258789, 3846745222884634658, 2463525291254048309, 7090415652684570668, 3833469707390104930, 7308535291870782008, 3763358257862243181, 7449354444562508848, 6873186971300799091, 7310577382525465200, 3199092244753293924, 8375044271760155168, 7959305438026364274, 7598807758542761827, 8462954442816580706, 7742357830755167333, 7310875413622973541, 687485, 0 <repeats 426 times>, 532676608}
#9 0x000055654a896286 in rb_memsearch (x0=0x7fbb5672d7c8, m=15, y0=0x55654ea2f360, n=275, enc=0x55654cdbde50) at /tmp/ruby/src/trunk-O0/re.c:273
x = 0x7fbb5672d7c8 "\"embedded\":true"
y = 0x55654ea2f360 "{\"address\":\"0x7fbb561e9bf0\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbb58621360\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbb55fc8330\", \"0x7fbb55fc8358\"], \"memsize\":40, \"flag"...
#10 0x000055654a8fa4cc in strseq_core (str_ptr=0x55654ea2f360 "{\"address\":\"0x7fbb561e9bf0\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbb58621360\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbb55fc8330\", \"0x7fbb55fc8358\"], \"memsize\":40, \"flag"..., str_ptr_end=0x55654ea2f473 "", str_len=275, sub_ptr=0x7fbb5672d7c8 "\"embedded\":true", sub_len=15, offset=0, enc=0x55654cdbde50) at /tmp/ruby/src/trunk-O0/string.c:3932
t = 0x7fbb5672d7c8 "\"embedded\":true"
search_start = 0x55654ea2f360 "{\"address\":\"0x7fbb561e9bf0\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbb58621360\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbb55fc8330\", \"0x7fbb55fc8358\"], \"memsize\":40, \"flag"...
pos = 15
search_len = 275
#11 0x000055654a8fa712 in rb_strseq_index (str=140442585978840, sub=140442585978800, offset=0, in_byte=0) at /tmp/ruby/src/trunk-O0/string.c:3982
str_ptr = 0x55654ea2f360 "{\"address\":\"0x7fbb561e9bf0\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fbb58621360\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fbb55fc8330\", \"0x7fbb55fc8358\"], \"memsize\":40, \"flag"...
str_ptr_end = 0x55654ea2f473 ""
sub_ptr = 0x7fbb5672d7c8 "\"embedded\":true"
str_len = 275
sub_len = 15
enc = 0x55654cdbde50
#12 0x000055654a9006e1 in rb_str_include (str=140442585978840, arg=140442585978800) at /tmp/ruby/src/trunk-O0/string.c:6525
i = 93893531379619
#13 0x000055654a96b356 in ractor_safe_call_cfunc_1 (recv=140442585978840, argc=1, argv=0x7fbb71ab9098, func=0x55654a9006a7 <rb_str_include>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
f = 0x55654a9006a7 <rb_str_include>
#14 0x000055654a96bf1f in vm_call_cfunc_with_frame_ (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8f30, calling=0x7ffd87e20340, argc=1, argv=0x7fbb71ab9098, stack_bottom=0x7fbb71ab9090) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0x120f00100003
cc = 0x7fbb5742fa30
val = 0
me = 0x7fbb55d799a8
cfunc = 0x55654cdd5438
recv = 140442585978840
block_handler = 0
frame_type = 1431634051
len = 1
args = <optimized out>
args = <optimized out>
#15 0x000055654a96c0f4 in vm_call_cfunc_with_frame (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8f30, calling=0x7ffd87e20340) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 1
stack_bottom = 0x7fbb71ab9090
argv = 0x7fbb71ab9098
#16 0x000055654a97249d in vm_sendish (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8f30, cd=0x55654cf3ce40, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0x120f00100003
cc = 0x7fbb5742fa30
argc = 1
recv = 140442585978840
calling = {cd = 0x55654cf3ce40, cc = 0x7fbb5742fa30, block_handler = 0, recv = 140442585978840, argc = 1, kw_splat = false, heap_argv = 0}
#17 0x000055654a979a2e in vm_exec_core (ec=0x55654cda2c70) at ../../src/trunk-O0/insns.def:834
bh = 0
cd = 0x55654cf3ce40
leaf = false
val = 140442585978840
reg_pc = 0x55654cf3cde0
reg_cfp = 0x7fbb71bb8f30
insns_address_table = {0x55654a976105 <vm_exec_core+108>, 0x55654a976167 <vm_exec_core+206>, 0x55654a97627a <vm_exec_core+481>, 0x55654a97638e <vm_exec_core+757>, 0x55654a97652c <vm_exec_core+1171>, 0x55654a97665c <vm_exec_core+1475>, 0x55654a97686e <vm_exec_core+2005>, 0x55654a976980 <vm_exec_core+2279>, 0x55654a976a59 <vm_exec_core+2496>, 0x55654a976b60 <vm_exec_core+2759>, 0x55654a976c67 <vm_exec_core+3022>, 0x55654a976d75 <vm_exec_core+3292>, 0x55654a976e87 <vm_exec_core+3566>, 0x55654a976f57 <vm_exec_core+3774>, 0x55654a977060 <vm_exec_core+4039>, 0x55654a97715a <vm_exec_core+4289>, 0x55654a97721d <vm_exec_core+4484>, 0x55654a9772e0 <vm_exec_core+4679>, 0x55654a977369 <vm_exec_core+4816>, 0x55654a9773f5 <vm_exec_core+4956>, 0x55654a97749b <vm_exec_core+5122>, 0x55654a977573 <vm_exec_core+5338>, 0x55654a977640 <vm_exec_core+5543>, 0x55654a97771e <vm_exec_core+5765>, 0x55654a9777e0 <vm_exec_core+5959>, 0x55654a97791f <vm_exec_core+6278>, 0x55654a9779c5 <vm_exec_core+6444>, 0x55654a977aaa <vm_exec_core+6673>, 0x55654a977bd9 <vm_exec_core+6976>, 0x55654a977c9c <vm_exec_core+7171>, 0x55654a977d5f <vm_exec_core+7366>, 0x55654a977e56 <vm_exec_core+7613>, 0x55654a977f18 <vm_exec_core+7807>, 0x55654a977ff7 <vm_exec_core+8030>, 0x55654a9780c4 <vm_exec_core+8235>, 0x55654a9781d4 <vm_exec_core+8507>, 0x55654a9782ce <vm_exec_core+8757>, 0x55654a978349 <vm_exec_core+8880>, 0x55654a97840a <vm_exec_core+9073>, 0x55654a9784f8 <vm_exec_core+9311>, 0x55654a9785a8 <vm_exec_core+9487>, 0x55654a978727 <vm_exec_core+9870>, 0x55654a978801 <vm_exec_core+10088>, 0x55654a9788ed <vm_exec_core+10324>, 0x55654a97897e <vm_exec_core+10469>, 0x55654a978ad9 <vm_exec_core+10816>, 0x55654a97907b <vm_exec_core+12258>, 0x55654a979177 <vm_exec_core+12510>, 0x55654a97927a <vm_exec_core+12769>, 0x55654a979366 <vm_exec_core+13005>, 0x55654a97957f <vm_exec_core+13542>, 0x55654a979671 <vm_exec_core+13784>, 0x55654a979777 <vm_exec_core+14046>, 0x55654a979974 <vm_exec_core+14555>, 0x55654a979b1d <vm_exec_core+14980>, 0x55654a979c48 <vm_exec_core+15279>, 0x55654a979db4 <vm_exec_core+15643>, 0x55654a979edf <vm_exec_core+15942>, 0x55654a97a04b <vm_exec_core+16306>, 0x55654a97a22d <vm_exec_core+16788>, 0x55654a97a42a <vm_exec_core+17297>, 0x55654a97a5d3 <vm_exec_core+17722>, 0x55654a97a6f5 <vm_exec_core+18012>, 0x55654a97a79c <vm_exec_core+18179>, 0x55654a97a860 <vm_exec_core+18375>, 0x55654a97a949 <vm_exec_core+18608>, 0x55654a97aa35 <vm_exec_core+18844>, 0x55654a97ab1e <vm_exec_core+19077>, 0x55654a97ac32 <vm_exec_core+19353>, 0x55654a97ad59 <vm_exec_core+19648>, 0x55654a97ae8f <vm_exec_core+19958>, 0x55654a97afc5 <vm_exec_core+20268>, 0x55654a97b0fb <vm_exec_core+20578>, 0x55654a97b231 <vm_exec_core+20888>, 0x55654a97b367 <vm_exec_core+21198>, 0x55654a97b4a8 <vm_exec_core+21519>, 0x55654a97b622 <vm_exec_core+21897>, 0x55654a97b758 <vm_exec_core+22207>, 0x55654a97b88e <vm_exec_core+22517>, 0x55654a97b9c4 <vm_exec_core+22827>, 0x55654a97bafa <vm_exec_core+23137>, 0x55654a97bc30 <vm_exec_core+23447>, 0x55654a97bd66 <vm_exec_core+23757>, 0x55654a97be9c <vm_exec_core+24067>, 0x55654a97bfd2 <vm_exec_core+24377>, 0x55654a97c121 <vm_exec_core+24712>, 0x55654a97c2db <vm_exec_core+25154>, 0x55654a97c459 <vm_exec_core+25536>, 0x55654a97c578 <vm_exec_core+25823>, 0x55654a97c697 <vm_exec_core+26110>, 0x55654a97c7b1 <vm_exec_core+26392>, 0x55654a97c8cb <vm_exec_core+26674>, 0x55654a97c9f6 <vm_exec_core+26973>, 0x55654a97cb2c <vm_exec_core+27283>, 0x55654a97cc17 <vm_exec_core+27518>, 0x55654a97cd1c <vm_exec_core+27779>, 0x55654a97ce64 <vm_exec_core+28107>, 0x55654a97cf53 <vm_exec_core+28346>, 0x55654a97d02d <vm_exec_core+28564>, 0x55654a97d102 <vm_exec_core+28777>, 0x55654a97d1dd <vm_exec_core+28996>, 0x55654a97d259 <vm_exec_core+29120>, 0x55654a97d2d5 <vm_exec_core+29244>, 0x55654a97d2f3 <vm_exec_core+29274>, 0x55654a97d311 <vm_exec_core+29304>, 0x55654a97d32f <vm_exec_core+29334>, 0x55654a97d34d <vm_exec_core+29364>, 0x55654a97d36b <vm_exec_core+29394>, 0x55654a97d389 <vm_exec_core+29424>, 0x55654a97d3a7 <vm_exec_core+29454>, 0x55654a97d3c5 <vm_exec_core+29484>, 0x55654a97d3e3 <vm_exec_core+29514>, 0x55654a97d401 <vm_exec_core+29544>, 0x55654a97d41f <vm_exec_core+29574>, 0x55654a97d43d <vm_exec_core+29604>, 0x55654a97d45b <vm_exec_core+29634>, 0x55654a97d479 <vm_exec_core+29664>, 0x55654a97d497 <vm_exec_core+29694>, 0x55654a97d4b5 <vm_exec_core+29724>, 0x55654a97d4d3 <vm_exec_core+29754>, 0x55654a97d4f1 <vm_exec_core+29784>, 0x55654a97d50f <vm_exec_core+29814>, 0x55654a97d52d <vm_exec_core+29844>, 0x55654a97d54b <vm_exec_core+29874>, 0x55654a97d569 <vm_exec_core+29904>, 0x55654a97d587 <vm_exec_core+29934>, 0x55654a97d5a5 <vm_exec_core+29964>, 0x55654a97d5c3 <vm_exec_core+29994>, 0x55654a97d5e1 <vm_exec_core+30024>, 0x55654a97d5ff <vm_exec_core+30054>, 0x55654a97d61d <vm_exec_core+30084>, 0x55654a97d63b <vm_exec_core+30114>, 0x55654a97d659 <vm_exec_core+30144>, 0x55654a97d677 <vm_exec_core+30174>, 0x55654a97d695 <vm_exec_core+30204>, 0x55654a97d6b3 <vm_exec_core+30234>, 0x55654a97d6d1 <vm_exec_core+30264>, 0x55654a97d6ef <vm_exec_core+30294>, 0x55654a97d70d <vm_exec_core+30324>, 0x55654a97d72b <vm_exec_core+30354>, 0x55654a97d749 <vm_exec_core+30384>, 0x55654a97d767 <vm_exec_core+30414>, 0x55654a97d785 <vm_exec_core+30444>, 0x55654a97d7a3 <vm_exec_core+30474>, 0x55654a97d7c1 <vm_exec_core+30504>, 0x55654a97d7df <vm_exec_core+30534>, 0x55654a97d7fd <vm_exec_core+30564>, 0x55654a97d81b <vm_exec_core+30594>, 0x55654a97d839 <vm_exec_core+30624>, 0x55654a97d857 <vm_exec_core+30654>, 0x55654a97d875 <vm_exec_core+30684>, 0x55654a97d893 <vm_exec_core+30714>, 0x55654a97d8b1 <vm_exec_core+30744>, 0x55654a97d8cf <vm_exec_core+30774>, 0x55654a97d8ed <vm_exec_core+30804>, 0x55654a97d90b <vm_exec_core+30834>, 0x55654a97d929 <vm_exec_core+30864>, 0x55654a97d947 <vm_exec_core+30894>, 0x55654a97d965 <vm_exec_core+30924>, 0x55654a97d983 <vm_exec_core+30954>, 0x55654a97d9a1 <vm_exec_core+30984>, 0x55654a97d9bf <vm_exec_core+31014>, 0x55654a97d9dd <vm_exec_core+31044>, 0x55654a97d9fb <vm_exec_core+31074>, 0x55654a97da19 <vm_exec_core+31104>, 0x55654a97da37 <vm_exec_core+31134>, 0x55654a97da55 <vm_exec_core+31164>, 0x55654a97da73 <vm_exec_core+31194>, 0x55654a97da91 <vm_exec_core+31224>, 0x55654a97daaf <vm_exec_core+31254>, 0x55654a97dacd <vm_exec_core+31284>, 0x55654a97daeb <vm_exec_core+31314>, 0x55654a97db09 <vm_exec_core+31344>, 0x55654a97db27 <vm_exec_core+31374>, 0x55654a97db45 <vm_exec_core+31404>, 0x55654a97db63 <vm_exec_core+31434>, 0x55654a97db81 <vm_exec_core+31464>, 0x55654a97db9f <vm_exec_core+31494>, 0x55654a97dbd0 <vm_exec_core+31543>, 0x55654a97dbee <vm_exec_core+31573>, 0x55654a97dc0c <vm_exec_core+31603>, 0x55654a97dc2a <vm_exec_core+31633>, 0x55654a97dc48 <vm_exec_core+31663>, 0x55654a97dc66 <vm_exec_core+31693>, 0x55654a97dc84 <vm_exec_core+31723>, 0x55654a97dca2 <vm_exec_core+31753>, 0x55654a97dcc0 <vm_exec_core+31783>, 0x55654a97dcde <vm_exec_core+31813>, 0x55654a97dcfc <vm_exec_core+31843>, 0x55654a97dd1a <vm_exec_core+31873>, 0x55654a97dd38 <vm_exec_core+31903>, 0x55654a97dd56 <vm_exec_core+31933>, 0x55654a97dd74 <vm_exec_core+31963>, 0x55654a97dd92 <vm_exec_core+31993>, 0x55654a97ddb0 <vm_exec_core+32023>, 0x55654a97ddce <vm_exec_core+32053>, 0x55654a97ddec <vm_exec_core+32083>, 0x55654a97de0a <vm_exec_core+32113>, 0x55654a97de28 <vm_exec_core+32143>, 0x55654a97de46 <vm_exec_core+32173>...}
#18 0x000055654a990418 in rb_vm_exec (ec=0x55654cda2c70) at /tmp/ruby/src/trunk-O0/vm.c:2489
_ec = 0x55654cda2c70
_tag = {tag = 36, retval = 4, buf = {0x7ffd87e21020, 0x55654a990396 <rb_vm_exec+190>, 0x0, 0x7ffd87e20f70, 0x7ffd87e21010}, prev = 0x7ffd87e21330, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#19 0x000055654a98d005 in invoke_block (ec=0x55654cda2c70, iseq=0x7fbb55e4fe40, self=140443042631160, captured=0x7fbb71bb8fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1512
arg_size = 1
#20 0x000055654a98d42b in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffd87e21258, argc=1, self=140443042631160, captured=0x7fbb71bb8fb8, ec=0x55654cda2c70) at /tmp/ruby/src/trunk-O0/vm.c:1582
iseq = 0x7fbb55e4fe40
opt_pc = 0
type = 572653569
cfp = 0x7fbb71bb8f68
sp = 0x7fbb71ab9070
flags = 0
use_argv = 0x7ffd87e21258
av = {93893531386361, 140443043729256}
stack_argv = 0x7fbb71ab9070
#21 invoke_block_from_c_bh (ec=0x55654cda2c70, block_handler=140443043729337, argc=1, argv=0x7ffd87e21258, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1600
captured = 0x7fbb71bb8fb8
#22 0x000055654a98d625 in vm_yield_with_cref (ec=0x55654cda2c70, argc=1, argv=0x7ffd87e21258, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1637
No locals.
#23 0x000055654a98d663 in vm_yield (ec=0x55654cda2c70, argc=1, argv=0x7ffd87e21258, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1645
No locals.
#24 0x000055654a987f65 in rb_yield_0 (argc=1, argv=0x7ffd87e21258) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#25 0x000055654a987fcc in rb_yield (val=140442580458480) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#26 0x000055654aacf61b in select_bang_i (a=140726883193808) at /tmp/ruby/src/trunk-O0/array.c:3829
v = 140442580458480
arg = 0x7ffd87e213d0
ary = 140443042642480
i1 = 47043
i2 = 47043
#27 0x000055654a76fc3c in rb_ensure (b_proc=0x55654aacf5c3 <select_bang_i>, data1=140726883193808, e_proc=0x55654aacf69d <select_bang_ensure>, data2=140726883193808) at /tmp/ruby/src/trunk-O0/eval.c:1003
_ec = 0x55654cda2c70
_tag = {tag = 36, retval = 140443042642480, buf = {0x7ffd87e213b0, 0x55654a76fbdf <rb_ensure+295>, 0x0, 0x7ffd87e212c0, 0x7ffd87e21388}, prev = 0x7ffd87e224c0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
result = 4
errinfo = 140443042642480
ec = 0x55654cda2c70
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x55654aacf69d <select_bang_ensure>, data2 = 140726883193808}}
#28 0x000055654aacf8a1 in rb_ary_select_bang (ary=140443042642480) at /tmp/ruby/src/trunk-O0/array.c:3892
args = {ary = 140443042642480, len = {47043, 47043}}
#29 0x000055654aacf90b in rb_ary_keep_if (ary=140443042642480) at /tmp/ruby/src/trunk-O0/array.c:3917
No locals.
#30 0x000055654a96b31a in ractor_safe_call_cfunc_0 (recv=140443042642480, argc=0, argv=0x7fbb71ab9058, func=0x55654aacf8b7 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3308
f = 0x55654aacf8b7 <rb_ary_keep_if>
#31 0x000055654a96bf1f in vm_call_cfunc_with_frame_ (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8fa0, calling=0x7ffd87e21860, argc=0, argv=0x7fbb71ab9058, stack_bottom=0x7fbb71ab9050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0x358100000001
cc = 0x7fbb5742fb98
val = 93893569424312
me = 0x7fbb55daf328
cfunc = 0x55654cdf4b48
recv = 140443042642480
block_handler = 140443043729337
frame_type = 1431634051
len = 0
args = <optimized out>
args = <optimized out>
#32 0x000055654a96c0f4 in vm_call_cfunc_with_frame (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8fa0, calling=0x7ffd87e21860) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 0
stack_bottom = 0x7fbb71ab9050
argv = 0x7fbb71ab9058
#33 0x000055654a96c20c in vm_call_cfunc_other (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8fa0, calling=0x7ffd87e21860) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
ci = 0x358100000001
argv_ary = 0
#34 0x000055654a96c63b in vm_call_cfunc (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8fa0, calling=0x7ffd87e21860) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
ci = 0x358100000001
#35 0x000055654a96f16a in vm_call_method_each_type (ec=0x55654cda2c70, cfp=0x7fbb71bb8fa0, calling=0x7ffd87e21860) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
aset_mask = 1994
ivar_mask = 0
ci = 0x358100000001
cc = 0x7fbb5742fb98
cme = 0x7fbb55daf328
v = 93893573393208
#36 0x000055654a96fc16 in vm_call_method (ec=0x55654cda2c70, cfp=0x7fbb71bb8fa0, calling=0x7ffd87e21860) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
ci = 0x358100000001
cc = 0x7fbb5742fb98
#37 0x000055654a96fe18 in vm_call_general (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8fa0, calling=0x7ffd87e21860) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#38 0x000055654a97249d in vm_sendish (ec=0x55654cda2c70, reg_cfp=0x7fbb71bb8fa0, cd=0x55654cf3d5b0, block_handler=140443043729337, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0x358100000001
cc = 0x7fbb5742fb98
argc = 0
recv = 140443042642480
calling = {cd = 0x55654cf3d5b0, cc = 0x7fbb5742fb98, block_handler = 140443043729337, recv = 140443042642480, argc = 0, kw_splat = false, heap_argv = 0}
#39 0x000055654a979885 in vm_exec_core (ec=0x55654cda2c70) at ../../src/trunk-O0/insns.def:814
bh = 140443043729337
cd = 0x55654cf3d5b0
blockiseq = 0x7fbb55e4fe40
leaf = false
val = 140442599620160
reg_pc = 0x55654cf3d1a0
reg_cfp = 0x7fbb71bb8fa0
insns_address_table = {0x55654a976105 <vm_exec_core+108>, 0x55654a976167 <vm_exec_core+206>, 0x55654a97627a <vm_exec_core+481>, 0x55654a97638e <vm_exec_core+757>, 0x55654a97652c <vm_exec_core+1171>, 0x55654a97665c <vm_exec_core+1475>, 0x55654a97686e <vm_exec_core+2005>, 0x55654a976980 <vm_exec_core+2279>, 0x55654a976a59 <vm_exec_core+2496>, 0x55654a976b60 <vm_exec_core+2759>, 0x55654a976c67 <vm_exec_core+3022>, 0x55654a976d75 <vm_exec_core+3292>, 0x55654a976e87 <vm_exec_core+3566>, 0x55654a976f57 <vm_exec_core+3774>, 0x55654a977060 <vm_exec_core+4039>, 0x55654a97715a <vm_exec_core+4289>, 0x55654a97721d <vm_exec_core+4484>, 0x55654a9772e0 <vm_exec_core+4679>, 0x55654a977369 <vm_exec_core+4816>, 0x55654a9773f5 <vm_exec_core+4956>, 0x55654a97749b <vm_exec_core+5122>, 0x55654a977573 <vm_exec_core+5338>, 0x55654a977640 <vm_exec_core+5543>, 0x55654a97771e <vm_exec_core+5765>, 0x55654a9777e0 <vm_exec_core+5959>, 0x55654a97791f <vm_exec_core+6278>, 0x55654a9779c5 <vm_exec_core+6444>, 0x55654a977aaa <vm_exec_core+6673>, 0x55654a977bd9 <vm_exec_core+6976>, 0x55654a977c9c <vm_exec_core+7171>, 0x55654a977d5f <vm_exec_core+7366>, 0x55654a977e56 <vm_exec_core+7613>, 0x55654a977f18 <vm_exec_core+7807>, 0x55654a977ff7 <vm_exec_core+8030>, 0x55654a9780c4 <vm_exec_core+8235>, 0x55654a9781d4 <vm_exec_core+8507>, 0x55654a9782ce <vm_exec_core+8757>, 0x55654a978349 <vm_exec_core+8880>, 0x55654a97840a <vm_exec_core+9073>, 0x55654a9784f8 <vm_exec_core+9311>, 0x55654a9785a8 <vm_exec_core+9487>, 0x55654a978727 <vm_exec_core+9870>, 0x55654a978801 <vm_exec_core+10088>, 0x55654a9788ed <vm_exec_core+10324>, 0x55654a97897e <vm_exec_core+10469>, 0x55654a978ad9 <vm_exec_core+10816>, 0x55654a97907b <vm_exec_core+12258>, 0x55654a979177 <vm_exec_core+12510>, 0x55654a97927a <vm_exec_core+12769>, 0x55654a979366 <vm_exec_core+13005>, 0x55654a97957f <vm_exec_core+13542>, 0x55654a979671 <vm_exec_core+13784>, 0x55654a979777 <vm_exec_core+14046>, 0x55654a979974 <vm_exec_core+14555>, 0x55654a979b1d <vm_exec_core+14980>, 0x55654a979c48 <vm_exec_core+15279>, 0x55654a979db4 <vm_exec_core+15643>, 0x55654a979edf <vm_exec_core+15942>, 0x55654a97a04b <vm_exec_core+16306>, 0x55654a97a22d <vm_exec_core+16788>, 0x55654a97a42a <vm_exec_core+17297>, 0x55654a97a5d3 <vm_exec_core+17722>, 0x55654a97a6f5 <vm_exec_core+18012>, 0x55654a97a79c <vm_exec_core+18179>, 0x55654a97a860 <vm_exec_core+18375>, 0x55654a97a949 <vm_exec_core+18608>, 0x55654a97aa35 <vm_exec_core+18844>, 0x55654a97ab1e <vm_exec_core+19077>, 0x55654a97ac32 <vm_exec_core+19353>, 0x55654a97ad59 <vm_exec_core+19648>, 0x55654a97ae8f <vm_exec_core+19958>, 0x55654a97afc5 <vm_exec_core+20268>, 0x55654a97b0fb <vm_exec_core+20578>, 0x55654a97b231 <vm_exec_core+20888>, 0x55654a97b367 <vm_exec_core+21198>, 0x55654a97b4a8 <vm_exec_core+21519>, 0x55654a97b622 <vm_exec_core+21897>, 0x55654a97b758 <vm_exec_core+22207>, 0x55654a97b88e <vm_exec_core+22517>, 0x55654a97b9c4 <vm_exec_core+22827>, 0x55654a97bafa <vm_exec_core+23137>, 0x55654a97bc30 <vm_exec_core+23447>, 0x55654a97bd66 <vm_exec_core+23757>, 0x55654a97be9c <vm_exec_core+24067>, 0x55654a97bfd2 <vm_exec_core+24377>, 0x55654a97c121 <vm_exec_core+24712>, 0x55654a97c2db <vm_exec_core+25154>, 0x55654a97c459 <vm_exec_core+25536>, 0x55654a97c578 <vm_exec_core+25823>, 0x55654a97c697 <vm_exec_core+26110>, 0x55654a97c7b1 <vm_exec_core+26392>, 0x55654a97c8cb <vm_exec_core+26674>, 0x55654a97c9f6 <vm_exec_core+26973>, 0x55654a97cb2c <vm_exec_core+27283>, 0x55654a97cc17 <vm_exec_core+27518>, 0x55654a97cd1c <vm_exec_core+27779>, 0x55654a97ce64 <vm_exec_core+28107>, 0x55654a97cf53 <vm_exec_core+28346>, 0x55654a97d02d <vm_exec_core+28564>, 0x55654a97d102 <vm_exec_core+28777>, 0x55654a97d1dd <vm_exec_core+28996>, 0x55654a97d259 <vm_exec_core+29120>, 0x55654a97d2d5 <vm_exec_core+29244>, 0x55654a97d2f3 <vm_exec_core+29274>, 0x55654a97d311 <vm_exec_core+29304>, 0x55654a97d32f <vm_exec_core+29334>, 0x55654a97d34d <vm_exec_core+29364>, 0x55654a97d36b <vm_exec_core+29394>, 0x55654a97d389 <vm_exec_core+29424>, 0x55654a97d3a7 <vm_exec_core+29454>, 0x55654a97d3c5 <vm_exec_core+29484>, 0x55654a97d3e3 <vm_exec_core+29514>, 0x55654a97d401 <vm_exec_core+29544>, 0x55654a97d41f <vm_exec_core+29574>, 0x55654a97d43d <vm_exec_core+29604>, 0x55654a97d45b <vm_exec_core+29634>, 0x55654a97d479 <vm_exec_core+29664>, 0x55654a97d497 <vm_exec_core+29694>, 0x55654a97d4b5 <vm_exec_core+29724>, 0x55654a97d4d3 <vm_exec_core+29754>, 0x55654a97d4f1 <vm_exec_core+29784>, 0x55654a97d50f <vm_exec_core+29814>, 0x55654a97d52d <vm_exec_core+29844>, 0x55654a97d54b <vm_exec_core+29874>, 0x55654a97d569 <vm_exec_core+29904>, 0x55654a97d587 <vm_exec_core+29934>, 0x55654a97d5a5 <vm_exec_core+29964>, 0x55654a97d5c3 <vm_exec_core+29994>, 0x55654a97d5e1 <vm_exec_core+30024>, 0x55654a97d5ff <vm_exec_core+30054>, 0x55654a97d61d <vm_exec_core+30084>, 0x55654a97d63b <vm_exec_core+30114>, 0x55654a97d659 <vm_exec_core+30144>, 0x55654a97d677 <vm_exec_core+30174>, 0x55654a97d695 <vm_exec_core+30204>, 0x55654a97d6b3 <vm_exec_core+30234>, 0x55654a97d6d1 <vm_exec_core+30264>, 0x55654a97d6ef <vm_exec_core+30294>, 0x55654a97d70d <vm_exec_core+30324>, 0x55654a97d72b <vm_exec_core+30354>, 0x55654a97d749 <vm_exec_core+30384>, 0x55654a97d767 <vm_exec_core+30414>, 0x55654a97d785 <vm_exec_core+30444>, 0x55654a97d7a3 <vm_exec_core+30474>, 0x55654a97d7c1 <vm_exec_core+30504>, 0x55654a97d7df <vm_exec_core+30534>, 0x55654a97d7fd <vm_exec_core+30564>, 0x55654a97d81b <vm_exec_core+30594>, 0x55654a97d839 <vm_exec_core+30624>, 0x55654a97d857 <vm_exec_core+30654>, 0x55654a97d875 <vm_exec_core+30684>, 0x55654a97d893 <vm_exec_core+30714>, 0x55654a97d8b1 <vm_exec_core+30744>, 0x55654a97d8cf <vm_exec_core+30774>, 0x55654a97d8ed <vm_exec_core+30804>, 0x55654a97d90b <vm_exec_core+30834>, 0x55654a97d929 <vm_exec_core+30864>, 0x55654a97d947 <vm_exec_core+30894>, 0x55654a97d965 <vm_exec_core+30924>, 0x55654a97d983 <vm_exec_core+30954>, 0x55654a97d9a1 <vm_exec_core+30984>, 0x55654a97d9bf <vm_exec_core+31014>, 0x55654a97d9dd <vm_exec_core+31044>, 0x55654a97d9fb <vm_exec_core+31074>, 0x55654a97da19 <vm_exec_core+31104>, 0x55654a97da37 <vm_exec_core+31134>, 0x55654a97da55 <vm_exec_core+31164>, 0x55654a97da73 <vm_exec_core+31194>, 0x55654a97da91 <vm_exec_core+31224>, 0x55654a97daaf <vm_exec_core+31254>, 0x55654a97dacd <vm_exec_core+31284>, 0x55654a97daeb <vm_exec_core+31314>, 0x55654a97db09 <vm_exec_core+31344>, 0x55654a97db27 <vm_exec_core+31374>, 0x55654a97db45 <vm_exec_core+31404>, 0x55654a97db63 <vm_exec_core+31434>, 0x55654a97db81 <vm_exec_core+31464>, 0x55654a97db9f <vm_exec_core+31494>, 0x55654a97dbd0 <vm_exec_core+31543>, 0x55654a97dbee <vm_exec_core+31573>, 0x55654a97dc0c <vm_exec_core+31603>, 0x55654a97dc2a <vm_exec_core+31633>, 0x55654a97dc48 <vm_exec_core+31663>, 0x55654a97dc66 <vm_exec_core+31693>, 0x55654a97dc84 <vm_exec_core+31723>, 0x55654a97dca2 <vm_exec_core+31753>, 0x55654a97dcc0 <vm_exec_core+31783>, 0x55654a97dcde <vm_exec_core+31813>, 0x55654a97dcfc <vm_exec_core+31843>, 0x55654a97dd1a <vm_exec_core+31873>, 0x55654a97dd38 <vm_exec_core+31903>, 0x55654a97dd56 <vm_exec_core+31933>, 0x55654a97dd74 <vm_exec_core+31963>, 0x55654a97dd92 <vm_exec_core+31993>, 0x55654a97ddb0 <vm_exec_core+32023>, 0x55654a97ddce <vm_exec_core+32053>, 0x55654a97ddec <vm_exec_core+32083>, 0x55654a97de0a <vm_exec_core+32113>, 0x55654a97de28 <vm_exec_core+32143>, 0x55654a97de46 <vm_exec_core+32173>...}
#40 0x000055654a990418 in rb_vm_exec (ec=0x55654cda2c70) at /tmp/ruby/src/trunk-O0/vm.c:2489
_ec = 0x55654cda2c70
_tag = {tag = 36, retval = 4, buf = {0x7ffd87e22540, 0x55654a990396 <rb_vm_exec+190>, 0x0, 0x7ffd87e22490, 0x55654ce279a0}, prev = 0x7ffd87e225b0, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#41 0x000055654a991277 in rb_iseq_eval_main (iseq=0x7fbb57532450) at /tmp/ruby/src/trunk-O0/vm.c:2755
ec = 0x55654cda2c70
val = 93893569424496
#42 0x000055654a76de59 in rb_ec_exec_node (ec=0x55654cda2c70, n=0x7fbb57532450) at /tmp/ruby/src/trunk-O0/eval.c:283
th = 0x55654cda1820
_ec = 0x55654cda2c70
_tag = {tag = 36, retval = 93893529359445, buf = {0x7ffd87e22630, 0x55654a76ddef <rb_ec_exec_node+212>, 0x0, 0x7ffd87e22580, 0x55654cda2c70}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fbb57532450
#43 0x000055654a76dfca in ruby_run_node (n=0x7fbb57532450) at /tmp/ruby/src/trunk-O0/eval.c:323
ec = 0x55654cda2c70
status = 21861
#44 0x000055654a7695c4 in rb_main (argc=128, argv=0x7ffd87e227d8) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140726883198640
#45 0x000055654a769625 in main (argc=128, argv=0x7ffd87e227d8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.627680.ruby -x gdbscript
[New LWP 627680]
[New LWP 627682]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0 0x000056465ba4b47a in debug_info_read (reader=0x56465ce1b8e0, num_traces=46, traces=0x56465bd49940 <trace>, lines=0x56465d984ba0, offset=0, errout=0x7fe6441d76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1946
1946 uintptr_t offset = addr - reader->obj->base_addr + reader->obj->vmaddr;
[Current thread is 1 (Thread 0x7fe643fba7c0 (LWP 627680))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fe643fba7c0 (LWP 627680) 0x000056465ba4b47a in debug_info_read (reader=0x56465ce1b8e0, num_traces=46, traces=0x56465bd49940 <trace>, lines=0x56465d984ba0, offset=0, errout=0x7fe6441d76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1946
2 Thread 0x7fe62a9df640 (LWP 627682) 0x00007fe6440e2fde in epoll_wait (epfd=4, events=0x56465bd4683c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fe62a9df640 (LWP 627682)):
#0 0x00007fe6440e2fde in epoll_wait (epfd=4, events=0x56465bd4683c <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 0x000056465b8a63d6 in event_wait (vm=0x56465cd872a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 22086
#2 0x000056465b8a63fa in timer_thread_polling (vm=0x56465cd872a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = 2068274998
#3 0x000056465b8a6aba in timer_thread_func (ptr=0x56465cd872a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3026
vm = 0x56465cd872a0
#4 0x00007fe644051b43 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 = {140731967119696, -1418418557452024712, 140626534200896, 25, 140626960390224, 140731967120048, 1413170330280658040, 1413087793479025784}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007fe6440e2bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fe643fba7c0 (LWP 627680)):
#0 0x000056465ba4b47a in debug_info_read (reader=0x56465ce1b8e0, num_traces=46, traces=0x56465bd49940 <trace>, lines=0x56465d984ba0, offset=0, errout=0x7fe6441d76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1946
addr = 94860183810572
offset = 2408692
saddr = 0
i = 30
die = {pos = 5476467, tag = 46, has_children = 1}
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 = 0x7fe6278efac9 "allocate_in<(yjit::asm::x86_64::X86Reg, yjit::backend::ir::Opnd), alloc::alloc::Global>", next = 0x0}
addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#1 0x000056465ba4c371 in fill_lines (num_traces=46, traces=0x56465bd49940 <trace>, check_debuglink=1, objp=0x56465ce1c200, lines=0x56465d984ba0, offset=0, errout=0x7fe6441d76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
reader = {obj = 0x56465d9858c0, file = 0x7fe626607000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fe6272e8874 "\237)\003", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fe627632287 "n\231", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fe627628dd2 "local.rs", debug_line_directories = 0x7fe627628575 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/std/src/thread", p = 0x7fe62731807f "\n\n\033\003", cu_end = 0x7fe62731b217 "\277\301\003", pend = 0x7fe6274ada1f "\001$", q0 = 0x7fe6274d11c1 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fe6274d12b4 "\024\064", format = 4, address_size = 8 '\b', level = 5, abbrev_table = {0x7fe6441e5000 "", 0x7fe6274d11c2 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fe6274d11d8 "4", 0x7fe6274d11e3 "\023\001\035\023\003\016\v\v\210\001\017", 0x7fe6274d11f1 "\r", 0x7fe6274d11ff "\017", 0x7fe6274d120a "$", 0x7fe6274d1215 "9\001\003\016", 0x7fe6274d121c "\023", 0x7fe6274d1228 "\023\001\003\016\v\v\210\001\017", 0x7fe6274d1234 "/", 0x7fe6274d123d ".\001n\016\003\016:\v;\005 \v", 0x7fe6274d124c "4", 0x7fe6274d1259 "4", 0x7fe6274d1269 "\v\001", 0x7fe6274d126e ".\001n\016\003\016:\v;\005I\023 \v", 0x7fe6274d127f "\005", 0x7fe6274d128c "\023\001\003\016<\031\210\001\017", 0x7fe6274d1298 "\023", 0x7fe6274d12a4 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fe6274d12b5 "4", 0x7fe6274d12c5 "4", 0x7fe6274d12d2 "3", 0x7fe6274d12d7 "\005", 0x7fe6274d12e4 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fe6274d12f9 "\005", 0x7fe6274d1308 "\035\001\061\023U\027X\vY\005W\v", 0x7fe6274d1317 "\005", 0x7fe6274d1320 "\v\001U\027", 0x7fe6274d1327 "4", 0x7fe6274d1330 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fe6274d1341 "\v\001\021\001\022\006", 0x7fe6274d134a "4", 0x7fe6274d1353 "4", 0x7fe6274d135c "\005", 0x7fe6274d1365 ".\001\021\001\022\006@\030\061\023", 0x7fe6274d1372 "\005", 0x7fe6274d137d "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fe6274d138e "\005", 0x7fe6274d1397 "\035", 0x7fe6274d13a8 "4", 0x7fe6274d13b1 "\035", 0x7fe6274d13c2 "4", 0x7fe6274d13c9 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fe6274d13dc "\005", 0x7fe6274d13e9 "\005", 0x7fe6274d13f0 "\035", 0x7fe6274d13ff "\027\001\003\016\v\v\210\001\017", 0x7fe6274d140b "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fe6274d141b "(", 0x7fe6274d1424 "3\001\025\023", 0x7fe6274d142b "\r", 0x7fe6274d1439 "\031\001\026\v", 0x7fe6274d1440 "\031\001", 0x7fe6274d1445 "3\001", 0x7fe6274d144a ".\001n\016\003\016:\v;\v \v", 0x7fe6274d1459 "\005", 0x7fe6274d1464 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fe6274d1477 "\005", 0x7fe6274d1484 "\035\001\061\023U\027X\vY\vW\v", 0x7fe6274d1493 "\005", 0x7fe6274d149c ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fe6274d14af ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7fe6274d14c2 "\005", 0x7fe6274d14d1 "\035", 0x7fe6274d14e0 "(", 0x7fe6274d14e9 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fe6274d14fe "\005", 0x7fe6274d150d "4", 0x7fe6274d1516 "\005", 0x7fe6274d1525 "4", 0x7fe6274d1534 "4", 0x7fe6274d1546 ".", 0x7fe6274d1557 "4", 0x7fe6274d1569 "4", 0x7fe6274d157b "4", 0x7fe6274d158a "4", 0x7fe6274d1599 "4", 0x7fe6274d15ab ".", 0x7fe6274d15bc ".\001\003\016:\v;\v \v", 0x7fe6274d15c9 ".\001\003\016:\v;\vI\023 \v", 0x7fe6274d15d8 "\001\001I\023", 0x7fe6274d15df "!", 0x7fe6274d15ea "$", 0x7fe6274d15f5 "\017", 0x7fe6274d15fe "\025\001I\023", 0x7fe6274d1605 "\005", 0x7fe6274d160c "\025\001", 0x7fe6274d0314 "\025\001", 0x7fe6274d0319 "\005", 0x7fe6274d0320 "\025\001I\023", 0x7fe6274cf65c "\025\001I\023", 0x7fe6274ce56d "4", 0x7fe6274ce57f ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fe6274ce592 "\005", 0x7fe6274ce59b "4", 0x7fe6274ce5a4 ".", 0x7fe6274ce5b5 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fe6274ce5c4 "4", 0x7fe6274ce5d6 "\035", 0x7fe6274ce5e5 ".", 0x7fe6274ce5f8 "\r", 0x7fe6274ce606 "\025\001I\023", 0x7fe6274ce60d "\005", 0x7fe6274ce614 "\025\001", 0x7fe6274ce619 ".\001\003\016:\v;\v \v", 0x7fe6274ce626 ".\001\003\016:\v;\vI\023 \v", 0x7fe6274ccf2f "\025\001I\023", 0x7fe6274ccf36 "\005", 0x7fe6274ccf3d "\025\001", 0x7fe6274ccf42 ".\001\003\016:\v;\v \v", 0x7fe6274ccf4f ".\001\003\016:\v;\vI\023 \v", 0x7fe6274ccf5e ".\001\003\016:\v;\vI\023?\031 \v", 0x7fe6274c4bcc "\005", 0x7fe6274c4bdb ".", 0x7fe6274c0c41 "!", 0x7fe6274c0c4a "\r", 0x7fe6274c0c60 ".", 0x7fe6274c0c74 "\035\001\061\023\021\001\022\aX!)Y!\220\rW!\020\001\023", 0x7fe6274c0c8b "\n", 0x7fe6274c0c98 ".", 0x7fe6274c0cb1 "4", 0x7fe6274c0cc2 ".", 0x7fe6274c0cda ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fe6274c0cf7 ".", 0x7fe6274c0d11 ".\001?\031\003\016:!\";\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fe6274c0d2d "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fe6274c0d42 "\026", 0x7fe6274c0d4c "\023\001\003\016\v\v:\v;\v\001\023", 0x7fe6274c0d5c "\017", 0x7fe6274c0d64 "$", 0x7fe6274c0d70 "\026", 0x7fe6274c0d7e "&", 0x7fe6274c0d84 "\026", 0x7fe6274c0d94 "(", 0x7fe6274c0d9e "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fe6274c0db3 "\025\001I\023\001\023", 0x7fe6274c0dbd "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fe6274c0dd2 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fe6274c0de4 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fe6274c0df6 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fe6274c0e09 "\026", 0x7fe6274c0e1c "!", 0x7fe6274c0e22 "4", 0x7fe6274c0e32 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fe6274c0e4d ".", 0x7fe6274c0e64 ".", 0x7fe6274c0e7b ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fe6274c0e97 ".", 0x7fe6274c0eb4 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fe6274c0ed5 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fe6274c0ef4 ".", 0x7fe6274c0f0e ".", 0x7fe6274c0f2a "4", 0x7fe6274c0f36 ".", 0x7fe6274c0f51 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fe6274c0f65 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fe6274c0f84 ".", 0x7fe6274c0f9f ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fe6274c0fb5 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fe6274c0fd2 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fe6274c0fea ".", 0x7ffeb6e8a5b8 "", 0x56465ce1c630 "\367k\350\266\376\177", 0x56465ce1c628 "\240", 0x7ffeb6e8a5c0 "", 0x56465ce1be68 "\237\017L'\346\177", 0x56465ce1c5e8 "", 0x56465ce1c5f0 "\370\264\066)\346\177", 0x56465ce1c5f8 "\005", 0x56465ce1c600 "", 0x7ffeb6e8a5c8 "\200\004o[FV", 0x7ffeb6e8a5d0 "", 0x7ffeb6e8a5d8 "", 0x7ffeb6e8a5e0 "", 0x7ffeb6e8a5e8 "\245\004o[FV", 0x0, 0x7ffeb6e8a5f0 "\370\245\350\266\376\177", 0x56465b6f04a5 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x56465b6f0480 <_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>, 0x56465ce1bfa0 "P\306\341\\FV", 0x56465ce1c240 "\220\302\341\\FV", 0x7fe6440f0cb5 <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", 0x56465ce1bfa0 "P\306\341\\FV", 0x56465ce1c090 "", 0x56465ce1c240 "\220\302\341\\FV", 0x7fe6441fe994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x56465ce1c650 "", 0x56465ce1c648 "", 0x56465ce1c658 ""...}}
i = 0
j = 307
shstr = 0x7fe62807f09a ""
ehdr = 0x7fe626607000
shdr = 0x7fe62807f290
shstr_shdr = 0x7fe62807fe10
gnu_debuglink_shdr = 0x0
note_gnu_build_id = 0x7fe62807f350
fd = 5
filesize = 27758160
file = 0x7fe626607000 "\177ELF\002\001\001"
symtab_shdr = 0x7fe62807fd90
strtab_shdr = 0x7fe62807fdd0
dynsym_shdr = 0x7fe62807f410
dynstr_shdr = 0x7fe62807f450
obj = 0x56465d9858c0
dladdr_fbase = 94860181401600
#2 0x000056465ba4cd1c in rb_dump_backtrace_with_lines (num_traces=46, traces=0x56465bd49940 <trace>, errout=0x7fe6441d76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
addr = 117
i = 0
lines = 0x56465d984ba0
obj = 0x56465d9858c0
dladdr_fbases = 0x56465d985730
main_path = 0x56465ce1c1a0 "/tmp/ruby/build/trunk-O0/ruby"
len = 29
#3 0x000056465b922dca in rb_print_backtrace (errout=0x7fe6441d76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
trace = {0x56465b922daf <rb_print_backtrace+36>, 0x56465b9234d2 <rb_vm_bugreport+656>, 0x56465bb0a18c <rb_bug_for_fatal_signal+327>, 0x56465b86846a <sigill>, 0x7fe643fff520 <__restore_rt>, 0x56465b870319 <BSD_vfprintf+6406>, 0x56465b871b8c <ruby_do_vsnprintf+141>, 0x56465b871ca7 <ruby_snprintf+221>, 0x7fe6299278e3 <dump_append_sizet+95>, 0x7fe629928568 <dump_object+640>, 0x7fe629929897 <objspace_dump+193>, 0x56465b8f1953 <call_cfunc_2+75>, 0x56465b8f2f1f <vm_call_cfunc_with_frame_+541>, 0x56465b8f30f4 <vm_call_cfunc_with_frame+121>, 0x56465b8f949d <vm_sendish+502>, 0x56465b900a2e <vm_exec_core+14741>, 0x56465b917418 <rb_vm_exec+320>, 0x56465b914005 <invoke_block+216>, 0x56465b91442b <invoke_block_from_c_bh+793>, 0x56465b914625 <vm_yield_with_cref+90>, 0x56465b914663 <vm_yield+56>, 0x56465b90ef65 <rb_yield_0+47>, 0x56465b90efcc <rb_yield+66>, 0x56465ba5661b <select_bang_i+88>, 0x56465b6f6c3c <rb_ensure+388>, 0x56465ba568a1 <rb_ary_select_bang+159>, 0x56465ba5690b <rb_ary_keep_if+84>, 0x56465b8f231a <ractor_safe_call_cfunc_0+48>, 0x56465b8f2f1f <vm_call_cfunc_with_frame_+541>, 0x56465b8f30f4 <vm_call_cfunc_with_frame+121>, 0x56465b8f320c <vm_call_cfunc_other+278>, 0x56465b8f363b <vm_call_cfunc+302>, 0x56465b8f616a <vm_call_method_each_type+289>, 0x56465b8f6c16 <vm_call_method+161>, 0x56465b8f6e18 <vm_call_general+47>, 0x56465b8f949d <vm_sendish+502>, 0x56465b900885 <vm_exec_core+14316>, 0x56465b917418 <rb_vm_exec+320>, 0x56465b918277 <rb_iseq_eval_main+61>, 0x56465b6f4e59 <rb_ec_exec_node+318>, 0x56465b6f4fca <ruby_run_node+138>, 0x56465b6f05c4 <rb_main+76>, 0x56465b6f0625 <main+75>, 0x7fe643fe6d90 <__libc_start_call_main+128>, 0x7fe643fe6e40 <__libc_start_main_impl+128>, 0x56465b6f04a5 <_start+37>, 0x0 <repeats 978 times>}
n = 46
#4 0x000056465b9234d2 in rb_vm_bugreport (ctx=0x56465ce1c5c0, errout=0x7fe6441d76a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
cmd = 0x0
other_runtime_info = other_runtime_info
vm = 0x56465cd872a0
ec = 0x56465cd8ac70
#5 0x000056465bb0a18c in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x56465ce1c5c0, fmt=0x56465bb721ab "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
pid = -1
out = 0x7fe6441d76a0 <_IO_2_1_stderr_>
file = 0x7fe629010f28 "/tmp/ruby/build/trunk-O0/.ext/common/objspace.rb"
line = 43
#6 0x000056465b86846a in sigsegv (sig=11, info=0x56465ce1c6f0, ctx=0x56465ce1c5c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#7 <signal handler called>
No locals.
#8 0x000056465b870319 in BSD_vfprintf (fp=0x7ffeb6e86c70, fmt0=0x7fe62992a687 "%zu", ap=0x7ffeb6e86cf0) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1144
nc = 0
PRI_EXTRA_MARK_LEN = 1
fmt = <optimized out>
ch = 117
n = 1139511368
cp = 0x7ffeb6e86bf4 "160"
iovp = 0x7ffeb6e86640
flags = 16
ret = 0
width = 0
prec = -1
sign = 0 '\000'
softsign = 0 '\000'
_double = 0
expt = 1533713348
expsize = 0
ndig = 0
fprec = 0
expstr = "\000\000\000\000\000\000"
ulval = 160
base = 10
dprec = -1
fieldsz = 3
realsz = 3
size = 3
xdigs = 0x0
uio = {uio_iov = 0x7ffeb6e86630, uio_iovcnt = 0, uio_resid = 3}
iov = {{iov_base = 0x7ffeb6e86bf4, iov_len = 3}, {iov_base = 0x7fe6444072e0, iov_len = 140731967104744}, {iov_base = 0x7ffeb6e866e4, iov_len = 140731967104736}, {iov_base = 0x56465b6b70f8, iov_len = 4055378184}, {iov_base = 0x7ffeb6e866e4, iov_len = 63365284}, {iov_base = 0x56465ce10c50, iov_len = 140626516641635}, {iov_base = 0x564600000000, iov_len = 140626516641416}, {iov_base = 0x7fe62991f730, iov_len = 140731967104944}}
buf = "\001\000\000\000\000\000\000\000\r\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\240\000\362\\FV", '\000' <repeats 18 times>, "\360Ek[\001\000\000\000\b)\270\361\000\000\000\000@h\350\266\376\177\000\000\210\006\222)\346\177\000\000\020\004\362\\FV\000\000\240g\350\266\376\177\000\000\260g\350\266\376\177\000\000\021\202=D\346\177", '\000' <repeats 18 times>, "\005", '\000' <repeats 15 times>, "\001\000\000\000\000\000\000\000\240\000\362\\FV\000\000\000\000\000\000\000\000\000\000\240\000\362\\FV\000\000\005\000\000\000\001\000\000\000\020\004\362\\FV", '\000' <repeats 14 times>...
ox = "\177\000\000"
ebuf = 0x7ffeb6e86bf7 ""
ln = -4
blanks = ' ' <repeats 16 times>
zeroes = '0' <repeats 16 times>
#9 0x000056465b871b8c in ruby_do_vsnprintf (str=0x7ffeb6e86f99 "", n=21, fmt=0x7fe62992a687 "%zu", ap=0x7ffeb6e86cf0) at /tmp/ruby/src/trunk-O0/sprintf.c:1036
ret = 2
f = {_p = 0x7ffeb6e86f99 "", _w = 20, _flags = 520, _file = -18712, _bf = {_base = 0x7ffeb6e86f99 "", _size = 20}, vwrite = 0x56465b86e737 <BSD__sfvwrite>, vextra = 0x0}
#10 0x000056465b871ca7 in ruby_snprintf (str=0x7ffeb6e86f99 "", n=21, fmt=0x7fe62992a687 "%zu") at /tmp/ruby/src/trunk-O0/sprintf.c:1054
ret = 2
ap = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffeb6e86dd0, reg_save_area = 0x7ffeb6e86d10}}
#11 0x00007fe6299278e3 in dump_append_sizet (dc=0x7ffeb6e86ef0, number=160) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:148
width = 21
required = 140731967106800
#12 0x00007fe629928568 in dump_object (obj=140626502286000, dc=0x7ffeb6e86ef0) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:423
memsize = 5
ainfo = 0x0
fptr = 0x10
flags = {140626516666522, 4, 140731967106752, 140626516678503, 16, 4}
n = 140731967106688
i = 16
mid = 16
shape_id = 99
#13 0x00007fe629929897 in objspace_dump (os=140626534319680, obj=140626502286000, output=140626512277880) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:751
dc = {type = 0, stream = 0, string = 140626512277880, root_category = 0x0, cur_obj = 140626502286000, cur_obj_klass = 140626516458200, cur_page_slot_size = 160, cur_obj_references = 0, roots = 0, full_heap = 0, partial_dump = 0, since = 0, shapes_since = 0, buffer_len = 73, buffer = "{\"address\":\"0x7fe628b6fab0\", \"type\":\"OBJECT\", \"shape_id\":99, \"slot_size\":", '\000' <repeats 4022 times>}
#14 0x000056465b8f1953 in call_cfunc_2 (recv=140626534319680, argc=2, argv=0x7fe643eb90e0, func=0x7fe6299297d6 <objspace_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3183
f = 0x7fe6299297d6 <objspace_dump>
#15 0x000056465b8f2f1f in vm_call_cfunc_with_frame_ (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8ef8, calling=0x7ffeb6e88170, argc=2, argv=0x7fe643eb90e0, stack_bottom=0x7fe643eb90d8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0x14d100140005
cc = 0x7fe62981fa80
val = 140626512277880
me = 0x7fe62936b4f8
cfunc = 0x56465cf1ddd8
recv = 140626534319680
block_handler = 0
frame_type = 1431634051
len = 2
args = <optimized out>
args = <optimized out>
#16 0x000056465b8f30f4 in vm_call_cfunc_with_frame (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8ef8, calling=0x7ffeb6e88170) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 2
stack_bottom = 0x7fe643eb90d8
argv = 0x7fe643eb90e0
#17 0x000056465b8f949d in vm_sendish (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8ef8, cd=0x56465cf1fb80, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0x14d100140005
cc = 0x7fe62981fa80
argc = 2
recv = 140626534319680
calling = {cd = 0x56465cf1fb80, cc = 0x7fe62981fa80, block_handler = 0, recv = 140626534319680, argc = 2, kw_splat = false, heap_argv = 0}
#18 0x000056465b900a2e in vm_exec_core (ec=0x56465cd8ac70) at ../../src/trunk-O0/insns.def:834
bh = 0
cd = 0x56465cf1fb80
leaf = false
val = 140626512277880
reg_pc = 0x56465cf41df0
reg_cfp = 0x7fe643fb8ef8
insns_address_table = {0x56465b8fd105 <vm_exec_core+108>, 0x56465b8fd167 <vm_exec_core+206>, 0x56465b8fd27a <vm_exec_core+481>, 0x56465b8fd38e <vm_exec_core+757>, 0x56465b8fd52c <vm_exec_core+1171>, 0x56465b8fd65c <vm_exec_core+1475>, 0x56465b8fd86e <vm_exec_core+2005>, 0x56465b8fd980 <vm_exec_core+2279>, 0x56465b8fda59 <vm_exec_core+2496>, 0x56465b8fdb60 <vm_exec_core+2759>, 0x56465b8fdc67 <vm_exec_core+3022>, 0x56465b8fdd75 <vm_exec_core+3292>, 0x56465b8fde87 <vm_exec_core+3566>, 0x56465b8fdf57 <vm_exec_core+3774>, 0x56465b8fe060 <vm_exec_core+4039>, 0x56465b8fe15a <vm_exec_core+4289>, 0x56465b8fe21d <vm_exec_core+4484>, 0x56465b8fe2e0 <vm_exec_core+4679>, 0x56465b8fe369 <vm_exec_core+4816>, 0x56465b8fe3f5 <vm_exec_core+4956>, 0x56465b8fe49b <vm_exec_core+5122>, 0x56465b8fe573 <vm_exec_core+5338>, 0x56465b8fe640 <vm_exec_core+5543>, 0x56465b8fe71e <vm_exec_core+5765>, 0x56465b8fe7e0 <vm_exec_core+5959>, 0x56465b8fe91f <vm_exec_core+6278>, 0x56465b8fe9c5 <vm_exec_core+6444>, 0x56465b8feaaa <vm_exec_core+6673>, 0x56465b8febd9 <vm_exec_core+6976>, 0x56465b8fec9c <vm_exec_core+7171>, 0x56465b8fed5f <vm_exec_core+7366>, 0x56465b8fee56 <vm_exec_core+7613>, 0x56465b8fef18 <vm_exec_core+7807>, 0x56465b8feff7 <vm_exec_core+8030>, 0x56465b8ff0c4 <vm_exec_core+8235>, 0x56465b8ff1d4 <vm_exec_core+8507>, 0x56465b8ff2ce <vm_exec_core+8757>, 0x56465b8ff349 <vm_exec_core+8880>, 0x56465b8ff40a <vm_exec_core+9073>, 0x56465b8ff4f8 <vm_exec_core+9311>, 0x56465b8ff5a8 <vm_exec_core+9487>, 0x56465b8ff727 <vm_exec_core+9870>, 0x56465b8ff801 <vm_exec_core+10088>, 0x56465b8ff8ed <vm_exec_core+10324>, 0x56465b8ff97e <vm_exec_core+10469>, 0x56465b8ffad9 <vm_exec_core+10816>, 0x56465b90007b <vm_exec_core+12258>, 0x56465b900177 <vm_exec_core+12510>, 0x56465b90027a <vm_exec_core+12769>, 0x56465b900366 <vm_exec_core+13005>, 0x56465b90057f <vm_exec_core+13542>, 0x56465b900671 <vm_exec_core+13784>, 0x56465b900777 <vm_exec_core+14046>, 0x56465b900974 <vm_exec_core+14555>, 0x56465b900b1d <vm_exec_core+14980>, 0x56465b900c48 <vm_exec_core+15279>, 0x56465b900db4 <vm_exec_core+15643>, 0x56465b900edf <vm_exec_core+15942>, 0x56465b90104b <vm_exec_core+16306>, 0x56465b90122d <vm_exec_core+16788>, 0x56465b90142a <vm_exec_core+17297>, 0x56465b9015d3 <vm_exec_core+17722>, 0x56465b9016f5 <vm_exec_core+18012>, 0x56465b90179c <vm_exec_core+18179>, 0x56465b901860 <vm_exec_core+18375>, 0x56465b901949 <vm_exec_core+18608>, 0x56465b901a35 <vm_exec_core+18844>, 0x56465b901b1e <vm_exec_core+19077>, 0x56465b901c32 <vm_exec_core+19353>, 0x56465b901d59 <vm_exec_core+19648>, 0x56465b901e8f <vm_exec_core+19958>, 0x56465b901fc5 <vm_exec_core+20268>, 0x56465b9020fb <vm_exec_core+20578>, 0x56465b902231 <vm_exec_core+20888>, 0x56465b902367 <vm_exec_core+21198>, 0x56465b9024a8 <vm_exec_core+21519>, 0x56465b902622 <vm_exec_core+21897>, 0x56465b902758 <vm_exec_core+22207>, 0x56465b90288e <vm_exec_core+22517>, 0x56465b9029c4 <vm_exec_core+22827>, 0x56465b902afa <vm_exec_core+23137>, 0x56465b902c30 <vm_exec_core+23447>, 0x56465b902d66 <vm_exec_core+23757>, 0x56465b902e9c <vm_exec_core+24067>, 0x56465b902fd2 <vm_exec_core+24377>, 0x56465b903121 <vm_exec_core+24712>, 0x56465b9032db <vm_exec_core+25154>, 0x56465b903459 <vm_exec_core+25536>, 0x56465b903578 <vm_exec_core+25823>, 0x56465b903697 <vm_exec_core+26110>, 0x56465b9037b1 <vm_exec_core+26392>, 0x56465b9038cb <vm_exec_core+26674>, 0x56465b9039f6 <vm_exec_core+26973>, 0x56465b903b2c <vm_exec_core+27283>, 0x56465b903c17 <vm_exec_core+27518>, 0x56465b903d1c <vm_exec_core+27779>, 0x56465b903e64 <vm_exec_core+28107>, 0x56465b903f53 <vm_exec_core+28346>, 0x56465b90402d <vm_exec_core+28564>, 0x56465b904102 <vm_exec_core+28777>, 0x56465b9041dd <vm_exec_core+28996>, 0x56465b904259 <vm_exec_core+29120>, 0x56465b9042d5 <vm_exec_core+29244>, 0x56465b9042f3 <vm_exec_core+29274>, 0x56465b904311 <vm_exec_core+29304>, 0x56465b90432f <vm_exec_core+29334>, 0x56465b90434d <vm_exec_core+29364>, 0x56465b90436b <vm_exec_core+29394>, 0x56465b904389 <vm_exec_core+29424>, 0x56465b9043a7 <vm_exec_core+29454>, 0x56465b9043c5 <vm_exec_core+29484>, 0x56465b9043e3 <vm_exec_core+29514>, 0x56465b904401 <vm_exec_core+29544>, 0x56465b90441f <vm_exec_core+29574>, 0x56465b90443d <vm_exec_core+29604>, 0x56465b90445b <vm_exec_core+29634>, 0x56465b904479 <vm_exec_core+29664>, 0x56465b904497 <vm_exec_core+29694>, 0x56465b9044b5 <vm_exec_core+29724>, 0x56465b9044d3 <vm_exec_core+29754>, 0x56465b9044f1 <vm_exec_core+29784>, 0x56465b90450f <vm_exec_core+29814>, 0x56465b90452d <vm_exec_core+29844>, 0x56465b90454b <vm_exec_core+29874>, 0x56465b904569 <vm_exec_core+29904>, 0x56465b904587 <vm_exec_core+29934>, 0x56465b9045a5 <vm_exec_core+29964>, 0x56465b9045c3 <vm_exec_core+29994>, 0x56465b9045e1 <vm_exec_core+30024>, 0x56465b9045ff <vm_exec_core+30054>, 0x56465b90461d <vm_exec_core+30084>, 0x56465b90463b <vm_exec_core+30114>, 0x56465b904659 <vm_exec_core+30144>, 0x56465b904677 <vm_exec_core+30174>, 0x56465b904695 <vm_exec_core+30204>, 0x56465b9046b3 <vm_exec_core+30234>, 0x56465b9046d1 <vm_exec_core+30264>, 0x56465b9046ef <vm_exec_core+30294>, 0x56465b90470d <vm_exec_core+30324>, 0x56465b90472b <vm_exec_core+30354>, 0x56465b904749 <vm_exec_core+30384>, 0x56465b904767 <vm_exec_core+30414>, 0x56465b904785 <vm_exec_core+30444>, 0x56465b9047a3 <vm_exec_core+30474>, 0x56465b9047c1 <vm_exec_core+30504>, 0x56465b9047df <vm_exec_core+30534>, 0x56465b9047fd <vm_exec_core+30564>, 0x56465b90481b <vm_exec_core+30594>, 0x56465b904839 <vm_exec_core+30624>, 0x56465b904857 <vm_exec_core+30654>, 0x56465b904875 <vm_exec_core+30684>, 0x56465b904893 <vm_exec_core+30714>, 0x56465b9048b1 <vm_exec_core+30744>, 0x56465b9048cf <vm_exec_core+30774>, 0x56465b9048ed <vm_exec_core+30804>, 0x56465b90490b <vm_exec_core+30834>, 0x56465b904929 <vm_exec_core+30864>, 0x56465b904947 <vm_exec_core+30894>, 0x56465b904965 <vm_exec_core+30924>, 0x56465b904983 <vm_exec_core+30954>, 0x56465b9049a1 <vm_exec_core+30984>, 0x56465b9049bf <vm_exec_core+31014>, 0x56465b9049dd <vm_exec_core+31044>, 0x56465b9049fb <vm_exec_core+31074>, 0x56465b904a19 <vm_exec_core+31104>, 0x56465b904a37 <vm_exec_core+31134>, 0x56465b904a55 <vm_exec_core+31164>, 0x56465b904a73 <vm_exec_core+31194>, 0x56465b904a91 <vm_exec_core+31224>, 0x56465b904aaf <vm_exec_core+31254>, 0x56465b904acd <vm_exec_core+31284>, 0x56465b904aeb <vm_exec_core+31314>, 0x56465b904b09 <vm_exec_core+31344>, 0x56465b904b27 <vm_exec_core+31374>, 0x56465b904b45 <vm_exec_core+31404>, 0x56465b904b63 <vm_exec_core+31434>, 0x56465b904b81 <vm_exec_core+31464>, 0x56465b904b9f <vm_exec_core+31494>, 0x56465b904bd0 <vm_exec_core+31543>, 0x56465b904bee <vm_exec_core+31573>, 0x56465b904c0c <vm_exec_core+31603>, 0x56465b904c2a <vm_exec_core+31633>, 0x56465b904c48 <vm_exec_core+31663>, 0x56465b904c66 <vm_exec_core+31693>, 0x56465b904c84 <vm_exec_core+31723>, 0x56465b904ca2 <vm_exec_core+31753>, 0x56465b904cc0 <vm_exec_core+31783>, 0x56465b904cde <vm_exec_core+31813>, 0x56465b904cfc <vm_exec_core+31843>, 0x56465b904d1a <vm_exec_core+31873>, 0x56465b904d38 <vm_exec_core+31903>, 0x56465b904d56 <vm_exec_core+31933>, 0x56465b904d74 <vm_exec_core+31963>, 0x56465b904d92 <vm_exec_core+31993>, 0x56465b904db0 <vm_exec_core+32023>, 0x56465b904dce <vm_exec_core+32053>, 0x56465b904dec <vm_exec_core+32083>, 0x56465b904e0a <vm_exec_core+32113>, 0x56465b904e28 <vm_exec_core+32143>, 0x56465b904e46 <vm_exec_core+32173>...}
#19 0x000056465b917418 in rb_vm_exec (ec=0x56465cd8ac70) at /tmp/ruby/src/trunk-O0/vm.c:2489
_ec = 0x56465cd8ac70
_tag = {tag = 36, retval = 4, buf = {0x7ffeb6e88e50, 0x56465b917396 <rb_vm_exec+190>, 0x0, 0x7ffeb6e88da0, 0x7ffeb6e88e40}, prev = 0x7ffeb6e89160, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#20 0x000056465b914005 in invoke_block (ec=0x56465cd8ac70, iseq=0x7fe62936a7b0, self=140626958667240, captured=0x7fe643fb8fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1512
arg_size = 1
#21 0x000056465b91442b in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffeb6e89088, argc=1, self=140626958667240, captured=0x7fe643fb8fb8, ec=0x56465cd8ac70) at /tmp/ruby/src/trunk-O0/vm.c:1582
iseq = 0x7fe62936a7b0
opt_pc = 0
type = 572653569
cfp = 0x7fe643fb8f68
sp = 0x7fe643eb9070
flags = 0
use_argv = 0x7ffeb6e89088
av = {94860183745017, 140626959765352}
stack_argv = 0x7fe643eb9070
#22 invoke_block_from_c_bh (ec=0x56465cd8ac70, block_handler=140626959765433, argc=1, argv=0x7ffeb6e89088, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1600
captured = 0x7fe643fb8fb8
#23 0x000056465b914625 in vm_yield_with_cref (ec=0x56465cd8ac70, argc=1, argv=0x7ffeb6e89088, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1637
No locals.
#24 0x000056465b914663 in vm_yield (ec=0x56465cd8ac70, argc=1, argv=0x7ffeb6e89088, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1645
No locals.
#25 0x000056465b90ef65 in rb_yield_0 (argc=1, argv=0x7ffeb6e89088) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#26 0x000056465b90efcc in rb_yield (val=140626502286000) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#27 0x000056465ba5661b in select_bang_i (a=140731967115776) at /tmp/ruby/src/trunk-O0/array.c:3829
v = 140626502286000
arg = 0x7ffeb6e89200
ary = 140626510946120
i1 = 29707
i2 = 29707
#28 0x000056465b6f6c3c in rb_ensure (b_proc=0x56465ba565c3 <select_bang_i>, data1=140731967115776, e_proc=0x56465ba5669d <select_bang_ensure>, data2=140731967115776) at /tmp/ruby/src/trunk-O0/eval.c:1003
_ec = 0x56465cd8ac70
_tag = {tag = 36, retval = 140626510946120, buf = {0x7ffeb6e891e0, 0x56465b6f6bdf <rb_ensure+295>, 0x0, 0x7ffeb6e890f0, 0x7ffeb6e891b8}, prev = 0x7ffeb6e8a2f0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
result = 4
errinfo = 140626510946120
ec = 0x56465cd8ac70
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x56465ba5669d <select_bang_ensure>, data2 = 140731967115776}}
#29 0x000056465ba568a1 in rb_ary_select_bang (ary=140626510946120) at /tmp/ruby/src/trunk-O0/array.c:3892
args = {ary = 140626510946120, len = {29707, 29707}}
#30 0x000056465ba5690b in rb_ary_keep_if (ary=140626510946120) at /tmp/ruby/src/trunk-O0/array.c:3917
No locals.
#31 0x000056465b8f231a in ractor_safe_call_cfunc_0 (recv=140626510946120, argc=0, argv=0x7fe643eb9058, func=0x56465ba568b7 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3308
f = 0x56465ba568b7 <rb_ary_keep_if>
#32 0x000056465b8f2f1f in vm_call_cfunc_with_frame_ (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8fa0, calling=0x7ffeb6e89690, argc=0, argv=0x7fe643eb9058, stack_bottom=0x7fe643eb9050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0x358100000001
cc = 0x7fe62981fb98
val = 94860205403064
me = 0x7fe6292eeb38
cfunc = 0x56465cddcb48
recv = 140626510946120
block_handler = 140626959765433
frame_type = 1431634051
len = 0
args = <optimized out>
args = <optimized out>
#33 0x000056465b8f30f4 in vm_call_cfunc_with_frame (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8fa0, calling=0x7ffeb6e89690) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 0
stack_bottom = 0x7fe643eb9050
argv = 0x7fe643eb9058
#34 0x000056465b8f320c in vm_call_cfunc_other (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8fa0, calling=0x7ffeb6e89690) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
ci = 0x358100000001
argv_ary = 0
#35 0x000056465b8f363b in vm_call_cfunc (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8fa0, calling=0x7ffeb6e89690) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
ci = 0x358100000001
#36 0x000056465b8f616a in vm_call_method_each_type (ec=0x56465cd8ac70, cfp=0x7fe643fb8fa0, calling=0x7ffeb6e89690) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
aset_mask = 1994
ivar_mask = 0
ci = 0x358100000001
cc = 0x7fe62981fb98
cme = 0x7fe6292eeb38
v = 94860208081704
#37 0x000056465b8f6c16 in vm_call_method (ec=0x56465cd8ac70, cfp=0x7fe643fb8fa0, calling=0x7ffeb6e89690) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
ci = 0x358100000001
cc = 0x7fe62981fb98
#38 0x000056465b8f6e18 in vm_call_general (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8fa0, calling=0x7ffeb6e89690) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#39 0x000056465b8f949d in vm_sendish (ec=0x56465cd8ac70, reg_cfp=0x7fe643fb8fa0, cd=0x56465cf2a350, block_handler=140626959765433, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0x358100000001
cc = 0x7fe62981fb98
argc = 0
recv = 140626510946120
calling = {cd = 0x56465cf2a350, cc = 0x7fe62981fb98, block_handler = 140626959765433, recv = 140626510946120, argc = 0, kw_splat = false, heap_argv = 0}
#40 0x000056465b900885 in vm_exec_core (ec=0x56465cd8ac70) at ../../src/trunk-O0/insns.def:814
bh = 140626959765433
cd = 0x56465cf2a350
blockiseq = 0x7fe62936a7b0
leaf = false
val = 140626515590720
reg_pc = 0x56465cf25c40
reg_cfp = 0x7fe643fb8fa0
insns_address_table = {0x56465b8fd105 <vm_exec_core+108>, 0x56465b8fd167 <vm_exec_core+206>, 0x56465b8fd27a <vm_exec_core+481>, 0x56465b8fd38e <vm_exec_core+757>, 0x56465b8fd52c <vm_exec_core+1171>, 0x56465b8fd65c <vm_exec_core+1475>, 0x56465b8fd86e <vm_exec_core+2005>, 0x56465b8fd980 <vm_exec_core+2279>, 0x56465b8fda59 <vm_exec_core+2496>, 0x56465b8fdb60 <vm_exec_core+2759>, 0x56465b8fdc67 <vm_exec_core+3022>, 0x56465b8fdd75 <vm_exec_core+3292>, 0x56465b8fde87 <vm_exec_core+3566>, 0x56465b8fdf57 <vm_exec_core+3774>, 0x56465b8fe060 <vm_exec_core+4039>, 0x56465b8fe15a <vm_exec_core+4289>, 0x56465b8fe21d <vm_exec_core+4484>, 0x56465b8fe2e0 <vm_exec_core+4679>, 0x56465b8fe369 <vm_exec_core+4816>, 0x56465b8fe3f5 <vm_exec_core+4956>, 0x56465b8fe49b <vm_exec_core+5122>, 0x56465b8fe573 <vm_exec_core+5338>, 0x56465b8fe640 <vm_exec_core+5543>, 0x56465b8fe71e <vm_exec_core+5765>, 0x56465b8fe7e0 <vm_exec_core+5959>, 0x56465b8fe91f <vm_exec_core+6278>, 0x56465b8fe9c5 <vm_exec_core+6444>, 0x56465b8feaaa <vm_exec_core+6673>, 0x56465b8febd9 <vm_exec_core+6976>, 0x56465b8fec9c <vm_exec_core+7171>, 0x56465b8fed5f <vm_exec_core+7366>, 0x56465b8fee56 <vm_exec_core+7613>, 0x56465b8fef18 <vm_exec_core+7807>, 0x56465b8feff7 <vm_exec_core+8030>, 0x56465b8ff0c4 <vm_exec_core+8235>, 0x56465b8ff1d4 <vm_exec_core+8507>, 0x56465b8ff2ce <vm_exec_core+8757>, 0x56465b8ff349 <vm_exec_core+8880>, 0x56465b8ff40a <vm_exec_core+9073>, 0x56465b8ff4f8 <vm_exec_core+9311>, 0x56465b8ff5a8 <vm_exec_core+9487>, 0x56465b8ff727 <vm_exec_core+9870>, 0x56465b8ff801 <vm_exec_core+10088>, 0x56465b8ff8ed <vm_exec_core+10324>, 0x56465b8ff97e <vm_exec_core+10469>, 0x56465b8ffad9 <vm_exec_core+10816>, 0x56465b90007b <vm_exec_core+12258>, 0x56465b900177 <vm_exec_core+12510>, 0x56465b90027a <vm_exec_core+12769>, 0x56465b900366 <vm_exec_core+13005>, 0x56465b90057f <vm_exec_core+13542>, 0x56465b900671 <vm_exec_core+13784>, 0x56465b900777 <vm_exec_core+14046>, 0x56465b900974 <vm_exec_core+14555>, 0x56465b900b1d <vm_exec_core+14980>, 0x56465b900c48 <vm_exec_core+15279>, 0x56465b900db4 <vm_exec_core+15643>, 0x56465b900edf <vm_exec_core+15942>, 0x56465b90104b <vm_exec_core+16306>, 0x56465b90122d <vm_exec_core+16788>, 0x56465b90142a <vm_exec_core+17297>, 0x56465b9015d3 <vm_exec_core+17722>, 0x56465b9016f5 <vm_exec_core+18012>, 0x56465b90179c <vm_exec_core+18179>, 0x56465b901860 <vm_exec_core+18375>, 0x56465b901949 <vm_exec_core+18608>, 0x56465b901a35 <vm_exec_core+18844>, 0x56465b901b1e <vm_exec_core+19077>, 0x56465b901c32 <vm_exec_core+19353>, 0x56465b901d59 <vm_exec_core+19648>, 0x56465b901e8f <vm_exec_core+19958>, 0x56465b901fc5 <vm_exec_core+20268>, 0x56465b9020fb <vm_exec_core+20578>, 0x56465b902231 <vm_exec_core+20888>, 0x56465b902367 <vm_exec_core+21198>, 0x56465b9024a8 <vm_exec_core+21519>, 0x56465b902622 <vm_exec_core+21897>, 0x56465b902758 <vm_exec_core+22207>, 0x56465b90288e <vm_exec_core+22517>, 0x56465b9029c4 <vm_exec_core+22827>, 0x56465b902afa <vm_exec_core+23137>, 0x56465b902c30 <vm_exec_core+23447>, 0x56465b902d66 <vm_exec_core+23757>, 0x56465b902e9c <vm_exec_core+24067>, 0x56465b902fd2 <vm_exec_core+24377>, 0x56465b903121 <vm_exec_core+24712>, 0x56465b9032db <vm_exec_core+25154>, 0x56465b903459 <vm_exec_core+25536>, 0x56465b903578 <vm_exec_core+25823>, 0x56465b903697 <vm_exec_core+26110>, 0x56465b9037b1 <vm_exec_core+26392>, 0x56465b9038cb <vm_exec_core+26674>, 0x56465b9039f6 <vm_exec_core+26973>, 0x56465b903b2c <vm_exec_core+27283>, 0x56465b903c17 <vm_exec_core+27518>, 0x56465b903d1c <vm_exec_core+27779>, 0x56465b903e64 <vm_exec_core+28107>, 0x56465b903f53 <vm_exec_core+28346>, 0x56465b90402d <vm_exec_core+28564>, 0x56465b904102 <vm_exec_core+28777>, 0x56465b9041dd <vm_exec_core+28996>, 0x56465b904259 <vm_exec_core+29120>, 0x56465b9042d5 <vm_exec_core+29244>, 0x56465b9042f3 <vm_exec_core+29274>, 0x56465b904311 <vm_exec_core+29304>, 0x56465b90432f <vm_exec_core+29334>, 0x56465b90434d <vm_exec_core+29364>, 0x56465b90436b <vm_exec_core+29394>, 0x56465b904389 <vm_exec_core+29424>, 0x56465b9043a7 <vm_exec_core+29454>, 0x56465b9043c5 <vm_exec_core+29484>, 0x56465b9043e3 <vm_exec_core+29514>, 0x56465b904401 <vm_exec_core+29544>, 0x56465b90441f <vm_exec_core+29574>, 0x56465b90443d <vm_exec_core+29604>, 0x56465b90445b <vm_exec_core+29634>, 0x56465b904479 <vm_exec_core+29664>, 0x56465b904497 <vm_exec_core+29694>, 0x56465b9044b5 <vm_exec_core+29724>, 0x56465b9044d3 <vm_exec_core+29754>, 0x56465b9044f1 <vm_exec_core+29784>, 0x56465b90450f <vm_exec_core+29814>, 0x56465b90452d <vm_exec_core+29844>, 0x56465b90454b <vm_exec_core+29874>, 0x56465b904569 <vm_exec_core+29904>, 0x56465b904587 <vm_exec_core+29934>, 0x56465b9045a5 <vm_exec_core+29964>, 0x56465b9045c3 <vm_exec_core+29994>, 0x56465b9045e1 <vm_exec_core+30024>, 0x56465b9045ff <vm_exec_core+30054>, 0x56465b90461d <vm_exec_core+30084>, 0x56465b90463b <vm_exec_core+30114>, 0x56465b904659 <vm_exec_core+30144>, 0x56465b904677 <vm_exec_core+30174>, 0x56465b904695 <vm_exec_core+30204>, 0x56465b9046b3 <vm_exec_core+30234>, 0x56465b9046d1 <vm_exec_core+30264>, 0x56465b9046ef <vm_exec_core+30294>, 0x56465b90470d <vm_exec_core+30324>, 0x56465b90472b <vm_exec_core+30354>, 0x56465b904749 <vm_exec_core+30384>, 0x56465b904767 <vm_exec_core+30414>, 0x56465b904785 <vm_exec_core+30444>, 0x56465b9047a3 <vm_exec_core+30474>, 0x56465b9047c1 <vm_exec_core+30504>, 0x56465b9047df <vm_exec_core+30534>, 0x56465b9047fd <vm_exec_core+30564>, 0x56465b90481b <vm_exec_core+30594>, 0x56465b904839 <vm_exec_core+30624>, 0x56465b904857 <vm_exec_core+30654>, 0x56465b904875 <vm_exec_core+30684>, 0x56465b904893 <vm_exec_core+30714>, 0x56465b9048b1 <vm_exec_core+30744>, 0x56465b9048cf <vm_exec_core+30774>, 0x56465b9048ed <vm_exec_core+30804>, 0x56465b90490b <vm_exec_core+30834>, 0x56465b904929 <vm_exec_core+30864>, 0x56465b904947 <vm_exec_core+30894>, 0x56465b904965 <vm_exec_core+30924>, 0x56465b904983 <vm_exec_core+30954>, 0x56465b9049a1 <vm_exec_core+30984>, 0x56465b9049bf <vm_exec_core+31014>, 0x56465b9049dd <vm_exec_core+31044>, 0x56465b9049fb <vm_exec_core+31074>, 0x56465b904a19 <vm_exec_core+31104>, 0x56465b904a37 <vm_exec_core+31134>, 0x56465b904a55 <vm_exec_core+31164>, 0x56465b904a73 <vm_exec_core+31194>, 0x56465b904a91 <vm_exec_core+31224>, 0x56465b904aaf <vm_exec_core+31254>, 0x56465b904acd <vm_exec_core+31284>, 0x56465b904aeb <vm_exec_core+31314>, 0x56465b904b09 <vm_exec_core+31344>, 0x56465b904b27 <vm_exec_core+31374>, 0x56465b904b45 <vm_exec_core+31404>, 0x56465b904b63 <vm_exec_core+31434>, 0x56465b904b81 <vm_exec_core+31464>, 0x56465b904b9f <vm_exec_core+31494>, 0x56465b904bd0 <vm_exec_core+31543>, 0x56465b904bee <vm_exec_core+31573>, 0x56465b904c0c <vm_exec_core+31603>, 0x56465b904c2a <vm_exec_core+31633>, 0x56465b904c48 <vm_exec_core+31663>, 0x56465b904c66 <vm_exec_core+31693>, 0x56465b904c84 <vm_exec_core+31723>, 0x56465b904ca2 <vm_exec_core+31753>, 0x56465b904cc0 <vm_exec_core+31783>, 0x56465b904cde <vm_exec_core+31813>, 0x56465b904cfc <vm_exec_core+31843>, 0x56465b904d1a <vm_exec_core+31873>, 0x56465b904d38 <vm_exec_core+31903>, 0x56465b904d56 <vm_exec_core+31933>, 0x56465b904d74 <vm_exec_core+31963>, 0x56465b904d92 <vm_exec_core+31993>, 0x56465b904db0 <vm_exec_core+32023>, 0x56465b904dce <vm_exec_core+32053>, 0x56465b904dec <vm_exec_core+32083>, 0x56465b904e0a <vm_exec_core+32113>, 0x56465b904e28 <vm_exec_core+32143>, 0x56465b904e46 <vm_exec_core+32173>...}
#41 0x000056465b917418 in rb_vm_exec (ec=0x56465cd8ac70) at /tmp/ruby/src/trunk-O0/vm.c:2489
_ec = 0x56465cd8ac70
_tag = {tag = 36, retval = 4, buf = {0x7ffeb6e8a370, 0x56465b917396 <rb_vm_exec+190>, 0x0, 0x7ffeb6e8a2c0, 0x56465ce0f9a0}, prev = 0x7ffeb6e8a3e0, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#42 0x000056465b918277 in rb_iseq_eval_main (iseq=0x7fe629932210) at /tmp/ruby/src/trunk-O0/vm.c:2755
ec = 0x56465cd8ac70
val = 94860205403248
#43 0x000056465b6f4e59 in rb_ec_exec_node (ec=0x56465cd8ac70, n=0x7fe629932210) at /tmp/ruby/src/trunk-O0/eval.c:283
th = 0x56465cd89820
_ec = 0x56465cd8ac70
_tag = {tag = 36, retval = 94860181718101, buf = {0x7ffeb6e8a460, 0x56465b6f4def <rb_ec_exec_node+212>, 0x0, 0x7ffeb6e8a3b0, 0x56465cd8ac70}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fe629932210
#44 0x000056465b6f4fca in ruby_run_node (n=0x7fe629932210) at /tmp/ruby/src/trunk-O0/eval.c:323
ec = 0x56465cd8ac70
status = 22086
#45 0x000056465b6f05c4 in rb_main (argc=128, argv=0x7ffeb6e8a608) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140731967120608
#46 0x000056465b6f0625 in main (argc=128, argv=0x7ffeb6e8a608) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)