# Logfile created on 2026-02-10 17:38:39 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007ce409d6fdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=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'", @spec_opts="-j", @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, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20260210-173839", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007ce40e37ddd0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007ce40e37dc18 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007ce409ca9350 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20260210-173839", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20260210-173839>, @binmode=false, @mon_data=#<Monitor:0x00007ce40e37d6c8>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update net-imap to d9ae35ef913a45f83387b8444cdce4fb1cbf01af
echo d9ae35ef913a45f83387b8444cdce4fb1cbf01af | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/net-imap.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/net-imap.revision unchanged
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   1a3ba1b..acacbec  master     -> origin/master
Updating 1a3ba1b..acacbec
Fast-forward
 test/ruby/test_zjit.rb    | 4738 ++----------------------------------------
 zjit/src/codegen.rs       |   34 +-
 zjit/src/codegen_tests.rs | 4977 +++++++++++++++++++++++++++++++++++++++++++++
 zjit/src/hir.rs           |    2 +-
 4 files changed, 5102 insertions(+), 4649 deletions(-)
 create mode 100644 zjit/src/codegen_tests.rs
Latest commit hash = acacbec359
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
Update net-imap to d9ae35ef913a45f83387b8444cdce4fb1cbf01af
echo d9ae35ef913a45f83387b8444cdce4fb1cbf01af | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/net-imap.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/net-imap.revision unchanged
/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'
$$$[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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.rbbin updated
08274307f5c57b514a8f49b1923e1e2a14b126c80135e685b714a9d2560500e9  builtin_binary.rbbin
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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-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
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
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 '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[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
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/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
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]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
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 net-imap to d9ae35ef913a45f83387b8444cdce4fb1cbf01af
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
echo d9ae35ef913a45f83387b8444cdce4fb1cbf01af | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/net-imap.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/net-imap.revision unchanged
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-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
transdb.h unchanged
making trans
generating makefiles ext/configure-ext.mk
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
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 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
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/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/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]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
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 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/4.1.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/4.1.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/4.1.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/4.1.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-4.1.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/4.1.0+1
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/4.1.0+1
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/4.1.0+1
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-4.1.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/4.1.0+1
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-4.1.0+1
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/4.1.0+1
                                    bundler 4.1.0.dev
                                    delegate 0.6.1
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 6.0.1
                                    error_highlight 0.7.1
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.4.0
                                    ipaddr 1.2.8
                                    net-http 0.9.1
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.8.1
                                    pp 0.6.3
                                    prettyprint 0.2.0
                                    prism 1.9.0
                                    resolv 0.7.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.3
                                    tempfile 0.3.1
                                    time 0.4.2
                                    timeout 0.6.0
                                    tmpdir 0.3.1
                                    un 0.3.0
                                    uri 1.1.1
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/4.1.0+1
                                    date 3.5.1
                                    digest 3.2.1
                                    etc 1.4.6
                                    fcntl 1.3.0
                                    io-console 0.8.2
                                    io-nonblock 0.3.2
                                    io-wait 0.4.0
                                    json 2.18.1
                                    openssl 4.0.0
                                    psych 5.3.1
                                    stringio 3.2.1.dev
                                    strscan 3.1.7.dev
                                    zlib 3.2.2
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/4.1.0+1
                                    minitest 6.0.1
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.7
                                    rexml 3.4.4
                                    rss 0.3.2
                                    net-ftp 0.3.9
                                    net-imap 0.6.2
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.10.3
                                    typeprof 0.31.1
                                    debug 1.11.1
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 4.0.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.2.0
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.4.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.13
                                    ostruct 0.6.3
                                    pstore 0.2.0
                                    benchmark 0.5.0
                                    logger 1.7.0
                                    rdoc 7.2.0
                                    irb 1.17.0
                                    reline 0.6.3
                                    readline 0.0.4
                                    fiddle 1.1.8
                                    tsort 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/4.1.0+1/cache
skipped bundled gems:
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2034 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Checking leaked global symbols...none
/tmp/ruby/src/trunk-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'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
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'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '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'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving 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/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
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/ext/io/console'
make[2]: Leaving 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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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/ripper'
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'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
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'
Run options: 
  --seed=39839
  "--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:

[  1/758] 3222019=ripper/test_files_sample
[  2/758] 3222018=-ext-/postponed_job/test_postponed_job
[  3/758] 3222017=-ext-/thread/test_instrumentation_api
[  4/758] 3222016=rubygems/test_gem_request_set_lockfile
[  5/758] 3222019=ruby/test_thread_queue
[  6/758] 3222018=optparse/test_switch
[  7/758] 3222018=-ext-/win32/test_console_attr
[  8/758] 3222018=-ext-/bignum/test_big2str
[  9/758] 3222018=fileutils/test_nowrite
[ 10/758] 3222018=ruby/test_yield
[ 11/758] 3222017=json/json_encoding_test
[ 12/758] 3222017=psych/test_psych_set
[ 13/758] 3222017=json/ractor_test
[ 14/758] 3222017=ruby/test_iseq
[ 15/758] 3222016=-ext-/gvl/test_ubf_async_safe
[ 16/758] 3222016=ruby/test_pattern_matching
[ 17/758] 3222019=rubygems/test_gem_path_support
[ 18/758] 3222016=rubygems/test_gem_specification
[ 19/758] 3222019=ruby/test_bignum
[ 20/758] 3222017=rubygems/test_gem_commands_owner_command
[ 21/758] 3222019=-ext-/string/test_cstr
[ 22/758] 3222019=net/http/test_httpresponses
[ 23/758] 3222019=ruby/enc/test_cesu8
[ 24/758] 3222019=-ext-/st/test_numhash
[ 25/758] 3222019=openssl/test_pkey_rsa
[ 26/758] 3222017=ruby/test_clone
[ 27/758] 3222017=ruby/test_mixed_unicode_escapes
[ 28/758] 3222017=rubygems/test_gem_requirement
[ 29/758] 3222017=ruby/enc/test_euc_tw
[ 30/758] 3222017=ruby/test_unicode_escape
[ 31/758] 3222019=rubygems/test_gem_commands_open_command
[ 32/758] 3222017=ruby/enc/test_windows_1251
[ 33/758] 3222017=ruby/enc/test_utf32
[ 34/758] 3222017=prism/ruby/relocation_test
[ 35/758] 3222019=rubygems/test_gem_resolver_local_specification
[ 36/758] 3222017=-ext-/wait/test_wait
[ 37/758] 3222017=optparse/test_noarg
[ 38/758] 3222019=-ext-/test_notimplement
[ 39/758] 3222019=mkmf/test_mkmf
[ 40/758] 3222019=-ext-/box/test_load_ext
[ 41/758] 3222019=psych/test_marshalable
[ 42/758] 3222019=mmtk/test_configuration
[ 43/758] 3222019=ruby/test_box
[ 44/758] 3222017=rubygems/test_gem_package_tar_reader
[ 45/758] 3222017=socket/test_unix
[ 46/758] 3222017=psych/test_coder
[ 47/758] 3222018=ruby/test_symbol
[ 48/758] 3222017=ruby/test_compile_prism
[ 49/758] 3222017=ruby/test_complexrational
[ 50/758] 3222017=openssl/test_random
[ 51/758] 3222017=rubygems/test_gem_gem_runner
[ 52/758] 3222017=ruby/test_comparable
[ 53/758] 3222017=rubygems/test_gem_source_specific_file
[ 54/758] 3222017=rubygems/test_gem_resolver_installed_specification
[ 55/758] 3222017=prism/newline_offsets_test
[ 56/758] 3222017=pathname/test_pathname
[ 57/758] 3222019=-ext-/string/test_enc_associate
[ 58/758] 3222017=ruby/test_io_timeout
[ 59/758] 3222017=coverage/test_coverage
[ 60/758] 3222016=-ext-/marshal/test_internal_ivar
[ 61/758] 3222016=resolv/test_resource
[ 62/758] 3222019=prism/ruby/desugar_compiler_test
[ 63/758] 3222016=rubygems/test_gem_resolver_specification
[ 64/758] 3222018=-ext-/tracepoint/test_tracepoint
[ 65/758] 3222016=dtrace/test_array_create
[ 66/758] 3222016=optparse/test_reqarg
[ 67/758] 3222019=rubygems/test_webauthn_poller
[ 68/758] 3222019=-ext-/string/test_enc_str_buf_cat
[ 69/758] 3222019=ruby/test_require
[ 70/758] 3222018=erb/test_erb
[ 71/758] 3222017=-ext-/econv/test_append
[ 72/758] 3222017=rubygems/test_gem_unsatisfiable_dependency_error
[ 73/758] 3222018=-ext-/iter/test_iter_break
[ 74/758] 3222018=rubygems/test_gem_resolver_conflict
[ 75/758] 3222017=psych/test_hash
[ 76/758] 3222017=-ext-/num2int/test_num2int
[ 77/758] 3222017=rubygems/test_gem_remote_fetcher
[ 78/758] 3222018=ripper/test_ripper
[ 79/758] 3222016=psych/test_yamlstore
[ 80/758] 3222016=ruby/test_yjit_exit_locations
[ 81/758] 3222017=rubygems/test_gem_version
[ 82/758] 3222016=openssl/test_x509name
[ 83/758] 3222016=fiber/test_address_resolve
[ 84/758] 3222017=rubygems/test_gem_config_file
[ 85/758] 3222016=ruby/test_ractor
[ 86/758] 3222017=io/wait/test_ractor
[ 87/758] 3222017=rubygems/test_gem_stub_specification
[ 88/758] 3222017=rubygems/test_gem_commands_cleanup_command
[ 89/758] 3222018=ruby/test_undef
[ 90/758] 3222018=uri/test_http
[ 91/758] 3222018=ruby/test_path
[ 92/758] 3222018=ruby/test_beginendblock
[ 93/758] 3222018=ruby/test_autoload
[ 94/758] 3222017=test_time
[ 95/758] 3222017=rubygems/test_gem_resolver_best_set
[ 96/758] 3222017=psych/visitors/test_yaml_tree
[ 97/758] 3222017=ruby/test_thread
[ 98/758] 3222019=prism/onigmo_test
[ 99/758] 3222019=psych/test_struct
[100/758] 3222019=ruby/test_frozen_error
[101/758] 3222019=did_you_mean/spell_checking/test_pattern_key_name_check
[102/758] 3222019=prism/fuzzer_test
[103/758] 3222019=rubygems/test_gem_security_trust_dir
[104/758] 3222019=prism/result/string_test
[105/758] 3222019=mkmf/test_have_library
[New LWP 3225140]
[New LWP 3224842]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000057ae68e9f6b4 in rb_iseq_mark_and_move (iseq=0x799936170518, reference_updating=false) at /tmp/ruby/src/trunk-yjit/iseq.c:391
391	                if (cds[i].ci) rb_gc_mark_and_move_ptr(&cds[i].ci);

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7999507d87c0 (LWP 3224838) "ruby" 0x000057ae68e9f6b4 in rb_iseq_mark_and_move (iseq=0x799936170518, reference_updating=false) at /tmp/ruby/src/trunk-yjit/iseq.c:391
  2    Thread 0x7999360ad6c0 (LWP 3225140) "ruby" 0x0000799950873d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57ae694b71a4 <_vm+260>) at ./nptl/futex-internal.c:57
  3    Thread 0x7999371ff6c0 (LWP 3224842) "ruby" 0x0000799950905042 in epoll_wait (epfd=4, events=events@entry=0x57ae694b6a1c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 3 (Thread 0x7999371ff6c0 (LWP 3224842) "ruby"):
#0  0x0000799950905042 in epoll_wait (epfd=4, events=events@entry=0x57ae694b6a1c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000057ae68fb71cc in event_wait (vm=0x57ae694b70a0 <_vm>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2931
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x57ae694b70a0 <_vm>) at /tmp/ruby/src/trunk-yjit/thread_pthread_mn.c:934
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
        sched = <optimized out>
        event_serial = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3058
        vm = <optimized out>
