# Logfile created on 2023-07-13 10:09:59 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005573454de118 @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-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @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-yjit.20230713-100959", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000557345567440 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000557345567300 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000557345567120 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20230713-100959", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20230713-100959>, @binmode=false, @mon_data=#<Monitor:0x0000557345567058>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   d426343..9c1fe90  master     -> origin/master
Updating d426343..9c1fe90
Fast-forward
 ext/-test-/struct/data.c              |  13 +++
 ext/-test-/struct/depend              | 159 ++++++++++++++++++++++++++++++++++
 include/ruby/internal/intern/struct.h |  14 +++
 struct.c                              |  12 +++
 test/-ext-/struct/test_data.rb        |  18 ++++
 5 files changed, 216 insertions(+)
 create mode 100644 ext/-test-/struct/data.c
 create mode 100644 test/-ext-/struct/test_data.rb
Latest commit hash = 9c1fe9064c
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-yjit/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/main.c
compiling /tmp/ruby/src/trunk-yjit/dmydln.c
compiling /tmp/ruby/src/trunk-yjit/miniinit.c
compiling /tmp/ruby/src/trunk-yjit/array.c
compiling /tmp/ruby/src/trunk-yjit/ast.c
compiling /tmp/ruby/src/trunk-yjit/bignum.c
compiling /tmp/ruby/src/trunk-yjit/class.c
compiling /tmp/ruby/src/trunk-yjit/compar.c
compiling /tmp/ruby/src/trunk-yjit/compile.c
compiling /tmp/ruby/src/trunk-yjit/complex.c
compiling /tmp/ruby/src/trunk-yjit/cont.c
compiling /tmp/ruby/src/trunk-yjit/debug.c
compiling /tmp/ruby/src/trunk-yjit/debug_counter.c
compiling /tmp/ruby/src/trunk-yjit/dir.c
compiling /tmp/ruby/src/trunk-yjit/dln_find.c
compiling /tmp/ruby/src/trunk-yjit/encoding.c
compiling /tmp/ruby/src/trunk-yjit/enum.c
compiling /tmp/ruby/src/trunk-yjit/enumerator.c
compiling /tmp/ruby/src/trunk-yjit/error.c
compiling /tmp/ruby/src/trunk-yjit/eval.c
compiling /tmp/ruby/src/trunk-yjit/file.c
compiling /tmp/ruby/src/trunk-yjit/gc.c
compiling /tmp/ruby/src/trunk-yjit/hash.c
compiling /tmp/ruby/src/trunk-yjit/inits.c
compiling /tmp/ruby/src/trunk-yjit/io.c
compiling /tmp/ruby/src/trunk-yjit/io_buffer.c
compiling /tmp/ruby/src/trunk-yjit/iseq.c
compiling /tmp/ruby/src/trunk-yjit/load.c
compiling /tmp/ruby/src/trunk-yjit/marshal.c
compiling /tmp/ruby/src/trunk-yjit/math.c
compiling /tmp/ruby/src/trunk-yjit/memory_view.c
compiling /tmp/ruby/src/trunk-yjit/rjit.c
compiling /tmp/ruby/src/trunk-yjit/rjit_c.c
compiling /tmp/ruby/src/trunk-yjit/node.c
compiling /tmp/ruby/src/trunk-yjit/node_dump.c
compiling /tmp/ruby/src/trunk-yjit/numeric.c
compiling /tmp/ruby/src/trunk-yjit/object.c
compiling /tmp/ruby/src/trunk-yjit/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-yjit/proc.c
compiling /tmp/ruby/src/trunk-yjit/process.c
compiling /tmp/ruby/src/trunk-yjit/ractor.c
compiling /tmp/ruby/src/trunk-yjit/random.c
compiling /tmp/ruby/src/trunk-yjit/range.c
compiling /tmp/ruby/src/trunk-yjit/rational.c
compiling /tmp/ruby/src/trunk-yjit/re.c
compiling /tmp/ruby/src/trunk-yjit/regcomp.c
compiling /tmp/ruby/src/trunk-yjit/regenc.c
compiling /tmp/ruby/src/trunk-yjit/regerror.c
compiling /tmp/ruby/src/trunk-yjit/regexec.c
compiling /tmp/ruby/src/trunk-yjit/regparse.c
compiling /tmp/ruby/src/trunk-yjit/regsyntax.c
compiling /tmp/ruby/src/trunk-yjit/ruby.c
compiling /tmp/ruby/src/trunk-yjit/scheduler.c
compiling /tmp/ruby/src/trunk-yjit/shape.c
compiling /tmp/ruby/src/trunk-yjit/signal.c
compiling /tmp/ruby/src/trunk-yjit/sprintf.c
compiling /tmp/ruby/src/trunk-yjit/st.c
compiling /tmp/ruby/src/trunk-yjit/strftime.c
compiling /tmp/ruby/src/trunk-yjit/string.c
compiling /tmp/ruby/src/trunk-yjit/struct.c
compiling /tmp/ruby/src/trunk-yjit/symbol.c
compiling /tmp/ruby/src/trunk-yjit/thread.c
compiling /tmp/ruby/src/trunk-yjit/time.c
compiling /tmp/ruby/src/trunk-yjit/transcode.c
compiling /tmp/ruby/src/trunk-yjit/transient_heap.c
compiling /tmp/ruby/src/trunk-yjit/util.c
compiling /tmp/ruby/src/trunk-yjit/variable.c
compiling /tmp/ruby/src/trunk-yjit/version.c
compiling /tmp/ruby/src/trunk-yjit/vm.c
compiling /tmp/ruby/src/trunk-yjit/vm_backtrace.c
compiling /tmp/ruby/src/trunk-yjit/vm_dump.c
compiling /tmp/ruby/src/trunk-yjit/vm_sync.c
compiling /tmp/ruby/src/trunk-yjit/vm_trace.c
compiling /tmp/ruby/src/trunk-yjit/weakmap.c
compiling /tmp/ruby/src/trunk-yjit/yarp/api_node.c
compiling /tmp/ruby/src/trunk-yjit/yarp/api_pack.c
compiling /tmp/ruby/src/trunk-yjit/yarp/yarp_init.c
compiling /tmp/ruby/src/trunk-yjit/yarp/extension.c
compiling /tmp/ruby/src/trunk-yjit/yjit.c
compiling /tmp/ruby/src/trunk-yjit/enc/ascii.c
compiling /tmp/ruby/src/trunk-yjit/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-yjit/enc/unicode.c
compiling /tmp/ruby/src/trunk-yjit/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-yjit/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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/dln.c
compiling /tmp/ruby/src/trunk-yjit/localeinit.c
compiling /tmp/ruby/src/trunk-yjit/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-yjit/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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit'
compiling /tmp/ruby/src/trunk-yjit/enc/encdb.c
compiling /tmp/ruby/src/trunk-yjit/enc/big5.c
compiling /tmp/ruby/src/trunk-yjit/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk-yjit/enc/cp949.c
compiling /tmp/ruby/src/trunk-yjit/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk-yjit/enc/euc_jp.c
ext/configure-ext.mk unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
compiling /tmp/ruby/src/trunk-yjit/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk-yjit/enc/euc_kr.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/big5.c
compiling /tmp/ruby/src/trunk-yjit/enc/euc_tw.c
compiling /tmp/ruby/src/trunk-yjit/enc/gb2312.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk-yjit/enc/gb18030.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk-yjit/enc/gbk.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk-yjit/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk-yjit/enc/koi8_r.c
compiling /tmp/ruby/src/trunk-yjit/enc/koi8_u.c
compiling /tmp/ruby/src/trunk-yjit/enc/shift_jis.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/escape.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk-yjit/enc/utf_16be.c
compiling /tmp/ruby/src/trunk-yjit/enc/utf_16le.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk-yjit/enc/utf_32be.c
compiling /tmp/ruby/src/trunk-yjit/enc/utf_32le.c
compiling /tmp/ruby/src/trunk-yjit/enc/windows_31j.c
compiling /tmp/ruby/src/trunk-yjit/enc/windows_1250.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk-yjit/enc/windows_1251.c
compiling /tmp/ruby/src/trunk-yjit/enc/windows_1252.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk-yjit/enc/windows_1253.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk-yjit/enc/windows_1254.c
compiling /tmp/ruby/src/trunk-yjit/enc/trans/korean.c
compiling /tmp/ruby/src/trunk-yjit/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
compiling /tmp/ruby/src/trunk-yjit/enc/trans/single_byte.c
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
compiling /tmp/ruby/src/trunk-yjit/enc/trans/utf8_mac.c
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-yjit/enc/trans/utf_16_32.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
linking encoding windows_1257.so
linking transcoder transdb.so
linking transcoder big5.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/RUBY_ALIGNOF/c.c
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking shared-object -test-/RUBY_ALIGNOF.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/arith_seq/beg_len_step'
linking transcoder gb18030.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
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 utf_16_32.so
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/array/resize/resize.c
linking transcoder utf8_mac.so
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-yjit/ext/-test-/array/concat'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bignum/big2str.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bignum/bigzero.c
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bignum/div.c
linking shared-object -test-/bug_14834.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bug-3571/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bug-5832/bug.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bignum/mul.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/class'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/bignum/str2big.c
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/class/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/debug/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/dln/empty/empty.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/debug/inspector.c
linking shared-object -test-/class.so
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/exception/dataerror.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/debug/profile_frames.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/file'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/exception/enc_raise.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/float'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/exception/ensured.c
linking shared-object -test-/debug.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/file/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/funcall/funcall.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/file/stat.c
linking shared-object -test-/funcall.so
linking shared-object -test-/float.so
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/hash/delete.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/integer/core_ext.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/hash/init.c
linking shared-object -test-/iseq_load.so
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/load/dot.dot/dot.dot.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/iter/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/iter/yield.c
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/marshal/compat/usrcompat.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/integer/my_integer.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/integer.so
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/method'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/memory_view/memory_view.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
linking shared-object -test-/marshal/usr.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/method/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/num2int.so
linking shared-object -test-/method.so
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/num2int'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/printf/printf.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/postponed_job/postponed_job.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/proc/init.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/random'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/random/bad_version.c
linking shared-object -test-/printf.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/proc/receiver.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/rational/rat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/proc/super.c
linking shared-object -test-/rb_call_super_kw.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/random/loop.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/recursion/recursion.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/regexp/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/st/foreach/foreach.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/foreach.so
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/st/foreach'
linking shared-object -test-/st/numhash.so
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/string'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/struct/duplicate.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/symbol/init.c
linking shared-object -test-/st/update.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/struct/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/symbol/type.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/struct/len.c
linking shared-object -test-/thread/instrumentation.so
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/thread_fd/thread_fd.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/cstr.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/time'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/struct/member.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/time/leap_second.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/enc_associate.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/time/new.c
linking shared-object -test-/tracepoint.so
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/enc_dummy.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/wait/wait.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-yjit/ext/bigdecimal/bigdecimal.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-yjit/ext/cgi/escape/escape.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/new.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/continuation'
compiling /tmp/ruby/src/trunk-yjit/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/normalize.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
compiling /tmp/ruby/src/trunk-yjit/ext/coverage/coverage.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-yjit/ext/bigdecimal/missing.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/rb_str_dup.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
compiling /tmp/ruby/src/trunk-yjit/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-yjit/ext/-test-/string/set_len.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
compiling /tmp/ruby/src/trunk-yjit/ext/digest/digest.c
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/etc'
compiling /tmp/ruby/src/trunk-yjit/ext/etc/etc.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fcntl'
compiling /tmp/ruby/src/trunk-yjit/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/closure.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
compiling /tmp/ruby/src/trunk-yjit/ext/io/console/console.c
linking shared-object bigdecimal.so
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/conversions.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/memory_view.c
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-yjit/ext/io/nonblock/nonblock.c
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/wait'
compiling /tmp/ruby/src/trunk-yjit/ext/io/wait/wait.c
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/pinned.c
linking shared-object io/nonblock.so
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/nonblock'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
compiling /tmp/ruby/src/trunk-yjit/ext/monitor/monitor.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
compiling /tmp/ruby/src/trunk-yjit/ext/nkf/nkf.c
compiling /tmp/ruby/src/trunk-yjit/ext/fiddle/pointer.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
compiling /tmp/ruby/src/trunk-yjit/ext/objspace/object_tracing.c
linking shared-object fiddle.so
compiling /tmp/ruby/src/trunk-yjit/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-yjit/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-yjit/ext/objspace/objspace_dump.c
linking shared-object nkf.so
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
compiling /tmp/ruby/src/trunk-yjit/ext/pathname/pathname.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
compiling /tmp/ruby/src/trunk-yjit/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-yjit/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-yjit/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-yjit/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-yjit/ext/psych/psych_to_ruby.c
linking shared-object pathname.so
compiling /tmp/ruby/src/trunk-yjit/ext/psych/psych_yaml_tree.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
compiling /tmp/ruby/src/trunk-yjit/ext/pty/pty.c
linking shared-object psych.so
compiling /tmp/ruby/src/trunk-yjit/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_cipher.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-yjit/ext/rbconfig/sizeof/sizes.c
linking shared-object pty.so
compiling /tmp/ruby/src/trunk-yjit/ext/rbconfig/sizeof/limits.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
compiling /tmp/ruby/src/trunk-yjit/ext/ripper/eventids1.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
compiling /tmp/ruby/src/trunk-yjit/ext/socket/init.c
linking shared-object date_core.so
compiling /tmp/ruby/src/trunk-yjit/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_config.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/stringio'
compiling /tmp/ruby/src/trunk-yjit/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk-yjit/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_engine.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
compiling /tmp/ruby/src/trunk-yjit/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_hmac.c
linking shared-object strscan.so
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_kdf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
compiling /tmp/ruby/src/trunk-yjit/ext/syslog/syslog.c
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/zlib'
compiling /tmp/ruby/src/trunk-yjit/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/ipsocket.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
compiling /tmp/ruby/src/trunk-yjit/ext/socket/tcpsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-yjit/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/tcpserver.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/md5'
compiling /tmp/ruby/src/trunk-yjit/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-yjit/ext/digest/md5/md5.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-yjit/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-yjit/ext/digest/rmd160/rmd160.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_pkey.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-yjit/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-yjit/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/unixserver.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-yjit/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/option.c
compiling /tmp/ruby/src/trunk-yjit/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/ancdata.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json/generator'
compiling /tmp/ruby/src/trunk-yjit/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-yjit/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_pkey_ec.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json/parser'
compiling /tmp/ruby/src/trunk-yjit/ext/json/parser/parser.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_pkey_rsa.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json/parser'
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-yjit/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_ts.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-yjit/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/typeprof.revision unchanged
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/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-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.2
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.7.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.6
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    stringio 3.0.8
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    minitest 5.18.1
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.6
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.1.0
                                    typeprof 0.21.7
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1839 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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/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'
Run options: 
  --seed=29719
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-yjit/test/excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