#4  0x0000799950877a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {133698961798848, -6718119793109415717, 133698961798848, -272, 0, 140727285490496, -6718119793121998629, -6718035195375957797}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x0000799950904c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7999360ad6c0 (LWP 3225140) "ruby"):
#0  0x0000799950873d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57ae694b71a4 <_vm+260>) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x57ae694b71a4 <_vm+260>) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x57ae694b71a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007999508767dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x57ae694b7140 <_vm+160>, cond=0x57ae694b7178 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7999508764a0 <__condvar_cleanup_waiting>, __arg = 0x7999360acd50, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 3, cond = 0x57ae694b7178 <_vm+216>, mutex = 0x57ae694b7140 <_vm+160>, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 3
        seq = 1
        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_wait (cond=cond@entry=0x57ae694b7178 <_vm+216>, mutex=mutex@entry=0x57ae694b7140 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000057ae68fb8f33 in rb_native_cond_wait (mutex=0x57ae694b7140 <_vm+160>, cond=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1302
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x57ae9e541f60) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2277
        r = <optimized out>
        nt = <optimized out>
        vm = 0x57ae694b70a0 <_vm>
#8  0x0000799950877a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {133698943637184, -6718117689649182501, 133698943637184, -272, 0, 140727285489696, -6718117689661765413, -6718035195375957797}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x0000799950904c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7999507d87c0 (LWP 3224838) "ruby"):
#0  0x000057ae68e9f6b4 in rb_iseq_mark_and_move (iseq=0x799936170518, reference_updating=false) at /tmp/ruby/src/trunk-yjit/iseq.c:391
        cds = <optimized out>
        i = 1
        body = 0x57ae9e48cbe0
#1  0x000057ae68e4c0f1 in gc_mark_children (obj=<optimized out>, objspace=0x57ae9e23c2a0) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:4628
No locals.
#2  gc_mark_stacked_objects (count=<optimized out>, incremental=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:4650
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = <optimized out>
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = <optimized out>
#3  gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:4688
No locals.
#4  gc_marks_rest (objspace=0x57ae9e23c2a0) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:5728
No locals.
#5  0x000057ae68e51533 in gc_marks (full_mark=<optimized out>, objspace=0x57ae9e23c2a0) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:5842
        marking_finished = false
        marking_finished = <optimized out>
#6  gc_start (objspace=objspace@entry=0x57ae9e23c2a0, reason=<optimized out>, reason@entry=45568) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:6528
        do_full_mark = <optimized out>
        __func__ = <optimized out>
        lock_lev = <optimized out>
#7  0x000057ae68e520c4 in garbage_collect (objspace=0x57ae9e23c2a0, reason=45568) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:6411
        ret = <optimized out>
        lev = <optimized out>
#8  0x000057ae68e527c4 in objspace_malloc_gc_stress (objspace=0x57ae9e23c2a0) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:8047
        reason = <optimized out>
#9  objspace_malloc_gc_stress (objspace=0x57ae9e23c2a0) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:8038
        reason = <optimized out>
#10 rb_gc_impl_malloc (objspace_ptr=0x57ae9e23c2a0, size=48, gc_allowed=true) at /tmp/ruby/src/trunk-yjit/gc/default/default.c:8311
        gpr = 107008
        objspace = 0x57ae9e23c2a0
        mem = <optimized out>
#11 0x000057ae68e52ab0 in ruby_xmalloc_body (size=48) at /tmp/ruby/src/trunk-yjit/gc.c:5373
No locals.
#12 ruby_xmalloc (size=size@entry=48) at /tmp/ruby/src/trunk-yjit/gc.c:5355
No locals.
#13 0x000057ae69003514 in vm_ccs_create (klass=133699385945160, cme=0x79995061f3d8, mid=157, cc_tbl=133698944234360) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:2040
        initial_capa = 2
        ccs = <optimized out>
        initial_capa = <optimized out>
        ccs = <error reading variable ccs (Cannot access memory at address 0x0)>
#14 cache_callable_method_entry (cme=0x79995061f3d8, mid=157, klass=133699385945160) at /tmp/ruby/src/trunk-yjit/vm_method.c:1848
        new_cc_tbl = 133698944234360
        cc_tbl = <optimized out>
        ccs_data = 1
        cc_tbl = <optimized out>
        ccs_data = <optimized out>
        new_cc_tbl = <optimized out>
#15 callable_method_entry_or_negative (klass=klass@entry=133699385945160, mid=mid@entry=157, defined_class_ptr=defined_class_ptr@entry=0x7ffd9fdc9930) at /tmp/ruby/src/trunk-yjit/vm_method.c:1919
        defined_class = 133698944393760
        me = <optimized out>
        vm_locking_level = 1
        vm_locking_do = 1
        cme = 0x79995061f3d8
        cc_tbl = <optimized out>
#16 0x000057ae690153fd in callable_method_entry (defined_class_ptr=0x7ffd9fdc9930, mid=157, klass=133699385945160) at /tmp/ruby/src/trunk-yjit/vm_method.c:1938
        cme = <optimized out>
        cme = <optimized out>
#17 vm_respond_to (ec=ec@entry=0x57ae9e240fd8, klass=133699385945160, obj=obj@entry=133698944106080, id=id@entry=16369, priv=priv@entry=1) at /tmp/ruby/src/trunk-yjit/vm_method.c:3339
        defined_class = 133698944393760
        resid = 157
        cme = <optimized out>
#18 0x000057ae69015bc1 in rb_ec_obj_respond_to (priv=1, id=16369, obj=133698944106080, ec=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/vm_method.c:3397
        klass = <optimized out>
        ret = <optimized out>
        klass = <optimized out>
        ret = <optimized out>
#19 rb_obj_respond_to (obj=133698944106080, id=16369, priv=priv@entry=1) at /tmp/ruby/src/trunk-yjit/vm_method.c:3390
        ec = 0x57ae9e240fd8
#20 0x000057ae68ead662 in w_object (obj=<optimized out>, arg=0x79993611ff20, limit=-1) at /tmp/ruby/src/trunk-yjit/marshal.c:900
        v = 16369
        c_arg = {obj = 133698944106080, arg = 0x79993611ff20, limit = -1}
        ivobj = 36
        num = 96406596152293
        hasiv = 0
        encname = 4
#21 0x000057ae68eaf65c in w_obj_each (id=3489, value=133698944106080, a=<optimized out>) at /tmp/ruby/src/trunk-yjit/marshal.c:639
        ivarg = <optimized out>
        arg = 0x7ffd9fdc9d30
        unnamed = <optimized out>
        ivname = 0x0
#22 0x000057ae68f6729e in rb_shape_foreach_field (initial_shape_id=<optimized out>, func=0x57ae68fe1000 <iterate_over_shapes_callback>, data=0x7ffd9fdc9bf0) at /tmp/ruby/src/trunk-yjit/shape.c:1232
        shape = <optimized out>
        parent_id = <optimized out>
#23 0x000057ae68f67331 in rb_shape_foreach_field (data=0x7ffd9fdc9bf0, func=0x57ae68fe1000 <iterate_over_shapes_callback>, initial_shape_id=<optimized out>) at /tmp/ruby/src/trunk-yjit/shape.c:1231
        shape = 0x79994f2000a0
        parent_id = <optimized out>
        shape = <optimized out>
        parent_id = <optimized out>
#24 rb_shape_foreach_field (data=0x7ffd9fdc9bf0, func=0x57ae68fe1000 <iterate_over_shapes_callback>, initial_shape_id=<optimized out>) at /tmp/ruby/src/trunk-yjit/shape.c:1231
        shape = 0x79994f200a00
        parent_id = <optimized out>
        shape = <optimized out>
        parent_id = <optimized out>
#25 rb_shape_foreach_field (data=0x7ffd9fdc9bf0, func=0x57ae68fe1000 <iterate_over_shapes_callback>, initial_shape_id=<optimized out>) at /tmp/ruby/src/trunk-yjit/shape.c:1231
        shape = 0x79994f200a28
        parent_id = <optimized out>
        shape = <optimized out>
        parent_id = <optimized out>
#26 rb_shape_foreach_field (initial_shape_id=<optimized out>, func=func@entry=0x57ae68fe1000 <iterate_over_shapes_callback>, data=data@entry=0x7ffd9fdc9bf0) at /tmp/ruby/src/trunk-yjit/shape.c:1231
        shape = 0x79994f200a50
        parent_id = <optimized out>
#27 0x000057ae68fe577f in iterate_over_shapes (itr_data=0x7ffd9fdc9bf0, callback=0x57ae68eaf5d0 <w_obj_each>, shape_id=<optimized out>) at /tmp/ruby/src/trunk-yjit/variable.c:2169
No locals.
#28 imemo_fields_each (ivar_only=<optimized out>, arg=<optimized out>, func=<optimized out>, fields_obj=<optimized out>) at /tmp/ruby/src/trunk-yjit/variable.c:2221
        itr_data = {obj = 133699385553760, fields_tbl = 0x0, arg = 140727285488752, func = 0x57ae68eaf5d0 <w_obj_each>, fields = 0x57ae9e5421a0, ivar_only = true}
        shape_id = <optimized out>
        itr_data = <optimized out>
        shape_id = <optimized out>
#29 rb_field_foreach (obj=obj@entry=133699385553760, func=func@entry=0x57ae68eaf5d0 <w_obj_each>, arg=arg@entry=140727285488752, ivar_only=ivar_only@entry=true) at /tmp/ruby/src/trunk-yjit/variable.c:2326
        fields_obj = <optimized out>
#30 0x000057ae68feb5fa in rb_field_foreach (ivar_only=<optimized out>, arg=<optimized out>, func=<optimized out>, obj=<optimized out>) at /tmp/ruby/src/trunk-yjit/variable.c:2334
        fields_obj = <optimized out>
        fields_obj = <optimized out>
#31 0x000057ae68eaca95 in w_ivar_each (obj=obj@entry=133699385553760, num=5, arg=arg@entry=0x7ffd9fdc9d30) at /tmp/ruby/src/trunk-yjit/marshal.c:733
        shape_id = 4194370
        ivarg = {dump = 0x7ffd9fdc9d30, num_ivar = 4}
        actual_shape_id = <optimized out>
#32 0x000057ae68eae1e6 in w_objivar (arg=0x7ffd9fdc9d30, obj=133699385553760) at /tmp/ruby/src/trunk-yjit/marshal.c:776
        num = 5
        num = <optimized out>
#33 w_object (obj=<optimized out>, arg=0x79993611ff20, limit=-1) at /tmp/ruby/src/trunk-yjit/marshal.c:1102
        v = 96406602408464
        c_arg = {obj = 133699385553760, arg = 0x79993611ff20, limit = -1}
        ivobj = 36
        num = 96406595792196
        hasiv = <optimized out>
        encname = 4
#34 0x000057ae68eb24c1 in rb_marshal_dump_limited (obj=133699385553760, port=133699385527360, limit=-1) at /tmp/ruby/src/trunk-yjit/marshal.c:1246
        arg = <optimized out>
        wrapper = 133698944106240
#35 0x000057ae69013ad7 in vm_call0_cfunc_with_frame (argv=0x7999506d7088, calling=<optimized out>, ec=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/vm_eval.c:164
        reg_cfp = 0x7999507d6f68
        ci = <optimized out>
        me = 0x799950669d98
        mid = 7009
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = 0x57ae9e2b06e8
        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>
#36 vm_call0_cfunc (argv=0x7999506d7088, calling=<optimized out>, ec=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/vm_eval.c:178
No locals.
#37 vm_call0_body (ec=0x57ae9e240fd8, calling=<optimized out>, argv=0x7999506d7088) at /tmp/ruby/src/trunk-yjit/vm_eval.c:229
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#38 0x000057ae69023c2b in vm_call0_cc (kw_splat=0, cc=0x7ffd9fdc9ef0, argv=<optimized out>, argc=<optimized out>, id=7009, recv=<optimized out>, ec=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/vm_eval.c:101
        flags = <optimized out>
        use_argv = <optimized out>
        av = {3, 0}
        calling = {cd = 0x7ffd9fdc9ee0, cc = 0x7ffd9fdc9ef0, block_handler = 0, recv = 133699385884840, argc = 1, kw_splat = false, heap_argv = 0}
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        calling = <optimized out>
#39 rb_vm_call0 (kw_splat=0, cme=<optimized out>, argv=<optimized out>, argc=0, id=7009, recv=<optimized out>, ec=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/vm_eval.c:61
        cc = {flags = 3190810, klass = 36, cme_ = 0x799950669d98, call_ = 0x57ae69010330 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
        cc = <optimized out>
#40 rb_vm_call_kw (ec=0x57ae9e240fd8, recv=<optimized out>, id=7009, argc=argc@entry=1, argv=argv@entry=0x7999506d7088, me=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-yjit/vm_eval.c:326
No locals.
#41 0x000057ae68eeddb8 in call_method_data (data=<optimized out>, kw_splat=0, passed_procval=<optimized out>, argv=0x7999506d7088, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/proc.c:2705
No locals.
#42 rb_method_call_with_block_kw (kw_splat=0, passed_procval=<optimized out>, method=133698944635360, argv=0x7999506d7088, argc=1) at /tmp/ruby/src/trunk-yjit/proc.c:2727
        data = <optimized out>
        ec = <optimized out>
        data = <optimized out>
        ec = <optimized out>
#43 rb_method_call_kw (kw_splat=0, method=133698944635360, argv=0x7999506d7088, argc=1) at /tmp/ruby/src/trunk-yjit/proc.c:2691
        procval = <optimized out>
        procval = <optimized out>
#44 rb_method_call_pass_called_kw (argc=1, argv=0x7999506d7088, method=133698944635360) at /tmp/ruby/src/trunk-yjit/proc.c:2684
No locals.
#45 0x000057ae68ffb37d in vm_call_cfunc_with_frame_ (ec=0x57ae9e240fd8, reg_cfp=0x7999507d6fa0, calling=<optimized out>, argc=1, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3902
        ci = 0xd9100100003
        cc = <optimized out>
        val = <optimized out>
        me = 0x79995064f100
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = 1431634051
        len = <optimized out>
        args = <optimized out>
        args = <optimized out>
#46 0x000057ae690049c1 in vm_sendish (ec=0x57ae9e240fd8, reg_cfp=0x7999507d6fa0, cd=0x57ae9e57f660, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:452
        val = 36
        ci = <optimized out>
        cc = 0x79995061f590
        argc = <optimized out>
        recv = <optimized out>
        calling = {cd = 0x57ae9e57f660, cc = 0x79995061f590, block_handler = 0, recv = 133698944635360, argc = 1, kw_splat = false, heap_argv = 0}
#47 0x000057ae6901dad4 in vm_exec_core (ec=0x7ffd9fdc9570, ec@entry=0x57ae9e240fd8) at ../../src/trunk-yjit/insns.def:905
        bh = <optimized out>
        cd = 0x21
        leaf = <optimized out>
        val = 133699385527400
        reg_pc = 0x57ae9e25ea30
        reg_cfp = 0x7999507d6fa0
        insns_address_table = {0x57ae6902085a <vm_exec_core+11786>, 0x57ae6901ed42 <vm_exec_core+4850>, 0x57ae6901ecd6 <vm_exec_core+4742>, 0x57ae6901ec35 <vm_exec_core+4581>, 0x57ae6901ebbb <vm_exec_core+4459>, 0x57ae6901eb16 <vm_exec_core+4294>, 0x57ae6901f123 <vm_exec_core+5843>, 0x57ae6901f0c8 <vm_exec_core+5752>, 0x57ae6901ee4a <vm_exec_core+5114>, 0x57ae6901edae <vm_exec_core+4958>, 0x57ae6901f1c2 <vm_exec_core+6002>, 0x57ae6901ef3a <vm_exec_core+5354>, 0x57ae6901ead1 <vm_exec_core+4225>, 0x57ae6901ea69 <vm_exec_core+4121>, 0x57ae6901e9f2 <vm_exec_core+4002>, 0x57ae6901e9b5 <vm_exec_core+3941>, 0x57ae6901e97d <vm_exec_core+3885>, 0x57ae6901e948 <vm_exec_core+3832>, 0x57ae6901e913 <vm_exec_core+3779>, 0x57ae6901e8de <vm_exec_core+3726>, 0x57ae6901e859 <vm_exec_core+3593>, 0x57ae6901e815 <vm_exec_core+3525>, 0x57ae6901e7ce <vm_exec_core+3454>, 0x57ae6901e776 <vm_exec_core+3366>, 0x57ae6901e730 <vm_exec_core+3296>, 0x57ae6901e6b3 <vm_exec_core+3171>, 0x57ae6901e679 <vm_exec_core+3113>, 0x57ae6901e61c <vm_exec_core+3020>, 0x57ae6901e5c2 <vm_exec_core+2930>, 0x57ae6901e585 <vm_exec_core+2869>, 0x57ae6901f930 <vm_exec_core+7904>, 0x57ae6901f7a8 <vm_exec_core+7512>, 0x57ae6901f722 <vm_exec_core+7378>, 0x57ae6901f6bb <vm_exec_core+7275>, 0x57ae6901f669 <vm_exec_core+7193>, 0x57ae6901f604 <vm_exec_core+7092>, 0x57ae6901f5b7 <vm_exec_core+7015>, 0x57ae6901f562 <vm_exec_core+6930>, 0x57ae6901f518 <vm_exec_core+6856>, 0x57ae6901f4f1 <vm_exec_core+6817>, 0x57ae6901f4b6 <vm_exec_core+6758>, 0x57ae6901f467 <vm_exec_core+6679>, 0x57ae6901f433 <vm_exec_core+6627>, 0x57ae6901f382 <vm_exec_core+6450>, 0x57ae6901f33f <vm_exec_core+6383>, 0x57ae6901f2fb <vm_exec_core+6315>, 0x57ae6901fbe6 <vm_exec_core+8598>, 0x57ae6901fb77 <vm_exec_core+8487>, 0x57ae6901fc18 <vm_exec_core+8648>, 0x57ae6901fb28 <vm_exec_core+8408>, 0x57ae6901fab9 <vm_exec_core+8297>, 0x57ae6901fa5b <vm_exec_core+8203>, 0x57ae6901f9a9 <vm_exec_core+8025>, 0x57ae6901f96d <vm_exec_core+7965>, 0x57ae6901ff1c <vm_exec_core+9420>, 0x57ae6901fdcb <vm_exec_core+9083>, 0x57ae6901fd20 <vm_exec_core+8912>, 0x57ae6901dab0 <vm_exec_core+96>, 0x57ae6901fc71 <vm_exec_core+8737>, 0x57ae6901fe84 <vm_exec_core+9268>, 0x57ae6901fe35 <vm_exec_core+9189>, 0x57ae6901fecd <vm_exec_core+9341>, 0x57ae6901e536 <vm_exec_core+2790>, 0x57ae69020a68 <vm_exec_core+12312>, 0x57ae6901e4e7 <vm_exec_core+2711>, 0x57ae6901e476 <vm_exec_core+2598>, 0x57ae6901e431 <vm_exec_core+2529>, 0x57ae6901e3be <vm_exec_core+2414>, 0x57ae6901e306 <vm_exec_core+2230>, 0x57ae6901e2ac <vm_exec_core+2140>, 0x57ae6901e230 <vm_exec_core+2016>, 0x57ae6901db68 <vm_exec_core+280>, 0x57ae6901e1fc <vm_exec_core+1964>, 0x57ae6901e1bd <vm_exec_core+1901>, 0x57ae6901e17e <vm_exec_core+1838>, 0x57ae6901e142 <vm_exec_core+1778>, 0x57ae6901e11e <vm_exec_core+1742>, 0x57ae6901e0d5 <vm_exec_core+1669>, 0x57ae6901e08c <vm_exec_core+1596>, 0x57ae6901e050 <vm_exec_core+1536>, 0x57ae6901df92 <vm_exec_core+1346>, 0x57ae6901df13 <vm_exec_core+1219>, 0x57ae69020a03 <vm_exec_core+12211>, 0x57ae6902086b <vm_exec_core+11803>, 0x57ae690208d1 <vm_exec_core+11905>, 0x57ae6901ff99 <vm_exec_core+9545>, 0x57ae6902096a <vm_exec_core+12058>, 0x57ae69020774 <vm_exec_core+11556>, 0x57ae690207cd <vm_exec_core+11645>, 0x57ae69021036 <vm_exec_core+13798>, 0x57ae69021094 <vm_exec_core+13892>, 0x57ae69020eae <vm_exec_core+13406>, 0x57ae69020f0f <vm_exec_core+13503>, 0x57ae69020f6d <vm_exec_core+13597>, 0x57ae69020fea <vm_exec_core+13722>, 0x57ae69020b35 <vm_exec_core+12517>, 0x57ae69020b88 <vm_exec_core+12600>, 0x57ae69020bf5 <vm_exec_core+12709>, 0x57ae69020c79 <vm_exec_core+12841>, 0x57ae69020ccb <vm_exec_core+12923>, 0x57ae69020d07 <vm_exec_core+12983>, 0x57ae69020d54 <vm_exec_core+13060>, 0x57ae69020dba <vm_exec_core+13162>, 0x57ae69020ab0 <vm_exec_core+12384>, 0x57ae6901dea2 <vm_exec_core+1106>, 0x57ae6901de22 <vm_exec_core+978>, 0x57ae6901dd79 <vm_exec_core+809>, 0x57ae6901dd32 <vm_exec_core+738>, 0x57ae6901dce7 <vm_exec_core+663>, 0x57ae6901dc9e <vm_exec_core+590>, 0x57ae6901dc4d <vm_exec_core+509>, 0x57ae6901dc18 <vm_exec_core+456>, 0x57ae6901dbe3 <vm_exec_core+403>, 0x57ae69020e90 <vm_exec_core+13376>, 0x57ae6901ed31 <vm_exec_core+4833>, 0x57ae6901ecc5 <vm_exec_core+4725>, 0x57ae6901ec24 <vm_exec_core+4564>, 0x57ae6901ebaa <vm_exec_core+4442>, 0x57ae6901eb05 <vm_exec_core+4277>, 0x57ae6901f112 <vm_exec_core+5826>, 0x57ae6901f0b7 <vm_exec_core+5735>, 0x57ae6901ee39 <vm_exec_core+5097>, 0x57ae6901ed9d <vm_exec_core+4941>, 0x57ae6901f1b1 <vm_exec_core+5985>, 0x57ae6901ef29 <vm_exec_core+5337>, 0x57ae6901eac0 <vm_exec_core+4208>, 0x57ae6901ea58 <vm_exec_core+4104>, 0x57ae6901e9e1 <vm_exec_core+3985>, 0x57ae6901e9a4 <vm_exec_core+3924>, 0x57ae6901e96c <vm_exec_core+3868>, 0x57ae6901e937 <vm_exec_core+3815>, 0x57ae6901e902 <vm_exec_core+3762>, 0x57ae6901e8cd <vm_exec_core+3709>, 0x57ae6901e848 <vm_exec_core+3576>, 0x57ae6901e804 <vm_exec_core+3508>, 0x57ae6901e7bd <vm_exec_core+3437>, 0x57ae6901e765 <vm_exec_core+3349>, 0x57ae6901e71f <vm_exec_core+3279>, 0x57ae6901e6a2 <vm_exec_core+3154>, 0x57ae6901e668 <vm_exec_core+3096>, 0x57ae6901e60b <vm_exec_core+3003>, 0x57ae6901e5b1 <vm_exec_core+2913>, 0x57ae6901e574 <vm_exec_core+2852>, 0x57ae6901f91f <vm_exec_core+7887>, 0x57ae6901f797 <vm_exec_core+7495>, 0x57ae6901f711 <vm_exec_core+7361>, 0x57ae6901f6aa <vm_exec_core+7258>, 0x57ae6901f658 <vm_exec_core+7176>, 0x57ae6901f5f3 <vm_exec_core+7075>, 0x57ae6901f5a6 <vm_exec_core+6998>, 0x57ae6901f551 <vm_exec_core+6913>, 0x57ae6901f507 <vm_exec_core+6839>, 0x57ae6901f4e0 <vm_exec_core+6800>, 0x57ae6901f4a5 <vm_exec_core+6741>, 0x57ae6901f456 <vm_exec_core+6662>, 0x57ae6901f422 <vm_exec_core+6610>, 0x57ae6901f371 <vm_exec_core+6433>, 0x57ae6901f32e <vm_exec_core+6366>, 0x57ae6901f2ea <vm_exec_core+6298>, 0x57ae6901fbd5 <vm_exec_core+8581>, 0x57ae6901fb66 <vm_exec_core+8470>, 0x57ae6901fc07 <vm_exec_core+8631>, 0x57ae6901fb17 <vm_exec_core+8391>, 0x57ae6901faa8 <vm_exec_core+8280>, 0x57ae6901fa4a <vm_exec_core+8186>, 0x57ae6901f998 <vm_exec_core+8008>, 0x57ae6901f95c <vm_exec_core+7948>, 0x57ae6901ff0b <vm_exec_core+9403>, 0x57ae6901fdba <vm_exec_core+9066>, 0x57ae6901fd0f <vm_exec_core+8895>, 0x57ae6902082e <vm_exec_core+11742>, 0x57ae6901fc60 <vm_exec_core+8720>, 0x57ae6901fe73 <vm_exec_core+9251>, 0x57ae6901fe24 <vm_exec_core+9172>, 0x57ae6901febc <vm_exec_core+9324>, 0x57ae6901e525 <vm_exec_core+2773>, 0x57ae69020844 <vm_exec_core+11764>, 0x57ae6901e4d6 <vm_exec_core+2694>, 0x57ae6901e465 <vm_exec_core+2581>, 0x57ae6901e420 <vm_exec_core+2512>, 0x57ae6901e3ad <vm_exec_core+2397>, 0x57ae6901e2f5 <vm_exec_core+2213>, 0x57ae6901e29b <vm_exec_core+2123>, 0x57ae6901e21f <vm_exec_core+1999>, 0x57ae6901db57 <vm_exec_core+263>, 0x57ae6901e1eb <vm_exec_core+1947>, 0x57ae6901e1ac <vm_exec_core+1884>, 0x57ae6901e16d <vm_exec_core+1821>, 0x57ae6901e131 <vm_exec_core+1761>, 0x57ae6901e10d <vm_exec_core+1725>, 0x57ae6901e0c4 <vm_exec_core+1652>, 0x57ae6901e07b <vm_exec_core+1579>, 0x57ae6901e03f <vm_exec_core+1519>, 0x57ae6901df81 <vm_exec_core+1329>, 0x57ae6901df02 <vm_exec_core+1202>, 0x57ae690205b5 <vm_exec_core+11109>, 0x57ae690205cb <vm_exec_core+11131>, 0x57ae690205e1 <vm_exec_core+11153>, 0x57ae690205f7 <vm_exec_core+11175>, 0x57ae6902060d <vm_exec_core+11197>...}
#48 0x000057ae6900e2b5 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2825
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#49 rb_vm_exec (ec=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/vm.c:2801
        _ec = 0x57ae9e240fd8
        _tag = {tag = 36, retval = 4, buf = {0x7ffd9fdca7b8, 0x57ae6900e310 <rb_vm_exec+272>, 0x0, 0x7ffd9fdca2d0, 0x2}, prev = 0x7ffd9fdca440, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#50 0x000057ae6900e807 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1820
        iseq = 0x799936107400
        type = <optimized out>
        cfp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        opt_pc = <optimized out>
        sp = 0x373f5d1d9011f600
        av = {2, 140727285490752}
        stack_argv = 0x373f5d1d9011f600
        iseq = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        flags = <optimized out>
        use_argv = <optimized out>
        av = <optimized out>
        stack_argv = <optimized out>
        bound = <optimized out>
#51 0x000057ae6900f1d6 in rb_vm_invoke_proc (ec=<optimized out>, proc=<optimized out>, argc=<optimized out>, argv=<optimized out>, kw_splat=kw_splat@entry=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-yjit/vm.c:1965
        self = <optimized out>
#52 0x000057ae68eea7ff in rb_proc_call_kw (kw_splat=0, args=<optimized out>, self=<optimized out>) at /tmp/ruby/src/trunk-yjit/proc.c:1137
        vret = <optimized out>
        proc = <optimized out>
        argc = <optimized out>
        argv = <optimized out>
        vret = <optimized out>
        proc = <optimized out>
        argc = <optimized out>
        argv = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
        rb_gc_guarded_ptr = <optimized out>
#53 rb_proc_call (self=<optimized out>, args=<optimized out>) at /tmp/ruby/src/trunk-yjit/proc.c:1147
No locals.
#54 0x000057ae68e2765a in exec_end_procs_chain (procs=0x57ae694b3f58 <end_procs>, errp=0x57ae9e241058) at /tmp/ruby/src/trunk-yjit/eval_jump.c:105
        endproc = {func = 0x57ae68e229e0 <rb_call_end_proc>, data = 133699385528320, next = 0x57ae9e6288b0}
        link = <optimized out>
        errinfo = <optimized out>
#55 rb_ec_exec_end_proc (ec=ec@entry=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/eval_jump.c:121
        _ec = 0x57ae9e240fd8
        _tag = {tag = 36, retval = 96407489069728, buf = {0x7ffd9fdca7b8, 0x57ae68e276d3 <rb_ec_exec_end_proc+515>, 0x0, 0x7ffd9fdca3e0, 0x24700000000}, prev = 0x7ffd9fdca5d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 133699385553760
        finished = false
#56 0x000057ae68e2783b in rb_ec_teardown (ec=ec@entry=0x57ae9e240fd8) at /tmp/ruby/src/trunk-yjit/eval.c:157
No locals.
#57 0x000057ae68e27a05 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:209
        err = <optimized out>
        mode0 = -1612929096
        mode1 = 32765
        _ec = <optimized out>
        _tag = {tag = 36, retval = 0, buf = {0x7ffd9fdca7b8, 0x57ae68e27b98 <rb_ec_cleanup+728>, 0x0, 0x7ffd9fdca570, 0x7ffd9fdca7b8}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        save_error = 133699385553760
        sysex = 0
        signaled = 0
        th = 0x57ae694b31a0 <_main_thread>
        th0 = 0x57ae694b31a0 <_main_thread>
        step = 1
        message = 4
        buf = <optimized out>
#58 0x000057ae68e28379 in ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:321
        ec = <optimized out>
        status = <optimized out>
#59 0x000057ae68e227e6 in rb_main (argv=0x7ffd9fdca7b8, argc=112) at /tmp/ruby/src/trunk-yjit/main.c:42
        variable_in_this_stack_frame = 0
#60 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-yjit/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 3224838) detached]
[106/758] 3222017=digest/test_ractor
[107/758] 3222017=prism/result/source_location_test
[108/758] 3222017=-ext-/thread/test_lock_native_thread
[109/758] 3222016=ruby/test_parse
[110/758] 3222017=ruby/test_regexp
[111/758] 3222018=fileutils/test_dryrun
[112/758] 3222018=digest/test_digest
[113/758] 3222016=objspace/test_objspace
[114/758] 3222019=rubygems/test_gem_commands_push_command
[115/758] 3222018=openssl/test_ocsp
[116/758] 3222019=ruby/enc/test_regex_casefold
[117/758] 3222019=-ext-/gvl/test_last_thread
[118/758] 3222019=rubygems/test_gem_source_git
[119/758] 3222018=optparse/test_kwargs
[120/758] 3222018=dtrace/test_method_cache
[121/758] 3222018=io/wait/test_io_wait
[122/758] 3222018=-ext-/exception/test_data_error
[123/758] 3222018=fileutils/test_fileutils
[124/758] 3222018=ruby/test_stack
[125/758] 3222019=ruby/enc/test_euc_kr
[126/758] 3222019=resolv/test_addr
[127/758] 3222019=rubygems/test_remote_fetch_error
[128/758] 3222019=rubygems/test_gem_uri_formatter
[129/758] 3222019=json/test_helper
[130/758] 3222019=io/console/test_io_console
[131/758] 3222019=ruby/test_backtrace
[132/758] 3222018=ruby/test_econv
[133/758] 3222019=optparse/test_bash_completion
[134/758] 3222019=ruby/test_io_m17n
[135/758] 3222018=ruby/test_rubyoptions
[136/758] 3222019=test_pp
[137/758] 3222019=ruby/enc/test_utf16
[138/758] 3222019=rubygems/test_gem_ext_cmake_builder
[139/758] 3222019=mkmf/test_config
[140/758] 3222019=net/http/test_httpresponse
[141/758] 3222019=ruby/test_lambda
[142/758] 3222019=openssl/test_ns_spki
[143/758] 3222019=-ext-/test_abi
[144/758] 3222019=rubygems/test_gem_resolver
[145/758] 3222019=prism/result/index_write_test
[146/758] 3222019=ruby/test_const
[147/758] 3222019=openssl/test_pkcs12
[148/758] 3222019=rubygems/test_gem_commands_stale_command
[149/758] 3222019=ruby/test_class
[150/758] 3222019=rubygems/test_webauthn_listener
[151/758] 3222019=-ext-/test_printf
[152/758] 3222019=prism/ruby/reflection_test
[153/758] 3222019=-ext-/bignum/test_pack
[154/758] 3222019=mkmf/test_configuration
[155/758] 3222019=rubygems/test_gem_package_tar_header
[156/758] 3222019=mkmf/test_install
[157/758] 3222019=prism/encoding/symbol_encoding_test
[158/758] 3222019=-ext-/bignum/test_bigzero
[159/758] 3222019=psych/test_merge_keys
[160/758] 3222019=rubygems/test_gem_resolver_api_set
[161/758] 3222019=fiber/test_io_buffer
[162/758] 3222019=prism/encoding/encodings_test
[163/758] 3222019=rubygems/test_gem_util
[164/758] 3222019=ruby/enc/test_emoji
[165/758] 3222019=ruby/test_threadgroup
[166/758] 3222019=ruby/test_condition
[167/758] 3222019=ruby/enc/test_cp949
[168/758] 3222019=openssl/test_pair
[169/758] 3222017=ruby/enc/test_case_options
[170/758] 3222017=date/test_date_attr
[171/758] 3222017=-ext-/array/test_to_ary_concat
[172/758] 3222018=test_bundled_gems
[173/758] 3222018=prism/ruby/string_query_test
[174/758] 3222018=optparse/test_load
[175/758] 3222018=rubygems/test_gem_commands_fetch_command
[176/758] 3222018=rubygems/test_gem_ext_ext_conf_builder
[177/758] 3222017=mkmf/test_framework
[178/758] 3222017=-ext-/path_to_class/test_path_to_class
[179/758] 3222017=io/console/test_ractor
[180/758] 3222019=ripper/test_lexer
[181/758] 3222017=-ext-/test_random
[182/758] 3222017=openssl/test_pkey_dh
[183/758] 3222019=-ext-/string/test_interned_str
[184/758] 3222019=-ext-/string/test_fstring
[185/758] 3222017=psych/test_yaml
[186/758] 3222017=-ext-/iter/test_yield_block
[187/758] 3222017=resolv/test_win32_config
[188/758] 3222017=optparse/test_optparse
[189/758] 3222017=rubygems/test_config
[190/758] 3222019=date/test_date_ractor
[191/758] 3222017=ruby/test_object
[192/758] 3222019=date/test_date_parse
[193/758] 3222019=rubygems/test_gem_resolver_index_set
[194/758] 3222019=openssl/test_pkey_ec
[195/758] 3222019=-ext-/exception/test_exception_at_throwing
[196/758] 3222019=prism/ruby/location_test
[197/758] 3222019=did_you_mean/spell_checking/test_require_path_check
[198/758] 3222019=rubygems/test_gem_resolver_api_specification
[199/758] 3222018=ruby/test_optimization
[200/758] 3222017=did_you_mean/spell_checking/test_variable_name_check
[201/758] 3222019=date/test_date_new
[202/758] 3222019=rubygems/test_gem_safe_marshal
[203/758] 3222017=-ext-/test_bug-3571
[204/758] 3222017=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[205/758] 3222017=ruby/test_keyword
[206/758] 3222017=fiber/test_backtrace
[207/758] 3222017=ruby/test_call
[208/758] 3222017=openssl/test_ossl
[209/758] 3222017=-ext-/test_enumerator_kw
[210/758] 3222017=prism/snippets_test
[211/758] 3222019=prism/newline_test
[212/758] 3222019=-ext-/string/test_coderange
[213/758] 3222019=prism/result/integer_base_flags_test
[214/758] 3222019=ruby/test_default_gems
[215/758] 3222019=-ext-/struct/test_len
[216/758] 3222019=rubygems/test_gem_console_ui
[217/758] 3222019=ruby/test_gc_compact
[218/758] 3222019=yaml/test_store
[219/758] 3222019=openssl/test_provider
[220/758] 3222019=psych/test_object
[221/758] 3222019=rubygems/test_gem_gemcutter_utilities
[222/758] 3222019=-ext-/symbol/test_inadvertent_creation
[223/758] 3222019=openssl/test_buffering
[224/758] 3222019=resolv/test_svcb_https
[225/758] 3222019=-ext-/test_bug-5832
[226/758] 3222019=-ext-/array/test_resize
[227/758] 3222019=ruby/enc/test_grapheme_breaks
[228/758] 3222019=ruby/test_assignment
[229/758] 3222018=psych/test_object_references
[230/758] 3222018=rubygems/test_gem_commands_yank_command
[231/758] 3222018=did_you_mean/tree_spell/test_human_typo
[232/758] 3222018=ruby/test_memory_view
[233/758] 3222018=ruby/test_io_buffer
[234/758] 3222018=socket/test_tcp
[235/758] 3222018=socket/test_socket
[236/758] 3222017=prism/errors_test
[237/758] 3222017=psych/test_class
[238/758] 3222017=open-uri/test_ftp
[239/758] 3222017=mkmf/test_flags
[240/758] 3222019=psych/test_exception
[241/758] 3222019=ruby/test_enum
[242/758] 3222018=rubygems/test_gem_rdoc
[243/758] 3222018=ruby/test_vm_dump
[244/758] 3222018=rubygems/test_gem_dependency_installer
[245/758] 3222017=prism/result/static_inspect_test
[246/758] 3222017=optparse/test_optarg
[247/758] 3222017=rubygems/test_gem_resolver_git_specification
[248/758] 3222019=openssl/test_fips
[249/758] 3222017=ripper/test_scanner_events
[250/758] 3222017=rubygems/test_kernel
[251/758] 3222019=rubygems/test_gem_commands_specification_command
[252/758] 3222019=prism/test_helper
[253/758] 3222019=-ext-/bignum/test_div
[254/758] 3222019=test_tmpdir
[255/758] 3222019=rubygems/test_gem_ext_cargo_builder_unit
[256/758] 3222019=psych/test_deprecated
[257/758] 3222019=rubygems/test_gem_command
[258/758] 3222019=fileutils/test_verbose
[259/758] 3222019=rubygems/test_gem_package_task
[260/758] 3222019=-ext-/string/test_rb_str_dup
[261/758] 3222019=test_trick
[262/758] 3222017=psych/test_data
[263/758] 3222017=date/test_date_conv
[264/758] 3222017=mkmf/test_egrep_cpp
[265/758] 3222017=lib/!Nothing_to_test
[266/758] 3222017=json/json_parser_test
[267/758] 3222017=fiber/test_io
[268/758] 3222017=rubygems/test_gem_resolver_vendor_set
[269/758] 3222017=rubygems/test_gem_remote_fetcher_s3
[270/758] 3222017=openssl/test_pkey_dsa
[271/758] 3222017=psych/test_safe_load
[272/758] 3222017=ruby/test_fixnum
[273/758] 3222017=ruby/test_signal
[274/758] 3222018=rubygems/test_gem_commands_server_command
[275/758] 3222018=ruby/test_name_error
[276/758] 3222018=test_tempfile
[277/758] 3222017=ruby/test_enumerator
[278/758] 3222018=rubygems/test_gem_commands_contents_command
[279/758] 3222018=io/nonblock/test_flush
[280/758] 3222018=ruby/test_m17n_comb
[281/758] 3222019=rubygems/test_gem_commands_which_command
[282/758] 3222019=psych/test_date_time
[283/758] 3222019=-ext-/exception/test_ensured
[284/758] 3222019=ruby/test_integer
[285/758] 3222019=prism/result/equality_test
[286/758] 3222019=-ext-/funcall/test_passing_block
[287/758] 3222019=uri/test_common
[288/758] 3222019=rubygems/test_gem_uninstaller
[289/758] 3222018=rubygems/test_gem_commands_mirror
[290/758] 3222018=rubygems/test_project_sanity
[291/758] 3222018=rubygems/test_gem_source_installed
[292/758] 3222018=prism/api/freeze_test
[293/758] 3222018=rubygems/test_gem_package_old
[294/758] 3222018=ruby/test_stringchar
[295/758] 3222018=prism/result/named_capture_test
[296/758] 3222018=psych/test_ractor
[297/758] 3222018=psych/nodes/test_enumerable
[298/758] 3222018=prism/ruby/ruby_parser_test
[299/758] 3222018=json/json_common_interface_test
[300/758] 3222018=open-uri/test_ssl
[301/758] 3222018=ripper/test_sexp
[302/758] 3222018=json/json_coder_test
[303/758] 3222018=cgi/test_cgi_escape
[304/758] 3222019=rubygems/test_gem_commands_unpack_command
[305/758] 3222018=ruby/test_marshal
[306/758] 3222019=did_you_mean/edit_distance/test_jaro_winkler
[307/758] 3222019=ruby/test_flip
[308/758] 3222019=ruby/test_exception
[309/758] 3222018=rubygems/test_gem_doctor
[310/758] 3222018=ruby/enc/test_iso_8859
[311/758] 3222018=psych/test_serialize_subclasses
[312/758] 3222018=ruby/test_struct
[313/758] 3222018=psych/test_parser
[314/758] 3222018=fiber/test_mutex
[315/758] 3222018=rubygems/test_gem_commands_rebuild_command
[316/758] 3222018=open-uri/test_open-uri
Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42655>
Closed file descriptor: TestOpenURI#test_close_in_block_big: 9
Leaked file descriptor: TestOpenURI#test_last_modified: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39025>
Closed file descriptor: TestOpenURI#test_redirect_relative: 9
Leaked file descriptor: TestOpenURI#test_redirect_auth_success: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40097>
[317/758] 3222018=rubygems/test_gem
[318/758] 3222016=-ext-/load/test_resolve_symbol
[319/758] 3222016=rubygems/test_gem_commands_cert_command
Closed file descriptor: TestGem#test_gem_path_ordering_short: 9
[320/758] 3222019=uri/test_ldap
[321/758] 3222019=ripper/test_files_lib
[322/758] 3222019=dtrace/test_require
[323/758] 3222019=ruby/test_ifunless
[324/758] 3222019=prism/ruby/parameters_signature_test
[325/758] 3222019=psych/test_json_tree
[326/758] 3222019=rubygems/test_gem_install_update_options
[327/758] 3222019=-ext-/bug_reporter/test_bug_reporter
[328/758] 3222019=openssl/test_ssl
[329/758] 3222018=ruby/test_module
[330/758] 3222016=-ext-/win32/test_fd_setsize
[331/758] 3222016=dtrace/test_singleton_function
[332/758] 3222016=optparse/test_cclass
[333/758] 3222016=ruby/test_time_tz
[334/758] 3222016=psych/test_yaml_special_cases
[335/758] 3222016=rubygems/test_gem_source_list
[336/758] 3222016=rubygems/test_gem_remote_fetcher_local_ssl_server
[337/758] 3222016=did_you_mean/core_ext/test_name_error_extension
[338/758] 3222016=ruby/test_file
[339/758] 3222018=rubygems/test_gem_request
[340/758] 3222018=rubygems/test_gem_text
[341/758] 3222018=ruby/test_settracefunc
[342/758] 3222016=rubygems/test_gem_commands_signout_command
[343/758] 3222016=psych/test_null
[344/758] 3222016=date/test_date_strptime
[345/758] 3222016=prism/bom_test
[346/758] 3222016=prism/ruby/tunnel_test
[347/758] 3222016=net/protocol/test_protocol
[348/758] 3222016=rubygems/test_gem_security_policy
[349/758] 3222016=test_timeout
[350/758] 3222016=ruby/test_rubyvm
[351/758] 3222016=stringio/test_ractor
[352/758] 3222016=test_weakref
[353/758] 3222016=ruby/test_method_cache
[354/758] 3222016=prism/ruby/compiler_test
[355/758] 3222016=ruby/test_sprintf_comb
[356/758] 3222018=ripper/test_parser_events
[357/758] 3222018=dtrace/test_load
[358/758] 3222018=uri/test_file
[359/758] 3222018=rubygems/test_gem_resolver_vendor_specification
[360/758] 3222016=strscan/test_stringscanner
[361/758] 3222018=rubygems/test_gem_uri
[362/758] 3222016=psych/test_emitter
[363/758] 3222016=ruby/test_basicinstructions
[364/758] 3222018=fiber/test_enumerator
[365/758] 3222018=-ext-/test_scan_args
[366/758] 3222018=-ext-/string/test_normalize
[367/758] 3222018=rubygems/test_gem_resolver_git_set
[368/758] 3222019=rubygems/test_gem_commands_update_command
[369/758] 3222016=ruby/test_eval
[370/758] 3222018=did_you_mean/spell_checking/test_class_name_check
[371/758] 3222018=ripper/test_files_test_2
[372/758] 3222016=test_ipaddr
[373/758] 3222016=did_you_mean/test_spell_checker
[374/758] 3222016=-ext-/bignum/test_str2big
[375/758] 3222016=date/test_date_compat
[376/758] 3222016=psych/test_symbol
[377/758] 3222016=prism/ruby/source_test
[378/758] 3222016=prism/ractor_test
[379/758] 3222016=rubygems/test_gem_version_option
[380/758] 3222016=ruby/test_process
[381/758] 3222019=net/http/test_https_proxy
[382/758] 3222019=psych/test_stringio
[383/758] 3222019=rubygems/test_gem_silent_ui
[384/758] 3222019=prism/api/lex_test
[385/758] 3222019=rubygems/test_gem_request_set_lockfile_parser
[386/758] 3222019=ruby/test_arithmetic_sequence
[387/758] 3222019=prism/ruby/ripper_test
[388/758] 3222017=rubygems/test_rubygems
[389/758] 3222019=prism/version_test
[390/758] 3222019=rubygems/test_gem_dependency_resolution_error
[391/758] 3222019=rubygems/test_gem_commands_outdated_command
[392/758] 3222019=prism/result/static_literals_test
[393/758] 3222019=prism/encoding/regular_expression_encoding_test
[394/758] 3222019=rubygems/test_gem_update_suggestion
[395/758] 3222017=test_securerandom
[396/758] 3222017=test_extlibs
[397/758] 3222019=json/json_generator_test
[398/758] 3222018=test_prettyprint
[399/758] 3222018=optparse/test_did_you_mean
[400/758] 3222018=ruby/enc/test_big5
[401/758] 3222018=socket/test_nonblock
[402/758] 3222018=prism/api/parse_success_test
[403/758] 3222018=ruby/test_proc
[404/758] 3222017=rubygems/test_gem_resolver_lock_set
[405/758] 3222017=rubygems/test_gem_commands_sources_command
[406/758] 3222018=zlib/test_zlib
[407/758] 3222017=fiber/test_queue
[408/758] 3222017=rubygems/test_gem_package_tar_header_ractor
[409/758] 3222019=fiber/test_timeout
[410/758] 3222019=rubygems/test_gem_local_remote_options
[411/758] 3222019=ruby/test_range
[412/758] 3222017=ruby/test_time
[413/758] 3222017=rubygems/test_gem_security
[414/758] 3222019=-ext-/file/test_stat
[415/758] 3222019=psych/test_stream
[416/758] 3222019=openssl/test_ts
[417/758] 3222019=prism/api/parse_stream_test
[418/758] 3222019=rubygems/test_gem_commands_setup_command
[419/758] 3222019=rubygems/test_gem_impossible_dependencies_error
[420/758] 3222019=ruby/test_pipe
[421/758] 3222019=json/json_ext_parser_test
[422/758] 3222019=test_unicode_normalize
[423/758] 3222019=-ext-/stack/test_stack_overflow
[424/758] 3222019=did_you_mean/spell_checking/test_uncorrectable_name_check
[425/758] 3222019=optparse/test_zsh_completion
[426/758] 3222019=-ext-/st/test_foreach
[427/758] 3222019=rubygems/test_gem_request_set_gem_dependency_api
[428/758] 3222019=resolv/test_mdns
[429/758] 3222019=optparse/test_summary
[430/758] 3222019=socket/test_udp
[431/758] 3222019=ruby/enc/test_emoji_breaks
[432/758] 3222019=ruby/test_sleep
[433/758] 3222019=date/test_date
[434/758] 3222019=socket/test_ancdata
[435/758] 3222019=rubygems/test_gem_validator
[436/758] 3222018=json/json_addition_test
[437/758] 3222019=test_forwardable
[438/758] 3222018=-ext-/string/test_qsort
[439/758] 3222018=stringio/test_stringio
[440/758] 3222019=rubygems/test_gem_package
[441/758] 3222018=-ext-/eval/test_eval
[442/758] 3222018=prism/api/parse_comments_test
[443/758] 3222018=strscan/test_ractor
[444/758] 3222018=psych/test_scalar
[445/758] 3222018=optparse/test_getopts
[446/758] 3222018=win32/test_registry
[447/758] 3222018=rubygems/test_gem_commands_help_command
[448/758] 3222018=-ext-/test_ensure_and_callcc
[449/758] 3222018=ruby/test_shapes
[450/758] 3222018=-ext-/debug/test_profile_frames
[451/758] 3222018=prism/result/overlap_test
[452/758] 3222018=rubygems/test_gem_source_local
[453/758] 3222019=psych/test_nil
[454/758] 3222019=mkmf/test_convertible
[455/758] 3222018=mkmf/test_have_macro
[456/758] 3222017=ruby/test_literal
[457/758] 3222017=rubygems/test_gem_remote_fetcher_local_server
[458/758] 3222017=error_highlight/test_error_highlight
[459/758] 3222018=optparse/test_autoconf
[460/758] 3222018=rubygems/test_gem_commands_list_command
[461/758] 3222018=fiber/test_thread
[462/758] 3222018=openssl/test_pkey
[463/758] 3222018=-ext-/string/test_too_many_dummy_encodings
[464/758] 3222018=mkmf/test_have_func
[465/758] 3222017=prism/ruby/parser_test
[466/758] 3222017=ruby/enc/test_case_mapping
[467/758] 3222017=ruby/test_readpartial
[468/758] 3222017=rubygems/test_gem_available_set
[469/758] 3222017=-ext-/string/test_modify_expand
[470/758] 3222017=ruby/test_gc
[471/758] 3222018=fiber/test_ractor
[472/758] 3222018=ruby/test_lazy_enumerator
[473/758] 3222018=mkmf/test_constant
[474/758] 3222016=mkmf/test_find_executable
[475/758] 3222016=rubygems/test_gem_source_vendor
[476/758] 3222016=ruby/test_encoding
[477/758] 3222016=prism/api/parse_test
[478/758] 3222016=-ext-/hash/test_delete
[479/758] 3222016=psych/test_string
[480/758] 3222016=-ext-/string/test_nofree
[481/758] 3222016=dtrace/test_raise
[482/758] 3222016=did_you_mean/tree_spell/test_change_word
[483/758] 3222016=rubygems/test_gem_name_tuple
[484/758] 3222016=ruby/test_continuation
[485/758] 3222016=ruby/test_system
[486/758] 3222016=rubygems/test_gem_resolver_lock_specification
[487/758] 3222016=rubygems/test_gem_source_lock
[488/758] 3222016=optparse/test_placearg
[489/758] 3222016=ruby/test_pack
[490/758] 3222016=ruby/test_transcode
[491/758] 3222016=test_rbconfig
[492/758] 3222016=pathname/test_ractor
[493/758] 3222016=ruby/test_file_exhaustive
[494/758] 3222018=erb/test_erb_m17n
[495/758] 3222018=mkmf/test_sizeof
[496/758] 3222016=-ext-/integer/test_my_integer
[497/758] 3222016=mkmf/test_signedness
[498/758] 3222019=test_singleton
[499/758] 3222019=rubygems/test_gem_spec_fetcher
[500/758] 3222019=ripper/test_files_test
[501/758] 3222019=-ext-/struct/test_member
[502/758] 3222019=prism/result/numeric_value_test
[503/758] 3222019=date/test_date_arith
[504/758] 3222019=fiber/test_sleep
[505/758] 3222019=uri/test_mailto
[506/758] 3222019=ruby/test_fnmatch
[507/758] 3222019=prism/heredoc_dedent_test
[508/758] 3222019=ruby/test_data
[509/758] 3222019=ruby/test_defined
[510/758] 3222019=-ext-/exception/test_enc_raise
[511/758] 3222019=-ext-/load/test_dot_dot
[512/758] 3222019=ruby/test_weakkeymap
[513/758] 3222018=-ext-/marshal/test_usrmarshal
[514/758] 3222019=yaml/test_dbm
[515/758] 3222019=rubygems/test_gem_commands_exec_command
[516/758] 3222018=prism/unescape_test
[517/758] 3222018=ruby/test_arity
[518/758] 3222018=ruby/test_object_id
[519/758] 3222018=-ext-/symbol/test_type
[520/758] 3222018=ruby/test_trace
[521/758] 3222018=rubygems/test_gem_stream_ui
[522/758] 3222018=rubygems/test_gem_commands_dependency_command
[523/758] 3222018=rubygems/test_require
[524/758] 3222019=psych/test_array
[525/758] 3222019=rubygems/test_gem_request_set_lockfile_tokenizer
[526/758] 3222019=-ext-/method/test_arity
[527/758] 3222019=ruby/test_alias
[528/758] 3222017=rubygems/test_gem_util_atomic_file_writer
[529/758] 3222019=json/json_generic_object_test
[530/758] 3222017=psych/test_numeric
[531/758] 3222019=ruby/test_integer_comb
[532/758] 3222017=prism/api/command_line_test
[533/758] 3222017=ruby/enc/test_windows_1252
[534/758] 3222017=ruby/test_rand
[535/758] 3222018=prism/ruby/dispatcher_test
[536/758] 3222018=date/test_switch_hitter
[537/758] 3222018=openssl/test_pkcs7
[538/758] 3222017=prism/result/warnings_test
[539/758] 3222017=dtrace/test_hash_create
[540/758] 3222017=prism/result/attribute_write_test
[541/758] 3222017=resolv/test_dns
[542/758] 3222017=-ext-/st/test_update
[543/758] 3222017=rubygems/test_gem_ci_detector
[544/758] 3222017=io/wait/test_io_wait_uncommon
[545/758] 3222017=ruby/test_complex2
[546/758] 3222017=rubygems/test_gem_commands_signin_command
[547/758] 3222018=ruby/test_set
[548/758] 3222017=rubygems/test_gem_command_manager
[549/758] 3222018=test_delegate
[550/758] 3222018=ruby/test_inlinecache
[551/758] 3222017=ruby/test_super
[552/758] 3222018=did_you_mean/test_ractor_compatibility
[553/758] 3222018=ruby/enc/test_shift_jis
[554/758] 3222018=openssl/test_hmac
[555/758] 3222018=rubygems/test_gem_commands_check_command
[556/758] 3222018=prism/api/dump_test
[557/758] 3222016=ruby/test_numeric
[558/758] 3222019=rubygems/test_gem_commands_search_command
[559/758] 3222016=prism/result/comments_test
[560/758] 3222016=openssl/test_x509store
[561/758] 3222019=rubygems/test_gem_source_fetch_problem
[562/758] 3222019=ruby/test_method
[563/758] 3222016=erb/test_erb_command
[564/758] 3222016=rubygems/test_gem_commands_install_command
[565/758] 3222017=rubygems/test_gem_safe_yaml
[566/758] 3222017=prism/result/node_id_test
[567/758] 3222017=ruby/test_dup
[568/758] 3222017=ruby/test_thread_cv
[569/758] 3222017=-ext-/typeddata/test_typeddata
[570/758] 3222018=openssl/test_kdf
[571/758] 3222018=ripper/test_files_test_1
[572/758] 3222018=rubygems/test_gem_installer
[573/758] 3222017=rubygems/test_gem_ext_cargo_builder
[574/758] 3222017=prism/ruby/pattern_test
[575/758] 3222017=psych/test_yamldbm
[576/758] 3222017=openssl/test_x509cert
[577/758] 3222017=-ext-/popen_deadlock/test_popen_deadlock
[578/758] 3222016=ruby/test_weakmap
[579/758] 3222017=rubygems/test_gem_ext_builder
[580/758] 3222017=-ext-/integer/test_integer
[581/758] 3222017=socket/test_basicsocket
[582/758] 3222017=-ext-/string/test_capacity
[583/758] 3222017=-ext-/float/test_nextafter
[584/758] 3222017=objspace/test_ractor
[New LWP 3246926]
[New LWP 3246925]
[New LWP 3246924]
[New LWP 3246923]
[New LWP 3246922]
[New LWP 3246918]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000057687d883c5e in di_skip_records (reader=reader@entry=0x5768b9eb4560, errout=errout@entry=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/addr2line.c:1490
1490	}

>>> Threads

  Id   Target Id                                  Frame 
* 1    Thread 0x7b7850c3d7c0 (LWP 3246916) "ruby" 0x000057687d883c5e in di_skip_records (reader=reader@entry=0x5768b9eb4560, errout=errout@entry=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/addr2line.c:1490
  2    Thread 0x7b783649a6c0 (LWP 3246926) "ruby" 0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:57
  3    Thread 0x7b78364bb6c0 (LWP 3246925) "ruby" 0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:57
  4    Thread 0x7b7850b1f6c0 (LWP 3246924) "ruby" 0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:57
  5    Thread 0x7b78364dc6c0 (LWP 3246923) "ruby" 0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:57
  6    Thread 0x7b78364fd6c0 (LWP 3246922) "ruby" 0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:57
  7    Thread 0x7b78375ff6c0 (LWP 3246918) "ruby" 0x00007b7850d6a042 in epoll_wait (epfd=4, events=events@entry=0x57687dbe4a1c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 7 (Thread 0x7b78375ff6c0 (LWP 3246918) "ruby"):
#0  0x00007b7850d6a042 in epoll_wait (epfd=4, events=events@entry=0x57687dbe4a1c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000057687d6e51cc in event_wait (vm=0x57687dbe50a0 <_vm>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2931
        r = <optimized out>
        r = <optimized out>
#2  timer_thread_polling (vm=0x57687dbe50a0 <_vm>) at /tmp/ruby/src/trunk-yjit/thread_pthread_mn.c:934
        r = <optimized out>
        r = <optimized out>
        i = <optimized out>
        th = <optimized out>
        events = <optimized out>
        sched = <optimized out>
        event_serial = <optimized out>
#3  timer_thread_func (ptr=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:3058
        vm = <optimized out>
#4  0x00007b7850cdca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135756255327936, 7334816824979841287, 135756255327936, -272, 0, 140734605079040, 7334816824958869767, 7334760903193223431}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007b7850d69c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 6 (Thread 0x7b78364fd6c0 (LWP 3246922) "ruby"):
#0  0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x57687dbe51a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007b7850cdb7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x57687dbe5140 <_vm+160>, cond=0x57687dbe5178 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b7850cdb4a0 <__condvar_cleanup_waiting>, __arg = 0x7b78364fcd50, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 11, cond = 0x57687dbe5178 <_vm+216>, mutex = 0x57687dbe5140 <_vm+160>, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 11
        seq = 5
        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_wait (cond=cond@entry=0x57687dbe5178 <_vm+216>, mutex=mutex@entry=0x57687dbe5140 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000057687d6e6f33 in rb_native_cond_wait (mutex=0x57687dbe5140 <_vm+160>, cond=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1302
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x5768ba17d320) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2277
        r = <optimized out>
        nt = <optimized out>
        vm = 0x57687dbe50a0 <_vm>
#8  0x00007b7850cdca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135756237493952, 7334819160368308487, 135756237493952, -272, 0, 140734605078240, 7334819160347336967, 7334760903193223431}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007b7850d69c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 5 (Thread 0x7b78364dc6c0 (LWP 3246923) "ruby"):
#0  0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x57687dbe51a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007b7850cdb7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x57687dbe5140 <_vm+160>, cond=0x57687dbe5178 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b7850cdb4a0 <__condvar_cleanup_waiting>, __arg = 0x7b78364dbd50, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 5, cond = 0x57687dbe5178 <_vm+216>, mutex = 0x57687dbe5140 <_vm+160>, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 5
        seq = 2
        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_wait (cond=cond@entry=0x57687dbe5178 <_vm+216>, mutex=mutex@entry=0x57687dbe5140 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000057687d6e6f33 in rb_native_cond_wait (mutex=0x57687dbe5140 <_vm+160>, cond=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1302
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x5768ba17f3c0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2277
        r = <optimized out>
        nt = <optimized out>
        vm = 0x57687dbe50a0 <_vm>
#8  0x00007b7850cdca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135756237358784, 7334819180232532231, 135756237358784, -272, 0, 140734605074640, 7334819180211560711, 7334760903193223431}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007b7850d69c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 4 (Thread 0x7b7850b1f6c0 (LWP 3246924) "ruby"):
#0  0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x57687dbe51a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007b7850cdb7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x57687dbe5140 <_vm+160>, cond=0x57687dbe5178 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b7850cdb4a0 <__condvar_cleanup_waiting>, __arg = 0x7b7850b1ed50, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 7, cond = 0x57687dbe5178 <_vm+216>, mutex = 0x57687dbe5140 <_vm+160>, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 7
        seq = 3
        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_wait (cond=cond@entry=0x57687dbe5178 <_vm+216>, mutex=mutex@entry=0x57687dbe5140 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000057687d6e6f33 in rb_native_cond_wait (mutex=0x57687dbe5140 <_vm+160>, cond=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1302
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x5768ba179e00) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2277
        r = <optimized out>
        nt = <optimized out>
        vm = 0x57687dbe50a0 <_vm>
#8  0x00007b7850cdca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135756680132288, 7334761626060153095, 135756680132288, -272, 0, 140734605074640, 7334761626039181575, 7334760903193223431}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007b7850d69c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7b78364bb6c0 (LWP 3246925) "ruby"):
#0  0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x57687dbe51a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007b7850cdb7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x57687dbe5140 <_vm+160>, cond=0x57687dbe5178 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b7850cdb4a0 <__condvar_cleanup_waiting>, __arg = 0x7b78364bad50, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 3, cond = 0x57687dbe5178 <_vm+216>, mutex = 0x57687dbe5140 <_vm+160>, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 3
        seq = 1
        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_wait (cond=cond@entry=0x57687dbe5178 <_vm+216>, mutex=mutex@entry=0x57687dbe5140 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000057687d6e6f33 in rb_native_cond_wait (mutex=0x57687dbe5140 <_vm+160>, cond=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1302
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x5768ba11f9f0) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2277
        r = <optimized out>
        nt = <optimized out>
        vm = 0x57687dbe50a0 <_vm>
#8  0x00007b7850cdca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135756237223616, 7334819129229795591, 135756237223616, -272, 0, 140734605074640, 7334819129208824071, 7334760903193223431}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
[585/758] 3222018=prism/magic_comment_test
#9  0x00007b7850d69c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 2 (Thread 0x7b783649a6c0 (LWP 3246926) "ruby"):
#0  0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) 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=0, abstime=0x0, clockid=0, expected=0, futex_word=0x57687dbe51a4 <_vm+260>) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#2  __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x57687dbe51a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3  0x00007b7850cdb7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x57687dbe5140 <_vm+160>, cond=0x57687dbe5178 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b7850cdb4a0 <__condvar_cleanup_waiting>, __arg = 0x7b7836499d50, __canceltype = 0, __prev = 0x0}
        cbuffer = {wseq = 9, cond = 0x57687dbe5178 <_vm+216>, mutex = 0x57687dbe5140 <_vm+160>, private = 0}
        err = <optimized out>
        g = 1
        flags = <optimized out>
        g1_start = <optimized out>
        maxspin = 0
        signals = <optimized out>
        result = 0
        wseq = 9
        seq = 4
        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_wait (cond=cond@entry=0x57687dbe5178 <_vm+216>, mutex=mutex@entry=0x57687dbe5140 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5  0x000057687d6e6f33 in rb_native_cond_wait (mutex=0x57687dbe5140 <_vm+160>, cond=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#6  ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1302
        r = <optimized out>
        r = <optimized out>
#7  nt_start (ptr=0x5768ba161630) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:2277
        r = <optimized out>
        nt = <optimized out>
        vm = 0x57687dbe50a0 <_vm>
#8  0x00007b7850cdca94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {135756237088448, 7334819144799052039, 135756237088448, -272, 0, 140734605074640, 7334819144778080519, 7334760903193223431}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#9  0x00007b7850d69c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 1 (Thread 0x7b7850c3d7c0 (LWP 3246916) "ruby"):
#0  0x000057687d883c5e in di_skip_records (reader=reader@entry=0x5768b9eb4560, errout=errout@entry=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/addr2line.c:1490
No locals.
#1  0x000057687d884e64 in debug_info_read (errout=<optimized out>, offset=<optimized out>, lines=<optimized out>, traces=<optimized out>, num_traces=<optimized out>, reader=0x5768b9eb4560) at /tmp/ruby/src/trunk-yjit/addr2line.c:1909
        die = {pos = 2966593, tag = 72, has_children = 1}
        ranges = <optimized out>
        line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
        addr_header = {ptr = <optimized out>, unit_length = <optimized out>, format = <optimized out>, address_size = 0 '\000'}
        rnglists_header = {unit_length = <optimized out>, format = 4 '\004', address_size = <optimized out>, offset_entry_count = 0}
        addr_header = <optimized out>
        rnglists_header = <optimized out>
        skip_die = <optimized out>
        die = <optimized out>
        ranges = <optimized out>
        line = <optimized out>
        v = <optimized out>
        i = <optimized out>
        addr = <optimized out>
        offset = <optimized out>
        saddr = <optimized out>
        lp = <optimized out>
#2  fill_lines (num_traces=num_traces@entry=18, traces=traces@entry=0x57687dbe7660 <trace>, check_debuglink=check_debuglink@entry=0, objp=objp@entry=0x5768b9eb5958, lines=lines@entry=0x5768ba19c570, offset=offset@entry=3, errout=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/addr2line.c:2218
        reader = {obj = 0x5768ba179a30, file = 0x7b7815c7b000 "\177ELF\002\001\001\003", current_version = 5 '\005', current_cu = 0x7b7815a6ed4d "\327\n", current_low_pc = 978880, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7b7815604d8a "&\001", debug_line_format = 4 '\004', debug_line_version = 5, debug_line_files = 0x7b7815604795 "\002\001\037\002\017\n3p", debug_line_directories = 0x7b7815604781 "\001\001\037", <incomplete sequence \321>, p = 0x7b7815a6f462 "\001\001U\002}", cu_end = 0x7b7815a6f828 "\231\004", pend = 0x7b7815c7aa37 "", q0 = 0x7b7815737200 "\001I", q = 0x7b7815737246 "\a\005", format = 4, address_size = 8 '\b', level = 7, abbrev_table = {0x0, 0x7b7815737201 "I", 0x7b781573720a "\005", 0x7b7815737216 "4", 0x7b7815737222 "\005", 0x7b7815737231 "$", 0x7b781573723c "H\001}\001\177\023\001\023", 0x7b7815737247 "\005", 0x7b781573724e "H\001}\001\177\023", 0x7b7815737257 "\035\0011\023R\001\270B\vU\027X!\001Y\vW\v\001\023", 0x7b781573726e "4", 0x7b781573727e "\005", 0x7b7815737285 "\005", 0x7b781573729a "\001\001I\023\001\023", 0x7b78157372a3 ".\001?\031\003\016:\v;\v9!\001n\016'\031I\023<\031\001\023", 0x7b78157372bd "\017", 0x7b78157372c7 "\v\001U\027", 0x7b78157372ce "4", 0x7b78157372dc "4", 0x7b78157372ea "!", 0x7b78157372f3 "&", 0x7b78157372fa "7", 0x7b7815737301 "\026", 0x7b7815737311 ".\001?\031\003\016:!\001;\v9!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x7b7815737330 "\v\0011\023U\027\001\023", 0x7b781573733b "\v\0011\023U\027", 0x7b7815737344 "H", 0x7b781573734d "\v\001", 0x7b7815737352 "!", 0x7b7815737359 ".\001?\031\003\016:!\002;\v9!\001n\016'\031I\023 !\0034\031\001\023", 0x7b7815737377 ".", 0x7b781573738a "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027", 0x7b781573739d "$", 0x7b78157373a8 "\017", 0x7b78157373af "&", 0x7b78157373b4 "4", 0x7b78157373c7 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031\001\023", 0x7b78157373de "\035\0011\023R\001\270B\v\021\001\022\aX\vY\vW\v\001\023", 0x7b78157373f6 ".\001\003\016:\v;\v9\v'\031I\023 \v\001\023", 0x7b781573740b "4", 0x7b781573741a ".\001\003\016:\v;\v9\v'\031 \v\001\023", 0x7b781573742d ".", 0x7b781573664c "4", 0x7b781573665f "\027\001\003\b\v\v:\v;\v9\v\001\023", 0x7b7815736670 "\023\001\v\005\210\001\v:\v;\v9\v\001\023", 0x7b7815736682 "\r", 0x7b7815736696 "\026", 0x7b78157366a8 "\023\001\003\016\v\v\210\001\v:\v;\v9\v\001\023", 0x7b78157366bc "\027\001\v\v\210\001\v:\v;\v9\v\001\023", 0x7b78157366ce "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7b78157366df "!", 0x7b78157366e6 "\027\001\v\005\210\001\v:\v;\v9\v\001\023", 0x7b78157366f8 "\r", 0x7b7815736709 "\023\001\v\v:\v;\0059\v\001\023", 0x7b7815736718 "\027\001\v\v:\v;\0059\v\001\023", 0x7b7815736727 "\r", 0x7b7815736736 "\023\001\003\016\v\005\210\001\v:\v;\v9\v\001\023", 0x7b781573674a "\r", 0x7b781573675e "\r", 0x7b7815736772 "\025\001'\031I\023\001\023", 0x7b781573677d "\023", 0x7b7815736786 ".\001?\031\003\016:\v;\v9\vn\016'\031I\023 \v\001\023", 0x7b781573679f ".\001\003\016:\v;\v9\v'\031I\023 \v\001\023", 0x7b78157367b4 "\005", 0x7b78157367c3 ".\0011\023n\016\021\001\022\a@\030z\031", 0x7b78157367d4 "\035\0011\023R\001\270B\vU\027X\vY\vW\v\001\023", 0x7b78157367ea "\005", 0x7b78157367f6 "\v\001U\027", 0x7b78157367fd "\035\0011\023R\001\270B\v\021\001\022\aX\vY\vW\v", 0x7b781573282c ".\001?\031\003\016:\v;\v9\vn\016'\031I\023 \v4\031\001\023", 0x7b7815732847 ".", 0x7b78157317eb "\r", 0x7b78157317fc "4", 0x7b7815731809 ".\001?\031\003\016:\v;\v9\vn\016'\031<\031\001\023", 0x7b7815731820 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031<\031\001\023", 0x7b7815731838 ".\001?\031\003\016:\v;\0059\v'\031<\031\001\023", 0x7b781573184d ".\001?\031\003\016:\v;\v9\v'\031\021\001\022\a@\030z\031\001\023", 0x7b7815731868 "\n", 0x7b7815731877 "\035\0011\023R\001\270B\005\021\001\022\aX\vY\vW\v\001\023", 0x7b781573188f "\v\001\021\001\022\a\001\023", 0x7b781573189a "4", 0x7b78157318a6 ".\001?\031\003\016:\v;\0059\v'\031I\023 \v\001\023", 0x7b78157318bd "\005", 0x7b78157318cc ".\001?\031\003\016:\v;\v9\vn\016'\031I\023 \v4\031\001\023", 0x7b78157318e7 ".", 0x7b7815731379 "\v\0011\023U\027\001\023", 0x7b7815731384 "4", 0x7b781573138d "\v\0011\023\021\001\022\a\001\023", 0x7b781573139a ".", 0x7b781572e291 "\v\0011\023U\027\001\023", 0x7b781572bea7 ".", 0x7b781571f3a5 "4", 0x7b781571f3b4 "\035\0011\023R\001\270B\005U\027X\vY\005W\v\001\023", 0x7b781571f3ca ".\001?\031\003\016:\v;\v9\vn\016'\031I\023 \v4\031\001\023", 0x7b781571f3e5 ".", 0x7b781571f3f6 ".", 0x7b7815712960 "\026", 0x7b7815712974 "\001\001I\023\210\001!\020\001\023", 0x7b7815712981 "\r", 0x7b7815712998 ".\001?\031\003\016:\v;\v9\v'\031<\031\001\023", 0x7b78157129ad "\035", 0x7b78157129c4 "\v\001\021\001\022\a", 0x7b78157129cd "\035", 0x7b78157129e1 ".\001?\031\003\016:!\001;\v9!\001'\031\021\001\022\a@\030z\031\001\023", 0x7b78157129fe ".\001?\031\003\016:\v;\v9!\001n\016'\031I\023 !\0034\031\001\023", 0x7b7815712a1b ".", 0x7b7815712a2e "\r", 0x7b7815712a37 "\r", 0x7b7815712a4c "4", 0x7b7815712a5f ".", 0x7b7815712a75 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031<\031\001\023", 0x7b7815712a8d ".\001?\031\003\016:!<;\v9!\001n\016'\031<\031\001\023", 0x7b7815712aa6 ".\001?\031\003\016:!\002;\0059!\001'\031I\023 !\001\001\023", 0x7b7815712ac0 ".\001?\031\003\016:\v;\0059!\001'\031\021\001\022\a@\030z\031\001\023", 0x7b7815712adc "\035", 0x7b7815712af2 "H", 0x7b7815712afe ".\001\003\016:\v;\v9!\001'\031 \v\001\023", 0x7b7815712b12 ".", 0x7b7815712b28 "\005", 0x7b7815712b31 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027", 0x7b7815712b44 "$", 0x7b7815712b4f "\017", 0x7b7815712b56 "&", 0x7b7815712b5b "\025", 0x7b7815712b62 "\004\001>\v\v\vI\023:\v;\0059\v\001\023", 0x7b7815712b75 "\004\001\003\016>\v\v\vI\023:\v;\0059\v\001\023", 0x7b7815712b8a "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7b7815712b9b "\027\001\v\v\210\001\v:\v;\v9\v\001\023", 0x7b7815712bae "\r", 0x7b7815712bbe "\023\001\003\016\v\005\210\001\v:\v;\v9\v\001\023", 0x7b7815712bd3 "\023\001\003\016\v\v\210\001\v:\v;\v9\v\001\023", 0x7b7815712be8 "!", 0x7b7815712bf0 "\025", 0x7b7815712bfa "!", 0x7b7815712c04 "\026", 0x7b7815712c12 ".\001?\031\003\016:\v;\0059\vn\016'\031I\023<\031\001\023", 0x7b7815712c2c ".", 0x7b7815712c44 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031\001\023", 0x7b7815712c5c ".\001\003\016:\v;\0059\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7b7815712c79 "\005", 0x7b7815712c8b "\n", 0x7b7815712c9b "4", 0x7b7815712ca5 "\035\0011\023\021\001\022\aX\vY\005W\v\001\023", 0x7b7815712cb9 ".\001?\031\003\016:\v;\0059\vn\016'\031 \v\001\023", 0x7b7815712cd1 ".", 0x7b7815712ce3 "\n", 0x7b7815712cf1 "\n", 0x7b7815712cff ".", 0x7b7815712d13 ".\001?\031\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x7b7815712d31 "\005", 0x7b7815712d46 "\035\0011\023R\001\270B\005U\027X\vY\vW\v\001\023", 0x7b7815712d5d "\035\0011\023U\027X\vY\vW\v", 0x7b7815712d6d "\n", 0x7b7815712d77 "\035\0011\023R\001\270B\005\021\001\022\aX\vY\vW\v\001\023", 0x7b7815712d90 ".\0011\023n\016\021\001\022\a@\030z\031\001\023", 0x7b7815712da4 "4", 0x7b7815712dae ".", 0x7b78156fcb16 ".", 0x7b78156fcb2a ".", 0x7b78156fcb3f ".\001?\031\003\016:\v;\v9\vn\016'\031I\023 \v4\031\001\023", 0x7b78156fcb5b ".", 0x7b78156fcb6d ".", 0x0 <repeats 75 times>, 0x5768b9eb4df0 "@N\353\271hW", 0x7b7850cec1c5 <_int_malloc+3173> "H\213M\270L\213E\260H\203\371\037\017\206!\001", 0x0, 0x0, 0x0, 0x0, 0x2 <error: Cannot access memory at address 0x2>, 0x10 <error: Cannot access memory at address 0x10>, 0x7b7850e43b20 <main_arena+96> "\220\221!\272hW", 0x30 <error: Cannot access memory at address 0x30>, 0x0, 0xc51a01a519fc2200 <error: Cannot access memory at address 0xc51a01a519fc2200>, 0x0, 0x110 <error: Cannot access memory at address 0x110>, 0x7b7850e43ac0 <main_arena> "", 0x20f50 <error: Cannot access memory at address 0x20f50>, 0x5768ba20d0b0 "", 0x0, 0x5768b9eb4e40 "\340D\344Px{"}}
        i = 0
        j = <optimized out>
        shstr = <optimized out>
        ehdr = <optimized out>
        shdr = <optimized out>
        shstr_shdr = <optimized out>
        gnu_debuglink_shdr = <optimized out>
        note_gnu_build_id = <optimized out>
        fd = <optimized out>
        filesize = <optimized out>
        file = <optimized out>
        symtab_shdr = <optimized out>
        strtab_shdr = <optimized out>
        dynsym_shdr = <optimized out>
        dynstr_shdr = <optimized out>
        obj = 0x5768ba179a30
        dladdr_fbase = <optimized out>
        fail = <optimized out>
        finish = <optimized out>
#3  0x000057687d885aff in follow_debuglink_build_id (errout=0x7b7850e444e0 <_IO_2_1_stderr_>, offset=3, lines=0x5768ba19c570, objp=0x5768b9eb5958, traces=0x57687dbe7660 <trace>, num_traces=18, build_id_size=<optimized out>, build_id=<optimized out>) at /tmp/ruby/src/trunk-yjit/addr2line.c:663
        o1 = 0x5768ba195500
        i = <optimized out>
        global_debug_dir_len = 25
        p = <optimized out>
        o2 = <optimized out>
        global_debug_dir = <optimized out>
        debug_suffix = ".debug"
        global_debug_dir_len = <optimized out>
        p = <optimized out>
        o1 = <optimized out>
        o2 = <optimized out>
        i = <optimized out>
        tbl = "0123456789abcdef"
        n = <optimized out>
#4  fill_lines (num_traces=num_traces@entry=18, traces=traces@entry=0x57687dbe7660 <trace>, check_debuglink=check_debuglink@entry=1, objp=objp@entry=0x5768b9eb5958, lines=lines@entry=0x5768ba19c570, offset=offset@entry=3, errout=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/addr2line.c:2264
        nhdr = <optimized out>
        build_id = <optimized out>
        i = <optimized out>
        j = <optimized out>
        shstr = <optimized out>
        ehdr = <optimized out>
        shdr = <optimized out>
        shstr_shdr = <optimized out>
        gnu_debuglink_shdr = <optimized out>
        note_gnu_build_id = <optimized out>
        fd = <optimized out>
        filesize = <optimized out>
        file = <optimized out>
        symtab_shdr = <optimized out>
        strtab_shdr = <optimized out>
        dynsym_shdr = <optimized out>
        dynstr_shdr = <optimized out>
        obj = 0x5768b9fc95d0
        dladdr_fbase = <optimized out>
        fail = <optimized out>
        finish = <optimized out>
#5  0x000057687d886391 in rb_dump_backtrace_with_lines (num_traces=<optimized out>, traces=traces@entry=0x57687dbe7660 <trace>, errout=errout@entry=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/addr2line.c:2674
        path = <optimized out>
        p = <optimized out>
        info = {dli_fname = 0x7b785104ac60 "/lib/x86_64-linux-gnu/libc.so.6", dli_fbase = 0x7b7850c40000, dli_sname = 0x0, dli_saddr = 0x0}
        i = 3
        lines = <optimized out>
        obj = 0x5768ba179a30
        dladdr_fbases = <optimized out>
        main_path = <optimized out>
        len = <optimized out>
        next_line = <optimized out>
#6  0x000057687d75e033 in rb_print_backtrace (errout=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/vm_dump.c:1107
        n = <optimized out>
        trace = {0x57687d75e01f <rb_vm_bugreport+2335>, 0x57687d9643b2 <rb_bug_for_fatal_signal+258>, 0x57687d695bb8 <sigsegv+72>, 0x7b7850c85320 <__restore_rt>, 0x7b7850cd8d61 <__GI___futex_abstimed_wait_cancelable64+225>, 0x7b7850cdb7dd <___pthread_cond_wait+525>, 0x57687d6df653 <thread_sched_wait_running_turn+147>, 0x57687d6e2342 <rb_ractor_sched_wait+242>, 0x57687d62d90c <ractor_wait_receive+476>, 0x57687d62dd3e <ractor_port_receive+206>, 0x57687d74f34f <vm_exec_core+14591>, 0x57687d73c2b5 <rb_vm_exec+181>, 0x57687d553da5 <rb_ec_exec_node+165>, 0x57687d556369 <ruby_run_node+105>, 0x57687d5507e6 <main+102>, 0x7b7850c6a1ca <__libc_start_call_main+122>, 0x7b7850c6a28b <__libc_start_main_impl+139>, 0x57687d550835 <_start+37>, 0x0 <repeats 1006 times>}
        n = <optimized out>
#7  rb_vm_bugreport (ctx=ctx@entry=0x5768b9eb5c80, errout=errout@entry=0x7b7850e444e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-yjit/vm_dump.c:1450
        box_env = <optimized out>
        cmd = <optimized out>
        error = <optimized out>
        other_runtime_info = other_runtime_info
        vm = 0x57687dbe50a0 <_vm>
        current_box = 0x57687dbf4ce0 <root_box>
        ec = <optimized out>
        loaded_features = 135756679674920
#8  0x000057687d9643b2 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x5768b9eb5c80, fmt=fmt@entry=0x57687da2b8ed "Segmentation fault at %p") at /tmp/ruby/src/trunk-yjit/error.c:1131
        pid = -1
        out = 0x7b7850e444e0 <_IO_2_1_stderr_>
        file = <optimized out>
        line = 742
#9  0x000057687d695bb8 in sigsegv (sig=11, info=0x5768b9eb5db0, ctx=0x5768b9eb5c80) at /tmp/ruby/src/trunk-yjit/signal.c:948
No locals.
#10 <signal handler called>
No locals.
#11 0x00007b7850cd8d61 in __futex_abstimed_wait_common64 (private=-988151387, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x5768b9dfbec0) 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>
#12 __futex_abstimed_wait_common (cancel=true, private=-988151387, abstime=0x0, clockid=0, expected=0, futex_word=0x5768b9dfbec0) at ./nptl/futex-internal.c:87
        err = <optimized out>
        clockbit = 256
        op = 393
        err = <optimized out>
        clockbit = <optimized out>
        op = <optimized out>
#13 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x5768b9dfbec0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#14 0x00007b7850cdb7dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x57687dbe4298 <_main_ractor+216>, cond=0x5768b9dfbe98) at ./nptl/pthread_cond_wait.c:503
        spin = 0
        buffer = {__routine = 0x7b7850cdb4a0 <__condvar_cleanup_waiting>, __arg = 0x7fff5424b010, __canceltype = 48, __prev = 0x0}
        cbuffer = {wseq = 0, cond = 0x5768b9dfbe98, mutex = 0x57687dbe4298 <_main_ractor+216>, 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>
#15 ___pthread_cond_wait (cond=cond@entry=0x5768b9dfbe98, mutex=mutex@entry=0x57687dbe4298 <_main_ractor+216>) at ./nptl/pthread_cond_wait.c:627
No locals.
#16 0x000057687d6df653 in rb_native_cond_wait (mutex=0x57687dbe4298 <_main_ractor+216>, cond=0x5768b9dfbe98) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
        r = <optimized out>
        r = <optimized out>
#17 thread_sched_wait_running_turn (sched=sched@entry=0x57687dbe4298 <_main_ractor+216>, th=0x57687dbe11a0 <_main_thread>, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
        next_th = 0x0
#18 0x000057687d6e2342 in rb_ractor_sched_wait (ec=ec@entry=0x5768b9dfbfd8, cr=cr@entry=0x57687dbe41c0 <_main_ractor>, ubf=ubf@entry=0x57687d62cc00 <ubf_ractor_wait>, ubf_arg=ubf_arg@entry=0x7fff5424b140) at /tmp/ruby/src/trunk-yjit/thread_pthread.c:1356
        can_direct_transfer = false
        th = 0x57687dbe11a0 <_main_thread>
        sched = 0x57687dbe4298 <_main_ractor+216>
#19 0x000057687d62d90c in ractor_wait (cr=0x57687dbe41c0 <_main_ractor>, ec=0x5768b9dfbfd8) at /tmp/ruby/src/trunk-yjit/ractor_sync.c:1037
        th = <optimized out>
        waiter = {wakeup_status = wakeup_by_send, th = 0x57687dbe11a0 <_main_thread>, node = {next = 0x57687dbe4228 <_main_ractor+104>, prev = 0x57687dbe4228 <_main_ractor+104>}}
        th = <optimized out>
        waiter = <optimized out>
#20 ractor_wait_receive (ec=ec@entry=0x5768b9dfbfd8, cr=cr@entry=0x57687dbe41c0 <_main_ractor>) at /tmp/ruby/src/trunk-yjit/ractor_sync.c:1104
        messages = {set = {n = {next = 0x1, prev = 0x57687dbe11a0 <_main_thread>}}, closed = 40}
        deliverred = false
#21 0x000057687d62dd3e in ractor_receive (rp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/ractor_sync.c:1157
        v = <optimized out>
        cr = <optimized out>
        cr = <optimized out>
        v = <optimized out>
#22 ractor_port_receive (ec=0x5768b9dfbfd8, self=<optimized out>) at /tmp/ruby/src/trunk-yjit/ractor_sync.c:129
        rp = <optimized out>
#23 0x000057687d74f34f in vm_exec_core (ec=0x5768b9dfbec0, ec@entry=0x5768b9dfbfd8) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:7397
        reg_pc = 0x5768b9f23278
        reg_cfp = 0x7b7850c3bef8
        insns_address_table = {0x57687d74e85a <vm_exec_core+11786>, 0x57687d74cd42 <vm_exec_core+4850>, 0x57687d74ccd6 <vm_exec_core+4742>, 0x57687d74cc35 <vm_exec_core+4581>, 0x57687d74cbbb <vm_exec_core+4459>, 0x57687d74cb16 <vm_exec_core+4294>, 0x57687d74d123 <vm_exec_core+5843>, 0x57687d74d0c8 <vm_exec_core+5752>, 0x57687d74ce4a <vm_exec_core+5114>, 0x57687d74cdae <vm_exec_core+4958>, 0x57687d74d1c2 <vm_exec_core+6002>, 0x57687d74cf3a <vm_exec_core+5354>, 0x57687d74cad1 <vm_exec_core+4225>, 0x57687d74ca69 <vm_exec_core+4121>, 0x57687d74c9f2 <vm_exec_core+4002>, 0x57687d74c9b5 <vm_exec_core+3941>, 0x57687d74c97d <vm_exec_core+3885>, 0x57687d74c948 <vm_exec_core+3832>, 0x57687d74c913 <vm_exec_core+3779>, 0x57687d74c8de <vm_exec_core+3726>, 0x57687d74c859 <vm_exec_core+3593>, 0x57687d74c815 <vm_exec_core+3525>, 0x57687d74c7ce <vm_exec_core+3454>, 0x57687d74c776 <vm_exec_core+3366>, 0x57687d74c730 <vm_exec_core+3296>, 0x57687d74c6b3 <vm_exec_core+3171>, 0x57687d74c679 <vm_exec_core+3113>, 0x57687d74c61c <vm_exec_core+3020>, 0x57687d74c5c2 <vm_exec_core+2930>, 0x57687d74c585 <vm_exec_core+2869>, 0x57687d74d930 <vm_exec_core+7904>, 0x57687d74d7a8 <vm_exec_core+7512>, 0x57687d74d722 <vm_exec_core+7378>, 0x57687d74d6bb <vm_exec_core+7275>, 0x57687d74d669 <vm_exec_core+7193>, 0x57687d74d604 <vm_exec_core+7092>, 0x57687d74d5b7 <vm_exec_core+7015>, 0x57687d74d562 <vm_exec_core+6930>, 0x57687d74d518 <vm_exec_core+6856>, 0x57687d74d4f1 <vm_exec_core+6817>, 0x57687d74d4b6 <vm_exec_core+6758>, 0x57687d74d467 <vm_exec_core+6679>, 0x57687d74d433 <vm_exec_core+6627>, 0x57687d74d382 <vm_exec_core+6450>, 0x57687d74d33f <vm_exec_core+6383>, 0x57687d74d2fb <vm_exec_core+6315>, 0x57687d74dbe6 <vm_exec_core+8598>, 0x57687d74db77 <vm_exec_core+8487>, 0x57687d74dc18 <vm_exec_core+8648>, 0x57687d74db28 <vm_exec_core+8408>, 0x57687d74dab9 <vm_exec_core+8297>, 0x57687d74da5b <vm_exec_core+8203>, 0x57687d74d9a9 <vm_exec_core+8025>, 0x57687d74d96d <vm_exec_core+7965>, 0x57687d74df1c <vm_exec_core+9420>, 0x57687d74ddcb <vm_exec_core+9083>, 0x57687d74dd20 <vm_exec_core+8912>, 0x57687d74bab0 <vm_exec_core+96>, 0x57687d74dc71 <vm_exec_core+8737>, 0x57687d74de84 <vm_exec_core+9268>, 0x57687d74de35 <vm_exec_core+9189>, 0x57687d74decd <vm_exec_core+9341>, 0x57687d74c536 <vm_exec_core+2790>, 0x57687d74ea68 <vm_exec_core+12312>, 0x57687d74c4e7 <vm_exec_core+2711>, 0x57687d74c476 <vm_exec_core+2598>, 0x57687d74c431 <vm_exec_core+2529>, 0x57687d74c3be <vm_exec_core+2414>, 0x57687d74c306 <vm_exec_core+2230>, 0x57687d74c2ac <vm_exec_core+2140>, 0x57687d74c230 <vm_exec_core+2016>, 0x57687d74bb68 <vm_exec_core+280>, 0x57687d74c1fc <vm_exec_core+1964>, 0x57687d74c1bd <vm_exec_core+1901>, 0x57687d74c17e <vm_exec_core+1838>, 0x57687d74c142 <vm_exec_core+1778>, 0x57687d74c11e <vm_exec_core+1742>, 0x57687d74c0d5 <vm_exec_core+1669>, 0x57687d74c08c <vm_exec_core+1596>, 0x57687d74c050 <vm_exec_core+1536>, 0x57687d74bf92 <vm_exec_core+1346>, 0x57687d74bf13 <vm_exec_core+1219>, 0x57687d74ea03 <vm_exec_core+12211>, 0x57687d74e86b <vm_exec_core+11803>, 0x57687d74e8d1 <vm_exec_core+11905>, 0x57687d74df99 <vm_exec_core+9545>, 0x57687d74e96a <vm_exec_core+12058>, 0x57687d74e774 <vm_exec_core+11556>, 0x57687d74e7cd <vm_exec_core+11645>, 0x57687d74f036 <vm_exec_core+13798>, 0x57687d74f094 <vm_exec_core+13892>, 0x57687d74eeae <vm_exec_core+13406>, 0x57687d74ef0f <vm_exec_core+13503>, 0x57687d74ef6d <vm_exec_core+13597>, 0x57687d74efea <vm_exec_core+13722>, 0x57687d74eb35 <vm_exec_core+12517>, 0x57687d74eb88 <vm_exec_core+12600>, 0x57687d74ebf5 <vm_exec_core+12709>, 0x57687d74ec79 <vm_exec_core+12841>, 0x57687d74eccb <vm_exec_core+12923>, 0x57687d74ed07 <vm_exec_core+12983>, 0x57687d74ed54 <vm_exec_core+13060>, 0x57687d74edba <vm_exec_core+13162>, 0x57687d74eab0 <vm_exec_core+12384>, 0x57687d74bea2 <vm_exec_core+1106>, 0x57687d74be22 <vm_exec_core+978>, 0x57687d74bd79 <vm_exec_core+809>, 0x57687d74bd32 <vm_exec_core+738>, 0x57687d74bce7 <vm_exec_core+663>, 0x57687d74bc9e <vm_exec_core+590>, 0x57687d74bc4d <vm_exec_core+509>, 0x57687d74bc18 <vm_exec_core+456>, 0x57687d74bbe3 <vm_exec_core+403>, 0x57687d74ee90 <vm_exec_core+13376>, 0x57687d74cd31 <vm_exec_core+4833>, 0x57687d74ccc5 <vm_exec_core+4725>, 0x57687d74cc24 <vm_exec_core+4564>, 0x57687d74cbaa <vm_exec_core+4442>, 0x57687d74cb05 <vm_exec_core+4277>, 0x57687d74d112 <vm_exec_core+5826>, 0x57687d74d0b7 <vm_exec_core+5735>, 0x57687d74ce39 <vm_exec_core+5097>, 0x57687d74cd9d <vm_exec_core+4941>, 0x57687d74d1b1 <vm_exec_core+5985>, 0x57687d74cf29 <vm_exec_core+5337>, 0x57687d74cac0 <vm_exec_core+4208>, 0x57687d74ca58 <vm_exec_core+4104>, 0x57687d74c9e1 <vm_exec_core+3985>, 0x57687d74c9a4 <vm_exec_core+3924>, 0x57687d74c96c <vm_exec_core+3868>, 0x57687d74c937 <vm_exec_core+3815>, 0x57687d74c902 <vm_exec_core+3762>, 0x57687d74c8cd <vm_exec_core+3709>, 0x57687d74c848 <vm_exec_core+3576>, 0x57687d74c804 <vm_exec_core+3508>, 0x57687d74c7bd <vm_exec_core+3437>, 0x57687d74c765 <vm_exec_core+3349>, 0x57687d74c71f <vm_exec_core+3279>, 0x57687d74c6a2 <vm_exec_core+3154>, 0x57687d74c668 <vm_exec_core+3096>, 0x57687d74c60b <vm_exec_core+3003>, 0x57687d74c5b1 <vm_exec_core+2913>, 0x57687d74c574 <vm_exec_core+2852>, 0x57687d74d91f <vm_exec_core+7887>, 0x57687d74d797 <vm_exec_core+7495>, 0x57687d74d711 <vm_exec_core+7361>, 0x57687d74d6aa <vm_exec_core+7258>, 0x57687d74d658 <vm_exec_core+7176>, 0x57687d74d5f3 <vm_exec_core+7075>, 0x57687d74d5a6 <vm_exec_core+6998>, 0x57687d74d551 <vm_exec_core+6913>, 0x57687d74d507 <vm_exec_core+6839>, 0x57687d74d4e0 <vm_exec_core+6800>, 0x57687d74d4a5 <vm_exec_core+6741>, 0x57687d74d456 <vm_exec_core+6662>, 0x57687d74d422 <vm_exec_core+6610>, 0x57687d74d371 <vm_exec_core+6433>, 0x57687d74d32e <vm_exec_core+6366>, 0x57687d74d2ea <vm_exec_core+6298>, 0x57687d74dbd5 <vm_exec_core+8581>, 0x57687d74db66 <vm_exec_core+8470>, 0x57687d74dc07 <vm_exec_core+8631>, 0x57687d74db17 <vm_exec_core+8391>, 0x57687d74daa8 <vm_exec_core+8280>, 0x57687d74da4a <vm_exec_core+8186>, 0x57687d74d998 <vm_exec_core+8008>, 0x57687d74d95c <vm_exec_core+7948>, 0x57687d74df0b <vm_exec_core+9403>, 0x57687d74ddba <vm_exec_core+9066>, 0x57687d74dd0f <vm_exec_core+8895>, 0x57687d74e82e <vm_exec_core+11742>, 0x57687d74dc60 <vm_exec_core+8720>, 0x57687d74de73 <vm_exec_core+9251>, 0x57687d74de24 <vm_exec_core+9172>, 0x57687d74debc <vm_exec_core+9324>, 0x57687d74c525 <vm_exec_core+2773>, 0x57687d74e844 <vm_exec_core+11764>, 0x57687d74c4d6 <vm_exec_core+2694>, 0x57687d74c465 <vm_exec_core+2581>, 0x57687d74c420 <vm_exec_core+2512>, 0x57687d74c3ad <vm_exec_core+2397>, 0x57687d74c2f5 <vm_exec_core+2213>, 0x57687d74c29b <vm_exec_core+2123>, 0x57687d74c21f <vm_exec_core+1999>, 0x57687d74bb57 <vm_exec_core+263>, 0x57687d74c1eb <vm_exec_core+1947>, 0x57687d74c1ac <vm_exec_core+1884>, 0x57687d74c16d <vm_exec_core+1821>, 0x57687d74c131 <vm_exec_core+1761>, 0x57687d74c10d <vm_exec_core+1725>, 0x57687d74c0c4 <vm_exec_core+1652>, 0x57687d74c07b <vm_exec_core+1579>, 0x57687d74c03f <vm_exec_core+1519>, 0x57687d74bf81 <vm_exec_core+1329>, 0x57687d74bf02 <vm_exec_core+1202>, 0x57687d74e5b5 <vm_exec_core+11109>, 0x57687d74e5cb <vm_exec_core+11131>, 0x57687d74e5e1 <vm_exec_core+11153>, 0x57687d74e5f7 <vm_exec_core+11175>, 0x57687d74e60d <vm_exec_core+11197>...}
#24 0x000057687d73c2b5 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:2825
        vm_loop_start = <optimized out>
        vm_loop_start = <optimized out>
#25 rb_vm_exec (ec=0x5768b9dfbfd8) at /tmp/ruby/src/trunk-yjit/vm.c:2801
        _ec = 0x5768b9dfbfd8
        _tag = {tag = 36, retval = 4, buf = {0x7fff5424b678, 0x57687d73c310 <rb_vm_exec+272>, 0x0, 0x7fff5424b390, 0x7b7850a3a270}, prev = 0x7fff5424b460, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#26 0x000057687d752ad2 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:3064
        ec = <optimized out>
        val = <optimized out>
#27 0x000057687d553da5 in rb_ec_exec_node (ec=ec@entry=0x5768b9dfbfd8, n=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:283
        _ec = 0x5768b9dfbfd8
        _tag = {tag = 36, retval = 96106290962724, buf = {0x7fff5424b678, 0x57687d553df0 <rb_ec_exec_node+240>, 0x0, 0x7fff5424b440, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = <optimized out>
#28 0x000057687d556369 in ruby_run_node (n=<optimized out>) at /tmp/ruby/src/trunk-yjit/eval.c:321
        ec = 0x5768b9dfbfd8
        status = <optimized out>
#29 0x000057687d5507e6 in rb_main (argv=0x7fff5424b678, argc=114) at /tmp/ruby/src/trunk-yjit/main.c:42
        variable_in_this_stack_frame = 0
#30 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-yjit/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 3246916) detached]
[586/758] 3222017=ruby/test_sprintf
[587/758] 3222018=rubygems/test_gem_bundler_version_finder
[588/758] 3222018=date/test_date_strftime
[589/758] 3222017=ruby/test_rational
[590/758] 3222018=-ext-/arith_seq/test_arith_seq_extract
[591/758] 3222018=psych/test_psych
[592/758] 3222018=ruby/test_nomethod_error
[593/758] 3222018=ruby/enc/test_case_comprehensive
[594/758] 3222018=-ext-/test_recursion
[595/758] 3222018=dtrace/test_object_create_start
[596/758] 3222018=rubygems/test_webauthn_listener_response
[597/758] 3222018=-ext-/struct/test_duplicate
[598/758] 3222018=test_shellwords
[599/758] 3222018=rubygems/test_gem_request_set
[600/758] 3222018=psych/json/test_stream
[601/758] 3222018=rubygems/test_gem_resolver_index_specification
[602/758] 3222018=ruby/test_zjit
[603/758] 3222018=psych/test_omap
[604/758] 3222018=etc/test_etc
[605/758] 3222017=psych/visitors/test_emitter
[606/758] 3222017=psych/test_encoding
[607/758] 3222017=socket/test_sockopt
[608/758] 3222017=ruby/test_ast
[609/758] 3222016=psych/test_document
[610/758] 3222016=-ext-/iseq_load/test_iseq_load
[611/758] 3222018=ruby/test_frozen
[612/758] 3222018=ruby/test_float
[613/758] 3222018=uri/test_ws
[614/758] 3222018=psych/test_boolean
[615/758] 3222018=fiber/test_scheduler
[616/758] 3222016=rubygems/test_gem_commands_build_command
[617/758] 3222016=rubygems/test_gem_dependency
[618/758] 3222016=ruby/test_primitive
[619/758] 3222016=date/test_date_marshal
[620/758] 3222016=ruby/test_io
[621/758] 3222019=openssl/test_digest
[622/758] 3222019=prism/result/integer_parse_test
[623/758] 3222019=ruby/test_variable
[624/758] 3222019=json/json_fixtures_test
[625/758] 3222019=socket/test_addrinfo
[626/758] 3222019=-ext-/test_bug-14834
[627/758] 3222019=ruby/test_not
[628/758] 3222019=ruby/test_string
[629/758] 3222018=ruby/test_array
[630/758] 3222016=-ext-/string/test_set_len
[631/758] 3222016=psych/visitors/test_depth_first
[632/758] 3222016=-ext-/proc/test_bmethod
[633/758] 3222016=uri/test_ftp
[634/758] 3222016=json/json_ryu_fallback_test
[635/758] 3222016=-ext-/class/test_class2name
[636/758] 3222016=rubygems/test_gem_source
[637/758] 3222016=rubygems/test_gem_commands_lock_command
[638/758] 3222016=ruby/enc/test_euc_jp
[639/758] 3222016=fiber/test_process
[640/758] 3222016=-ext-/string/test_external_new
[641/758] 3222016=ruby/test_objectspace
[642/758] 3222016=test_open3
[643/758] 3222016=ruby/test_dir_m17n
[644/758] 3222016=did_you_mean/test_tree_spell_checker
[645/758] 3222016=ruby/test_require_lib
[646/758] 3222018=dtrace/test_function_entry
[647/758] 3222018=prism/lex_test
[648/758] 3222018=rubygems/test_deprecate
[649/758] 3222018=rubygems/test_gem_ext_configure_builder
[650/758] 3222018=fiber/test_storage
[651/758] 3222018=net/http/test_http_request
[652/758] 3222018=psych/handlers/test_recorder
[653/758] 3222018=dtrace/test_cmethod
[654/758] 3222018=test_find
[655/758] 3222018=uri/test_parser
[656/758] 3222018=-ext-/struct/test_data
[657/758] 3222018=prism/locals_test
[658/758] 3222018=dtrace/test_string
[659/758] 3222018=ruby/test_iterator
[660/758] 3222018=ruby/test_argf
[661/758] 3222016=openssl/test_ssl_session
[662/758] 3222016=ruby/test_yjit
[663/758] 3222018=rubygems/test_gem_resolver_dependency_request
[664/758] 3222018=ruby/test_m17n
[665/758] 3222018=ruby/test_key_error
[666/758] 3222018=openssl/test_engine
[667/758] 3222018=ruby/test_warning
[668/758] 3222018=prism/percent_delimiter_string_test
[669/758] 3222018=ruby/enc/test_gbk
[670/758] 3222018=openssl/test_x509attr
[671/758] 3222018=uri/test_generic
[672/758] 3222018=net/http/test_buffered_io
[673/758] 3222018=rubygems/test_gem_security_signer
[674/758] 3222018=psych/test_set
[675/758] 3222018=fiber/test_io_close
[676/758] 3222018=rubygems/test_gem_platform
[677/758] 3222018=prism/result/breadth_first_search_test
[678/758] 3222018=openssl/test_x509ext
[679/758] 3222018=rubygems/test_exit
[680/758] 3222018=openssl/test_bn
[681/758] 3222018=openssl/test_config
[682/758] 3222018=openssl/test_cipher
[683/758] 3222018=rubygems/test_gem_resolver_composed_set
[684/758] 3222018=-ext-/time/test_new
[685/758] 3222018=rubygems/test_gem_package_tar_writer
[686/758] 3222018=-ext-/rational/test_rat
[687/758] 3222018=psych/test_scalar_scanner
[688/758] 3222018=ruby/enc/test_gb18030
[689/758] 3222018=prism/regexp_test
[690/758] 3222018=net/http/test_httpheader
[691/758] 3222018=did_you_mean/spell_checking/test_key_name_check
[692/758] 3222018=ruby/test_dir
[693/758] 3222018=optparse/test_acceptable
[694/758] 3222018=ruby/test_metaclass
[695/758] 3222018=prism/result/regular_expression_options_test
[696/758] 3222018=rubygems/test_gem_ext_rake_builder
[697/758] 3222018=ruby/test_hash
[698/758] 3222018=json/json_string_matching_test
[699/758] 3222018=-ext-/bignum/test_mul
[700/758] 3222018=monitor/test_monitor
[701/758] 3222018=prism/result/implicit_array_test
[702/758] 3222018=ruby/test_whileuntil
[703/758] 3222018=prism/library_symbols_test
[704/758] 3222018=ruby/test_case
[705/758] 3222018=prism/fixtures_test
[706/758] 3222018=ruby/test_rational2
[707/758] 3222018=ruby/test_env
[708/758] 3222016=net/http/test_http
[709/758] 3222016=mkmf/test_pkg_config
[710/758] 3222016=psych/test_tree_builder
[711/758] 3222016=rubygems/test_bundled_ca
[712/758] 3222018=-ext-/load/test_protect
[713/758] 3222018=-ext-/vm/test_at_exit
[714/758] 3222018=ruby/test_math
[715/758] 3222018=rubygems/test_gem_commands_info_command
[716/758] 3222018=dtrace/test_gc
[717/758] 3222018=mkmf/test_libs
[718/758] 3222018=ruby/test_fiber
Leaked file descriptor: TestGemBundledCA#test_accessing_staging: 12 #<File::Stat dev=0x8, ino=52122171, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestGemBundledCA#test_accessing_rubygems: 11 #<File::Stat dev=0x8, ino=52131018, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
[719/758] 3222016=-ext-/win32/test_dln
[720/758] 3222016=prism/result/heredoc_test
[721/758] 3222016=uri/test_wss
[722/758] 3222016=did_you_mean/spell_checking/test_method_name_check
[723/758] 3222016=open-uri/test_proxy
Leaked file descriptor: TestOpenURIProxy#test_proxy_http_basic_authentication_success: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 43331>
Closed file descriptor: TestOpenURIProxy#test_proxy_http_basic_authentication_failure: 16
[724/758] 3222016=-ext-/scheduler/test_interrupt_with_scheduler
.Closed file descriptor: TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works: 11
Closed file descriptor: TestSchedulerInterruptHandling#test_without_handle_interrupt_signal_works: 12
[725/758] 3222016=-ext-/load/test_stringify_symbols
[726/758] 3222016=digest/test_digest_extend
[727/758] 3222016=test_pty
[728/758] 3222018=rubygems/test_gem_commands_pristine_command
[729/758] 3222016=psych/test_alias_and_anchor
[730/758] 3222016=rubygems/test_gem_source_subpath_problem
[731/758] 3222016=openssl/test_x509req
[732/758] 3222016=net/http/test_https
[733/758] 3222018=ruby/test_string_memory
[734/758] 3222018=prism/encoding/string_encoding_test
[735/758] 3222018=rubygems/test_gem_resolver_activation_request
[736/758] 3222018=ruby/enc/test_koi8
[737/758] 3222018=prism/result/constant_path_node_test
[738/758] 3222018=ripper/test_files_ext
[739/758] 3222018=ruby/test_allocation
[740/758] 3222016=rubygems/test_gem_package_tar_reader_entry
[741/758] 3222016=-ext-/debug/test_debug
[742/758] 3222016=openssl/test_asn1
[743/758] 3222016=-ext-/arith_seq/test_arith_seq_beg_len_step
[744/758] 3222016=ripper/test_filter
[745/758] 3222016=rubygems/test_gem_resolver_requirement_list
[746/758] 3222016=ruby/test_insns_leaf
[747/758] 3222016=openssl/test_x509crl
[748/758] 3222016=rubygems/test_gem_commands_environment_command
[749/758] 3222016=ruby/test_random_formatter
[750/758] 3222016=ruby/test_complex
[751/758] 3222016=-ext-/string/test_ellipsize
[752/758] 3222016=rubygems/test_gem_dependency_list
[753/758] 3222016=ruby/test_refinement
[754/758] 3222017=rubygems/test_gem_resolver_installer_set
[755/758] 3222017=ruby/test_syntax
[756/758] 3222018=psych/visitors/test_to_ruby
[757/758] 3222018=rubygems/test_gem_request_connection_pools
[758/758] 3222018=rubygems/test_gem_commands_uninstall_command

  1) Error:
TestRactor#test_move_nested_hash_during_gc_with_yjit:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
pid 3224838 killed by SIGKILL (signal 9)
| 
| th: 0x57ae694b31a0, native_id: 0x7999507d87c0
| -- Control frame information -----------------------------------------------
| c:0004 p:---- s:0022 e:000021 l:y b:---- CFUNC  :dump
| c:0003 p:---- s:0019 e:000018 l:y b:---- CFUNC  :call
| c:0002 p:0040 s:0014 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:331 [FINISH]
| c:0001 p:0000 s:0003 E:0004f0 l:y b:---- DUMMY  [FINISH]
| 
| /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:331: [BUG] Aborted at 0x000003e900312a00
| ruby 4.1.0dev (2026-02-10T17:32:37Z master acacbec359) +YJIT +PRISM [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0004 p:---- s:0022 e:000021 l:y b:---- CFUNC  :dump
| c:0003 p:---- s:0019 e:000018 l:y b:---- CFUNC  :call
| c:0002 p:0040 s:0014 e:000006 l:n b:---- BLOCK  /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:331 [FINISH]
| c:0001 p:0000 s:0003 E:0004f0 l:y b:---- DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:331:in 'block in separated_runner'
| /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:331:in 'call'
| /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb:331:in 'dump'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x000057ae68e47680 RBP: 0x000057ae68e47ad0 RSP: 0x00007ffd9fdc94d8
|  RAX: 0x000057ae9e2c5440 RBX: 0x0000000000000190 RCX: 0x0000000000000539
|  RDX: 0x00000000000001b6 RDI: 0x0000799950662750 RSI: 0x000057ae9e23c2a0
|   R8: 0x000057ae9e28f0f0  R9: 0x0000000000000000 R10: 0x000000000000001a
|  R11: 0x0000000000000004 R12: 0x000057ae9e23c2a0 R13: 0x000057ae9e2c3420
|  R14: 0x0000000000000200 R15: 0x000057ae9e23c2a0 EFL: 0x0000000000000202
| 
| -- C level backtrace information -------------------------------------------

    /tmp/ruby/src/trunk-yjit/test/ruby/test_ractor.rb:103:in 'TestRactor#test_move_nested_hash_during_gc_with_yjit'

  2) Error:
TestObjSpaceRactor#test_undefine_finalizer:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
pid 3246916 killed by SIGSEGV (signal 11) (core dumped)
| 
| <internal:ractor>:742: [BUG] Segmentation fault at 0x000003e900312a01
| ruby 4.1.0dev (2026-02-10T17:32:37Z master acacbec359) +YJIT +PRISM [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0005 p:0003 s:0022 e:000021 l:y b:0001 METHOD <internal:ractor>:742
| c:0004 p:0027 s:0018 e:000017 l:y b:0001 METHOD <internal:ractor>:589
| c:0003 p:0027 s:0013 e:000012 l:y b:0001 METHOD <internal:array>:227
| c:0002 p:0074 s:0008 E:000c20 l:n b:---- EVAL   -:26 [FINISH]
| c:0001 p:0000 s:0003 E:001620 l:y b:---- DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:26:in '<main>'
| <internal:array>:227:in 'each'
| <internal:ractor>:589:in 'join'
| <internal:ractor>:742:in 'receive'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 6
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00007b7850cd8d61 RBP: 0x00007fff5424afa0 RSP: 0x00007fff5424af60
|  RAX: 0xfffffffffffffffc RBX: 0x00005768b9dfbe98 RCX: 0x00007b7850cd8d61
|  RDX: 0x0000000000000000 RDI: 0x00005768b9dfbec0 RSI: 0x0000000000000189
|   R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
|  R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
|  R14: 0x000057687dbe4298 R15: 0x00005768b9dfbec0 EFL: 0x0000000000000246
| 
| -- C level backtrace information -------------------------------------------
| th: 0x57687dbe11a0, native_id: 0x7b7850c3d7c0
| -- Control frame information -----------------------------------------------
| c:0005 p:0003 s:0022 e:000021 l:y b:0001 METHOD <internal:ractor>:742
| c:0004 p:0027 s:0018 e:000017 l:y b:0001 METHOD <internal:ractor>:589
| c:0003 p:0027 s:0013 e:000012 l:y b:0001 METHOD <internal:array>:227
| c:0002 p:0074 s:0008 E:000c20 l:n b:---- EVAL   -:26 [FINISH]
| c:0001 p:0000 s:0003 E:001620 l:y b:---- DUMMY  [FINISH]
| 
| /tmp/ruby/build/trunk-yjit/ruby(rb_print_backtrace+0x14) [0x57687d75e01f] /tmp/ruby/src/trunk-yjit/vm_dump.c:1105
| /tmp/ruby/build/trunk-yjit/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk-yjit/vm_dump.c:1450
| /tmp/ruby/build/trunk-yjit/ruby(rb_bug_for_fatal_signal+0x102) [0x57687d9643b2] /tmp/ruby/src/trunk-yjit/error.c:1131
| /tmp/ruby/build/trunk-yjit/ruby(sigsegv+0x48) [0x57687d695bb8] /tmp/ruby/src/trunk-yjit/signal.c:948
| /lib/x86_64-linux-gnu/libc.so.6(0x7b7850c85320) [0x7b7850c85320]
| /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7b7850cd8d61] ./nptl/futex-internal.c:57
| /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87
| /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139
| /lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x7b7850cdb7dd] ./nptl/pthread_cond_wait.c:503
| /lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627
| /lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0
| /tmp/ruby/build/trunk-yjit/ruby(rb_native_cond_wait+0x8) [0x57687d6df653] /tmp/ruby/src/trunk-yjit/thread_pthread.c:231
| /tmp/ruby/build/trunk-yjit/ruby(thread_sched_wait_running_turn) /tmp/ruby/src/trunk-yjit/thread_pthread.c:851
| /tmp/ruby/build/trunk-yjit/ruby(rb_ractor_sched_wait+0xf2) [0x57687d6e2342] /tmp/ruby/src/trunk-yjit/thread_pthread.c:1356
| /tmp/ruby/build/trunk-yjit/ruby(ractor_wait+0x4c) [0x57687d62d90c] /tmp/ruby/src/trunk-yjit/ractor_sync.c:1037
| /tmp/ruby/build/trunk-yjit/ruby(ractor_wait_receive) /tmp/ruby/src/trunk-yjit/ractor_sync.c:1104
| /tmp/ruby/build/trunk-yjit/ruby(ractor_get_queue+0x0) [0x57687d62dd3e] /tmp/ruby/src/trunk-yjit/ractor_sync.c:1157
| /tmp/ruby/build/trunk-yjit/ruby(ractor_try_receive) /tmp/ruby/src/trunk-yjit/ractor_sync.c:1122
| /tmp/ruby/build/trunk-yjit/ruby(ractor_receive) /tmp/ruby/src/trunk-yjit/ractor_sync.c:1151
| /tmp/ruby/build/trunk-yjit/ruby(ractor_port_receive) /tmp/ruby/src/trunk-yjit/ractor_sync.c:129
| /tmp/ruby/build/trunk-yjit/ruby(vm_exec_core+0x38ff) [0x57687d74f34f] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:7397
| /tmp/ruby/build/trunk-yjit/ruby(vm_exec_loop+0xa) [0x57687d73c2b5] /tmp/ruby/src/trunk-yjit/vm.c:2825
| /tmp/ruby/build/trunk-yjit/ruby(rb_vm_exec) /tmp/ruby/src/trunk-yjit/vm.c:2801
| /tmp/ruby/build/trunk-yjit/ruby(rb_ec_exec_node+0xa5) [0x57687d553da5] /tmp/ruby/src/trunk-yjit/eval.c:283
| /tmp/ruby/build/trunk-yjit/ruby(ruby_run_node+0x69) [0x57687d556369] /tmp/ruby/src/trunk-yjit/eval.c:321
| /tmp/ruby/build/trunk-yjit/ruby(rb_main+0x21) [0x57687d5507e6] /tmp/ruby/src/trunk-yjit/main.c:42
| /tmp/ruby/build/trunk-yjit/ruby(main) /tmp/ruby/src/trunk-yjit/main.c:62
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7b7850c6a1ca] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7b7850c6a28b] ../csu/libc-start.c:360
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
| [0x57687d550835]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Ruby Box: disabled
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 pathname.so
|     6 ruby2_keywords.rb
|     7 set.rb
|     8 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
|     9 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
|    10 /tmp/ruby/src/trunk-yjit/lib/open3/version.rb
|    11 /tmp/ruby/src/trunk-yjit/lib/open3.rb
|    12 /tmp/ruby/src/trunk-yjit/lib/timeout.rb
|    13 /tmp/ruby/build/trunk-yjit/rbconfig.rb
|    14 /tmp/ruby/src/trunk-yjit/tool/lib/find_executable.rb
|    15 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
|    16 /tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb
|    17 /tmp/ruby/src/trunk-yjit/tool/lib/colorize.rb
|    18 /tmp/ruby/src/trunk-yjit/tool/lib/leakchecker.rb
|    19 /tmp/ruby/src/trunk-yjit/lib/prettyprint.rb
|    20 /tmp/ruby/src/trunk-yjit/lib/pp.rb
|    21 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/assertions.rb
|    22 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
|    23 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
|    24 /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb
|    25 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb
|    26 /tmp/ruby/src/trunk-yjit/tool/lib/test/jobserver.rb
|    27 /tmp/ruby/src/trunk-yjit/lib/optparse.rb
|    28 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb
|    29 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
|    30 /tmp/ruby/build/trunk-yjit/.ext/common/objspace.rb
| 
| * Process memory map:
| 
| 576875203000-576875207000 r-xp 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
| 576875207000-57687d203000 ---p 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
| 57687d4ff000-57687d53f000 r--p 00000000 00:c6 16963656                   /tmp/ruby/build/trunk-yjit/ruby
| 57687d53f000-57687da24000 r-xp 00040000 00:c6 16963656                   /tmp/ruby/build/trunk-yjit/ruby
| 57687da24000-57687dbca000 r--p 00525000 00:c6 16963656                   /tmp/ruby/build/trunk-yjit/ruby
| 57687dbca000-57687dbe1000 r--p 006ca000 00:c6 16963656                   /tmp/ruby/build/trunk-yjit/ruby
| 57687dbe1000-57687dbe2000 rw-p 006e1000 00:c6 16963656                   /tmp/ruby/build/trunk-yjit/ruby
| 57687dbe2000-57687dbf9000 rw-p 00000000 00:00 0 
| 5768b9df7000-5768ba22e000 rw-p 00000000 00:00 0                          [heap]
| 7b77fc911000-7b7800000000 r--s 00000000 00:c6 16963656                   /tmp/ruby/build/trunk-yjit/ruby
| 7b7800000000-7b780003e000 rw-p 00000000 00:00 0 
| 7b780003e000-7b7804000000 ---p 00000000 00:00 0 
| 7b7804000000-7b7804031000 rw-p 00000000 00:00 0 
| 7b7804031000-7b7808000000 ---p 00000000 00:00 0 
| 7b7808000000-7b7808056000 rw-p 00000000 00:00 0 
| 7b7808056000-7b780c000000 ---p 00000000 00:00 0 
| 7b780c000000-7b780c03b000 rw-p 00000000 00:00 0 
| 7b780c03b000-7b7810000000 ---p 00000000 00:00 0 
| 7b7810000000-7b7810061000 rw-p 00000000 00:00 0 
| 7b7810061000-7b7814000000 ---p 00000000 00:00 0 
| 7b7816069000-7b7816270000 r--s 00000000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b7816270000-7b7816400000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b7816400000-7b7816501000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816501000-7b7816502000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816502000-7b7816622000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816622000-7b7816623000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816623000-7b7816743000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816743000-7b7816744000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816744000-7b7816864000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816864000-7b7816865000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816865000-7b7816985000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816985000-7b7816986000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816986000-7b7816aa6000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816aa6000-7b7816aa7000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7816aa7000-7b7836400000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7b7836410000-7b7836470000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b783647a000-7b783647b000 ---p 00000000 00:00 0 
| 7b783647b000-7b783649b000 rw-p 00000000 00:00 0 
| 7b783649b000-7b783649c000 ---p 00000000 00:00 0 
| 7b783649c000-7b78364bc000 rw-p 00000000 00:00 0 
| 7b78364bc000-7b78364bd000 ---p 00000000 00:00 0 
| 7b78364bd000-7b78364dd000 rw-p 00000000 00:00 0 
| 7b78364dd000-7b78364de000 ---p 00000000 00:00 0 
| 7b78364de000-7b78364fe000 rw-p 00000000 00:00 0 
| 7b78364fe000-7b783653f000 rw-p 00000000 00:00 0 
| 7b7836550000-7b78365b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b78365bf000-7b78365c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78365c0000-7b7836601000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836601000-7b7836602000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836602000-7b7836643000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836643000-7b7836644000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836644000-7b7836685000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836685000-7b7836686000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836686000-7b78366c7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78366c7000-7b78366c8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78366c8000-7b7836709000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836709000-7b783670a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783670a000-7b783674b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783674b000-7b783674c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783674c000-7b783678d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783678d000-7b783678e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783678e000-7b78367cf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78367cf000-7b78367d0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78367d0000-7b7836811000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836811000-7b7836812000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836812000-7b7836853000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836853000-7b7836854000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836854000-7b7836895000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836895000-7b7836896000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836896000-7b78368d7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78368d7000-7b78368d8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78368d8000-7b7836919000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836919000-7b783691a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783691a000-7b783695b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783695b000-7b783695c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783695c000-7b783699d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783699d000-7b783699e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b783699e000-7b78369df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78369df000-7b78369e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b78369e0000-7b7836a21000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836a21000-7b7836a22000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836a22000-7b7836a63000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836a63000-7b7836a64000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836a64000-7b7836aa5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836aa5000-7b7836aa6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836aa6000-7b7836ae7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836ae7000-7b7836ae8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836ae8000-7b7836b29000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836b29000-7b7836b2a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836b2a000-7b7836b6b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836b6b000-7b7836b6c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836b6c000-7b7836bad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836bad000-7b7836bae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836bae000-7b7836bef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836bef000-7b7836bf0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836bf0000-7b7836c31000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836c31000-7b7836c32000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836c32000-7b7836c73000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836c73000-7b7836c74000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836c74000-7b7836cb5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836cb5000-7b7836cb6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836cb6000-7b7836cf7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836cf7000-7b7836cf8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836cf8000-7b7836d39000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836d39000-7b7836d3a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836d3a000-7b7836d7b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836d7b000-7b7836d7c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836d7c000-7b7836dbd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836dbd000-7b7836dbe000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836dbe000-7b7836dff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b7836dff000-7b7836e00000 ---p 00000000 00:00 0 
| 7b7836e00000-7b7837600000 rw-p 00000000 00:00 0 
| 7b7837600000-7b784f600000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
| 7b784f600000-7b7850a00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
| 7b7850a00000-7b7850a03000 r--p 00000000 00:c6 17194821                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 7b7850a03000-7b7850a0c000 r-xp 00003000 00:c6 17194821                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 7b7850a0c000-7b7850a0e000 r--p 0000c000 00:c6 17194821                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 7b7850a0e000-7b7850a0f000 r--p 0000d000 00:c6 17194821                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 7b7850a0f000-7b7850a10000 rw-p 0000e000 00:c6 17194821                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 7b7850a10000-7b7850af0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b7850af0000-7b7850af2000 r--p 00000000 00:c6 17318118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 7b7850af2000-7b7850af7000 r-xp 00002000 00:c6 17318118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 7b7850af7000-7b7850af8000 r--p 00007000 00:c6 17318118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 7b7850af8000-7b7850af9000 r--p 00008000 00:c6 17318118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 7b7850af9000-7b7850afa000 rw-p 00009000 00:c6 17318118                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 7b7850afa000-7b7850afb000 r--p 00000000 00:c6 17320065                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 7b7850afb000-7b7850afc000 r-xp 00001000 00:c6 17320065                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 7b7850afc000-7b7850afd000 r--p 00002000 00:c6 17320065                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 7b7850afd000-7b7850afe000 r--p 00002000 00:c6 17320065                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 7b7850afe000-7b7850aff000 rw-p 00003000 00:c6 17320065                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 7b7850aff000-7b7850b00000 ---p 00000000 00:00 0 
| 7b7850b00000-7b7850b20000 rw-p 00000000 00:00 0 
| 7b7850b20000-7b7850b30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b7850b31000-7b7850b32000 r--p 00000000 00:c6 17319212                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b7850b32000-7b7850b34000 r-xp 00001000 00:c6 17319212                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b7850b34000-7b7850b35000 r--p 00003000 00:c6 17319212                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b7850b35000-7b7850b36000 r--p 00003000 00:c6 17319212                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b7850b36000-7b7850b37000 rw-p 00004000 00:c6 17319212                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 7b7850b37000-7b7850b38000 r--p 00000000 00:c6 17196962                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 7b7850b38000-7b7850b39000 r-xp 00001000 00:c6 17196962                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 7b7850b39000-7b7850b3a000 r--p 00002000 00:c6 17196962                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 7b7850b3a000-7b7850b3b000 r--p 00002000 00:c6 17196962                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 7b7850b3b000-7b7850b3c000 rw-p 00003000 00:c6 17196962                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 7b7850b3c000-7b7850c40000 rw-p 00000000 00:00 0 
| 7b7850c40000-7b7850c68000 r--p 00000000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b7850c68000-7b7850df0000 r-xp 00028000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b7850df0000-7b7850e3f000 r--p 001b0000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b7850e3f000-7b7850e43000 r--p 001fe000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b7850e43000-7b7850e45000 rw-p 00202000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b7850e45000-7b7850e54000 rw-p 00000000 00:00 0 
| 7b7850e54000-7b7850e58000 r--p 00000000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b7850e58000-7b7850e7b000 r-xp 00004000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b7850e7b000-7b7850e7f000 r--p 00027000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b7850e7f000-7b7850e80000 r--p 0002b000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b7850e80000-7b7850e81000 rw-p 0002c000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b7850e81000-7b7850e91000 r--p 00000000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b7850e91000-7b7850f10000 r-xp 00010000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b7850f10000-7b7850f68000 r--p 0008f000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b7850f68000-7b7850f69000 r--p 000e7000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b7850f69000-7b7850f6a000 rw-p 000e8000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b7850f6a000-7b7850f6c000 r--p 00000000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b7850f6c000-7b7850f81000 r-xp 00002000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b7850f81000-7b7850f9a000 r--p 00017000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
Finished tests in 1178.208554s, 29.0797 tests/s, 6143.4226 assertions/s.
| 7b7850f9a000-7b7850f9b000 r--p 0002f000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b7850f9b000-7b7850f9c000 rw-p 00030000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b7850f9c000-7b7850fa4000 rw-p 00000000 00:00 0 
| 7b7850fa4000-7b7850fae000 r--p 00000000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b7850fae000-7b7851011000 r-xp 0000a000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b7851011000-7b7851026000 r--p 0006d000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b7851026000-7b7851027000 r--p 00081000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b7851027000-7b7851028000 rw-p 00082000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b7851028000-7b785102a000 r--p 00000000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b785102a000-7b785103c000 r-xp 00002000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b785103c000-7b7851042000 r--p 00014000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b7851042000-7b7851043000 r--p 0001a000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b7851043000-7b7851044000 rw-p 0001b000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b7851044000-7b7851045000 r--p 00000000 00:c6 17199852                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 7b7851045000-7b7851046000 r-xp 00001000 00:c6 17199852                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 7b7851046000-7b7851047000 r--p 00002000 00:c6 17199852                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 7b7851047000-7b7851048000 r--p 00002000 00:c6 17199852                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 7b7851048000-7b7851049000 rw-p 00003000 00:c6 17199852                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 7b7851049000-7b785104b000 rw-p 00000000 00:00 0 
| 7b785104b000-7b785104c000 r--p 00000000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b785104c000-7b7851077000 r-xp 00001000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b7851077000-7b7851081000 r--p 0002c000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b7851081000-7b7851083000 r--p 00036000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b7851083000-7b7851085000 rw-p 00038000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fff5422d000-7fff5424f000 rw-p 00000000 00:00 0                          [stack]
| 7fff543cd000-7fff543d1000 r--p 00000000 00:00 0                          [vvar]
| 7fff543d1000-7fff543d3000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 

    /tmp/ruby/src/trunk-yjit/test/objspace/test_ractor.rb:17:in 'TestObjSpaceRactor#test_undefine_finalizer'

34262 tests, 7238233 assertions, 0 failures, 2 errors, 158 skips

ruby -v: ruby 4.1.0dev (2026-02-10T17:32:37Z master acacbec359) +YJIT +PRISM [x86_64-linux]
make: *** [uncommon.mk:915: yes-test-all] Error 2
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-yjit/target/release/' '/tmp/ruby/src/trunk-yjit/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
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'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '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'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving 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/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
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/ext/io/console'
make[2]: Leaving 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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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/ripper'
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'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
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'
ruby 4.1.0dev (2026-02-10T17:32:37Z master acacbec359) +YJIT +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ...

Finished in 58.963485 seconds

3362 files, 34012 examples, 202056 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.
raw logfile