/tmp/ruby/build/trunk-yjit/.ext/common/ripper/filter.rb:25: [BUG] Segmentation fault at 0x0000000000000028
ruby 3.3.0dev (2023-07-13T08:55:55Z master 9c1fe9064c) +YJIT [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0023 p:---- s:0156 e:000155 CFUNC  :new
c:0022 p:0017 s:0149 e:000148 METHOD /tmp/ruby/build/trunk-yjit/.ext/common/ripper/filter.rb:25
c:0021 p:0006 s:0142 e:000141 METHOD /tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:309 [FINISH]
c:0020 p:---- s:0137 e:000136 CFUNC  :new
c:0019 p:0016 s:0132 e:000131 METHOD /tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:571 [FINISH]
c:0018 p:---- s:0127 e:000126 CFUNC  :new
c:0017 p:0005 s:0122 e:000121 METHOD /tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:576
c:0016 p:0044 s:0114 e:000113 METHOD /tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ruby.rb:172 [FINISH]
c:0015 p:---- s:0105 e:000104 CFUNC  :new
c:0014 p:0078 s:0096 e:000095 METHOD /tmp/ruby/src/trunk-yjit/test/rdoc/xref_test_case.rb:23
c:0013 p:0004 s:0089 e:000088 METHOD /tmp/ruby/src/trunk-yjit/test/rdoc/test_rdoc_context.rb:7
c:0012 p:0041 s:0085 e:000084 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:166
c:0011 p:0075 s:0076 e:000075 BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1590 [FINISH]
c:0010 p:---- s:0069 e:000068 CFUNC  :map
c:0009 p:0103 s:0065 e:000064 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1577
c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1370
c:0007 p:0066 s:0046 E:002150 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:58
c:0006 p:0007 s:0030 e:000029 BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:30 [FINISH]
c:0005 p:---- s:0026 e:000025 CFUNC  :map
c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:29
c:0003 p:0202 s:0016 e:000015 METHOD /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:128
c:0002 p:0105 s:0006 e:000005 EVAL   /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:215 [FINISH]
c:0001 p:0000 s:0003 E:000f10 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:215:in `<main>'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:128:in `run'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:29:in `_run_suites'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:29:in `map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:30:in `block in _run_suites'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/parallel.rb:58:in `_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1370:in `_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1577:in `_run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1577:in `map'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb:1590:in `block in _run_suite'
/tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb:166:in `run'
/tmp/ruby/src/trunk-yjit/test/rdoc/test_rdoc_context.rb:7:in `setup'
/tmp/ruby/src/trunk-yjit/test/rdoc/xref_test_case.rb:23:in `setup'
/tmp/ruby/src/trunk-yjit/test/rdoc/xref_test_case.rb:23:in `new'
/tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ruby.rb:172:in `initialize'
/tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:576:in `parse'
/tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:576:in `new'
/tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:571:in `initialize'
/tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:571:in `new'
/tmp/ruby/src/trunk-yjit/lib/rdoc/parser/ripper_state_lex.rb:309:in `initialize'
/tmp/ruby/build/trunk-yjit/.ext/common/ripper/filter.rb:25:in `initialize'
/tmp/ruby/build/trunk-yjit/.ext/common/ripper/filter.rb:25:in `new'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 3

-- Machine register context ------------------------------------------------
 RIP: 0x00007feb4c8a0088 RBP: 0x0000561e475460e0 RSP: 0x00007ffd1042cd90
 RAX: 0x00007feb4c8bb3e0 RBX: 0x0000000000000000 RCX: 0x000000000000000c
 RDX: 0x0000000000000000 RDI: 0x0000000000000000 RSI: 0x0000000000000000
  R8: 0x00007feb4d336150  R9: 0x0000000000000014 R10: 0x0000000000000001
 R11: 0x000000000000000c R12: 0x00007feb32158a68 R13: 0x00007ffd1042cf80
 R14: 0x0000561e47546438 R15: 0x0000561e475460e0 EFL: 0x0000000000010202

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-yjit/ruby(rb_print_backtrace+0x14) [0x561e45beb2af] /tmp/ruby/src/trunk-yjit/vm_dump.c:785
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk-yjit/vm_dump.c:1101
/tmp/ruby/build/trunk-yjit/ruby(rb_bug_for_fatal_signal+0xec) [0x561e45d4ec4c] /tmp/ruby/src/trunk-yjit/error.c:814
/tmp/ruby/build/trunk-yjit/ruby(sigsegv+0x4d) [0x561e45b3448d] /tmp/ruby/src/trunk-yjit/signal.c:920
/lib/x86_64-linux-gnu/libc.so.6(0x7feb51f52520) [0x7feb51f52520]
/tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so(ripper_parser_mark+0x8) [0x7feb4c8a0088] /tmp/ruby/build/trunk-yjit/ext/ripper/parse.y:13814
/tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so(ripper_parser_mark) (null):0
/tmp/ruby/build/trunk-yjit/ruby(gc_mark_stacked_objects+0x78) [0x561e45a08628] /tmp/ruby/src/trunk-yjit/gc.c:7371
/tmp/ruby/build/trunk-yjit/ruby(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-yjit/gc.c:7409
/tmp/ruby/build/trunk-yjit/ruby(gc_marks_rest) /tmp/ruby/src/trunk-yjit/gc.c:8572
/tmp/ruby/build/trunk-yjit/ruby(gc_marking_exit+0x0) [0x561e45a09602] /tmp/ruby/src/trunk-yjit/gc.c:8629
/tmp/ruby/build/trunk-yjit/ruby(gc_marks) /tmp/ruby/src/trunk-yjit/gc.c:8640
/tmp/ruby/build/trunk-yjit/ruby(gc_start) /tmp/ruby/src/trunk-yjit/gc.c:9413
/tmp/ruby/build/trunk-yjit/ruby(rb_multi_ractor_p+0x0) [0x561e45a0c10e] /tmp/ruby/src/trunk-yjit/gc.c:9298
/tmp/ruby/build/trunk-yjit/ruby(rb_vm_lock_leave) /tmp/ruby/src/trunk-yjit/vm_sync.h:92
/tmp/ruby/build/trunk-yjit/ruby(garbage_collect) /tmp/ruby/src/trunk-yjit/gc.c:9300
/tmp/ruby/build/trunk-yjit/ruby(garbage_collect_with_gvl) /tmp/ruby/src/trunk-yjit/gc.c:9674
/tmp/ruby/build/trunk-yjit/ruby(objspace_malloc_increase_body) /tmp/ruby/src/trunk-yjit/gc.c:12061
/tmp/ruby/build/trunk-yjit/ruby(objspace_malloc_increase_body) /tmp/ruby/src/trunk-yjit/gc.c:12039
/tmp/ruby/build/trunk-yjit/ruby(objspace_malloc_fixup) /tmp/ruby/src/trunk-yjit/gc.c:12149
/tmp/ruby/build/trunk-yjit/ruby(objspace_xcalloc) /tmp/ruby/src/trunk-yjit/gc.c:12488
/tmp/ruby/build/trunk-yjit/ruby(ruby_xcalloc_body) /tmp/ruby/src/trunk-yjit/gc.c:12494
/tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so(ripper_s_allocate+0x28) [0x7feb4c8bb918] /tmp/ruby/src/trunk-yjit/ext/ripper/ripper_init.c:122
/tmp/ruby/build/trunk-yjit/ruby(class_call_alloc_func+0x5) [0x561e45a8a593] /tmp/ruby/src/trunk-yjit/object.c:2075
/tmp/ruby/build/trunk-yjit/ruby(rb_class_alloc) /tmp/ruby/src/trunk-yjit/object.c:2047
/tmp/ruby/build/trunk-yjit/ruby(rb_class_new_instance_pass_kw) /tmp/ruby/src/trunk-yjit/object.c:2106
[0x561e47a159e1]

-- Other runtime information -----------------------------------------------

* Process memory map:

561e45997000-561e459d5000 r--p 00000000 00:115 16517319                  /tmp/ruby/build/trunk-yjit/ruby
561e459d5000-561e45d94000 r-xp 0003e000 00:115 16517319                  /tmp/ruby/build/trunk-yjit/ruby
561e45d94000-561e45f0a000 r--p 003fd000 00:115 16517319                  /tmp/ruby/build/trunk-yjit/ruby
561e45f0a000-561e45f1f000 r--p 00572000 00:115 16517319                  /tmp/ruby/build/trunk-yjit/ruby
561e45f1f000-561e45f25000 rw-p 00587000 00:115 16517319                  /tmp/ruby/build/trunk-yjit/ruby
561e45f25000-561e45f39000 rw-p 00000000 00:00 0 
561e47543000-561e477e0000 rw-p 00000000 00:00 0                          [heap]
561e477f5000-561e47c95000 r-xp 00000000 00:00 0 
561e47c95000-561e4f7f5000 ---p 00000000 00:00 0 
7feb04000000-7feb04268000 rw-p 00000000 00:00 0 
7feb04268000-7feb08000000 ---p 00000000 00:00 0 
7feb08000000-7feb08263000 rw-p 00000000 00:00 0 
7feb08263000-7feb0c000000 ---p 00000000 00:00 0 
7feb0c000000-7feb0c13d000 rw-p 00000000 00:00 0 
7feb0c13d000-7feb10000000 ---p 00000000 00:00 0 
7feb10000000-7feb103c4000 rw-p 00000000 00:00 0 
7feb103c4000-7feb14000000 ---p 00000000 00:00 0 
7feb14000000-7feb145e9000 rw-p 00000000 00:00 0 
7feb145e9000-7feb18000000 ---p 00000000 00:00 0 
7feb18000000-7feb182f4000 rw-p 00000000 00:00 0 
7feb182f4000-7feb1c000000 ---p 00000000 00:00 0 
7feb1c000000-7feb1c104000 rw-p 00000000 00:00 0 
7feb1c104000-7feb20000000 ---p 00000000 00:00 0 
7feb20000000-7feb2063e000 rw-p 00000000 00:00 0 
7feb2063e000-7feb24000000 ---p 00000000 00:00 0 
7feb24000000-7feb24102000 rw-p 00000000 00:00 0 
7feb24102000-7feb28000000 ---p 00000000 00:00 0 
7feb29732000-7feb2c000000 r--s 00000000 00:115 16517319                  /tmp/ruby/build/trunk-yjit/ruby
7feb2c000000-7feb2c10a000 rw-p 00000000 00:00 0 
7feb2c10a000-7feb30000000 ---p 00000000 00:00 0 
7feb318b9000-7feb31cf0000 r--s 00000000 00:115 13244435                  /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug
7feb31cf0000-7feb31f0e000 r--s 00000000 00:115 13112687                  /usr/lib/x86_64-linux-gnu/libc.so.6
7feb31f0e000-7feb31f0f000 ---p 00000000 00:00 0 
7feb31f0f000-7feb3202f000 rw-p 00000000 00:00 0 
7feb3202f000-7feb32030000 ---p 00000000 00:00 0 
7feb32030000-7feb321a0000 rw-p 00000000 00:00 0 
7feb321aa000-7feb321ab000 ---p 00000000 00:00 0 
7feb321ab000-7feb322cb000 rw-p 00000000 00:00 0 
7feb322cb000-7feb322cc000 ---p 00000000 00:00 0 
7feb322cc000-7feb323ec000 rw-p 00000000 00:00 0 
7feb323ec000-7feb323ed000 ---p 00000000 00:00 0 
7feb323ed000-7feb3250d000 rw-p 00000000 00:00 0 
7feb3250d000-7feb3250e000 ---p 00000000 00:00 0 
7feb3250e000-7feb3262e000 rw-p 00000000 00:00 0 
7feb3262e000-7feb3262f000 ---p 00000000 00:00 0 
7feb3262f000-7feb3274f000 rw-p 00000000 00:00 0 
7feb3274f000-7feb32750000 ---p 00000000 00:00 0 
7feb32750000-7feb32870000 rw-p 00000000 00:00 0 
7feb32870000-7feb32871000 ---p 00000000 00:00 0 
7feb32871000-7feb32991000 rw-p 00000000 00:00 0 
7feb32991000-7feb32992000 ---p 00000000 00:00 0 
7feb32992000-7feb32ab2000 rw-p 00000000 00:00 0 
7feb32ab2000-7feb32ab5000 r--p 00000000 00:115 16532408                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7feb32ab5000-7feb32ab6000 r-xp 00003000 00:115 16532408                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7feb32ab6000-7feb32aca000 r--p 00004000 00:115 16532408                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7feb32aca000-7feb32acf000 r--p 00017000 00:115 16532408                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7feb32acf000-7feb32ad0000 rw-p 0001c000 00:115 16532408                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/single_byte.so
7feb32ad0000-7feb33050000 rw-p 00000000 00:00 0 
7feb3305f000-7feb34350000 rw-p 00000000 00:00 0 
7feb34360000-7feb344b0000 rw-p 00000000 00:00 0 
7feb344be000-7feb35910000 rw-p 00000000 00:00 0 
7feb35920000-7feb35950000 rw-p 00000000 00:00 0 
7feb35960000-7feb35ab0000 rw-p 00000000 00:00 0 
7feb35ac0000-7feb35b10000 rw-p 00000000 00:00 0 
7feb35b1f000-7feb36140000 rw-p 00000000 00:00 0 
7feb36150000-7feb361b0000 rw-p 00000000 00:00 0 
7feb361c0000-7feb36210000 rw-p 00000000 00:00 0 
7feb36220000-7feb36270000 rw-p 00000000 00:00 0 
7feb36280000-7feb362d0000 rw-p 00000000 00:00 0 
7feb362e0000-7feb36330000 rw-p 00000000 00:00 0 
7feb36340000-7feb36390000 rw-p 00000000 00:00 0 
7feb363a0000-7feb363f0000 rw-p 00000000 00:00 0 
7feb36400000-7feb36450000 rw-p 00000000 00:00 0 
7feb36460000-7feb364b0000 rw-p 00000000 00:00 0 
7feb364c0000-7feb36510000 rw-p 00000000 00:00 0 
7feb36520000-7feb36550000 rw-p 00000000 00:00 0 
7feb36560000-7feb36580000 rw-p 00000000 00:00 0 
7feb36590000-7feb365c0000 rw-p 00000000 00:00 0 
7feb365d0000-7feb36710000 rw-p 00000000 00:00 0 
7feb36720000-7feb36770000 rw-p 00000000 00:00 0 
7feb36780000-7feb367d0000 rw-p 00000000 00:00 0 
7feb367e0000-7feb36950000 rw-p 00000000 00:00 0 
7feb36960000-7feb369b0000 rw-p 00000000 00:00 0 
7feb369c0000-7feb36a10000 rw-p 00000000 00:00 0 
7feb36a20000-7feb36b90000 rw-p 00000000 00:00 0 
7feb36ba0000-7feb36bf0000 rw-p 00000000 00:00 0 
7feb36c00000-7feb36c50000 rw-p 00000000 00:00 0 
7feb36c60000-7feb36dd0000 rw-p 00000000 00:00 0 
7feb36de0000-7feb36e30000 rw-p 00000000 00:00 0 
7feb36e40000-7feb36e90000 rw-p 00000000 00:00 0 
7feb36ea0000-7feb36f50000 rw-p 00000000 00:00 0 
7feb36f60000-7feb36f90000 rw-p 00000000 00:00 0 
7feb36fa0000-7feb36ff0000 rw-p 00000000 00:00 0 
7feb37000000-7feb37010000 rw-p 00000000 00:00 0 
7feb37020000-7feb37070000 rw-p 00000000 00:00 0 
7feb37080000-7feb37130000 rw-p 00000000 00:00 0 
7feb37140000-7feb371f0000 rw-p 00000000 00:00 0 
7feb37200000-7feb37290000 rw-p 00000000 00:00 0 
7feb372a0000-7feb372c0000 rw-p 00000000 00:00 0 
7feb372d0000-7feb37440000 rw-p 00000000 00:00 0 
7feb37450000-7feb374a0000 rw-p 00000000 00:00 0 
7feb374b0000-7feb37560000 rw-p 00000000 00:00 0 
7feb37570000-7feb37580000 rw-p 00000000 00:00 0 
7feb37590000-7feb375a0000 rw-p 00000000 00:00 0 
7feb375b0000-7feb375f0000 rw-p 00000000 00:00 0 
7feb37600000-7feb37610000 rw-p 00000000 00:00 0 
7feb37620000-7feb376a0000 rw-p 00000000 00:00 0 
7feb376b0000-7feb376d0000 rw-p 00000000 00:00 0 
7feb376e0000-7feb37700000 rw-p 00000000 00:00 0 
7feb37710000-7feb37740000 rw-p 00000000 00:00 0 
7feb37750000-7feb37770000 rw-p 00000000 00:00 0 
7feb37780000-7feb377d0000 rw-p 00000000 00:00 0 
7feb377e0000-7feb37830000 rw-p 00000000 00:00 0 
7feb37840000-7feb37850000 rw-p 00000000 00:00 0 
7feb37860000-7feb37890000 rw-p 00000000 00:00 0 
7feb378a0000-7feb378b0000 rw-p 00000000 00:00 0 
7feb378c0000-7feb37990000 rw-p 00000000 00:00 0 
7feb379a0000-7feb37a20000 rw-p 00000000 00:00 0 
7feb37a30000-7feb37a40000 rw-p 00000000 00:00 0 
7feb37a50000-7feb37ea0000 rw-p 00000000 00:00 0 
7feb37eb0000-7feb37ec0000 rw-p 00000000 00:00 0 
7feb37ed0000-7feb37ef0000 rw-p 00000000 00:00 0 
7feb37f00000-7feb38000000 rw-p 00000000 00:00 0 
7feb38000000-7feb3810e000 rw-p 00000000 00:00 0 
7feb3810e000-7feb3c000000 ---p 00000000 00:00 0 
7feb3c010000-7feb3c0a0000 rw-p 00000000 00:00 0 
7feb3c0b0000-7feb3c140000 rw-p 00000000 00:00 0 
7feb3c144000-7feb3caee000 rw-p 00000000 00:00 0 
7feb3caee000-7feb3caef000 r--p 00000000 00:115 16531745                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7feb3caef000-7feb3caf0000 r-xp 00001000 00:115 16531745                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7feb3caf0000-7feb3cb46000 r--p 00002000 00:115 16531745                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7feb3cb46000-7feb3cb47000 r--p 00057000 00:115 16531745                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7feb3cb47000-7feb3cb48000 rw-p 00058000 00:115 16531745                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_euc.so
7feb3cb60000-7feb3d100000 rw-p 00000000 00:00 0 
7feb3d107000-7feb3fedf000 rw-p 00000000 00:00 0 
7feb3fedf000-7feb3fee0000 ---p 00000000 00:00 0 
7feb3fee0000-7feb40000000 rw-p 00000000 00:00 0 
7feb40000000-7feb40021000 rw-p 00000000 00:00 0 
7feb40021000-7feb44000000 ---p 00000000 00:00 0 
7feb44000000-7feb442a8000 rw-p 00000000 00:00 0 
7feb442a8000-7feb48000000 ---p 00000000 00:00 0 
7feb48000000-7feb4810b000 rw-p 00000000 00:00 0 
7feb4810b000-7feb4c000000 ---p 00000000 00:00 0 
7feb4c003000-7feb4c005000 r--p 00000000 00:115 16530513                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7feb4c005000-7feb4c00c000 r-xp 00002000 00:115 16530513                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7feb4c00c000-7feb4c00e000 r--p 00009000 00:115 16530513                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7feb4c00e000-7feb4c00f000 r--p 0000a000 00:115 16530513                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7feb4c00f000-7feb4c010000 rw-p 0000b000 00:115 16530513                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/generator.so
7feb4c010000-7feb4c040000 rw-p 00000000 00:00 0 
7feb4c044000-7feb4c047000 r--p 00000000 00:115 16529441                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7feb4c047000-7feb4c050000 r-xp 00003000 00:115 16529441                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7feb4c050000-7feb4c053000 r--p 0000c000 00:115 16529441                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7feb4c053000-7feb4c054000 r--p 0000e000 00:115 16529441                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7feb4c054000-7feb4c055000 rw-p 0000f000 00:115 16529441                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
7feb4c055000-7feb4c056000 r--p 00000000 00:115 16531747                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7feb4c056000-7feb4c057000 r-xp 00001000 00:115 16531747                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7feb4c057000-7feb4c07b000 r--p 00002000 00:115 16531747                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7feb4c07b000-7feb4c07c000 r--p 00025000 00:115 16531747                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7feb4c07c000-7feb4c07d000 rw-p 00026000 00:115 16531747                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/japanese_sjis.so
7feb4c07d000-7feb4c1d0000 rw-p 00000000 00:00 0 
7feb4c1d0000-7feb4c1d2000 r--p 00000000 00:115 16530504                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7feb4c1d2000-7feb4c1d6000 r-xp 00002000 00:115 16530504                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7feb4c1d6000-7feb4c1d7000 r--p 00006000 00:115 16530504                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7feb4c1d7000-7feb4c1d8000 r--p 00006000 00:115 16530504                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7feb4c1d8000-7feb4c1d9000 rw-p 00007000 00:115 16530504                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/json/ext/parser.so
7feb4c1d9000-7feb4c240000 rw-p 00000000 00:00 0 
7feb4c244000-7feb4c246000 r--p 00000000 00:115 16530129                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7feb4c246000-7feb4c249000 r-xp 00002000 00:115 16530129                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7feb4c249000-7feb4c24a000 r--p 00005000 00:115 16530129                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7feb4c24a000-7feb4c24b000 ---p 00006000 00:115 16530129                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7feb4c24b000-7feb4c24c000 r--p 00006000 00:115 16530129                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7feb4c24c000-7feb4c24d000 rw-p 00007000 00:115 16530129                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/string.so
7feb4c24d000-7feb4c2b0000 rw-p 00000000 00:00 0 
7feb4c2b4000-7feb4c330000 rw-p 00000000 00:00 0 
7feb4c338000-7feb4c370000 rw-p 00000000 00:00 0 
7feb4c372000-7feb4c373000 r--p 00000000 00:115 16529304                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/usr.so
7feb4c373000-7feb4c374000 r-xp 00001000 00:115 16529304                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/usr.so
7feb4c374000-7feb4c375000 r--p 00002000 00:115 16529304                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/usr.so
7feb4c375000-7feb4c376000 r--p 00002000 00:115 16529304                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/usr.so
7feb4c376000-7feb4c377000 rw-p 00003000 00:115 16529304                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/marshal/usr.so
7feb4c377000-7feb4c379000 r--p 00000000 00:115 13129429                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7feb4c379000-7feb4c392000 r-xp 00002000 00:115 13129429                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7feb4c392000-7feb4c396000 r--p 0001b000 00:115 13129429                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7feb4c396000-7feb4c397000 r--p 0001e000 00:115 13129429                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7feb4c397000-7feb4c398000 rw-p 0001f000 00:115 13129429                  /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6
7feb4c398000-7feb4c3d0000 rw-p 00000000 00:00 0 
7feb4c3d1000-7feb4c3d4000 r--p 00000000 00:115 16530313                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7feb4c3d4000-7feb4c403000 r-xp 00003000 00:115 16530313                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7feb4c403000-7feb4c40c000 r--p 00032000 00:115 16530313                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7feb4c40c000-7feb4c40d000 r--p 0003a000 00:115 16530313                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7feb4c40d000-7feb4c40e000 rw-p 0003b000 00:115 16530313                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/date_core.so
7feb4c40e000-7feb4c40f000 rw-p 00000000 00:00 0 
7feb4c40f000-7feb4c410000 ---p 00000000 00:00 0 
7feb4c410000-7feb4c540000 rw-p 00000000 00:00 0 
7feb4c540000-7feb4c541000 r--p 00000000 00:115 16530781                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7feb4c541000-7feb4c542000 r-xp 00001000 00:115 16530781                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7feb4c542000-7feb4c543000 r--p 00002000 00:115 16530781                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7feb4c543000-7feb4c544000 r--p 00002000 00:115 16530781                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7feb4c544000-7feb4c545000 rw-p 00003000 00:115 16530781                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1257.so
7feb4c545000-7feb4c5b0000 rw-p 00000000 00:00 0 
7feb4c5b2000-7feb4c680000 rw-p 00000000 00:00 0 
7feb4c680000-7feb4c681000 r--p 00000000 00:115 16530767                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7feb4c681000-7feb4c682000 r-xp 00001000 00:115 16530767                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7feb4c682000-7feb4c683000 r--p 00002000 00:115 16530767                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7feb4c683000-7feb4c684000 r--p 00002000 00:115 16530767                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7feb4c684000-7feb4c685000 rw-p 00003000 00:115 16530767                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1254.so
7feb4c685000-7feb4c760000 rw-p 00000000 00:00 0 
7feb4c760000-7feb4c761000 r--p 00000000 00:115 16530760                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7feb4c761000-7feb4c762000 r-xp 00001000 00:115 16530760                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7feb4c762000-7feb4c763000 r--p 00002000 00:115 16530760                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7feb4c763000-7feb4c764000 r--p 00002000 00:115 16530760                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7feb4c764000-7feb4c765000 rw-p 00003000 00:115 16530760                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1253.so
7feb4c765000-7feb4c766000 r--p 00000000 00:115 16530758                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7feb4c766000-7feb4c767000 r-xp 00001000 00:115 16530758                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7feb4c767000-7feb4c768000 r--p 00002000 00:115 16530758                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7feb4c768000-7feb4c769000 r--p 00002000 00:115 16530758                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7feb4c769000-7feb4c76a000 rw-p 00003000 00:115 16530758                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1252.so
7feb4c76a000-7feb4c891000 rw-p 00000000 00:00 0 
7feb4c891000-7feb4c898000 r--p 00000000 00:115 16530505                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7feb4c898000-7feb4c8bd000 r-xp 00007000 00:115 16530505                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7feb4c8bd000-7feb4c8d7000 r--p 0002c000 00:115 16530505                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7feb4c8d7000-7feb4c8d9000 r--p 00045000 00:115 16530505                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7feb4c8d9000-7feb4c8da000 rw-p 00047000 00:115 16530505                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/ripper.so
7feb4c8da000-7feb4ca20000 rw-p 00000000 00:00 0 
7feb4ca20000-7feb4ca21000 r--p 00000000 00:115 16530755                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7feb4ca21000-7feb4ca22000 r-xp 00001000 00:115 16530755                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7feb4ca22000-7feb4ca23000 r--p 00002000 00:115 16530755                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7feb4ca23000-7feb4ca24000 r--p 00002000 00:115 16530755                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7feb4ca24000-7feb4ca25000 rw-p 00003000 00:115 16530755                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1251.so
7feb4ca25000-7feb4ca26000 r--p 00000000 00:115 16530753                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7feb4ca26000-7feb4ca27000 r-xp 00001000 00:115 16530753                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7feb4ca27000-7feb4ca28000 r--p 00002000 00:115 16530753                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7feb4ca28000-7feb4ca29000 r--p 00002000 00:115 16530753                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7feb4ca29000-7feb4ca2a000 rw-p 00003000 00:115 16530753                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_1250.so
7feb4ca2a000-7feb4ca2b000 r--p 00000000 00:115 16530736                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7feb4ca2b000-7feb4ca2c000 r-xp 00001000 00:115 16530736                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7feb4ca2c000-7feb4ca2d000 r--p 00002000 00:115 16530736                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7feb4ca2d000-7feb4ca2e000 r--p 00002000 00:115 16530736                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7feb4ca2e000-7feb4ca2f000 rw-p 00003000 00:115 16530736                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_u.so
7feb4ca2f000-7feb4cac0000 rw-p 00000000 00:00 0 
7feb4cac4000-7feb4cac5000 r--p 00000000 00:115 16530735                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7feb4cac5000-7feb4cac6000 r-xp 00001000 00:115 16530735                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7feb4cac6000-7feb4cac7000 r--p 00002000 00:115 16530735                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7feb4cac7000-7feb4cac8000 r--p 00002000 00:115 16530735                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7feb4cac8000-7feb4cac9000 rw-p 00003000 00:115 16530735                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/koi8_r.so
7feb4cac9000-7feb4caca000 r--p 00000000 00:115 16530734                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7feb4caca000-7feb4cacb000 r-xp 00001000 00:115 16530734                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7feb4cacb000-7feb4cacc000 r--p 00002000 00:115 16530734                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7feb4cacc000-7feb4cacd000 r--p 00002000 00:115 16530734                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7feb4cacd000-7feb4cace000 rw-p 00003000 00:115 16530734                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_16.so
7feb4cace000-7feb4cb30000 rw-p 00000000 00:00 0 
7feb4cb32000-7feb4cb33000 r--p 00000000 00:115 16530733                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7feb4cb33000-7feb4cb34000 r-xp 00001000 00:115 16530733                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7feb4cb34000-7feb4cb35000 r--p 00002000 00:115 16530733                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7feb4cb35000-7feb4cb36000 r--p 00002000 00:115 16530733                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7feb4cb36000-7feb4cb37000 rw-p 00003000 00:115 16530733                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_15.so
7feb4cb37000-7feb4cb38000 r--p 00000000 00:115 16530731                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7feb4cb38000-7feb4cb39000 r-xp 00001000 00:115 16530731                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7feb4cb39000-7feb4cb3a000 r--p 00002000 00:115 16530731                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7feb4cb3a000-7feb4cb3b000 r--p 00002000 00:115 16530731                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7feb4cb3b000-7feb4cb3c000 rw-p 00003000 00:115 16530731                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_14.so
7feb4cb3c000-7feb4cb5f000 rw-p 00000000 00:00 0 
7feb4cb5f000-7feb4cb60000 ---p 00000000 00:00 0 
7feb4cb60000-7feb4cc90000 rw-p 00000000 00:00 0 
7feb4cc90000-7feb4cc91000 r--p 00000000 00:115 16530730                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7feb4cc91000-7feb4cc92000 r-xp 00001000 00:115 16530730                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7feb4cc92000-7feb4cc93000 r--p 00002000 00:115 16530730                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7feb4cc93000-7feb4cc94000 r--p 00002000 00:115 16530730                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7feb4cc94000-7feb4cc95000 rw-p 00003000 00:115 16530730                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_13.so
7feb4cc95000-7feb4cc96000 r--p 00000000 00:115 16530728                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7feb4cc96000-7feb4cc97000 r-xp 00001000 00:115 16530728                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7feb4cc97000-7feb4cc98000 r--p 00002000 00:115 16530728                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7feb4cc98000-7feb4cc99000 r--p 00002000 00:115 16530728                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7feb4cc99000-7feb4cc9a000 rw-p 00003000 00:115 16530728                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_11.so
7feb4cc9a000-7feb4cc9b000 r--p 00000000 00:115 16530727                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7feb4cc9b000-7feb4cc9c000 r-xp 00001000 00:115 16530727                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7feb4cc9c000-7feb4cc9d000 r--p 00002000 00:115 16530727                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7feb4cc9d000-7feb4cc9e000 r--p 00002000 00:115 16530727                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7feb4cc9e000-7feb4cc9f000 rw-p 00003000 00:115 16530727                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_10.so
7feb4cc9f000-7feb4cd10000 rw-p 00000000 00:00 0 
7feb4cd12000-7feb4cd13000 r--p 00000000 00:115 16530726                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7feb4cd13000-7feb4cd14000 r-xp 00001000 00:115 16530726                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7feb4cd14000-7feb4cd15000 r--p 00002000 00:115 16530726                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7feb4cd15000-7feb4cd16000 r--p 00002000 00:115 16530726                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7feb4cd16000-7feb4cd17000 rw-p 00003000 00:115 16530726                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_9.so
7feb4cd17000-7feb4cda0000 rw-p 00000000 00:00 0 
7feb4cda0000-7feb4cda1000 r--p 00000000 00:115 16530724                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7feb4cda1000-7feb4cda2000 r-xp 00001000 00:115 16530724                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7feb4cda2000-7feb4cda3000 r--p 00002000 00:115 16530724                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7feb4cda3000-7feb4cda4000 r--p 00002000 00:115 16530724                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7feb4cda4000-7feb4cda5000 rw-p 00003000 00:115 16530724                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_8.so
7feb4cda5000-7feb4ce70000 rw-p 00000000 00:00 0 
7feb4ce74000-7feb4ce75000 r--p 00000000 00:115 16530723                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7feb4ce75000-7feb4ce76000 r-xp 00001000 00:115 16530723                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7feb4ce76000-7feb4ce77000 r--p 00002000 00:115 16530723                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7feb4ce77000-7feb4ce78000 r--p 00002000 00:115 16530723                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7feb4ce78000-7feb4ce79000 rw-p 00003000 00:115 16530723                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_7.so
7feb4ce79000-7feb4ce7a000 r--p 00000000 00:115 16530722                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7feb4ce7a000-7feb4ce7b000 r-xp 00001000 00:115 16530722                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7feb4ce7b000-7feb4ce7c000 r--p 00002000 00:115 16530722                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7feb4ce7c000-7feb4ce7d000 r--p 00002000 00:115 16530722                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7feb4ce7d000-7feb4ce7e000 rw-p 00003000 00:115 16530722                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_6.so
7feb4ce7e000-7feb4cf10000 rw-p 00000000 00:00 0 
7feb4cf13000-7feb4cf14000 r--p 00000000 00:115 16530719                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7feb4cf14000-7feb4cf15000 r-xp 00001000 00:115 16530719                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7feb4cf15000-7feb4cf16000 r--p 00002000 00:115 16530719                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7feb4cf16000-7feb4cf17000 r--p 00002000 00:115 16530719                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7feb4cf17000-7feb4cf18000 rw-p 00003000 00:115 16530719                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_5.so
7feb4cf18000-7feb4cf50000 rw-p 00000000 00:00 0 
7feb4cf50000-7feb4cf51000 r--p 00000000 00:115 16530690                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7feb4cf51000-7feb4cf52000 r-xp 00001000 00:115 16530690                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7feb4cf52000-7feb4cf53000 r--p 00002000 00:115 16530690                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7feb4cf53000-7feb4cf54000 r--p 00002000 00:115 16530690                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7feb4cf54000-7feb4cf55000 rw-p 00003000 00:115 16530690                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_4.so
7feb4cf55000-7feb4cf56000 r--p 00000000 00:115 16530689                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7feb4cf56000-7feb4cf57000 r-xp 00001000 00:115 16530689                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7feb4cf57000-7feb4cf58000 r--p 00002000 00:115 16530689                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7feb4cf58000-7feb4cf59000 r--p 00002000 00:115 16530689                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7feb4cf59000-7feb4cf5a000 rw-p 00003000 00:115 16530689                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_3.so
7feb4cf5a000-7feb4cf5b000 ---p 00000000 00:00 0 
7feb4cf5b000-7feb4d0b0000 rw-p 00000000 00:00 0 
7feb4d0b4000-7feb4d0b5000 r--p 00000000 00:115 16530688                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7feb4d0b5000-7feb4d0b6000 r-xp 00001000 00:115 16530688                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7feb4d0b6000-7feb4d0b7000 r--p 00002000 00:115 16530688                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7feb4d0b7000-7feb4d0b8000 r--p 00002000 00:115 16530688                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7feb4d0b8000-7feb4d0b9000 rw-p 00003000 00:115 16530688                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_2.so
7feb4d0b9000-7feb4d0ba000 r--p 00000000 00:115 16530660                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7feb4d0ba000-7feb4d0bb000 r-xp 00001000 00:115 16530660                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7feb4d0bb000-7feb4d0bc000 r--p 00002000 00:115 16530660                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7feb4d0bc000-7feb4d0bd000 r--p 00002000 00:115 16530660                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7feb4d0bd000-7feb4d0be000 rw-p 00003000 00:115 16530660                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/iso_8859_1.so
7feb4d0be000-7feb4d123000 rw-p 00000000 00:00 0 
7feb4d125000-7feb4d126000 r--p 00000000 00:115 16530646                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7feb4d126000-7feb4d127000 r-xp 00001000 00:115 16530646                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7feb4d127000-7feb4d128000 r--p 00002000 00:115 16530646                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7feb4d128000-7feb4d129000 r--p 00002000 00:115 16530646                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7feb4d129000-7feb4d12a000 rw-p 00003000 00:115 16530646                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gbk.so
7feb4d12a000-7feb4d12b000 r--p 00000000 00:115 16530639                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7feb4d12b000-7feb4d12c000 r-xp 00001000 00:115 16530639                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7feb4d12c000-7feb4d12d000 r--p 00002000 00:115 16530639                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7feb4d12d000-7feb4d12e000 r--p 00002000 00:115 16530639                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7feb4d12e000-7feb4d12f000 rw-p 00003000 00:115 16530639                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/gb18030.so
7feb4d12f000-7feb4d133000 r--p 00000000 00:115 16530198                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fiddle.so
7feb4d133000-7feb4d13b000 r-xp 00004000 00:115 16530198                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fiddle.so
7feb4d13b000-7feb4d13e000 r--p 0000c000 00:115 16530198                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fiddle.so
7feb4d13e000-7feb4d13f000 r--p 0000e000 00:115 16530198                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fiddle.so
7feb4d13f000-7feb4d140000 rw-p 0000f000 00:115 16530198                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/fiddle.so
7feb4d140000-7feb4d190000 rw-p 00000000 00:00 0 
7feb4d194000-7feb4d2d0000 rw-p 00000000 00:00 0 
7feb4d2d3000-7feb4d2d4000 r--p 00000000 00:115 16530631                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7feb4d2d4000-7feb4d2d5000 r-xp 00001000 00:115 16530631                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7feb4d2d5000-7feb4d2d6000 r--p 00002000 00:115 16530631                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7feb4d2d6000-7feb4d2d7000 r--p 00002000 00:115 16530631                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7feb4d2d7000-7feb4d2d8000 rw-p 00003000 00:115 16530631                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_tw.so
7feb4d2d8000-7feb4d2d9000 r--p 00000000 00:115 16530635                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7feb4d2d9000-7feb4d2da000 r-xp 00001000 00:115 16530635                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7feb4d2da000-7feb4d2db000 r--p 00002000 00:115 16530635                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7feb4d2db000-7feb4d2dc000 r--p 00002000 00:115 16530635                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7feb4d2dc000-7feb4d2dd000 rw-p 00003000 00:115 16530635                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_kr.so
7feb4d2dd000-7feb4d3c0000 rw-p 00000000 00:00 0 
7feb4d3c1000-7feb4d400000 rw-p 00000000 00:00 0 
7feb4d403000-7feb4d404000 r--p 00000000 00:115 16525873                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7feb4d404000-7feb4d405000 r-xp 00001000 00:115 16525873                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7feb4d405000-7feb4d406000 r--p 00002000 00:115 16525873                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7feb4d406000-7feb4d407000 r--p 00002000 00:115 16525873                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7feb4d407000-7feb4d408000 rw-p 00003000 00:115 16525873                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/emacs_mule.so
7feb4d408000-7feb4d409000 r--p 00000000 00:115 16530630                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7feb4d409000-7feb4d40a000 r-xp 00001000 00:115 16530630                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7feb4d40a000-7feb4d40b000 r--p 00002000 00:115 16530630                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7feb4d40b000-7feb4d40c000 ---p 00003000 00:115 16530630                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7feb4d40c000-7feb4d40d000 r--p 00003000 00:115 16530630                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7feb4d40d000-7feb4d40e000 rw-p 00004000 00:115 16530630                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cesu_8.so
7feb4d40e000-7feb4d411000 r--p 00000000 00:115 16530371                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7feb4d411000-7feb4d41d000 r-xp 00003000 00:115 16530371                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7feb4d41d000-7feb4d420000 r--p 0000f000 00:115 16530371                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7feb4d420000-7feb4d421000 ---p 00012000 00:115 16530371                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7feb4d421000-7feb4d422000 r--p 00012000 00:115 16530371                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7feb4d422000-7feb4d423000 rw-p 00013000 00:115 16530371                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/zlib.so
7feb4d423000-7feb4d474000 rw-p 00000000 00:00 0 
7feb4d477000-7feb4d478000 r--p 00000000 00:115 16529903                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7feb4d478000-7feb4d479000 r-xp 00001000 00:115 16529903                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7feb4d479000-7feb4d47a000 r--p 00002000 00:115 16529903                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7feb4d47a000-7feb4d47b000 r--p 00002000 00:115 16529903                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7feb4d47b000-7feb4d47c000 rw-p 00003000 00:115 16529903                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/update.so
7feb4d47c000-7feb4d47d000 r--p 00000000 00:115 16529601                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/foreach.so
7feb4d47d000-7feb4d47e000 r-xp 00001000 00:115 16529601                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/foreach.so
7feb4d47e000-7feb4d47f000 r--p 00002000 00:115 16529601                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/foreach.so
7feb4d47f000-7feb4d480000 r--p 00002000 00:115 16529601                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/foreach.so
7feb4d480000-7feb4d481000 rw-p 00003000 00:115 16529601                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/st/foreach.so
7feb4d481000-7feb4d482000 r--p 00000000 00:115 16530135                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/erb/escape.so
7feb4d482000-7feb4d483000 r-xp 00001000 00:115 16530135                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/erb/escape.so
7feb4d483000-7feb4d484000 r--p 00002000 00:115 16530135                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/erb/escape.so
7feb4d484000-7feb4d485000 r--p 00002000 00:115 16530135                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/erb/escape.so
7feb4d485000-7feb4d486000 rw-p 00003000 00:115 16530135                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/erb/escape.so
7feb4d486000-7feb4d488000 r--p 00000000 00:115 16530341                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7feb4d488000-7feb4d48c000 r-xp 00002000 00:115 16530341                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7feb4d48c000-7feb4d48e000 r--p 00006000 00:115 16530341                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7feb4d48e000-7feb4d48f000 r--p 00007000 00:115 16530341                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7feb4d48f000-7feb4d490000 rw-p 00008000 00:115 16530341                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/strscan.so
7feb4d490000-7feb4d590000 rw-p 00000000 00:00 0 
7feb4d590000-7feb4d591000 r--p 00000000 00:115 16530111                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7feb4d591000-7feb4d593000 r-xp 00001000 00:115 16530111                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7feb4d593000-7feb4d594000 r--p 00003000 00:115 16530111                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7feb4d594000-7feb4d595000 r--p 00003000 00:115 16530111                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7feb4d595000-7feb4d596000 rw-p 00004000 00:115 16530111                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/cgi/escape.so
7feb4d596000-7feb4d69d000 rw-p 00000000 00:00 0 
7feb4d69d000-7feb4d6a3000 r--p 00000000 00:115 16530375                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7feb4d6a3000-7feb4d6c6000 r-xp 00006000 00:115 16530375                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7feb4d6c6000-7feb4d6ce000 r--p 00029000 00:115 16530375                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7feb4d6ce000-7feb4d6cf000 r--p 00030000 00:115 16530375                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7feb4d6cf000-7feb4d6d0000 rw-p 00031000 00:115 16530375                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/socket.so
7feb4d6d0000-7feb4d6f0000 rw-p 00000000 00:00 0 
7feb4d6f3000-7feb4d750000 rw-p 00000000 00:00 0 
7feb4d751000-7feb4d772000 rw-p 00000000 00:00 0 
7feb4d772000-7feb4d824000 r--p 00000000 00:115 13112697                  /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7feb4d824000-7feb4da82000 r-xp 000b2000 00:115 13112697                  /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7feb4da82000-7feb4db54000 r--p 00310000 00:115 13112697                  /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7feb4db54000-7feb4dbaf000 r--p 003e1000 00:115 13112697                  /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7feb4dbaf000-7feb4dbb2000 rw-p 0043c000 00:115 13112697                  /usr/lib/x86_64-linux-gnu/libcrypto.so.3
7feb4dbb2000-7feb4dbb5000 rw-p 00000000 00:00 0 
7feb4dbb5000-7feb4dbd3000 r--p 00000000 00:115 13112794                  /usr/lib/x86_64-linux-gnu/libssl.so.3
7feb4dbd3000-7feb4dc2e000 r-xp 0001e000 00:115 13112794                  /usr/lib/x86_64-linux-gnu/libssl.so.3
7feb4dc2e000-7feb4dc4b000 r--p 00079000 00:115 13112794                  /usr/lib/x86_64-linux-gnu/libssl.so.3
7feb4dc4b000-7feb4dc55000 r--p 00095000 00:115 13112794                  /usr/lib/x86_64-linux-gnu/libssl.so.3
7feb4dc55000-7feb4dc59000 rw-p 0009f000 00:115 13112794                  /usr/lib/x86_64-linux-gnu/libssl.so.3
7feb4dc59000-7feb4dc6e000 r--p 00000000 00:115 16520875                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7feb4dc6e000-7feb4dca8000 r-xp 00015000 00:115 16520875                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7feb4dca8000-7feb4dcbb000 r--p 0004f000 00:115 16520875                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7feb4dcbb000-7feb4dcbd000 r--p 00061000 00:115 16520875                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7feb4dcbd000-7feb4dcbf000 rw-p 00063000 00:115 16520875                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/openssl.so
7feb4dcbf000-7feb4dcd0000 rw-p 00000000 00:00 0 
7feb4dcd0000-7feb4dcd1000 r--p 00000000 00:115 16530628                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7feb4dcd1000-7feb4dcd2000 r-xp 00001000 00:115 16530628                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7feb4dcd2000-7feb4dcd3000 r--p 00002000 00:115 16530628                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7feb4dcd3000-7feb4dcd4000 r--p 00002000 00:115 16530628                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7feb4dcd4000-7feb4dcd5000 rw-p 00003000 00:115 16530628                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/cp949.so
7feb4dcd5000-7feb4dcd6000 r--p 00000000 00:115 16530627                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7feb4dcd6000-7feb4dcd7000 r-xp 00001000 00:115 16530627                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7feb4dcd7000-7feb4dcd9000 r--p 00002000 00:115 16530627                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7feb4dcd9000-7feb4dcda000 r--p 00003000 00:115 16530627                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7feb4dcda000-7feb4dcdb000 rw-p 00004000 00:115 16530627                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/big5.so
7feb4dcdb000-7feb4ddf0000 rw-p 00000000 00:00 0 
7feb4ddf4000-7feb4ddf5000 r--p 00000000 00:115 16530740                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7feb4ddf5000-7feb4ddf6000 r-xp 00001000 00:115 16530740                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7feb4ddf6000-7feb4ddf7000 r--p 00002000 00:115 16530740                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7feb4ddf7000-7feb4ddf8000 ---p 00003000 00:115 16530740                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7feb4ddf8000-7feb4ddf9000 r--p 00003000 00:115 16530740                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7feb4ddf9000-7feb4ddfa000 rw-p 00004000 00:115 16530740                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/shift_jis.so
7feb4ddfa000-7feb4ddfb000 r--p 00000000 00:115 16531699                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7feb4ddfb000-7feb4ddfc000 r-xp 00001000 00:115 16531699                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7feb4ddfc000-7feb4ddfd000 r--p 00002000 00:115 16531699                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7feb4ddfd000-7feb4ddfe000 r--p 00002000 00:115 16531699                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7feb4ddfe000-7feb4ddff000 rw-p 00003000 00:115 16531699                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/iso2022.so
7feb4ddff000-7feb4de30000 rw-p 00000000 00:00 0 
7feb4de33000-7feb4de34000 r--p 00000000 00:115 16530744                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7feb4de34000-7feb4de35000 r-xp 00001000 00:115 16530744                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7feb4de35000-7feb4de36000 r--p 00002000 00:115 16530744                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7feb4de36000-7feb4de37000 r--p 00002000 00:115 16530744                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7feb4de37000-7feb4de38000 rw-p 00003000 00:115 16530744                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32le.so
7feb4de38000-7feb4de39000 r--p 00000000 00:115 16530742                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7feb4de39000-7feb4de3a000 r-xp 00001000 00:115 16530742                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7feb4de3a000-7feb4de3b000 r--p 00002000 00:115 16530742                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7feb4de3b000-7feb4de3c000 r--p 00002000 00:115 16530742                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7feb4de3c000-7feb4de3d000 rw-p 00003000 00:115 16530742                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_32be.so
7feb4de3d000-7feb4de70000 rw-p 00000000 00:00 0 
7feb4de72000-7feb4de73000 r--p 00000000 00:115 16532448                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7feb4de73000-7feb4de75000 r-xp 00001000 00:115 16532448                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7feb4de75000-7feb4de76000 r--p 00003000 00:115 16532448                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7feb4de76000-7feb4de77000 ---p 00004000 00:115 16532448                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7feb4de77000-7feb4de78000 r--p 00004000 00:115 16532448                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7feb4de78000-7feb4de79000 rw-p 00005000 00:115 16532448                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/utf_16_32.so
7feb4de79000-7feb4de7a000 r--p 00000000 00:115 16528420                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7feb4de7a000-7feb4de7b000 r-xp 00001000 00:115 16528420                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7feb4de7b000-7feb4de7c000 r--p 00002000 00:115 16528420                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7feb4de7c000-7feb4de7d000 ---p 00003000 00:115 16528420                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7feb4de7d000-7feb4de7e000 r--p 00003000 00:115 16528420                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7feb4de7e000-7feb4de7f000 rw-p 00004000 00:115 16528420                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/euc_jp.so
7feb4de7f000-7feb4ded0000 rw-p 00000000 00:00 0 
7feb4ded4000-7feb4ded5000 r--p 00000000 00:115 16530743                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7feb4ded5000-7feb4ded6000 r-xp 00001000 00:115 16530743                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7feb4ded6000-7feb4ded7000 r--p 00002000 00:115 16530743                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7feb4ded7000-7feb4ded8000 ---p 00003000 00:115 16530743                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7feb4ded8000-7feb4ded9000 r--p 00003000 00:115 16530743                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7feb4ded9000-7feb4deda000 rw-p 00004000 00:115 16530743                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/windows_31j.so
7feb4deda000-7feb4dfe0000 rw-p 00000000 00:00 0 
7feb4dfe2000-7feb4dfe4000 r--p 00000000 00:115 13112707                  /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7feb4dfe4000-7feb4dfeb000 r-xp 00002000 00:115 13112707                  /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7feb4dfeb000-7feb4dfec000 r--p 00009000 00:115 13112707                  /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7feb4dfec000-7feb4dfed000 ---p 0000a000 00:115 13112707                  /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7feb4dfed000-7feb4dfee000 r--p 0000a000 00:115 13112707                  /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7feb4dfee000-7feb4dfef000 rw-p 0000b000 00:115 13112707                  /usr/lib/x86_64-linux-gnu/libffi.so.8.1.0
7feb4dfef000-7feb4e030000 rw-p 00000000 00:00 0 
7feb4e034000-7feb4e0d0000 rw-p 00000000 00:00 0 
7feb4e0d3000-7feb4e0d5000 r--p 00000000 00:115 16530254                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pathname.so
7feb4e0d5000-7feb4e0db000 r-xp 00002000 00:115 16530254                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pathname.so
7feb4e0db000-7feb4e0dd000 r--p 00008000 00:115 16530254                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pathname.so
7feb4e0dd000-7feb4e0de000 r--p 00009000 00:115 16530254                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pathname.so
7feb4e0de000-7feb4e0df000 rw-p 0000a000 00:115 16530254                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/pathname.so
7feb4e0df000-7feb4e110000 rw-p 00000000 00:00 0 
7feb4e111000-7feb4e112000 r--p 00000000 00:115 16530737                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7feb4e112000-7feb4e113000 r-xp 00001000 00:115 16530737                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7feb4e113000-7feb4e114000 r--p 00002000 00:115 16530737                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7feb4e114000-7feb4e115000 r--p 00002000 00:115 16530737                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7feb4e115000-7feb4e116000 rw-p 00003000 00:115 16530737                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16be.so
7feb4e116000-7feb4e117000 r--p 00000000 00:115 16530741                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7feb4e117000-7feb4e118000 r-xp 00001000 00:115 16530741                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7feb4e118000-7feb4e119000 r--p 00002000 00:115 16530741                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7feb4e119000-7feb4e11a000 r--p 00002000 00:115 16530741                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7feb4e11a000-7feb4e11b000 rw-p 00003000 00:115 16530741                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/utf_16le.so
7feb4e11b000-7feb4e200000 rw-p 00000000 00:00 0 
7feb4e202000-7feb4e203000 r--p 00000000 00:115 16530161                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7feb4e203000-7feb4e204000 r-xp 00001000 00:115 16530161                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7feb4e204000-7feb4e205000 r--p 00002000 00:115 16530161                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7feb4e205000-7feb4e206000 r--p 00002000 00:115 16530161                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7feb4e206000-7feb4e207000 rw-p 00003000 00:115 16530161                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/nonblock.so
7feb4e207000-7feb4e209000 r--p 00000000 00:115 16524878                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7feb4e209000-7feb4e20c000 r-xp 00002000 00:115 16524878                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7feb4e20c000-7feb4e20e000 r--p 00005000 00:115 16524878                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7feb4e20e000-7feb4e20f000 r--p 00006000 00:115 16524878                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7feb4e20f000-7feb4e210000 rw-p 00007000 00:115 16524878                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/etc.so
7feb4e210000-7feb4e220000 rw-p 00000000 00:00 0 
7feb4e220000-7feb4e222000 r--p 00000000 00:115 16530125                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7feb4e222000-7feb4e224000 r-xp 00002000 00:115 16530125                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7feb4e224000-7feb4e225000 r--p 00004000 00:115 16530125                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7feb4e225000-7feb4e226000 r--p 00004000 00:115 16530125                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7feb4e226000-7feb4e227000 rw-p 00005000 00:115 16530125                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/digest.so
7feb4e227000-7feb4e450000 rw-p 00000000 00:00 0 
7feb4e450000-7feb4e451000 r--p 00000000 00:115 16530204                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7feb4e451000-7feb4e452000 r-xp 00001000 00:115 16530204                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7feb4e452000-7feb4e453000 r--p 00002000 00:115 16530204                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7feb4e453000-7feb4e454000 r--p 00002000 00:115 16530204                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7feb4e454000-7feb4e455000 rw-p 00003000 00:115 16530204                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/monitor.so
7feb4e455000-7feb4e457000 r--p 00000000 00:115 16530157                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7feb4e457000-7feb4e45c000 r-xp 00002000 00:115 16530157                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7feb4e45c000-7feb4e45d000 r--p 00007000 00:115 16530157                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7feb4e45d000-7feb4e45e000 ---p 00008000 00:115 16530157                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7feb4e45e000-7feb4e45f000 r--p 00008000 00:115 16530157                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7feb4e45f000-7feb4e460000 rw-p 00009000 00:115 16530157                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
7feb4e460000-7feb4e4c0000 rw-p 00000000 00:00 0 
7feb4e4c0000-7feb4e4c1000 ---p 00000000 00:00 0 
7feb4e4c1000-7feb4e502000 rw-p 00000000 00:00 0 
7feb4e502000-7feb4e503000 ---p 00000000 00:00 0 
7feb4e503000-7feb4e544000 rw-p 00000000 00:00 0 
7feb4e544000-7feb4e545000 ---p 00000000 00:00 0 
7feb4e545000-7feb4e586000 rw-p 00000000 00:00 0 
7feb4e586000-7feb4e587000 ---p 00000000 00:00 0 
7feb4e587000-7feb4e5c8000 rw-p 00000000 00:00 0 
7feb4e5c8000-7feb4e5c9000 ---p 00000000 00:00 0 
7feb4e5c9000-7feb4e60a000 rw-p 00000000 00:00 0 
7feb4e60a000-7feb4e60b000 ---p 00000000 00:00 0 
7feb4e60b000-7feb4e64c000 rw-p 00000000 00:00 0 
7feb4e64c000-7feb4e64d000 ---p 00000000 00:00 0 
7feb4e64d000-7feb4e68e000 rw-p 00000000 00:00 0 
7feb4e68e000-7feb4e68f000 ---p 00000000 00:00 0 
7feb4e68f000-7feb4e6d0000 rw-p 00000000 00:00 0 
7feb4e6d0000-7feb4e6d1000 ---p 00000000 00:00 0 
7feb4e6d1000-7feb4e712000 rw-p 00000000 00:00 0 
7feb4e712000-7feb4e713000 ---p 00000000 00:00 0 
7feb4e713000-7feb4e754000 rw-p 00000000 00:00 0 
7feb4e754000-7feb4e755000 ---p 00000000 00:00 0 
7feb4e755000-7feb4e796000 rw-p 00000000 00:00 0 
7feb4e796000-7feb4e797000 ---p 00000000 00:00 0 
7feb4e797000-7feb4e7d8000 rw-p 00000000 00:00 0 
7feb4e7d8000-7feb4e7d9000 ---p 00000000 00:00 0 
7feb4e7d9000-7feb4e81a000 rw-p 00000000 00:00 0 
7feb4e81a000-7feb4e81b000 ---p 00000000 00:00 0 
7feb4e81b000-7feb4e85c000 rw-p 00000000 00:00 0 
7feb4e85c000-7feb4e85d000 ---p 00000000 00:00 0 
7feb4e85d000-7feb4e89e000 rw-p 00000000 00:00 0 
7feb4e89e000-7feb4e89f000 ---p 00000000 00:00 0 
7feb4e89f000-7feb4e8e0000 rw-p 00000000 00:00 0 
7feb4e8e0000-7feb4e8e1000 ---p 00000000 00:00 0 
7feb4e8e1000-7feb4e922000 rw-p 00000000 00:00 0 
7feb4e922000-7feb4e923000 ---p 00000000 00:00 0 
7feb4e923000-7feb4e964000 rw-p 00000000 00:00 0 
7feb4e964000-7feb4e965000 ---p 00000000 00:00 0 
7feb4e965000-7feb4e9a6000 rw-p 00000000 00:00 0 
7feb4e9a6000-7feb4e9a7000 ---p 00000000 00:00 0 
7feb4e9a7000-7feb4e9e8000 rw-p 00000000 00:00 0 
7feb4e9e8000-7feb4e9e9000 ---p 00000000 00:00 0 
7feb4e9e9000-7feb4ea2a000 rw-p 00000000 00:00 0 
7feb4ea2a000-7feb4ea2b000 ---p 00000000 00:00 0 
7feb4ea2b000-7feb4ea6c000 rw-p 00000000 00:00 0 
7feb4ea6c000-7feb4ea6d000 ---p 00000000 00:00 0 
7feb4ea6d000-7feb4eaae000 rw-p 00000000 00:00 0 
7feb4eaae000-7feb4eaaf000 ---p 00000000 00:00 0 
7feb4eaaf000-7feb4eaf0000 rw-p 00000000 00:00 0 
7feb4eaf0000-7feb4eaf1000 ---p 00000000 00:00 0 
7feb4eaf1000-7feb4eb32000 rw-p 00000000 00:00 0 
7feb4eb32000-7feb4eb33000 ---p 00000000 00:00 0 
7feb4eb33000-7feb4eb74000 rw-p 00000000 00:00 0 
7feb4eb74000-7feb4eb75000 ---p 00000000 00:00 0 
7feb4eb75000-7feb4ebb6000 rw-p 00000000 00:00 0 
7feb4ebb6000-7feb4ebb7000 ---p 00000000 00:00 0 
7feb4ebb7000-7feb4ebf8000 rw-p 00000000 00:00 0 
7feb4ebf8000-7feb4ebf9000 ---p 00000000 00:00 0 
7feb4ebf9000-7feb4ec3a000 rw-p 00000000 00:00 0 
7feb4ec3a000-7feb4ec3b000 ---p 00000000 00:00 0 
7feb4ec3b000-7feb4ec7c000 rw-p 00000000 00:00 0 
7feb4ec7c000-7feb4ec7d000 ---p 00000000 00:00 0 
7feb4ec7d000-7feb4ecbe000 rw-p 00000000 00:00 0 
7feb4ecbe000-7feb4ecbf000 ---p 00000000 00:00 0 
7feb4ecbf000-7feb4ed30000 rw-p 00000000 00:00 0 
7feb4ed30000-7feb4ed31000 r--p 00000000 00:115 16527361                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7feb4ed31000-7feb4ed33000 r-xp 00001000 00:115 16527361                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7feb4ed33000-7feb4ed34000 r--p 00003000 00:115 16527361                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7feb4ed34000-7feb4ed35000 r--p 00003000 00:115 16527361                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7feb4ed35000-7feb4ed36000 rw-p 00004000 00:115 16527361                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
7feb4ed36000-7feb51d3f000 rw-p 00000000 00:00 0 
7feb51d40000-7feb51d43000 r--p 00000000 00:115 16532704                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7feb51d43000-7feb51d47000 r-xp 00003000 00:115 16532704                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7feb51d47000-7feb51d48000 r--p 00007000 00:115 16532704                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7feb51d48000-7feb51d49000 ---p 00008000 00:115 16532704                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7feb51d49000-7feb51d4a000 r--p 00008000 00:115 16532704                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7feb51d4a000-7feb51d4b000 rw-p 00009000 00:115 16532704                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/psych.so
7feb51d4b000-7feb51d4c000 r--p 00000000 00:115 16530164                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7feb51d4c000-7feb51d4d000 r-xp 00001000 00:115 16530164                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7feb51d4d000-7feb51d4e000 r--p 00002000 00:115 16530164                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7feb51d4e000-7feb51d4f000 r--p 00002000 00:115 16530164                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7feb51d4f000-7feb51d50000 rw-p 00003000 00:115 16530164                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/wait.so
7feb51d50000-7feb51d70000 rw-p 00000000 00:00 0 
7feb51d73000-7feb51d75000 r--p 00000000 00:115 16530331                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7feb51d75000-7feb51d7a000 r-xp 00002000 00:115 16530331                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7feb51d7a000-7feb51d7c000 r--p 00007000 00:115 16530331                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7feb51d7c000-7feb51d7d000 r--p 00008000 00:115 16530331                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7feb51d7d000-7feb51d7e000 rw-p 00009000 00:115 16530331                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/stringio.so
7feb51d7e000-7feb51e00000 rw-p 00000000 00:00 0 
7feb51e02000-7feb51e03000 r--p 00000000 00:115 16530783                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7feb51e03000-7feb51e04000 r-xp 00001000 00:115 16530783                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7feb51e04000-7feb51e05000 r--p 00002000 00:115 16530783                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7feb51e05000-7feb51e06000 r--p 00002000 00:115 16530783                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7feb51e06000-7feb51e07000 rw-p 00003000 00:115 16530783                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
7feb51e07000-7feb51e08000 r--p 00000000 00:115 16530324                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7feb51e08000-7feb51e09000 r-xp 00001000 00:115 16530324                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7feb51e09000-7feb51e0a000 r--p 00002000 00:115 16530324                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7feb51e0a000-7feb51e0b000 r--p 00002000 00:115 16530324                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7feb51e0b000-7feb51e0c000 rw-p 00003000 00:115 16530324                  /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
7feb51e0c000-7feb51f10000 rw-p 00000000 00:00 0 
7feb51f10000-7feb51f38000 r--p 00000000 00:115 13112687                  /usr/lib/x86_64-linux-gnu/libc.so.6
7feb51f38000-7feb520cd000 r-xp 00028000 00:115 13112687                  /usr/lib/x86_64-linux-gnu/libc.so.6
7feb520cd000-7feb52125000 r--p 001bd000 00:115 13112687                  /usr/lib/x86_64-linux-gnu/libc.so.6
7feb52125000-7feb52129000 r--p 00214000 00:115 13112687                  /usr/lib/x86_64-linux-gnu/libc.so.6
7feb52129000-7feb5212b000 rw-p 00218000 00:115 13112687                  /usr/lib/x86_64-linux-gnu/libc.so.6
7feb5212b000-7feb5213a000 rw-p 00000000 00:00 0 
7feb5213a000-7feb5213d000 r--p 00000000 00:115 13112712                  /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7feb5213d000-7feb52154000 r-xp 00003000 00:115 13112712                  /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7feb52154000-7feb52158000 r--p 0001a000 00:115 13112712                  /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7feb52158000-7feb52159000 r--p 0001d000 00:115 13112712                  /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7feb52159000-7feb5215a000 rw-p 0001e000 00:115 13112712                  /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
7feb5215a000-7feb52168000 r--p 00000000 00:115 13112739                  /usr/lib/x86_64-linux-gnu/libm.so.6
7feb52168000-7feb521e4000 r-xp 0000e000 00:115 13112739                  /usr/lib/x86_64-linux-gnu/libm.so.6
7feb521e4000-7feb5223f000 r--p 0008a000 00:115 13112739                  /usr/lib/x86_64-linux-gnu/libm.so.6
7feb5223f000-7feb52240000 r--p 000e4000 00:115 13112739                  /usr/lib/x86_64-linux-gnu/libm.so.6
7feb52240000-7feb52241000 rw-p 000e5000 00:115 13112739                  /usr/lib/x86_64-linux-gnu/libm.so.6
7feb52241000-7feb52243000 r--p 00000000 00:115 13112696                  /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7feb52243000-7feb52257000 r-xp 00002000 00:115 13112696                  /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7feb52257000-7feb52270000 r--p 00016000 00:115 13112696                  /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7feb52270000-7feb52271000 ---p 0002f000 00:115 13112696                  /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7feb52271000-7feb52272000 r--p 0002f000 00:115 13112696                  /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7feb52272000-7feb52273000 rw-p 00030000 00:115 13112696                  /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
7feb52273000-7feb5227b000 rw-p 00000000 00:00 0 
7feb5227b000-7feb52285000 r--p 00000000 00:115 13112716                  /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7feb52285000-7feb522e4000 r-xp 0000a000 00:115 13112716                  /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7feb522e4000-7feb522fb000 r--p 00069000 00:115 13112716                  /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7feb522fb000-7feb522fc000 r--p 0007f000 00:115 13112716                  /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7feb522fc000-7feb522fd000 rw-p 00080000 00:115 13112716                  /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
7feb522fd000-7feb522ff000 r--p 00000000 00:115 13112818                  /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7feb522ff000-7feb52310000 r-xp 00002000 00:115 13112818                  /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7feb52310000-7feb52316000 r--p 00013000 00:115 13112818                  /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7feb52316000-7feb52317000 ---p 00019000 00:115 13112818                  /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7feb52317000-7feb52318000 r--p 00019000 00:115 13112818                  /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7feb52318000-7feb52319000 rw-p 0001a000 00:115 13112818                  /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
7feb5231d000-7feb5231f000 rw-p 00000000 00:00 0 
7feb5231f000-7feb52321000 r--p 00000000 00:115 13112669                  /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7feb52321000-7feb5234b000 r-xp 00002000 00:115 13112669                  /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7feb5234b000-7feb52356000 r--p 0002c000 00:115 13112669                  /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7feb52357000-7feb52359000 r--p 00037000 00:115 13112669                  /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7feb52359000-7feb5235b000 rw-p 00039000 00:115 13112669                  /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffd0fc30000-7ffd1042f000 rw-p 00000000 00:00 0                          [stack]
7ffd105f4000-7ffd105f8000 r--p 00000000 00:00 0                          [vvar]
7ffd105f8000-7ffd105fa000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]


running file: /tmp/ruby/src/trunk-yjit/test/rdoc/test_rdoc_context.rb

A test worker crashed. It might be an interpreter bug or
a bug in test/unit/parallel.rb. Try again without the -j
option.

make: *** [uncommon.mk:893: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'
$ /tmp/ruby/build/trunk-yjit/miniruby -I/tmp/ruby/src/trunk-yjit/lib /tmp/ruby/src/trunk-yjit/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-yjit --extout=.ext -- /tmp/ruby/src/trunk-yjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-yjit/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-07-13T08:55:55Z master 9c1fe9064c) +YJIT [x86_64-linux]
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 153.775798 seconds

3705 files, 32098 examples, 171397 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-yjit/ruby -c /tmp/cores/core.1001.2919163.ruby -x gdbscript
[New LWP 2919163]
[New LWP 2919181]
[New LWP 2919264]
[New LWP 2923352]
[New LWP 2923845]
[New LWP 2923869]
[New LWP 2923844]
[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/src/trunk-yjit/tool/lib/test/unit/parallel.rb                       '.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140648668780480) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7feb51f0d7c0 (LWP 2919163))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7feb51f0d7c0 (LWP 2919163) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140648668780480) at ./nptl/pthread_kill.c:44
  2    Thread 0x7feb4cc7f640 (LWP 2919181) 0x00007feb52028e7e in __ppoll (fds=fds@entry=0x7feb4cb7ddc8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x7feb4cb7ddd0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
  3    Thread 0x7feb4c52f640 (LWP 2919264) 0x00007feb52028d7f in __GI___poll (fds=fds@entry=0x7feb4c42e5d0, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  4    Thread 0x7feb32ab1640 (LWP 2923352) __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb32ab0d30, op=137, expected=0, futex_word=0x7feb32ab0d68) at ./nptl/futex-internal.c:57
  5    Thread 0x7feb3202e640 (LWP 2923845) __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb3202dd30, op=137, expected=0, futex_word=0x7feb3202dd68) at ./nptl/futex-internal.c:57
  6    Thread 0x7feb3250c640 (LWP 2923869) __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb3250bd30, op=137, expected=0, futex_word=0x7feb3250bd68) at ./nptl/futex-internal.c:57
  7    Thread 0x7feb3214f640 (LWP 2923844) __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb3214ed30, op=137, expected=0, futex_word=0x7feb3214ed68) at ./nptl/futex-internal.c:57

>>> Machine level backtrace


Thread 7 (Thread 0x7feb3214f640 (LWP 2923844)):
#0  __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb3214ed30, op=137, expected=0, futex_word=0x7feb3214ed68) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=1169682262, abstime=0x7feb3214ed30, clockid=1042303184, expected=0, futex_word=0x7feb3214ed68) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 541643008
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7feb3214ed68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7feb3214ed30, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007feb51fa3f1b in __pthread_cond_wait_common (abstime=0x7feb3214ed30, clockid=1, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb3214ed40) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7feb51fa37a0 <__condvar_cleanup_waiting>, __arg = 0x7feb3214ec80, __canceltype = 274696202, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x7feb3214ed40, mutex = 0x561e45f27c40 <thread_cache_lock>, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x7feb3214ed40, mutex=mutex@entry=0x561e45f27c40 <thread_cache_lock>, abstime=abstime@entry=0x7feb3214ed30) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000561e45b7fe30 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb3214ed40) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:211
        r = <optimized out>
        ts = {tv_sec = 4398716, tv_nsec = 890929260}
        r = <optimized out>
        ts = <optimized out>
#6  register_cached_thread_and_wait (altstack=0x7feb143727f0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1171
        end = 4398716890929260
        entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140648134276672, th = 0x0, altstack = 0x7feb143727f0, node = {next = 0x7feb3250bd88, prev = 0x561e45f1f1a0 <cached_thread_head>}}
        end = <optimized out>
        entry = <optimized out>
#7  thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1118
        th = <optimized out>
        altstack = 0x7feb143727f0
#8  0x00007feb51fa4b43 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 = {140648143061680, 3828007256526863883, 140648134276672, 0, 140648669399120, 140648143062032, -3834335177402302965, -3834406451457769973}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007feb52035bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 6 (Thread 0x7feb3250c640 (LWP 2923869)):
#0  __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb3250bd30, op=137, expected=0, futex_word=0x7feb3250bd68) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=1169682262, abstime=0x7feb3250bd30, clockid=1042307936, expected=0, futex_word=0x7feb3250bd68) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 542859520
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7feb3250bd68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7feb3250bd30, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007feb51fa3f1b in __pthread_cond_wait_common (abstime=0x7feb3250bd30, clockid=1, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb3250bd40) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7feb51fa37a0 <__condvar_cleanup_waiting>, __arg = 0x7feb3250bc80, __canceltype = 274696202, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x7feb3250bd40, mutex = 0x561e45f27c40 <thread_cache_lock>, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x7feb3250bd40, mutex=mutex@entry=0x561e45f27c40 <thread_cache_lock>, abstime=abstime@entry=0x7feb3250bd30) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000561e45b7fe30 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb3250bd40) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:211
        r = <optimized out>
        ts = {tv_sec = 4398716, tv_nsec = 873552535}
        r = <optimized out>
        ts = <optimized out>
#6  register_cached_thread_and_wait (altstack=0x7feb1454dd00) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1171
        end = 4398716873552535
        entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140648138196544, th = 0x0, altstack = 0x7feb1454dd00, node = {next = 0x7feb32ab0d88, prev = 0x7feb3214ed88}}
        end = <optimized out>
        entry = <optimized out>
#7  thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1118
        th = <optimized out>
        altstack = 0x7feb1454dd00
#8  0x00007feb51fa4b43 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 = {140648143061680, 3828007256526863883, 140648138196544, 0, 140648669399120, 140648143062032, -3834334664690582005, -3834406451457769973}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007feb52035bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 5 (Thread 0x7feb3202e640 (LWP 2923845)):
#0  __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb3202dd30, op=137, expected=0, futex_word=0x7feb3202dd68) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=1169682262, abstime=0x7feb3202dd30, clockid=859053216, expected=0, futex_word=0x7feb3202dd68) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 874291456
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7feb3202dd68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7feb3202dd30, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007feb51fa3f1b in __pthread_cond_wait_common (abstime=0x7feb3202dd30, clockid=1, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb3202dd40) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7feb51fa37a0 <__condvar_cleanup_waiting>, __arg = 0x7feb3202dc80, __canceltype = 274696202, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x7feb3202dd40, mutex = 0x561e45f27c40 <thread_cache_lock>, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x7feb3202dd40, mutex=mutex@entry=0x561e45f27c40 <thread_cache_lock>, abstime=abstime@entry=0x7feb3202dd30) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000561e45b7fe30 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb3202dd40) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:211
        r = <optimized out>
        ts = {tv_sec = 4398716, tv_nsec = 611758959}
        r = <optimized out>
        ts = <optimized out>
#6  register_cached_thread_and_wait (altstack=0x7feb1437a6e0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1171
        end = 4398716611758959
        entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140648133092928, th = 0x0, altstack = 0x7feb1437a6e0, node = {next = 0x561e45f1f1a0 <cached_thread_head>, prev = 0x7feb32ab0d88}}
        end = <optimized out>
        entry = <optimized out>
#7  thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1118
        th = <optimized out>
        altstack = 0x7feb1437a6e0
#8  0x00007feb51fa4b43 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 = {140648143061680, 3828007256526863883, 140648133092928, 0, 140648669399120, 140648143062032, -3834335331484254709, -3834406451457769973}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007feb52035bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 4 (Thread 0x7feb32ab1640 (LWP 2923352)):
#0  __futex_abstimed_wait_common64 (private=1169682262, cancel=true, abstime=0x7feb32ab0d30, op=137, expected=0, futex_word=0x7feb32ab0d68) at ./nptl/futex-internal.c:57
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        resultvar = <optimized out>
        __arg6 = <optimized out>
        __arg5 = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a6 = <optimized out>
        _a5 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __futex_abstimed_wait_common (cancel=true, private=1169682262, abstime=0x7feb32ab0d30, clockid=69548912, expected=0, futex_word=0x7feb32ab0d68) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 624652544
        op = 137
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7feb32ab0d68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7feb32ab0d30, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007feb51fa3f1b in __pthread_cond_wait_common (abstime=0x7feb32ab0d30, clockid=1, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb32ab0d40) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7feb51fa37a0 <__condvar_cleanup_waiting>, __arg = 0x7feb32ab0c80, __canceltype = 274696202, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x7feb32ab0d40, mutex = 0x561e45f27c40 <thread_cache_lock>, private = 0}
        err = <optimized out>
        g = 0
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 0
        seq = 0
        private = 0
        maxspin = <optimized out>
        err = <optimized out>
        result = <optimized out>
        wseq = <optimized out>
        g = <optimized out>
        seq = <optimized out>
        flags = <optimized out>
        private = <optimized out>
        signals = <optimized out>
        done = <optimized out>
        g1_start = <optimized out>
        spin = <optimized out>
        buffer = <optimized out>
        cbuffer = <optimized out>
        s = <optimized out>
#4  ___pthread_cond_timedwait64 (cond=cond@entry=0x7feb32ab0d40, mutex=mutex@entry=0x561e45f27c40 <thread_cache_lock>, abstime=abstime@entry=0x7feb32ab0d30) at ./nptl/pthread_cond_wait.c:652
        flags = <optimized out>
        clockid = 1
#5  0x0000561e45b7fe30 in native_cond_timedwait (abs=<synthetic pointer>, mutex=0x561e45f27c40 <thread_cache_lock>, cond=0x7feb32ab0d40) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:211
        r = <optimized out>
        ts = {tv_sec = 4398716, tv_nsec = 873502877}
        r = <optimized out>
        ts = <optimized out>
#6  register_cached_thread_and_wait (altstack=0x7feb4c0ae640) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1171
        end = 4398716873502877
        entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140648144115264, th = 0x0, altstack = 0x7feb4c0ae640, node = {next = 0x7feb3202dd88, prev = 0x7feb3250bd88}}
        end = <optimized out>
        entry = <optimized out>
#7  thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1118
        th = <optimized out>
        altstack = 0x7feb4c0ae640
#8  0x00007feb51fa4b43 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 = {140724876266672, 3828007256526863883, 140648144115264, 25, 140648669399120, 140724876267024, -3834334564295721461, -3834406451457769973}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007feb52035bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 3 (Thread 0x7feb4c52f640 (LWP 2919264)):
#0  0x00007feb52028d7f in __GI___poll (fds=fds@entry=0x7feb4c42e5d0, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        sc_ret = -516
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000561e45a266d0 in poll (__timeout=<optimized out>, __nfds=1, __fds=0x7feb4c42e5d0) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
No locals.
#2  nogvl_wait_for (fptr=<optimized out>, fptr=<optimized out>, th=<optimized out>, timeout=0x0, events=1) at /tmp/ruby/src/trunk-yjit/io.c:12515
        scheduler = <optimized out>
        fd = <optimized out>
        fds = {fd = 7, events = 1, revents = 0}
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#3  nogvl_wait_for (timeout=0x0, events=1, fptr=0x7feb3f72a450, th=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:12492
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        scheduler = <optimized out>
        fd = <optimized out>
        fds = <optimized out>
        timeout_milliseconds = <optimized out>
        args = <optimized out>
#4  io_internal_wait (error=11, timeout=0x0, events=1, fptr=0x7feb3f72a450, thread=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:1144
        ready = <optimized out>
        ready = <optimized out>
#5  internal_read_func (ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:1175
        iis = <optimized out>
        result = <optimized out>
        retry = <optimized out>
        iis = <optimized out>
        result = <optimized out>
        retry = <optimized out>
#6  internal_read_func (ptr=ptr@entry=0x7feb4c42e8a0) at /tmp/ruby/src/trunk-yjit/io.c:1159
        iis = 0x7feb4c42e8a0
        result = <optimized out>
        retry = <optimized out>
#7  0x0000561e45b8242c in rb_thread_io_blocking_region (func=0x561e45a265e0 <internal_read_func>, data1=0x7feb4c42e8a0, fd=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:1720
        __region = {prev_status = THREAD_RUNNABLE}
        _ec = 0x7feb3e207150
        _tag = {tag = 36, retval = 1025, buf = {0x7feb4c42e888, 0x561e45b823b0 <rb_thread_io_blocking_region+400>, 0x0, 0x7feb4c42e640, 0x10}, prev = 0x7feb4c42e7c0, state = RUBY_TAG_NONE, lock_rec = 0}
        val = 36
        ec = 0x7feb3e207150
        saved_errno = 0
        state = <optimized out>
        waiting_fd = {wfd_node = {next = 0x561e47543bf8, prev = 0x561e47543bf8}, th = 0x7feb3e207a10, fd = 7, busy = 0x0}
#8  0x0000561e459e634c in rb_ensure (b_proc=0x561e45a26bf0 <io_read_memory_call>, data1=140648573495456, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:1009
        _ec = 0x7feb3e207150
        _tag = {tag = 36, retval = 10901423102704860416, buf = {0x7feb4c42e888, 0x561e459e6430 <rb_ensure+496>, 0x0, 0x7feb4c42e760, 0x24}, prev = 0x7feb4c42ea20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x7feb3e207150
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x561e45b44e00 <rb_str_unlocktmp>, data2 = 140648573068160}}
#9  0x0000561e45a3e6c9 in io_read_memory_locktmp (iis=0x7feb4c42e8a0, str=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:3406
No locals.
#10 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=4, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk-yjit/io.c:3452
        fptr = 0x7feb3f72a450
        length = <optimized out>
        str = 140648573068160
        n = <optimized out>
        len = 1024
        iis = {th = 140648207624600, fptr = 0x7feb3f72a450, nonblock = 0, fd = 7, buf = 0x7feb4402c890, capa = 1024, timeout = 0x0}
        shrinkable = 1
        __func__ = "io_getpartial"
#11 0x0000561e45a3ed05 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-yjit/io.c:3572
        ret = <optimized out>
#12 0x0000561e47912cba in ?? ()
No symbol table info available.
#13 0x00007feb3e207a10 in ?? ()
No symbol table info available.
#14 0x00007feb3db80f70 in ?? ()
No symbol table info available.
#15 0x00007feb36742970 in ?? ()
No symbol table info available.
#16 0x0000561e45bccf4e in jit_exec (ec=0x7feb3e207150) at /tmp/ruby/src/trunk-yjit/vm.c:412
        func = <optimized out>
        func = <optimized out>
#17 rb_vm_exec (ec=0x7feb3e207150) at /tmp/ruby/src/trunk-yjit/vm.c:2385
        _ec = 0x7feb3e207150
        _tag = {tag = 36, retval = 4, buf = {0x7feb4c42eaa0, 0x561e45bccf80 <rb_vm_exec+368>, 0x0, 0x7feb4c42e950, 0x3000000028}, prev = 0x7feb4c52ec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#18 0x0000561e45bd25df in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7feb3db80f70, argc=argc@entry=0, argv=argv@entry=0x7feb4c42ead0, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1607
        self = <optimized out>
#19 0x0000561e45b7d0c4 in thread_do_start_proc (th=0x7feb3e207a10) at /tmp/ruby/src/trunk-yjit/thread.c:601
        args = 140648207624560
        args_ptr = 0x7feb4c42ead0
        args_len = 0
        procval = <optimized out>
        proc = 0x7feb3db80f70
#20 0x0000561e45b7f344 in thread_do_start (th=0x7feb3e207a10) at /tmp/ruby/src/trunk-yjit/thread.c:620
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#21 thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:694
        _ec = 0x7feb3e207150
        _tag = {tag = 36, retval = 140648669405100, buf = {0x7feb4c52ece0, 0x561e45b7f158 <thread_start_func_2+680>, 0x0, 0x7feb4c42eb30, 0x7ffd105f880a}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        size = <optimized out>
        ractor_main_th = <optimized out>
        vm_stack = <optimized out>
#22 0x0000561e45b7fd44 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1112
        th = 0x7feb3e207a10
        altstack = 0x7feb4c545010
#23 0x00007feb51fa4b43 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 = {140648616163024, 3828007256526863883, 140648574547520, 0, 140648669399120, 140648616163376, -3834453392082158069, -3834406451457769973}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#24 0x00007feb52035bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 2 (Thread 0x7feb4cc7f640 (LWP 2919181)):
#0  0x00007feb52028e7e in __ppoll (fds=fds@entry=0x7feb4cb7ddc8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x7feb4cb7ddd0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
        sc_ret = -514
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
        tval = {tv_sec = 87, tv_nsec = 838297563}
#1  0x0000561e45b7b2a9 in rb_sigwait_sleep (th=th@entry=0x7feb4c7d69f0, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x7feb4cb7de80) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2164
        pfd = {fd = 3, events = 1, revents = 0}
        ts = {tv_sec = 99, tv_nsec = 140072415}
#2  0x0000561e45b7e3db in native_sleep (th=<optimized out>, rel=0x7feb4cb7de80) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2288
        next = <optimized out>
        sched = 0x561e47546f38
        sigwait_fd = <optimized out>
#3  0x0000561e45b806d2 in sleep_hrtime (fl=0, rel=<optimized out>, th=0x7feb4c7d69f0) at /tmp/ruby/src/trunk-yjit/thread.c:1305
        prev_status = THREAD_RUNNABLE
        woke = 1
        end = 4398802842977951
        prev_status = <optimized out>
        woke = <optimized out>
        end = <optimized out>
#4  rb_mutex_wait_for (time=time@entry=140648581160880) at /tmp/ruby/src/trunk-yjit/thread_sync.c:543
        rel = 0x7feb4cb7dfb0
#5  0x0000561e459e634c in rb_ensure (b_proc=b_proc@entry=0x561e45b80620 <rb_mutex_wait_for>, data1=data1@entry=140648581160880, e_proc=e_proc@entry=0x561e45b7e8e0 <mutex_lock_uninterruptible>, data2=data2@entry=140648607356080) at /tmp/ruby/src/trunk-yjit/eval.c:1009
        _ec = 0x7feb4c7b4dd0
        _tag = {tag = 36, retval = 0, buf = {0x64afcf7b, 0x561e459e6430 <rb_ensure+496>, 0x0, 0x7feb4cb7dec0, 0x0}, prev = 0x7feb4cb7e280, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x7feb4c7b4dd0
        ensure_list = {next = 0x7feb4cb7e260, entry = {marker = 0, e_proc = 0x561e45b7e8e0 <mutex_lock_uninterruptible>, data2 = 140648607356080}}
#6  0x0000561e45b7eaaa in rb_mutex_sleep (self=140648607356080, timeout=200394430532288514) at /tmp/ruby/src/trunk-yjit/thread_sync.c:570
        rel = 99972017000
        t = <optimized out>
        woken = 20
        beg = 1689243515
        scheduler = <optimized out>
        end = <optimized out>
#7  0x0000561e45bd273f in vm_call0_cfunc_with_frame (argv=0x7feb4cb7e318, calling=<optimized out>, ec=0x7feb4c7b4dd0) at /tmp/ruby/src/trunk-yjit/vm_eval.c:170
        reg_cfp = 0x7feb4cc7e9f0
        ci = <optimized out>
        me = 0x7feb51dc8d60
        mid = 26353
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x561e47592b58
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#8  vm_call0_cfunc (argv=0x7feb4cb7e318, calling=<optimized out>, ec=0x7feb4c7b4dd0) at /tmp/ruby/src/trunk-yjit/vm_eval.c:184
No locals.
#9  vm_call0_body (ec=0x7feb4c7b4dd0, calling=<optimized out>, argv=0x7feb4cb7e318) at /tmp/ruby/src/trunk-yjit/vm_eval.c:230
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#10 0x0000561e45bd334a in vm_call0_cc (ec=0x7feb4c7b4dd0, recv=140648607356080, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-yjit/vm_eval.c:107
        flags = <optimized out>
        use_argv = <optimized out>
        av = {4294967295, 94688018879789}
        calling = {ci = 0x7feb4cb7e0e0, cc = 0x7feb32f1f9f8, block_handler = 0, recv = 140648607356080, argc = 1, kw_splat = false, heap_argv = 0}
#11 0x0000561e45bd561a in rb_funcallv_scope (recv=140648607356080, mid=26353, argc=1, argv=0x7feb4cb7e318, scope=CALL_FCALL) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1062
        ec = 0x7feb4c7b4dd0
        cc = <optimized out>
        self = <optimized out>
#12 0x0000561e459e634c in rb_ensure (b_proc=b_proc@entry=0x561e45b75dc0 <do_sleep>, data1=data1@entry=140648581161744, e_proc=e_proc@entry=0x561e45b74a90 <delete_from_waitq>, data2=data2@entry=140648581161760) at /tmp/ruby/src/trunk-yjit/eval.c:1009
        _ec = 0x7feb4c7b4dd0
        _tag = {tag = 36, retval = 0, buf = {0x2, 0x561e459e6430 <rb_ensure+496>, 0x0, 0x7feb4cb7e220, 0x0}, prev = 0x7feb4cb7e5f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x7feb4c7b4dd0
        ensure_list = {next = 0x7feb4cb7e700, entry = {marker = 0, e_proc = 0x561e45b74a90 <delete_from_waitq>, data2 = 140648581161760}}
#13 0x0000561e45b75bed in rb_condvar_wait (argc=2, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_sync.c:1512
        ec = 0x7feb4c7b4dd0
        cv = 0x561e47702de0
        args = {mutex = 140648607356080, timeout = 200394430532288514}
        sync_waiter = {self = 140648607356080, th = 0x7feb4c7d69f0, fiber = 0x0, node = {next = 0x561e47702de0, prev = 0x561e47702de0}}
#14 0x0000561e45bbfac4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7feb4cc7ea30, ec=0x7feb4c7b4dd0) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3462
        ci = 0x460100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7feb51dc8748
        cfunc = 0x561e47599b58
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#15 vm_call_cfunc_with_frame (ec=0x7feb4c7b4dd0, reg_cfp=0x7feb4cc7ea30, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3490
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#16 0x0000561e45bdb949 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:367
        val = 140648148760440
        ci = 0x8
        cc = <optimized out>
        recv = 140648581160392
        argc = <optimized out>
        calling = {ci = 0x460100100005, cc = 0x7feb32f1f778, block_handler = 0, recv = 140648607356440, argc = 2, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#17 vm_exec_core (ec=0x7feb4cb7ddc8, initial=1) at ../../src/trunk-yjit/insns.def:835
        bh = <optimized out>
        cd = 0x561e47701cd0
        leaf = <optimized out>
        val = 140648148760440
        reg_pc = 0x561e47701b88
        reg_cfp = 0x7feb4cc7ea30
        insns_address_table = {0x561e45bde44e <vm_exec_core+11294>, 0x561e45bdbab7 <vm_exec_core+647>, 0x561e45bdbc88 <vm_exec_core+1112>, 0x561e45bdbc0e <vm_exec_core+990>, 0x561e45bdbb91 <vm_exec_core+865>, 0x561e45bdbb1d <vm_exec_core+749>, 0x561e45bdd89a <vm_exec_core+8298>, 0x561e45bdd840 <vm_exec_core+8208>, 0x561e45bdd791 <vm_exec_core+8033>, 0x561e45bdd73d <vm_exec_core+7949>, 0x561e45bdbebc <vm_exec_core+1676>, 0x561e45bdbe56 <vm_exec_core+1574>, 0x561e45bdbd77 <vm_exec_core+1351>, 0x561e45bdbcf4 <vm_exec_core+1220>, 0x561e45bddb2f <vm_exec_core+8959>, 0x561e45bddaf2 <vm_exec_core+8898>, 0x561e45bddaba <vm_exec_core+8842>, 0x561e45bdda85 <vm_exec_core+8789>, 0x561e45bdda50 <vm_exec_core+8736>, 0x561e45bdda1b <vm_exec_core+8683>, 0x561e45bdd9ab <vm_exec_core+8571>, 0x561e45bdd96c <vm_exec_core+8508>, 0x561e45bddc84 <vm_exec_core+9300>, 0x561e45bddc3e <vm_exec_core+9230>, 0x561e45bddbbf <vm_exec_core+9103>, 0x561e45bddb88 <vm_exec_core+9048>, 0x561e45bddd53 <vm_exec_core+9507>, 0x561e45bddcdc <vm_exec_core+9388>, 0x561e45bdddb0 <vm_exec_core+9600>, 0x561e45bdd703 <vm_exec_core+7891>, 0x561e45bdd577 <vm_exec_core+7495>, 0x561e45bdd4e6 <vm_exec_core+7350>, 0x561e45bdd48e <vm_exec_core+7262>, 0x561e45bdd438 <vm_exec_core+7176>, 0x561e45bdd3ee <vm_exec_core+7102>, 0x561e45bdd3c7 <vm_exec_core+7063>, 0x561e45bdd38c <vm_exec_core+7004>, 0x561e45bdd337 <vm_exec_core+6919>, 0x561e45bdd303 <vm_exec_core+6867>, 0x561e45bdd218 <vm_exec_core+6632>, 0x561e45bdd1d1 <vm_exec_core+6561>, 0x561e45bdd189 <vm_exec_core+6489>, 0x561e45bdd157 <vm_exec_core+6439>, 0x561e45bdd0e8 <vm_exec_core+6328>, 0x561e45bdd086 <vm_exec_core+6230>, 0x561e45bdcf5c <vm_exec_core+5932>, 0x561e45bdceed <vm_exec_core+5821>, 0x561e45bdce5e <vm_exec_core+5678>, 0x561e45bdcd65 <vm_exec_core+5429>, 0x561e45bdcd29 <vm_exec_core+5369>, 0x561e45bdcce2 <vm_exec_core+5298>, 0x561e45bdcbd6 <vm_exec_core+5030>, 0x561e45bdb890 <vm_exec_core+96>, 0x561e45bdcb5d <vm_exec_core+4909>, 0x561e45bdcb11 <vm_exec_core+4833>, 0x561e45bdec53 <vm_exec_core+13347>, 0x561e45bdca1a <vm_exec_core+4586>, 0x561e45bdca66 <vm_exec_core+4662>, 0x561e45bdc91d <vm_exec_core+4333>, 0x561e45bdc7fa <vm_exec_core+4042>, 0x561e45bdc773 <vm_exec_core+3907>, 0x561e45bddea7 <vm_exec_core+9847>, 0x561e45bdc732 <vm_exec_core+3842>, 0x561e45bdc696 <vm_exec_core+3686>, 0x561e45bdc636 <vm_exec_core+3590>, 0x561e45bdc6f6 <vm_exec_core+3782>, 0x561e45bdc579 <vm_exec_core+3401>, 0x561e45bdc4d2 <vm_exec_core+3234>, 0x561e45bde3ec <vm_exec_core+11196>, 0x561e45bdeda9 <vm_exec_core+13689>, 0x561e45bdee0b <vm_exec_core+13787>, 0x561e45bde668 <vm_exec_core+11832>, 0x561e45bde6e0 <vm_exec_core+11952>, 0x561e45bde7e7 <vm_exec_core+12215>, 0x561e45bde775 <vm_exec_core+12101>, 0x561e45bde8ee <vm_exec_core+12478>, 0x561e45bde83e <vm_exec_core+12302>, 0x561e45bde896 <vm_exec_core+12390>, 0x561e45bde946 <vm_exec_core+12566>, 0x561e45bdea6a <vm_exec_core+12858>, 0x561e45bdeae7 <vm_exec_core+12983>, 0x561e45bdeb32 <vm_exec_core+13058>, 0x561e45bde99e <vm_exec_core+12654>, 0x561e45bdec97 <vm_exec_core+13415>, 0x561e45bdc423 <vm_exec_core+3059>, 0x561e45bdc388 <vm_exec_core+2904>, 0x561e45bded1b <vm_exec_core+13547>, 0x561e45bdec1b <vm_exec_core+13291>, 0x561e45bdeb88 <vm_exec_core+13144>, 0x561e45bdebcc <vm_exec_core+13212>, 0x561e45bdea07 <vm_exec_core+12759>, 0x561e45bde3a5 <vm_exec_core+11125>, 0x561e45bdc317 <vm_exec_core+2791>, 0x561e45bdc297 <vm_exec_core+2663>, 0x561e45bdc1df <vm_exec_core+2479>, 0x561e45bdc198 <vm_exec_core+2408>, 0x561e45bdc149 <vm_exec_core+2329>, 0x561e45bdc0fa <vm_exec_core+2250>, 0x561e45bdc0a3 <vm_exec_core+2163>, 0x561e45bdc06e <vm_exec_core+2110>, 0x561e45bdc039 <vm_exec_core+2057>, 0x561e45bde64a <vm_exec_core+11802>, 0x561e45bdbaa6 <vm_exec_core+630>, 0x561e45bdbc77 <vm_exec_core+1095>, 0x561e45bdbbfd <vm_exec_core+973>, 0x561e45bdbb80 <vm_exec_core+848>, 0x561e45bdbb0c <vm_exec_core+732>, 0x561e45bdd889 <vm_exec_core+8281>, 0x561e45bdd82f <vm_exec_core+8191>, 0x561e45bdd780 <vm_exec_core+8016>, 0x561e45bdd72c <vm_exec_core+7932>, 0x561e45bdbeab <vm_exec_core+1659>, 0x561e45bdbe45 <vm_exec_core+1557>, 0x561e45bdbd66 <vm_exec_core+1334>, 0x561e45bdbce3 <vm_exec_core+1203>, 0x561e45bddb1e <vm_exec_core+8942>, 0x561e45bddae1 <vm_exec_core+8881>, 0x561e45bddaa9 <vm_exec_core+8825>, 0x561e45bdda74 <vm_exec_core+8772>, 0x561e45bdda3f <vm_exec_core+8719>, 0x561e45bdda0a <vm_exec_core+8666>, 0x561e45bdd99a <vm_exec_core+8554>, 0x561e45bdd95b <vm_exec_core+8491>, 0x561e45bddc73 <vm_exec_core+9283>, 0x561e45bddc2d <vm_exec_core+9213>, 0x561e45bddbae <vm_exec_core+9086>, 0x561e45bddb77 <vm_exec_core+9031>, 0x561e45bddd42 <vm_exec_core+9490>, 0x561e45bddccb <vm_exec_core+9371>, 0x561e45bddd9f <vm_exec_core+9583>, 0x561e45bdd6f2 <vm_exec_core+7874>, 0x561e45bdd566 <vm_exec_core+7478>, 0x561e45bdd4d5 <vm_exec_core+7333>, 0x561e45bdd47d <vm_exec_core+7245>, 0x561e45bdd427 <vm_exec_core+7159>, 0x561e45bdd3dd <vm_exec_core+7085>, 0x561e45bdd3b6 <vm_exec_core+7046>, 0x561e45bdd37b <vm_exec_core+6987>, 0x561e45bdd326 <vm_exec_core+6902>, 0x561e45bdd2f2 <vm_exec_core+6850>, 0x561e45bdd207 <vm_exec_core+6615>, 0x561e45bdd1c0 <vm_exec_core+6544>, 0x561e45bdd178 <vm_exec_core+6472>, 0x561e45bdd146 <vm_exec_core+6422>, 0x561e45bdd0d7 <vm_exec_core+6311>, 0x561e45bdd075 <vm_exec_core+6213>, 0x561e45bdcf4b <vm_exec_core+5915>, 0x561e45bdcedc <vm_exec_core+5804>, 0x561e45bdce4d <vm_exec_core+5661>, 0x561e45bdcd54 <vm_exec_core+5412>, 0x561e45bdcd18 <vm_exec_core+5352>, 0x561e45bdccd1 <vm_exec_core+5281>, 0x561e45bdcbc5 <vm_exec_core+5013>, 0x561e45bde45f <vm_exec_core+11311>, 0x561e45bdcb4c <vm_exec_core+4892>, 0x561e45bdcb00 <vm_exec_core+4816>, 0x561e45bde475 <vm_exec_core+11333>, 0x561e45bdca09 <vm_exec_core+4569>, 0x561e45bdca55 <vm_exec_core+4645>, 0x561e45bdc90c <vm_exec_core+4316>, 0x561e45bdc7e9 <vm_exec_core+4025>, 0x561e45bdc762 <vm_exec_core+3890>, 0x561e45bdde96 <vm_exec_core+9830>, 0x561e45bdc721 <vm_exec_core+3825>, 0x561e45bdc685 <vm_exec_core+3669>, 0x561e45bdc625 <vm_exec_core+3573>, 0x561e45bdc6e5 <vm_exec_core+3765>, 0x561e45bdc568 <vm_exec_core+3384>, 0x561e45bdc4c1 <vm_exec_core+3217>, 0x561e45bde48b <vm_exec_core+11355>, 0x561e45bde4a1 <vm_exec_core+11377>, 0x561e45bde4b7 <vm_exec_core+11399>, 0x561e45bde4cd <vm_exec_core+11421>, 0x561e45bde4e3 <vm_exec_core+11443>, 0x561e45bde4f9 <vm_exec_core+11465>, 0x561e45bde50f <vm_exec_core+11487>, 0x561e45bde52c <vm_exec_core+11516>, 0x561e45bde542 <vm_exec_core+11538>, 0x561e45bde558 <vm_exec_core+11560>, 0x561e45bde56e <vm_exec_core+11582>, 0x561e45bde584 <vm_exec_core+11604>, 0x561e45bde59a <vm_exec_core+11626>, 0x561e45bde5b0 <vm_exec_core+11648>, 0x561e45bde5c6 <vm_exec_core+11670>, 0x561e45bde5dc <vm_exec_core+11692>, 0x561e45bdc412 <vm_exec_core+3042>, 0x561e45bdc377 <vm_exec_core+2887>, 0x561e45bde5f2 <vm_exec_core+11714>, 0x561e45bde608 <vm_exec_core+11736>, 0x561e45bde61e <vm_exec_core+11758>, 0x561e45bde634 <vm_exec_core+11780>, 0x561e45bdb873 <vm_exec_core+67>, 0x561e45bdb877 <vm_exec_core+71>, 0x561e45bdc306 <vm_exec_core+2774>, 0x561e45bdc286 <vm_exec_core+2646>, 0x561e45bdc1ce <vm_exec_core+2462>, 0x561e45bdc187 <vm_exec_core+2391>, 0x561e45bdc138 <vm_exec_core+2312>, 0x561e45bdc0e9 <vm_exec_core+2233>, 0x561e45bdc092 <vm_exec_core+2146>...}
#18 0x0000561e45bcd795 in rb_vm_exec (ec=0x7feb4c7b4dd0) at /tmp/ruby/src/trunk-yjit/vm.c:2386
        _ec = 0x7feb4c7b4dd0
        _tag = {tag = 36, retval = 4, buf = {0x7feb4cb7e670, 0x561e45bccf80 <rb_vm_exec+368>, 0x0, 0x7feb4cb7e520, 0x7feb4cb7eb88}, prev = 0x7feb4cb7e720, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#19 0x0000561e45bd200a in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x0, argc=0, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1513
No locals.
#20 vm_yield (kw_splat=0, argv=0x0, argc=0, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1521
No locals.
#21 rb_yield_0 (argv=0x0, argc=0) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1359
No locals.
#22 rb_yield (val=<optimized out>, val@entry=36) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1372
No locals.
#23 0x0000561e459e634c in rb_ensure (b_proc=0x561e45bd1f50 <rb_yield>, data1=36, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:1009
        _ec = 0x7feb4c7b4dd0
        _tag = {tag = 36, retval = 140648582212272, buf = {0x561e47592b90, 0x561e459e6430 <rb_ensure+496>, 0x0, 0x7feb4cb7e6c0, 0x0}, prev = 0x7feb4cb7ea20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x7feb4c7b4dd0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x561e45b77dd0 <rb_mutex_unlock>, data2 = 140648607356080}}
#24 0x0000561e45bbfac4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7feb4cc7eab0, ec=0x7feb4c7b4dd0) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3462
        ci = 0x670100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7feb51dc8d10
        cfunc = 0x561e47592b98
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#25 vm_call_cfunc_with_frame (ec=0x7feb4c7b4dd0, reg_cfp=0x7feb4cc7eab0, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3490
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#26 0x0000561e45bdccb0 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:367
        val = 140648230831600
        ci = 0x8
        cc = <optimized out>
        recv = 140648581160392
        argc = <optimized out>
        calling = {ci = 0x670100000001, cc = 0x7feb37d645f0, block_handler = 140648582212297, recv = 140648607356080, argc = 0, kw_splat = false, heap_argv = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#27 vm_exec_core (ec=0x7feb4cb7ddc8, initial=1) at ../../src/trunk-yjit/insns.def:815
        bh = 18446744073709551102
        cd = 0x561e47702400
        blockiseq = 0x7feb4cb7dd80
        leaf = <optimized out>
        val = 140648230831600
        reg_pc = 0x561e476b1290
        reg_cfp = 0x7feb4cc7eab0
        insns_address_table = {0x561e45bde44e <vm_exec_core+11294>, 0x561e45bdbab7 <vm_exec_core+647>, 0x561e45bdbc88 <vm_exec_core+1112>, 0x561e45bdbc0e <vm_exec_core+990>, 0x561e45bdbb91 <vm_exec_core+865>, 0x561e45bdbb1d <vm_exec_core+749>, 0x561e45bdd89a <vm_exec_core+8298>, 0x561e45bdd840 <vm_exec_core+8208>, 0x561e45bdd791 <vm_exec_core+8033>, 0x561e45bdd73d <vm_exec_core+7949>, 0x561e45bdbebc <vm_exec_core+1676>, 0x561e45bdbe56 <vm_exec_core+1574>, 0x561e45bdbd77 <vm_exec_core+1351>, 0x561e45bdbcf4 <vm_exec_core+1220>, 0x561e45bddb2f <vm_exec_core+8959>, 0x561e45bddaf2 <vm_exec_core+8898>, 0x561e45bddaba <vm_exec_core+8842>, 0x561e45bdda85 <vm_exec_core+8789>, 0x561e45bdda50 <vm_exec_core+8736>, 0x561e45bdda1b <vm_exec_core+8683>, 0x561e45bdd9ab <vm_exec_core+8571>, 0x561e45bdd96c <vm_exec_core+8508>, 0x561e45bddc84 <vm_exec_core+9300>, 0x561e45bddc3e <vm_exec_core+9230>, 0x561e45bddbbf <vm_exec_core+9103>, 0x561e45bddb88 <vm_exec_core+9048>, 0x561e45bddd53 <vm_exec_core+9507>, 0x561e45bddcdc <vm_exec_core+9388>, 0x561e45bdddb0 <vm_exec_core+9600>, 0x561e45bdd703 <vm_exec_core+7891>, 0x561e45bdd577 <vm_exec_core+7495>, 0x561e45bdd4e6 <vm_exec_core+7350>, 0x561e45bdd48e <vm_exec_core+7262>, 0x561e45bdd438 <vm_exec_core+7176>, 0x561e45bdd3ee <vm_exec_core+7102>, 0x561e45bdd3c7 <vm_exec_core+7063>, 0x561e45bdd38c <vm_exec_core+7004>, 0x561e45bdd337 <vm_exec_core+6919>, 0x561e45bdd303 <vm_exec_core+6867>, 0x561e45bdd218 <vm_exec_core+6632>, 0x561e45bdd1d1 <vm_exec_core+6561>, 0x561e45bdd189 <vm_exec_core+6489>, 0x561e45bdd157 <vm_exec_core+6439>, 0x561e45bdd0e8 <vm_exec_core+6328>, 0x561e45bdd086 <vm_exec_core+6230>, 0x561e45bdcf5c <vm_exec_core+5932>, 0x561e45bdceed <vm_exec_core+5821>, 0x561e45bdce5e <vm_exec_core+5678>, 0x561e45bdcd65 <vm_exec_core+5429>, 0x561e45bdcd29 <vm_exec_core+5369>, 0x561e45bdcce2 <vm_exec_core+5298>, 0x561e45bdcbd6 <vm_exec_core+5030>, 0x561e45bdb890 <vm_exec_core+96>, 0x561e45bdcb5d <vm_exec_core+4909>, 0x561e45bdcb11 <vm_exec_core+4833>, 0x561e45bdec53 <vm_exec_core+13347>, 0x561e45bdca1a <vm_exec_core+4586>, 0x561e45bdca66 <vm_exec_core+4662>, 0x561e45bdc91d <vm_exec_core+4333>, 0x561e45bdc7fa <vm_exec_core+4042>, 0x561e45bdc773 <vm_exec_core+3907>, 0x561e45bddea7 <vm_exec_core+9847>, 0x561e45bdc732 <vm_exec_core+3842>, 0x561e45bdc696 <vm_exec_core+3686>, 0x561e45bdc636 <vm_exec_core+3590>, 0x561e45bdc6f6 <vm_exec_core+3782>, 0x561e45bdc579 <vm_exec_core+3401>, 0x561e45bdc4d2 <vm_exec_core+3234>, 0x561e45bde3ec <vm_exec_core+11196>, 0x561e45bdeda9 <vm_exec_core+13689>, 0x561e45bdee0b <vm_exec_core+13787>, 0x561e45bde668 <vm_exec_core+11832>, 0x561e45bde6e0 <vm_exec_core+11952>, 0x561e45bde7e7 <vm_exec_core+12215>, 0x561e45bde775 <vm_exec_core+12101>, 0x561e45bde8ee <vm_exec_core+12478>, 0x561e45bde83e <vm_exec_core+12302>, 0x561e45bde896 <vm_exec_core+12390>, 0x561e45bde946 <vm_exec_core+12566>, 0x561e45bdea6a <vm_exec_core+12858>, 0x561e45bdeae7 <vm_exec_core+12983>, 0x561e45bdeb32 <vm_exec_core+13058>, 0x561e45bde99e <vm_exec_core+12654>, 0x561e45bdec97 <vm_exec_core+13415>, 0x561e45bdc423 <vm_exec_core+3059>, 0x561e45bdc388 <vm_exec_core+2904>, 0x561e45bded1b <vm_exec_core+13547>, 0x561e45bdec1b <vm_exec_core+13291>, 0x561e45bdeb88 <vm_exec_core+13144>, 0x561e45bdebcc <vm_exec_core+13212>, 0x561e45bdea07 <vm_exec_core+12759>, 0x561e45bde3a5 <vm_exec_core+11125>, 0x561e45bdc317 <vm_exec_core+2791>, 0x561e45bdc297 <vm_exec_core+2663>, 0x561e45bdc1df <vm_exec_core+2479>, 0x561e45bdc198 <vm_exec_core+2408>, 0x561e45bdc149 <vm_exec_core+2329>, 0x561e45bdc0fa <vm_exec_core+2250>, 0x561e45bdc0a3 <vm_exec_core+2163>, 0x561e45bdc06e <vm_exec_core+2110>, 0x561e45bdc039 <vm_exec_core+2057>, 0x561e45bde64a <vm_exec_core+11802>, 0x561e45bdbaa6 <vm_exec_core+630>, 0x561e45bdbc77 <vm_exec_core+1095>, 0x561e45bdbbfd <vm_exec_core+973>, 0x561e45bdbb80 <vm_exec_core+848>, 0x561e45bdbb0c <vm_exec_core+732>, 0x561e45bdd889 <vm_exec_core+8281>, 0x561e45bdd82f <vm_exec_core+8191>, 0x561e45bdd780 <vm_exec_core+8016>, 0x561e45bdd72c <vm_exec_core+7932>, 0x561e45bdbeab <vm_exec_core+1659>, 0x561e45bdbe45 <vm_exec_core+1557>, 0x561e45bdbd66 <vm_exec_core+1334>, 0x561e45bdbce3 <vm_exec_core+1203>, 0x561e45bddb1e <vm_exec_core+8942>, 0x561e45bddae1 <vm_exec_core+8881>, 0x561e45bddaa9 <vm_exec_core+8825>, 0x561e45bdda74 <vm_exec_core+8772>, 0x561e45bdda3f <vm_exec_core+8719>, 0x561e45bdda0a <vm_exec_core+8666>, 0x561e45bdd99a <vm_exec_core+8554>, 0x561e45bdd95b <vm_exec_core+8491>, 0x561e45bddc73 <vm_exec_core+9283>, 0x561e45bddc2d <vm_exec_core+9213>, 0x561e45bddbae <vm_exec_core+9086>, 0x561e45bddb77 <vm_exec_core+9031>, 0x561e45bddd42 <vm_exec_core+9490>, 0x561e45bddccb <vm_exec_core+9371>, 0x561e45bddd9f <vm_exec_core+9583>, 0x561e45bdd6f2 <vm_exec_core+7874>, 0x561e45bdd566 <vm_exec_core+7478>, 0x561e45bdd4d5 <vm_exec_core+7333>, 0x561e45bdd47d <vm_exec_core+7245>, 0x561e45bdd427 <vm_exec_core+7159>, 0x561e45bdd3dd <vm_exec_core+7085>, 0x561e45bdd3b6 <vm_exec_core+7046>, 0x561e45bdd37b <vm_exec_core+6987>, 0x561e45bdd326 <vm_exec_core+6902>, 0x561e45bdd2f2 <vm_exec_core+6850>, 0x561e45bdd207 <vm_exec_core+6615>, 0x561e45bdd1c0 <vm_exec_core+6544>, 0x561e45bdd178 <vm_exec_core+6472>, 0x561e45bdd146 <vm_exec_core+6422>, 0x561e45bdd0d7 <vm_exec_core+6311>, 0x561e45bdd075 <vm_exec_core+6213>, 0x561e45bdcf4b <vm_exec_core+5915>, 0x561e45bdcedc <vm_exec_core+5804>, 0x561e45bdce4d <vm_exec_core+5661>, 0x561e45bdcd54 <vm_exec_core+5412>, 0x561e45bdcd18 <vm_exec_core+5352>, 0x561e45bdccd1 <vm_exec_core+5281>, 0x561e45bdcbc5 <vm_exec_core+5013>, 0x561e45bde45f <vm_exec_core+11311>, 0x561e45bdcb4c <vm_exec_core+4892>, 0x561e45bdcb00 <vm_exec_core+4816>, 0x561e45bde475 <vm_exec_core+11333>, 0x561e45bdca09 <vm_exec_core+4569>, 0x561e45bdca55 <vm_exec_core+4645>, 0x561e45bdc90c <vm_exec_core+4316>, 0x561e45bdc7e9 <vm_exec_core+4025>, 0x561e45bdc762 <vm_exec_core+3890>, 0x561e45bdde96 <vm_exec_core+9830>, 0x561e45bdc721 <vm_exec_core+3825>, 0x561e45bdc685 <vm_exec_core+3669>, 0x561e45bdc625 <vm_exec_core+3573>, 0x561e45bdc6e5 <vm_exec_core+3765>, 0x561e45bdc568 <vm_exec_core+3384>, 0x561e45bdc4c1 <vm_exec_core+3217>, 0x561e45bde48b <vm_exec_core+11355>, 0x561e45bde4a1 <vm_exec_core+11377>, 0x561e45bde4b7 <vm_exec_core+11399>, 0x561e45bde4cd <vm_exec_core+11421>, 0x561e45bde4e3 <vm_exec_core+11443>, 0x561e45bde4f9 <vm_exec_core+11465>, 0x561e45bde50f <vm_exec_core+11487>, 0x561e45bde52c <vm_exec_core+11516>, 0x561e45bde542 <vm_exec_core+11538>, 0x561e45bde558 <vm_exec_core+11560>, 0x561e45bde56e <vm_exec_core+11582>, 0x561e45bde584 <vm_exec_core+11604>, 0x561e45bde59a <vm_exec_core+11626>, 0x561e45bde5b0 <vm_exec_core+11648>, 0x561e45bde5c6 <vm_exec_core+11670>, 0x561e45bde5dc <vm_exec_core+11692>, 0x561e45bdc412 <vm_exec_core+3042>, 0x561e45bdc377 <vm_exec_core+2887>, 0x561e45bde5f2 <vm_exec_core+11714>, 0x561e45bde608 <vm_exec_core+11736>, 0x561e45bde61e <vm_exec_core+11758>, 0x561e45bde634 <vm_exec_core+11780>, 0x561e45bdb873 <vm_exec_core+67>, 0x561e45bdb877 <vm_exec_core+71>, 0x561e45bdc306 <vm_exec_core+2774>, 0x561e45bdc286 <vm_exec_core+2646>, 0x561e45bdc1ce <vm_exec_core+2462>, 0x561e45bdc187 <vm_exec_core+2391>, 0x561e45bdc138 <vm_exec_core+2312>, 0x561e45bdc0e9 <vm_exec_core+2233>, 0x561e45bdc092 <vm_exec_core+2146>...}
#28 0x0000561e45bcd795 in rb_vm_exec (ec=0x7feb4c7b4dd0) at /tmp/ruby/src/trunk-yjit/vm.c:2386
        _ec = 0x7feb4c7b4dd0
        _tag = {tag = 36, retval = 4, buf = {0x7feb4cb7eaa0, 0x561e45bccf80 <rb_vm_exec+368>, 0x0, 0x7feb4cb7e950, 0x3000000028}, prev = 0x7feb4cc7ec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#29 0x0000561e45bd25df in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x7feb4c7d6b90, argc=argc@entry=0, argv=argv@entry=0x7feb4cb7ead0, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1607
        self = <optimized out>
#30 0x0000561e45b7d0c4 in thread_do_start_proc (th=0x7feb4c7d69f0) at /tmp/ruby/src/trunk-yjit/thread.c:601
        args = 140648576820240
        args_ptr = 0x7feb4cb7ead0
        args_len = 0
        procval = <optimized out>
        proc = 0x7feb4c7d6b90
#31 0x0000561e45b7f344 in thread_do_start (th=0x7feb4c7d69f0) at /tmp/ruby/src/trunk-yjit/thread.c:620
        result = 36
        result = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
#32 thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:694
        _ec = 0x7feb4c7b4dd0
        _tag = {tag = 36, retval = 140648669405100, buf = {0x7feb4cc7ece0, 0x561e45b7f158 <thread_start_func_2+680>, 0x0, 0x7feb4cb7eb30, 0x7ffd105f880a}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        errinfo = 4
        size = <optimized out>
        ractor_main_th = <optimized out>
        vm_stack = <optimized out>
#33 0x0000561e45b7fd44 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1112
        th = 0x7feb4c7d69f0
        altstack = 0x7feb4ccacad0
#34 0x00007feb51fa4b43 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 = {140724876267424, 3828007256526863883, 140648582215232, 22, 140648669399120, 140724876267776, -3834452387059810805, -3834406451457769973}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#35 0x00007feb52035bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7feb51f0d7c0 (LWP 2919163)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140648668780480) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7feb51f0d7c0
        old_mask = {__val = {24, 140648669467859, 94688046254272, 10901423102704860416, 37, 18446744073709551352, 2, 0, 94688021106951, 94688045710096, 24, 140648669467859, 0, 140648669364205, 140648668780480, 140648670979584}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=140648668780480) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140648668780480, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007feb51f52476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007feb51f387f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x3061663530316466, sa_sigaction = 0x3061663530316466}, sa_mask = {__val = {2, 140648670996128, 3432, 94688021107190, 140648669362256, 2, 6732726843261788192, 7378697629483820554, 140648670996128, 2, 2, 1, 94688021107190, 140648670979584, 140648669315159, 140648668773008}}, sa_flags = 0, sa_restorer = 0x7feb5212a6a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 7166204968890474528, 2314885437357583457, 6731583338252032800, 3832617590176757514, 7365405400577881190, 3474639491144180838, 2337417879816777776, 3472328296227680304, 140648669923972, 2314885530818453536, 2, 94688021107190, 2, 3832617590176757514, 140648669359981}}
#5  0x0000561e459df80c in die () at /tmp/ruby/src/trunk-yjit/error.c:777
No locals.
#6  rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x561e475c8b40, fmt=fmt@entry=0x561e45dc4c45 "Segmentation fault at %p") at /tmp/ruby/src/trunk-yjit/error.c:818
        file = <optimized out>
        line = 25
#7  0x0000561e45b3448d in sigsegv (sig=11, info=0x561e475c8c70, ctx=0x561e475c8b40) at /tmp/ruby/src/trunk-yjit/signal.c:920
No locals.
#8  <signal handler called>
No locals.
#9  0x00007feb4c8a0088 in ripper_parser_mark (ptr=0x0) at /tmp/ruby/build/trunk-yjit/ext/ripper/parse.y:13817
        p = 0x0
#10 0x0000561e45a08628 in gc_mark_stacked_objects (count=<optimized out>, incremental=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:7371
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = 0
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = <optimized out>
#11 gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:7409
No locals.
#12 gc_marks_rest (objspace=0x561e475460e0) at /tmp/ruby/src/trunk-yjit/gc.c:8572
No locals.
#13 0x0000561e45a09602 in gc_marks (full_mark=<optimized out>, objspace=0x561e475460e0) at /tmp/ruby/src/trunk-yjit/gc.c:8629
        marking_finished = false
        marking_finished = <optimized out>
#14 gc_start (objspace=0x561e475460e0, reason=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:9413
        do_full_mark = <optimized out>
        immediate_mark = <optimized out>
        __func__ = <optimized out>
        lock_lev = 22046
#15 0x0000561e45a0c10e in garbage_collect (reason=512, objspace=0x561e475460e0) at /tmp/ruby/src/trunk-yjit/gc.c:9298
        _lev = 8
        ret = <optimized out>
        ret = <optimized out>
        _lev = <optimized out>
#16 garbage_collect_with_gvl (reason=512, objspace=0x561e475460e0) at /tmp/ruby/src/trunk-yjit/gc.c:9674
No locals.
#17 objspace_malloc_increase_body (mem=<optimized out>, new_size=<optimized out>, old_size=<optimized out>, type=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:12061
        retry = <optimized out>
        retry = <optimized out>
#18 objspace_malloc_increase_body (old_size=0, type=MEMOP_TYPE_MALLOC, mem=0x7feb3f7c4f10, new_size=<optimized out>, objspace=0x561e475460e0) at /tmp/ruby/src/trunk-yjit/gc.c:12039
        retry = <optimized out>
#19 objspace_malloc_fixup (size=<optimized out>, mem=0x7feb3f7c4f10, objspace=0x561e475460e0) at /tmp/ruby/src/trunk-yjit/gc.c:12149
        malloc_increase_done = false
#20 objspace_xcalloc (size=<optimized out>, objspace=0x561e475460e0) at /tmp/ruby/src/trunk-yjit/gc.c:12488
        mem = 0x7feb3f7c4f10
        mem = <optimized out>
        gpr = <optimized out>
#21 ruby_xcalloc_body (n=<optimized out>, size=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:12494
No locals.
#22 0x00007feb4c8bb918 in ripper_s_allocate (klass=<optimized out>) at /tmp/ruby/src/trunk-yjit/ext/ripper/ripper_init.c:122
        r = 0x7feb3f7c4ef0
        self = 140648575008680
#23 0x0000561e45a8a593 in class_call_alloc_func (klass=140648588791840, allocator=<optimized out>) at /tmp/ruby/src/trunk-yjit/object.c:2075
        obj = <optimized out>
        obj = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#24 rb_class_alloc (klass=140648588791840) at /tmp/ruby/src/trunk-yjit/object.c:2047
        allocator = <optimized out>
        allocator = <optimized out>
#25 rb_class_new_instance_pass_kw (argc=3, argv=0x7feb51e0c4c0, klass=140648588791840) at /tmp/ruby/src/trunk-yjit/object.c:2106
        obj = <optimized out>
#26 0x0000561e47a159e1 in ?? ()
No symbol table info available.
#27 0x0000000000000000 in ?? ()
No symbol table info available.

>>> Dump Ruby level backtrace (if possible)
raw logfile