# Logfile created on 2026-02-16 11:12:47 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007a659b19fde0 @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.20260216-111247", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007a659f7bd750 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007a659f7bd4d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007a659b0e91a8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20260216-111247", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20260216-111247>, @binmode=false, @mon_data=#<Monitor:0x00007a659f7bd0c0>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = 11e4f99a4e
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-yjit/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[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
a06b40b95050219701025aa323cb13e8218e05593af8f9cf8eb668a85d3c1370  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
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 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 '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/digest'
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/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering 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/ext/strscan'
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/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering 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/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/syslog-0.4.0/ext/syslog'
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]: 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
	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.

rm -rf .bundle/gems/win32ole-1.9.2/
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 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
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'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering 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/rubyvm'
make[2]: Leaving 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/strscan'
make[2]: Entering 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/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]: 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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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/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]: 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/syslog-0.4.0/ext/syslog'
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/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]: 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'
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-imap 0.6.3
                                    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.1
                                    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:
    net-ftp-0.3.9.gem               not found in bundled_gems
    net-pop-0.1.2.gem               not found in 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/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=41721
  "--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] 2642636=prism/api/lex_test
[  2/758] 2642638=rubygems/test_gem_silent_ui
[  3/758] 2642637=rubygems/test_gem_request_set_lockfile_parser
[  4/758] 2642636=ruby/test_process
[  5/758] 2642639=net/http/test_https_proxy
[  6/758] 2642638=psych/test_stringio
[  7/758] 2642638=rubygems/test_gem_commands_outdated_command
[  8/758] 2642639=rubygems/test_gem_dependency_resolution_error
[  9/758] 2642638=prism/version_test
[ 10/758] 2642639=rubygems/test_rubygems
[ 11/758] 2642638=ruby/test_arithmetic_sequence
[ 12/758] 2642638=prism/ruby/ripper_test
[ 13/758] 2642637=test_prettyprint
[ 14/758] 2642639=json/json_generator_test
[ 15/758] 2642637=prism/api/parse_success_test
[ 16/758] 2642637=optparse/test_did_you_mean
[ 17/758] 2642637=socket/test_nonblock
[ 18/758] 2642637=ruby/enc/test_big5
[ 19/758] 2642637=rubygems/test_gem_update_suggestion
[ 20/758] 2642639=test_securerandom
[ 21/758] 2642637=test_extlibs
[ 22/758] 2642639=prism/result/static_literals_test
[ 23/758] 2642639=prism/encoding/regular_expression_encoding_test
[ 24/758] 2642639=zlib/test_zlib
[ 25/758] 2642638=fiber/test_queue
[ 26/758] 2642638=rubygems/test_gem_package_tar_header_ractor
[ 27/758] 2642637=fiber/test_timeout
[ 28/758] 2642637=rubygems/test_gem_resolver_lock_set
[ 29/758] 2642637=ruby/test_proc
[ 30/758] 2642638=rubygems/test_gem_commands_sources_command
[ 31/758] 2642639=-ext-/file/test_stat
[ 32/758] 2642639=ruby/test_time
[ 33/758] 2642639=rubygems/test_gem_security
[ 34/758] 2642638=psych/test_stream
[ 35/758] 2642638=ruby/test_range
[ 36/758] 2642637=rubygems/test_gem_local_remote_options
[ 37/758] 2642637=rubygems/test_gem_commands_setup_command
[ 38/758] 2642638=rubygems/test_gem_impossible_dependencies_error
[ 39/758] 2642638=openssl/test_ts
[ 40/758] 2642637=prism/api/parse_stream_test
[ 41/758] 2642637=test_unicode_normalize
[ 42/758] 2642637=-ext-/stack/test_stack_overflow
[ 43/758] 2642637=resolv/test_mdns
[ 44/758] 2642637=rubygems/test_gem_request_set_gem_dependency_api
[ 45/758] 2642638=did_you_mean/spell_checking/test_uncorrectable_name_check
[ 46/758] 2642638=-ext-/st/test_foreach
[ 47/758] 2642638=optparse/test_zsh_completion
[ 48/758] 2642638=ruby/test_pipe
[ 49/758] 2642638=json/json_ext_parser_test
[ 50/758] 2642638=ruby/enc/test_emoji_breaks
[ 51/758] 2642638=socket/test_udp
[ 52/758] 2642638=optparse/test_summary
[ 53/758] 2642637=socket/test_ancdata
[ 54/758] 2642637=date/test_date
[ 55/758] 2642637=ruby/test_sleep
[ 56/758] 2642638=stringio/test_stringio
[ 57/758] 2642638=-ext-/string/test_qsort
[ 58/758] 2642638=-ext-/eval/test_eval
[ 59/758] 2642638=rubygems/test_gem_package
[ 60/758] 2642637=rubygems/test_gem_validator
[ 61/758] 2642637=json/json_addition_test
[ 62/758] 2642637=test_forwardable
[ 63/758] 2642637=win32/test_registry
[ 64/758] 2642637=rubygems/test_gem_commands_help_command
[ 65/758] 2642637=prism/api/parse_comments_test
[ 66/758] 2642637=optparse/test_getopts
[ 67/758] 2642637=psych/test_scalar
[ 68/758] 2642637=strscan/test_ractor
[ 69/758] 2642637=ruby/test_shapes
[ 70/758] 2642637=-ext-/debug/test_profile_frames
[ 71/758] 2642638=-ext-/test_ensure_and_callcc
[ 72/758] 2642638=prism/result/overlap_test
[ 73/758] 2642637=mkmf/test_convertible
[ 74/758] 2642638=psych/test_nil
[ 75/758] 2642638=mkmf/test_have_macro
[ 76/758] 2642638=rubygems/test_gem_source_local
[ 77/758] 2642638=optparse/test_autoconf
[ 78/758] 2642638=rubygems/test_gem_commands_list_command
[ 79/758] 2642638=fiber/test_thread
[ 80/758] 2642638=ruby/test_literal
[ 81/758] 2642639=error_highlight/test_error_highlight
[ 82/758] 2642638=rubygems/test_gem_remote_fetcher_local_server
[ 83/758] 2642638=prism/ruby/parser_test
[ 84/758] 2642638=mkmf/test_have_func
[ 85/758] 2642639=ruby/enc/test_case_mapping
[ 86/758] 2642639=-ext-/string/test_modify_expand
[ 87/758] 2642639=rubygems/test_gem_available_set
[ 88/758] 2642639=ruby/test_readpartial
[ 89/758] 2642639=-ext-/string/test_too_many_dummy_encodings
[ 90/758] 2642639=openssl/test_pkey
[ 91/758] 2642639=mkmf/test_find_executable
[ 92/758] 2642639=ruby/test_encoding
[ 93/758] 2642639=rubygems/test_gem_source_vendor
[ 94/758] 2642639=ruby/test_gc
[ 95/758] 2642638=ruby/test_lazy_enumerator
[ 96/758] 2642638=mkmf/test_constant
[ 97/758] 2642636=fiber/test_ractor
[ 98/758] 2642636=-ext-/string/test_nofree
[ 99/758] 2642636=ruby/test_continuation
[100/758] 2642636=rubygems/test_gem_name_tuple
[101/758] 2642636=dtrace/test_raise
[102/758] 2642636=did_you_mean/tree_spell/test_change_word
[103/758] 2642636=-ext-/hash/test_delete
[104/758] 2642636=psych/test_string
[105/758] 2642636=prism/api/parse_test
[106/758] 2642636=rubygems/test_gem_source_lock
[107/758] 2642636=rubygems/test_gem_resolver_lock_specification
[108/758] 2642636=ruby/test_pack
[109/758] 2642636=optparse/test_placearg
[110/758] 2642636=ruby/test_system
[111/758] 2642636=-ext-/integer/test_my_integer
[112/758] 2642636=mkmf/test_sizeof
[113/758] 2642638=mkmf/test_signedness
[114/758] 2642637=pathname/test_ractor
[115/758] 2642637=ruby/test_transcode
[116/758] 2642639=test_rbconfig
[117/758] 2642637=ruby/test_file_exhaustive
[118/758] 2642639=erb/test_erb_m17n
[119/758] 2642639=date/test_date_arith
[120/758] 2642639=prism/result/numeric_value_test
[121/758] 2642639=ruby/test_fnmatch
[122/758] 2642636=fiber/test_sleep
[123/758] 2642639=uri/test_mailto
[124/758] 2642639=test_singleton
[125/758] 2642639=ripper/test_files_test
[126/758] 2642636=rubygems/test_gem_spec_fetcher
[127/758] 2642639=-ext-/struct/test_member
[128/758] 2642639=ruby/test_defined
[129/758] 2642639=-ext-/exception/test_enc_raise
[130/758] 2642639=prism/heredoc_dedent_test
[131/758] 2642639=ruby/test_data
[132/758] 2642639=-ext-/marshal/test_usrmarshal
[133/758] 2642636=rubygems/test_gem_commands_exec_command
[134/758] 2642639=yaml/test_dbm
[135/758] 2642639=ruby/test_weakkeymap
[136/758] 2642639=-ext-/load/test_dot_dot
[137/758] 2642639=rubygems/test_gem_stream_ui
[138/758] 2642639=ruby/test_trace
[139/758] 2642639=prism/unescape_test
[140/758] 2642639=-ext-/symbol/test_type
[141/758] 2642639=ruby/test_object_id
[142/758] 2642638=ruby/test_arity
[143/758] 2642638=rubygems/test_require
[144/758] 2642639=rubygems/test_gem_commands_dependency_command
[145/758] 2642639=psych/test_array
[146/758] 2642639=rubygems/test_gem_request_set_lockfile_tokenizer
[147/758] 2642639=ruby/test_integer_comb
[148/758] 2642636=psych/test_numeric
[149/758] 2642636=ruby/test_alias
[150/758] 2642636=-ext-/method/test_arity
[151/758] 2642636=rubygems/test_gem_util_atomic_file_writer
[152/758] 2642636=json/json_generic_object_test
[153/758] 2642636=prism/ruby/dispatcher_test
[154/758] 2642636=date/test_switch_hitter
[155/758] 2642636=prism/api/command_line_test
[156/758] 2642636=ruby/enc/test_windows_1252
[157/758] 2642636=ruby/test_rand
[158/758] 2642636=prism/result/attribute_write_test
[159/758] 2642636=-ext-/st/test_update
[160/758] 2642636=resolv/test_dns
[161/758] 2642637=openssl/test_pkcs7
[162/758] 2642638=dtrace/test_hash_create
[163/758] 2642638=prism/result/warnings_test
[164/758] 2642638=ruby/test_set
[165/758] 2642636=rubygems/test_gem_commands_signin_command
[166/758] 2642638=rubygems/test_gem_command_manager
[167/758] 2642636=test_delegate
[168/758] 2642638=rubygems/test_gem_ci_detector
[169/758] 2642638=ruby/test_complex2
[170/758] 2642638=io/wait/test_io_wait_uncommon
[171/758] 2642636=ruby/test_inlinecache
[172/758] 2642638=rubygems/test_gem_commands_check_command
[173/758] 2642638=prism/api/dump_test
[174/758] 2642636=did_you_mean/test_ractor_compatibility
[175/758] 2642637=ruby/test_super
[176/758] 2642636=openssl/test_hmac
[177/758] 2642636=ruby/enc/test_shift_jis
[178/758] 2642636=rubygems/test_gem_commands_install_command
[179/758] 2642639=rubygems/test_gem_safe_yaml
[180/758] 2642639=openssl/test_x509store
[181/758] 2642639=rubygems/test_gem_source_fetch_problem
[182/758] 2642639=ruby/test_numeric
[183/758] 2642639=rubygems/test_gem_commands_search_command
[184/758] 2642639=prism/result/comments_test
[185/758] 2642639=erb/test_erb_command
[186/758] 2642639=ruby/test_method
[187/758] 2642638=psych/test_yamldbm
[188/758] 2642638=-ext-/popen_deadlock/test_popen_deadlock
[189/758] 2642637=openssl/test_x509cert
[190/758] 2642638=-ext-/typeddata/test_typeddata
[191/758] 2642637=openssl/test_kdf
[192/758] 2642638=ripper/test_files_test_1
[193/758] 2642637=prism/result/node_id_test
[194/758] 2642637=ruby/test_thread_cv
[195/758] 2642637=ruby/test_dup
[196/758] 2642636=rubygems/test_gem_ext_cargo_builder
[197/758] 2642637=rubygems/test_gem_installer
[198/758] 2642636=prism/ruby/pattern_test
[199/758] 2642636=-ext-/integer/test_integer
[200/758] 2642636=socket/test_basicsocket
[201/758] 2642636=ruby/test_weakmap
[202/758] 2642638=rubygems/test_gem_ext_builder
[203/758] 2642638=prism/magic_comment_test
[204/758] 2642638=ruby/test_rational
[205/758] 2642637=ruby/test_sprintf
[206/758] 2642638=rubygems/test_gem_bundler_version_finder
[207/758] 2642637=date/test_date_strftime
[208/758] 2642638=-ext-/float/test_nextafter
[209/758] 2642638=-ext-/string/test_capacity
[210/758] 2642638=objspace/test_ractor
[211/758] 2642639=-ext-/struct/test_duplicate
[212/758] 2642639=ruby/test_nomethod_error
[213/758] 2642639=-ext-/test_recursion
[214/758] 2642639=rubygems/test_webauthn_listener_response
[215/758] 2642639=dtrace/test_object_create_start
[216/758] 2642639=ruby/enc/test_case_comprehensive
[217/758] 2642639=-ext-/arith_seq/test_arith_seq_extract
[218/758] 2642637=psych/test_psych
[219/758] 2642637=psych/test_omap
[220/758] 2642637=test_shellwords
[221/758] 2642637=psych/json/test_stream
[222/758] 2642637=rubygems/test_gem_request_set
[223/758] 2642639=ruby/test_zjit
[224/758] 2642639=rubygems/test_gem_resolver_index_specification
[225/758] 2642639=socket/test_sockopt
[226/758] 2642639=ruby/test_ast
[227/758] 2642637=etc/test_etc
[228/758] 2642637=psych/test_encoding
[229/758] 2642637=psych/visitors/test_emitter
[230/758] 2642637=ruby/test_float
Unable to attach: program terminated with signal SIGSEGV, Segmentation fault.

>>> Threads

No threads.

>>> Machine level backtrace


>>> Dump Ruby level backtrace (if possible)

/tmp/ruby/src/trunk-yjit/tool/lib/dump.gdb:12: Error in sourced command file:
No symbol table is loaded.  Use the "file" command.
[231/758] 2642638=uri/test_ws
[232/758] 2642638=rubygems/test_gem_commands_build_command
[233/758] 2642636=fiber/test_scheduler
[234/758] 2642637=psych/test_boolean
[235/758] 2642637=-ext-/iseq_load/test_iseq_load
[236/758] 2642638=psych/test_document
[237/758] 2642638=ruby/test_frozen
[238/758] 2642638=ruby/test_io
[239/758] 2642637=date/test_date_marshal
[240/758] 2642637=rubygems/test_gem_dependency
[241/758] 2642637=ruby/test_primitive
[242/758] 2642637=json/json_fixtures_test
[243/758] 2642637=socket/test_addrinfo
[244/758] 2642637=prism/result/integer_parse_test
[245/758] 2642637=ruby/test_variable
[246/758] 2642637=openssl/test_digest
[247/758] 2642637=ruby/test_string
[248/758] 2642636=ruby/test_not
[249/758] 2642636=-ext-/test_bug-14834
[250/758] 2642636=ruby/test_array
[251/758] 2642638=-ext-/string/test_set_len
[252/758] 2642638=psych/visitors/test_depth_first
[253/758] 2642638=rubygems/test_gem_source
[254/758] 2642638=-ext-/class/test_class2name
[255/758] 2642638=json/json_ryu_fallback_test
[256/758] 2642638=uri/test_ftp
[257/758] 2642638=-ext-/proc/test_bmethod
[258/758] 2642638=ruby/test_objectspace
[259/758] 2642638=test_open3
[260/758] 2642636=rubygems/test_gem_commands_lock_command
[261/758] 2642636=ruby/enc/test_euc_jp
[262/758] 2642636=-ext-/string/test_external_new
[263/758] 2642636=fiber/test_process
[264/758] 2642636=dtrace/test_function_entry
[265/758] 2642636=prism/lex_test
[266/758] 2642636=rubygems/test_deprecate
[267/758] 2642636=ruby/test_dir_m17n
[268/758] 2642638=did_you_mean/test_tree_spell_checker
[269/758] 2642638=ruby/test_require_lib
[270/758] 2642636=dtrace/test_cmethod
[271/758] 2642636=test_find
[272/758] 2642636=fiber/test_storage
[273/758] 2642636=net/http/test_http_request
[274/758] 2642636=rubygems/test_gem_ext_configure_builder
[275/758] 2642636=psych/handlers/test_recorder
[276/758] 2642636=ruby/test_iterator
[277/758] 2642636=dtrace/test_string
[278/758] 2642636=prism/locals_test
[279/758] 2642636=-ext-/struct/test_data
[280/758] 2642636=uri/test_parser
[281/758] 2642636=rubygems/test_gem_resolver_dependency_request
[282/758] 2642636=ruby/test_yjit
[283/758] 2642638=ruby/test_m17n
[284/758] 2642638=ruby/test_argf
[285/758] 2642637=openssl/test_ssl_session
[286/758] 2642637=prism/percent_delimiter_string_test
[287/758] 2642637=ruby/enc/test_gbk
[288/758] 2642637=openssl/test_x509attr
[289/758] 2642637=ruby/test_key_error
[290/758] 2642637=openssl/test_engine
[291/758] 2642637=ruby/test_warning
[292/758] 2642637=rubygems/test_gem_security_signer
[293/758] 2642637=fiber/test_io_close
[294/758] 2642637=psych/test_set
[295/758] 2642637=net/http/test_buffered_io
[296/758] 2642637=uri/test_generic
[297/758] 2642637=openssl/test_bn
[298/758] 2642637=openssl/test_config
[299/758] 2642637=rubygems/test_gem_platform
[300/758] 2642637=rubygems/test_exit
[301/758] 2642637=openssl/test_x509ext
[302/758] 2642637=prism/result/breadth_first_search_test
[303/758] 2642637=-ext-/rational/test_rat
[304/758] 2642637=prism/regexp_test
[305/758] 2642637=psych/test_scalar_scanner
[306/758] 2642637=ruby/enc/test_gb18030
[307/758] 2642637=openssl/test_cipher
[308/758] 2642637=rubygems/test_gem_resolver_composed_set
[309/758] 2642637=rubygems/test_gem_package_tar_writer
[310/758] 2642637=-ext-/time/test_new
[311/758] 2642637=did_you_mean/spell_checking/test_key_name_check
[312/758] 2642637=net/http/test_httpheader
[313/758] 2642637=rubygems/test_gem_ext_rake_builder
[314/758] 2642638=prism/result/regular_expression_options_test
[315/758] 2642638=ruby/test_hash
[316/758] 2642637=ruby/test_dir
[317/758] 2642637=optparse/test_acceptable
[318/758] 2642637=ruby/test_metaclass
[319/758] 2642637=ruby/test_whileuntil
[320/758] 2642637=monitor/test_monitor
[321/758] 2642637=prism/result/implicit_array_test
[322/758] 2642637=-ext-/bignum/test_mul
[323/758] 2642637=json/json_string_matching_test
[324/758] 2642637=psych/test_tree_builder
[325/758] 2642637=rubygems/test_bundled_ca
[326/758] 2642637=-ext-/vm/test_at_exit
[327/758] 2642637=-ext-/load/test_protect
[328/758] 2642637=ruby/test_rational2
[329/758] 2642637=ruby/test_case
[330/758] 2642637=prism/fixtures_test
[331/758] 2642637=prism/library_symbols_test
[332/758] 2642637=mkmf/test_pkg_config
[333/758] 2642637=net/http/test_http
[334/758] 2642637=ruby/test_env
[335/758] 2642638=did_you_mean/spell_checking/test_method_name_check
[336/758] 2642638=open-uri/test_proxy
[337/758] 2642638=ruby/test_fiber
[338/758] 2642636=mkmf/test_libs
[339/758] 2642636=-ext-/win32/test_dln
[340/758] 2642636=ruby/test_math
[341/758] 2642636=rubygems/test_gem_commands_info_command
[342/758] 2642636=dtrace/test_gc
[343/758] 2642636=uri/test_wss
[344/758] 2642636=prism/result/heredoc_test
[345/758] 2642636=openssl/test_x509req
[346/758] 2642636=prism/encoding/string_encoding_test
[347/758] 2642636=ruby/test_string_memory
[348/758] 2642637=net/http/test_https
[349/758] 2642636=rubygems/test_gem_source_subpath_problem
[350/758] 2642636=rubygems/test_gem_commands_pristine_command
[351/758] 2642638=psych/test_alias_and_anchor
[352/758] 2642638=-ext-/scheduler/test_interrupt_with_scheduler
[353/758] 2642638=test_pty
[354/758] 2642638=-ext-/load/test_stringify_symbols
[355/758] 2642638=digest/test_digest_extend
[356/758] 2642638=openssl/test_asn1
[357/758] 2642638=-ext-/debug/test_debug
[358/758] 2642638=rubygems/test_gem_package_tar_reader_entry
[359/758] 2642638=rubygems/test_gem_resolver_requirement_list
[360/758] 2642638=ruby/test_insns_leaf
[361/758] 2642638=-ext-/arith_seq/test_arith_seq_beg_len_step
[362/758] 2642637=ripper/test_filter
[363/758] 2642638=prism/result/constant_path_node_test
[364/758] 2642638=ruby/test_allocation
[365/758] 2642637=ripper/test_files_ext
[366/758] 2642637=ruby/enc/test_koi8
[367/758] 2642637=rubygems/test_gem_resolver_activation_request
[368/758] 2642637=ruby/test_random_formatter
[369/758] 2642637=ruby/test_complex
[370/758] 2642636=-ext-/string/test_ellipsize
[371/758] 2642636=rubygems/test_gem_commands_environment_command
[372/758] 2642636=openssl/test_x509crl
[373/758] 2642637=ruby/test_refinement
[374/758] 2642636=rubygems/test_gem_dependency_list
[375/758] 2642636=rubygems/test_gem_request_connection_pools
[376/758] 2642636=ruby/test_syntax
[377/758] 2642637=psych/visitors/test_to_ruby
[378/758] 2642638=rubygems/test_gem_resolver_installer_set
[379/758] 2642637=rubygems/test_gem_commands_uninstall_command
[380/758] 2642638=optparse/test_switch
[381/758] 2642638=-ext-/bignum/test_big2str
[382/758] 2642638=fileutils/test_nowrite
[383/758] 2642638=-ext-/win32/test_console_attr
[384/758] 2642638=ruby/test_thread_queue
[385/758] 2642637=-ext-/thread/test_instrumentation_api
[386/758] 2642638=ripper/test_files_sample
[387/758] 2642638=-ext-/postponed_job/test_postponed_job
[388/758] 2642637=rubygems/test_gem_request_set_lockfile
[389/758] 2642638=rubygems/test_gem_path_support
[390/758] 2642638=ruby/test_pattern_matching
[391/758] 2642636=-ext-/gvl/test_ubf_async_safe
[392/758] 2642636=ruby/test_bignum
[393/758] 2642638=rubygems/test_gem_commands_owner_command
[394/758] 2642636=rubygems/test_gem_specification
[395/758] 2642637=json/json_encoding_test
[396/758] 2642637=psych/test_psych_set
[397/758] 2642637=ruby/test_yield
[398/758] 2642638=ruby/test_iseq
[399/758] 2642639=json/ractor_test
[400/758] 2642636=ruby/enc/test_cesu8
[401/758] 2642636=net/http/test_httpresponses
[402/758] 2642636=-ext-/string/test_cstr
[403/758] 2642639=ruby/test_mixed_unicode_escapes
[404/758] 2642639=-ext-/st/test_numhash
[405/758] 2642639=ruby/test_clone
[406/758] 2642639=openssl/test_pkey_rsa
[407/758] 2642638=ruby/enc/test_utf32
[408/758] 2642638=ruby/enc/test_windows_1251
[409/758] 2642638=prism/ruby/relocation_test
[410/758] 2642638=ruby/enc/test_euc_tw
[411/758] 2642638=rubygems/test_gem_requirement
[412/758] 2642638=ruby/test_unicode_escape
[413/758] 2642638=rubygems/test_gem_commands_open_command
[414/758] 2642637=mkmf/test_mkmf
[415/758] 2642636=-ext-/test_notimplement
[416/758] 2642636=mmtk/test_configuration
[417/758] 2642636=psych/test_marshalable
[418/758] 2642637=-ext-/box/test_load_ext
[419/758] 2642636=rubygems/test_gem_resolver_local_specification
[420/758] 2642637=optparse/test_noarg
[421/758] 2642638=-ext-/wait/test_wait
[422/758] 2642636=ruby/test_compile_prism
[423/758] 2642638=psych/test_coder
[424/758] 2642638=ruby/test_symbol
[425/758] 2642639=ruby/test_complexrational
[426/758] 2642639=openssl/test_random
[427/758] 2642639=ruby/test_box
[428/758] 2642637=socket/test_unix
[429/758] 2642637=rubygems/test_gem_package_tar_reader
[430/758] 2642636=ruby/test_io_timeout
[431/758] 2642636=-ext-/string/test_enc_associate
[432/758] 2642637=prism/newline_offsets_test
[433/758] 2642637=pathname/test_pathname
[434/758] 2642636=coverage/test_coverage
[435/758] 2642637=rubygems/test_gem_gem_runner
[436/758] 2642637=ruby/test_comparable
[437/758] 2642637=rubygems/test_gem_source_specific_file
[438/758] 2642637=rubygems/test_gem_resolver_installed_specification
[439/758] 2642637=rubygems/test_gem_resolver_specification
[440/758] 2642639=-ext-/tracepoint/test_tracepoint
[441/758] 2642637=-ext-/marshal/test_internal_ivar
[442/758] 2642637=prism/ruby/desugar_compiler_test
[443/758] 2642637=resolv/test_resource
[444/758] 2642637=dtrace/test_array_create
[445/758] 2642637=optparse/test_reqarg
[446/758] 2642639=erb/test_erb
[447/758] 2642636=rubygems/test_webauthn_poller
[448/758] 2642639=ruby/test_require
[449/758] 2642636=-ext-/string/test_enc_str_buf_cat
[450/758] 2642636=-ext-/econv/test_append
[451/758] 2642636=-ext-/num2int/test_num2int
[452/758] 2642636=ripper/test_ripper
[453/758] 2642637=rubygems/test_gem_remote_fetcher
[454/758] 2642636=rubygems/test_gem_unsatisfiable_dependency_error
[455/758] 2642636=psych/test_hash
[456/758] 2642636=rubygems/test_gem_resolver_conflict
[457/758] 2642636=-ext-/iter/test_iter_break
[458/758] 2642636=openssl/test_x509name
[459/758] 2642636=rubygems/test_gem_version
[460/758] 2642637=ruby/test_ractor
[461/758] 2642636=rubygems/test_gem_config_file
[462/758] 2642636=fiber/test_address_resolve
[463/758] 2642636=psych/test_yamlstore
[464/758] 2642636=ruby/test_yjit_exit_locations
[465/758] 2642636=ruby/test_path
[466/758] 2642636=ruby/test_undef
[467/758] 2642636=uri/test_http
[468/758] 2642636=rubygems/test_gem_resolver_best_set
[469/758] 2642636=psych/visitors/test_yaml_tree
[470/758] 2642636=ruby/test_autoload
[471/758] 2642638=test_time
[472/758] 2642638=ruby/test_beginendblock
[473/758] 2642638=io/wait/test_ractor
[474/758] 2642638=rubygems/test_gem_commands_cleanup_command
[475/758] 2642638=rubygems/test_gem_stub_specification
[476/758] 2642638=psych/test_struct
[477/758] 2642638=prism/onigmo_test
[478/758] 2642638=did_you_mean/spell_checking/test_pattern_key_name_check
[479/758] 2642638=prism/fuzzer_test
[480/758] 2642638=ruby/test_frozen_error
[481/758] 2642638=ruby/test_thread
[482/758] 2642639=mkmf/test_have_library
[483/758] 2642637=digest/test_ractor
[484/758] 2642637=rubygems/test_gem_security_trust_dir
[485/758] 2642637=prism/result/string_test
[486/758] 2642637=-ext-/gvl/test_last_thread
[487/758] 2642637=rubygems/test_gem_source_git
[488/758] 2642636=ruby/enc/test_regex_casefold
[489/758] 2642636=dtrace/test_method_cache
[490/758] 2642636=-ext-/exception/test_data_error
[491/758] 2642637=io/wait/test_io_wait
[492/758] 2642636=optparse/test_kwargs
[493/758] 2642637=ruby/test_regexp
[494/758] 2642636=ruby/test_parse
[495/758] 2642639=-ext-/thread/test_lock_native_thread
[496/758] 2642639=prism/result/source_location_test
[497/758] 2642636=rubygems/test_gem_commands_push_command
[498/758] 2642639=openssl/test_ocsp
[499/758] 2642636=fileutils/test_dryrun
[500/758] 2642636=objspace/test_objspace
[501/758] 2642638=digest/test_digest
[502/758] 2642639=ruby/enc/test_euc_kr
[503/758] 2642639=resolv/test_addr
[504/758] 2642639=rubygems/test_gem_uri_formatter
[505/758] 2642639=rubygems/test_remote_fetch_error
[506/758] 2642639=fileutils/test_fileutils
[507/758] 2642638=ruby/test_stack
[508/758] 2642639=ruby/test_rubyoptions
[509/758] 2642638=io/console/test_io_console
[510/758] 2642638=json/test_helper
[511/758] 2642638=ruby/test_econv
[512/758] 2642638=optparse/test_bash_completion
[513/758] 2642638=ruby/test_io_m17n
[514/758] 2642638=ruby/test_backtrace
[515/758] 2642638=test_pp
[516/758] 2642638=rubygems/test_gem_ext_cmake_builder
[517/758] 2642638=ruby/enc/test_utf16
[518/758] 2642638=net/http/test_httpresponse
[519/758] 2642638=mkmf/test_config
[520/758] 2642638=-ext-/test_abi
[521/758] 2642638=openssl/test_ns_spki
[522/758] 2642638=rubygems/test_gem_resolver
[523/758] 2642638=prism/result/index_write_test
[524/758] 2642638=ruby/test_lambda
[525/758] 2642638=-ext-/bignum/test_pack
[526/758] 2642638=rubygems/test_webauthn_listener
[527/758] 2642638=openssl/test_pkcs12
[528/758] 2642638=ruby/test_const
[529/758] 2642638=rubygems/test_gem_commands_stale_command
[530/758] 2642638=ruby/test_class
[531/758] 2642639=prism/ruby/reflection_test
[532/758] 2642639=-ext-/test_printf
[533/758] 2642639=prism/encoding/symbol_encoding_test
[534/758] 2642639=mkmf/test_install
[535/758] 2642639=-ext-/bignum/test_bigzero
[536/758] 2642639=mkmf/test_configuration
[537/758] 2642639=rubygems/test_gem_package_tar_header
[538/758] 2642639=prism/encoding/encodings_test
[539/758] 2642639=rubygems/test_gem_util
[540/758] 2642639=psych/test_merge_keys
[541/758] 2642639=rubygems/test_gem_resolver_api_set
[542/758] 2642639=fiber/test_io_buffer
[543/758] 2642639=ruby/enc/test_cp949
[544/758] 2642639=ruby/test_condition
[545/758] 2642639=ruby/enc/test_emoji
[546/758] 2642639=ruby/test_threadgroup
[547/758] 2642639=date/test_date_attr
[548/758] 2642639=prism/ruby/string_query_test
[549/758] 2642639=-ext-/array/test_to_ary_concat
[550/758] 2642638=test_bundled_gems
[551/758] 2642638=openssl/test_pair
[552/758] 2642639=ruby/enc/test_case_options
[553/758] 2642639=-ext-/path_to_class/test_path_to_class
[554/758] 2642639=mkmf/test_framework
[555/758] 2642639=io/console/test_ractor
[556/758] 2642639=rubygems/test_gem_commands_fetch_command
[557/758] 2642639=optparse/test_load
[558/758] 2642639=rubygems/test_gem_ext_ext_conf_builder
[559/758] 2642638=-ext-/test_random
[560/758] 2642638=openssl/test_pkey_dh
[561/758] 2642638=ripper/test_lexer
[562/758] 2642638=psych/test_yaml
[563/758] 2642638=-ext-/iter/test_yield_block
[564/758] 2642638=-ext-/string/test_interned_str
[565/758] 2642638=-ext-/string/test_fstring
[566/758] 2642639=rubygems/test_config
[567/758] 2642638=date/test_date_ractor
[568/758] 2642639=ruby/test_object
[569/758] 2642638=resolv/test_win32_config
[570/758] 2642638=optparse/test_optparse
[571/758] 2642638=-ext-/exception/test_exception_at_throwing
[572/758] 2642638=openssl/test_pkey_ec
[573/758] 2642638=prism/ruby/location_test
[574/758] 2642638=date/test_date_parse
[575/758] 2642638=rubygems/test_gem_resolver_index_set
[576/758] 2642638=did_you_mean/spell_checking/test_variable_name_check
[577/758] 2642638=did_you_mean/spell_checking/test_require_path_check
[578/758] 2642639=ruby/test_optimization
[579/758] 2642638=rubygems/test_gem_resolver_api_specification
[580/758] 2642638=-ext-/test_bug-3571
[581/758] 2642638=date/test_date_new
[582/758] 2642638=rubygems/test_gem_safe_marshal
[583/758] 2642638=ruby/test_keyword
[584/758] 2642638=ruby/test_call
[585/758] 2642638=fiber/test_backtrace
[586/758] 2642638=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[587/758] 2642638=-ext-/test_enumerator_kw
[588/758] 2642638=prism/snippets_test
[589/758] 2642639=prism/newline_test
[590/758] 2642637=openssl/test_ossl
[591/758] 2642637=-ext-/struct/test_len
[592/758] 2642637=rubygems/test_gem_console_ui
[593/758] 2642637=ruby/test_gc_compact
[594/758] 2642639=-ext-/string/test_coderange
[595/758] 2642639=prism/result/integer_base_flags_test
[596/758] 2642639=ruby/test_default_gems
[597/758] 2642639=rubygems/test_gem_gemcutter_utilities
[598/758] 2642639=-ext-/symbol/test_inadvertent_creation
[599/758] 2642639=resolv/test_svcb_https
[600/758] 2642639=openssl/test_buffering
[601/758] 2642639=openssl/test_provider
[602/758] 2642639=psych/test_object
[603/758] 2642639=yaml/test_store
[604/758] 2642639=-ext-/array/test_resize
[605/758] 2642639=-ext-/test_bug-5832
[606/758] 2642639=ruby/test_assignment
[607/758] 2642638=ruby/enc/test_grapheme_breaks
[608/758] 2642638=rubygems/test_gem_commands_yank_command
[609/758] 2642638=psych/test_object_references
[610/758] 2642638=ruby/test_memory_view
[611/758] 2642638=ruby/test_io_buffer
[612/758] 2642638=socket/test_tcp
[613/758] 2642638=did_you_mean/tree_spell/test_human_typo
[614/758] 2642638=psych/test_exception
[615/758] 2642638=open-uri/test_ftp
[616/758] 2642638=mkmf/test_flags
[617/758] 2642639=ruby/test_vm_dump
[618/758] 2642639=rubygems/test_gem_dependency_installer
[619/758] 2642637=rubygems/test_gem_rdoc
[620/758] 2642637=ruby/test_enum
[621/758] 2642638=prism/errors_test
[622/758] 2642638=socket/test_socket
[623/758] 2642637=psych/test_class
[624/758] 2642637=optparse/test_optarg
[625/758] 2642637=rubygems/test_gem_resolver_git_specification
[626/758] 2642637=prism/result/static_inspect_test
[627/758] 2642637=openssl/test_fips
[628/758] 2642637=rubygems/test_kernel
[629/758] 2642638=ripper/test_scanner_events
[630/758] 2642638=rubygems/test_gem_command
[631/758] 2642638=psych/test_deprecated
[632/758] 2642638=prism/test_helper
[633/758] 2642638=-ext-/bignum/test_div
[634/758] 2642638=rubygems/test_gem_commands_specification_command
[635/758] 2642638=rubygems/test_gem_ext_cargo_builder_unit
[636/758] 2642638=test_tmpdir
[637/758] 2642638=test_trick
[638/758] 2642637=psych/test_data
[639/758] 2642637=fileutils/test_verbose
[640/758] 2642637=rubygems/test_gem_package_task
[641/758] 2642637=-ext-/string/test_rb_str_dup
[642/758] 2642637=fiber/test_io
[643/758] 2642639=json/json_parser_test
[644/758] 2642639=rubygems/test_gem_resolver_vendor_set
[645/758] 2642639=rubygems/test_gem_remote_fetcher_s3
[646/758] 2642637=date/test_date_conv
[647/758] 2642637=lib/!Nothing_to_test
[648/758] 2642637=mkmf/test_egrep_cpp
[649/758] 2642639=ruby/test_name_error
[650/758] 2642637=rubygems/test_gem_commands_server_command
[651/758] 2642637=test_tempfile
[652/758] 2642639=psych/test_safe_load
[653/758] 2642639=openssl/test_pkey_dsa
[654/758] 2642637=ruby/test_signal
[655/758] 2642637=ruby/test_fixnum
[656/758] 2642637=io/nonblock/test_flush
[657/758] 2642637=ruby/test_enumerator
[658/758] 2642639=rubygems/test_gem_commands_contents_command
[659/758] 2642639=prism/result/equality_test
[660/758] 2642639=rubygems/test_gem_commands_which_command
[661/758] 2642639=psych/test_date_time
[662/758] 2642639=-ext-/exception/test_ensured
[663/758] 2642639=ruby/test_integer
[664/758] 2642638=-ext-/funcall/test_passing_block
[665/758] 2642638=ruby/test_m17n_comb
[666/758] 2642638=rubygems/test_gem_source_installed
[667/758] 2642638=rubygems/test_project_sanity
[668/758] 2642639=rubygems/test_gem_commands_mirror
[669/758] 2642639=prism/api/freeze_test
[670/758] 2642639=uri/test_common
[671/758] 2642638=rubygems/test_gem_uninstaller
[672/758] 2642639=json/json_common_interface_test
[673/758] 2642639=open-uri/test_ssl
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 37635>
Closed file descriptor: TestOpenURISSL#test_validation_failure: 11
[674/758] 2642639=prism/ruby/ruby_parser_test
[675/758] 2642639=ripper/test_sexp
[676/758] 2642639=prism/result/named_capture_test
[677/758] 2642639=psych/test_ractor
[678/758] 2642639=rubygems/test_gem_package_old
[679/758] 2642639=ruby/test_stringchar
[680/758] 2642639=psych/nodes/test_enumerable
[681/758] 2642639=ruby/test_marshal
[682/758] 2642638=did_you_mean/edit_distance/test_jaro_winkler
[683/758] 2642638=ruby/test_flip
[684/758] 2642638=json/json_coder_test
[685/758] 2642638=cgi/test_cgi_escape
[686/758] 2642638=rubygems/test_gem_commands_unpack_command
[687/758] 2642638=fiber/test_mutex
[688/758] 2642638=psych/test_serialize_subclasses
[689/758] 2642638=rubygems/test_gem_doctor
[690/758] 2642638=ruby/test_exception
[691/758] 2642639=ruby/enc/test_iso_8859
[692/758] 2642639=ruby/test_struct
[693/758] 2642639=psych/test_parser
[694/758] 2642639=uri/test_ldap
[695/758] 2642639=rubygems/test_gem_commands_cert_command
[696/758] 2642639=ripper/test_files_lib
[697/758] 2642639=open-uri/test_open-uri
Leaked file descriptor: TestOpenURI#test_close_in_block_small: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 34443>
.Closed file descriptor: TestOpenURI#test_redirect_with_invalid_request_specific_fields_format: 11
S.Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 43001>
Closed file descriptor: TestOpenURI#test_close_in_block_big: 11
Leaked file descriptor: TestOpenURI#test_multiple_cookies: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 45573>
Closed file descriptor: TestOpenURI#test_read_timeout: 11
[698/758] 2642639=rubygems/test_gem_commands_rebuild_command
[699/758] 2642639=-ext-/load/test_resolve_symbol
[700/758] 2642639=rubygems/test_gem
[701/758] 2642638=psych/test_json_tree
[702/758] 2642638=dtrace/test_require
[703/758] 2642638=ruby/test_ifunless
[704/758] 2642638=prism/ruby/parameters_signature_test
[705/758] 2642638=rubygems/test_gem_install_update_options
[706/758] 2642638=-ext-/win32/test_fd_setsize
[707/758] 2642638=ruby/test_module
[708/758] 2642639=optparse/test_cclass
[709/758] 2642639=dtrace/test_singleton_function
[710/758] 2642639=-ext-/bug_reporter/test_bug_reporter
[711/758] 2642639=openssl/test_ssl
[712/758] 2642638=did_you_mean/core_ext/test_name_error_extension
[713/758] 2642638=psych/test_null
[714/758] 2642638=date/test_date_strptime
[715/758] 2642638=rubygems/test_gem_commands_signout_command
[716/758] 2642638=net/protocol/test_protocol
[717/758] 2642638=prism/ruby/tunnel_test
[718/758] 2642638=prism/bom_test
[719/758] 2642638=ruby/test_file
[720/758] 2642638=ruby/test_settracefunc
[721/758] 2642639=rubygems/test_gem_request
[722/758] 2642638=rubygems/test_gem_text
[723/758] 2642638=rubygems/test_gem_source_list
[724/758] 2642638=psych/test_yaml_special_cases
[725/758] 2642638=ruby/test_time_tz
[726/758] 2642638=rubygems/test_gem_remote_fetcher_local_ssl_server
[727/758] 2642639=ruby/test_method_cache
[728/758] 2642639=ruby/test_sprintf_comb
[729/758] 2642639=prism/ruby/compiler_test
[730/758] 2642639=test_timeout
[731/758] 2642638=ruby/test_rubyvm
[732/758] 2642638=rubygems/test_gem_security_policy
[733/758] 2642639=test_weakref
[734/758] 2642638=stringio/test_ractor
[735/758] 2642638=rubygems/test_gem_uri
[736/758] 2642639=rubygems/test_gem_resolver_vendor_specification
[737/758] 2642638=strscan/test_stringscanner
[738/758] 2642639=uri/test_file
[739/758] 2642638=ripper/test_parser_events
[740/758] 2642639=dtrace/test_load
[741/758] 2642639=fiber/test_enumerator
[742/758] 2642639=psych/test_emitter
[743/758] 2642639=ruby/test_basicinstructions
[744/758] 2642638=did_you_mean/spell_checking/test_class_name_check
[745/758] 2642639=test_ipaddr
[746/758] 2642639=ripper/test_files_test_2
[747/758] 2642639=-ext-/test_scan_args
[748/758] 2642639=ruby/test_eval
[749/758] 2642638=-ext-/string/test_normalize
[750/758] 2642638=rubygems/test_gem_commands_update_command
[751/758] 2642639=rubygems/test_gem_resolver_git_set
[752/758] 2642636=rubygems/test_gem_version_option
[753/758] 2642636=date/test_date_compat
[754/758] 2642636=-ext-/bignum/test_str2big
[755/758] 2642636=did_you_mean/test_spell_checker
[756/758] 2642639=prism/ruby/source_test
[757/758] 2642636=psych/test_symbol
[758/758] 2642636=prism/ractor_test

  1) Error:
TestObjSpaceRactor#test_undefine_finalizer:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
pid 2648456 killed by SIGSEGV (signal 11) (core dumped)
| 
| <internal:ractor>:742: [BUG] Segmentation fault at 0x000003e9002852ce
| ruby 4.1.0dev (2026-02-16T08:25:57Z master 11e4f99a4e) +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:001fc0 l:n b:---- EVAL   -:26 [FINISH]
| c:0001 p:0000 s:0003 E:001ad0 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: 0x0000798e5d7d2d61 RBP: 0x00007fff9c8f7670 RSP: 0x00007fff9c8f7630
|  RAX: 0xfffffffffffffffc RBX: 0x00005d88035f4e78 RCX: 0x0000798e5d7d2d61
|  RDX: 0x0000000000000000 RDI: 0x00005d88035f4ea0 RSI: 0x0000000000000189
|   R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
|  R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
|  R14: 0x00005d87ca7c42d8 R15: 0x00005d88035f4ea0 EFL: 0x0000000000000246
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-yjit/ruby(rb_print_backtrace+0x14) [0x5d87ca33e7af] /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) [0x5d87ca545c82] /tmp/ruby/src/trunk-yjit/error.c:1131
| /tmp/ruby/build/trunk-yjit/ruby(sigsegv+0x48) [0x5d87ca275ae8] /tmp/ruby/src/trunk-yjit/signal.c:948
| /lib/x86_64-linux-gnu/libc.so.6(0x798e5d77f320) [0x798e5d77f320]
| /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x798e5d7d2d61] ./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) [0x798e5d7d57dd] ./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) [0x5d87ca2bfbd3] /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) [0x5d87ca2c2a42] /tmp/ruby/src/trunk-yjit/thread_pthread.c:1356
| /tmp/ruby/build/trunk-yjit/ruby(ractor_wait+0x4c) [0x5d87ca20d83c] /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) [0x5d87ca20dc6e] /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) [0x5d87ca32fadf] /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:7400
| /tmp/ruby/build/trunk-yjit/ruby(vm_exec_loop+0xa) [0x5d87ca31ca45] /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) [0x5d87ca133d75] /tmp/ruby/src/trunk-yjit/eval.c:283
| /tmp/ruby/build/trunk-yjit/ruby(ruby_run_node+0x69) [0x5d87ca136339] /tmp/ruby/src/trunk-yjit/eval.c:321
| /tmp/ruby/build/trunk-yjit/ruby(rb_main+0x21) [0x5d87ca1307b6] /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) [0x798e5d7641ca] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x798e5d76428b] ../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
| [0x5d87ca130805]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Ruby Box: disabled
| * Loaded features:
| 
|     0 enumerator.so
|     1 monitor.so
|     2 thread.rb
|     3 fiber.so
|     4 rational.so
|     5 complex.so
|     6 pathname.so
|     7 ruby2_keywords.rb
|     8 set.rb
|     9 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
|    10 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
|    11 /tmp/ruby/src/trunk-yjit/lib/open3/version.rb
|    12 /tmp/ruby/src/trunk-yjit/lib/open3.rb
|    13 /tmp/ruby/src/trunk-yjit/lib/timeout.rb
|    14 /tmp/ruby/build/trunk-yjit/rbconfig.rb
|    15 /tmp/ruby/src/trunk-yjit/tool/lib/find_executable.rb
|    16 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
|    17 /tmp/ruby/src/trunk-yjit/tool/lib/envutil.rb
|    18 /tmp/ruby/src/trunk-yjit/tool/lib/colorize.rb
|    19 /tmp/ruby/src/trunk-yjit/tool/lib/leakchecker.rb
|    20 /tmp/ruby/src/trunk-yjit/lib/prettyprint.rb
|    21 /tmp/ruby/src/trunk-yjit/lib/pp.rb
|    22 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/assertions.rb
|    23 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
|    24 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
|    25 /tmp/ruby/src/trunk-yjit/tool/lib/core_assertions.rb
|    26 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit/testcase.rb
|    27 /tmp/ruby/src/trunk-yjit/tool/lib/test/jobserver.rb
|    28 /tmp/ruby/src/trunk-yjit/lib/optparse.rb
|    29 /tmp/ruby/src/trunk-yjit/tool/lib/test/unit.rb
|    30 /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
|    31 /tmp/ruby/build/trunk-yjit/.ext/common/objspace.rb
| 
| * Process memory map:
| 
| 5d87c1de4000-5d87c1de8000 r-xp 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
| 5d87c1de8000-5d87c9de4000 ---p 00000000 00:00 0                          [anon:Ruby:rb_jit_reserve_addr_space]
| 5d87ca0df000-5d87ca11f000 r--p 00000000 00:c6 17311923                   /tmp/ruby/build/trunk-yjit/ruby
| 5d87ca11f000-5d87ca604000 r-xp 00040000 00:c6 17311923                   /tmp/ruby/build/trunk-yjit/ruby
| 5d87ca604000-5d87ca7aa000 r--p 00525000 00:c6 17311923                   /tmp/ruby/build/trunk-yjit/ruby
| 5d87ca7aa000-5d87ca7c1000 r--p 006cb000 00:c6 17311923                   /tmp/ruby/build/trunk-yjit/ruby
| 5d87ca7c1000-5d87ca7c2000 rw-p 006e2000 00:c6 17311923                   /tmp/ruby/build/trunk-yjit/ruby
| 5d87ca7c2000-5d87ca7d9000 rw-p 00000000 00:00 0 
| 5d88035f0000-5d8803a36000 rw-p 00000000 00:00 0                          [heap]
| 798e0890b000-798e0c000000 r--s 00000000 00:c6 17311923                   /tmp/ruby/build/trunk-yjit/ruby
| 798e0c000000-798e0c073000 rw-p 00000000 00:00 0 
| 798e0c073000-798e10000000 ---p 00000000 00:00 0 
| 798e10000000-798e1004c000 rw-p 00000000 00:00 0 
| 798e1004c000-798e14000000 ---p 00000000 00:00 0 
| 798e14000000-798e14068000 rw-p 00000000 00:00 0 
| 798e14068000-798e18000000 ---p 00000000 00:00 0 
| 798e18000000-798e1803d000 rw-p 00000000 00:00 0 
| 798e1803d000-798e1c000000 ---p 00000000 00:00 0 
| 798e1c000000-798e1c059000 rw-p 00000000 00:00 0 
| 798e1c059000-798e20000000 ---p 00000000 00:00 0 
| 798e22a99000-798e22ca0000 r--s 00000000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 798e22ca0000-798e22e00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 798e22e00000-798e22f01000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e22f01000-798e22f02000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e22f02000-798e23022000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23022000-798e23023000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23023000-798e23143000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23143000-798e23144000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23144000-798e23264000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23264000-798e23265000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23265000-798e23385000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23385000-798e23386000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e23386000-798e234a6000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e234a6000-798e234a7000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e234a7000-798e42e00000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 798e42e10000-798e42f10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 798e42f1c000-798e42f1d000 ---p 00000000 00:00 0 
| 798e42f1d000-798e42f3d000 rw-p 00000000 00:00 0 
| 798e42f3d000-798e42f3e000 ---p 00000000 00:00 0 
| 798e42f3e000-798e42f5e000 rw-p 00000000 00:00 0 
| 798e42f5e000-798e42f5f000 ---p 00000000 00:00 0 
| 798e42f5f000-798e42f7f000 rw-p 00000000 00:00 0 
| 798e42f7f000-798e42f80000 ---p 00000000 00:00 0 
| 798e42f80000-798e42fa0000 rw-p 00000000 00:00 0 
| 798e42fa0000-798e42fb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 798e42fbf000-798e42fc0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e42fc0000-798e43001000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43001000-798e43002000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43002000-798e43043000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43043000-798e43044000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43044000-798e43085000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43085000-798e43086000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43086000-798e430c7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e430c7000-798e430c8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e430c8000-798e43109000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43109000-798e4310a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4310a000-798e4314b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4314b000-798e4314c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4314c000-798e4318d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4318d000-798e4318e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4318e000-798e431cf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e431cf000-798e431d0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e431d0000-798e43211000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43211000-798e43212000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43212000-798e43253000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43253000-798e43254000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43254000-798e43295000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43295000-798e43296000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43296000-798e432d7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e432d7000-798e432d8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e432d8000-798e43319000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43319000-798e4331a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4331a000-798e4335b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4335b000-798e4335c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4335c000-798e4339d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4339d000-798e4339e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4339e000-798e433df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e433df000-798e433e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e433e0000-798e43421000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43421000-798e43422000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43422000-798e43463000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43463000-798e43464000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43464000-798e434a5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e434a5000-798e434a6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e434a6000-798e434e7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e434e7000-798e434e8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e434e8000-798e43529000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43529000-798e4352a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4352a000-798e4356b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4356b000-798e4356c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4356c000-798e435ad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e435ad000-798e435ae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e435ae000-798e435ef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e435ef000-798e435f0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e435f0000-798e43631000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43631000-798e43632000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
Finished tests in 1311.613316s, 26.1510 tests/s, 5524.8829 assertions/s.
| 798e43632000-798e43673000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43673000-798e43674000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43674000-798e436b5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e436b5000-798e436b6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e436b6000-798e436f7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e436f7000-798e436f8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e436f8000-798e43739000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e43739000-798e4373a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4373a000-798e4377b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4377b000-798e4377c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e4377c000-798e437bd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e437bd000-798e437be000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e437be000-798e437ff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 798e437ff000-798e43800000 ---p 00000000 00:00 0 
| 798e43800000-798e44000000 rw-p 00000000 00:00 0 
| 798e44000000-798e5c000000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
| 798e5c000000-798e5d400000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
| 798e5d41f000-798e5d420000 ---p 00000000 00:00 0 
| 798e5d420000-798e5d440000 rw-p 00000000 00:00 0 
| 798e5d440000-798e5d470000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 798e5d475000-798e5d4b6000 rw-p 00000000 00:00 0 
| 798e5d4b6000-798e5d4b8000 r--p 00000000 00:c6 17325725                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 798e5d4b8000-798e5d4bd000 r-xp 00002000 00:c6 17325725                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 798e5d4bd000-798e5d4be000 r--p 00007000 00:c6 17325725                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 798e5d4be000-798e5d4bf000 r--p 00008000 00:c6 17325725                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 798e5d4bf000-798e5d4c0000 rw-p 00009000 00:c6 17325725                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/io/console.so
| 798e5d4c0000-798e5d5f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 798e5d5f4000-798e5d5f5000 r--p 00000000 00:c6 17325583                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 798e5d5f5000-798e5d5f6000 r-xp 00001000 00:c6 17325583                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 798e5d5f6000-798e5d5f7000 r--p 00002000 00:c6 17325583                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 798e5d5f7000-798e5d5f8000 r--p 00002000 00:c6 17325583                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 798e5d5f8000-798e5d5f9000 rw-p 00003000 00:c6 17325583                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/-test-/sanitizers.so
| 798e5d5f9000-798e5d5fa000 r--p 00000000 00:c6 17325846                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 798e5d5fa000-798e5d5fc000 r-xp 00001000 00:c6 17325846                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 798e5d5fc000-798e5d5fd000 r--p 00003000 00:c6 17325846                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 798e5d5fd000-798e5d5fe000 r--p 00003000 00:c6 17325846                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 798e5d5fe000-798e5d5ff000 rw-p 00004000 00:c6 17325846                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/rbconfig/sizeof.so
| 798e5d600000-798e5d603000 r--p 00000000 00:c6 17325773                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 798e5d603000-798e5d60c000 r-xp 00003000 00:c6 17325773                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 798e5d60c000-798e5d60e000 r--p 0000c000 00:c6 17325773                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 798e5d60e000-798e5d60f000 r--p 0000d000 00:c6 17325773                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 798e5d60f000-798e5d610000 rw-p 0000e000 00:c6 17325773                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/objspace.so
| 798e5d610000-798e5d630000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 798e5d631000-798e5d632000 r--p 00000000 00:c6 17325199                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 798e5d632000-798e5d633000 r-xp 00001000 00:c6 17325199                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 798e5d633000-798e5d634000 r--p 00002000 00:c6 17325199                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 798e5d634000-798e5d635000 r--p 00002000 00:c6 17325199                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 798e5d635000-798e5d636000 rw-p 00003000 00:c6 17325199                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/trans/transdb.so
| 798e5d636000-798e5d73a000 rw-p 00000000 00:00 0 
| 798e5d73a000-798e5d762000 r--p 00000000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 798e5d762000-798e5d8ea000 r-xp 00028000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 798e5d8ea000-798e5d939000 r--p 001b0000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 798e5d939000-798e5d93d000 r--p 001fe000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 798e5d93d000-798e5d93f000 rw-p 00202000 00:c6 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 798e5d93f000-798e5d94e000 rw-p 00000000 00:00 0 
| 798e5d94e000-798e5d952000 r--p 00000000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 798e5d952000-798e5d975000 r-xp 00004000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 798e5d975000-798e5d979000 r--p 00027000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 798e5d979000-798e5d97a000 r--p 0002b000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 798e5d97a000-798e5d97b000 rw-p 0002c000 00:c6 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 798e5d97b000-798e5d98b000 r--p 00000000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 798e5d98b000-798e5da0a000 r-xp 00010000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 798e5da0a000-798e5da62000 r--p 0008f000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 798e5da62000-798e5da63000 r--p 000e7000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 798e5da63000-798e5da64000 rw-p 000e8000 00:c6 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 798e5da64000-798e5da66000 r--p 00000000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 798e5da66000-798e5da7b000 r-xp 00002000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 798e5da7b000-798e5da94000 r--p 00017000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 798e5da94000-798e5da95000 r--p 0002f000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 798e5da95000-798e5da96000 rw-p 00030000 00:c6 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 798e5da96000-798e5da9e000 rw-p 00000000 00:00 0 
| 798e5da9e000-798e5daa8000 r--p 00000000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 798e5daa8000-798e5db0b000 r-xp 0000a000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 798e5db0b000-798e5db20000 r--p 0006d000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 798e5db20000-798e5db21000 r--p 00081000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 798e5db21000-798e5db22000 rw-p 00082000 00:c6 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 798e5db22000-798e5db24000 r--p 00000000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 798e5db24000-798e5db36000 r-xp 00002000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 798e5db36000-798e5db3c000 r--p 00014000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 798e5db3c000-798e5db3d000 r--p 0001a000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 798e5db3d000-798e5db3e000 rw-p 0001b000 00:c6 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 798e5db3e000-798e5db3f000 r--p 00000000 00:c6 17324776                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 798e5db3f000-798e5db40000 r-xp 00001000 00:c6 17324776                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 798e5db40000-798e5db41000 r--p 00002000 00:c6 17324776                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 798e5db41000-798e5db42000 r--p 00002000 00:c6 17324776                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 798e5db42000-798e5db43000 rw-p 00003000 00:c6 17324776                   /tmp/ruby/build/trunk-yjit/.ext/x86_64-linux/enc/encdb.so
| 798e5db43000-798e5db45000 rw-p 00000000 00:00 0 
| 798e5db45000-798e5db46000 r--p 00000000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 798e5db46000-798e5db71000 r-xp 00001000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 798e5db71000-798e5db7b000 r--p 0002c000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 798e5db7b000-798e5db7d000 r--p 00036000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 798e5db7d000-798e5db7f000 rw-p 00038000 00:c6 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fff9c8d9000-7fff9c8fb000 rw-p 00000000 00:00 0                          [stack]
| 7fff9c9a5000-7fff9c9a9000 r--p 00000000 00:00 0                          [vvar]
| 7fff9c9a9000-7fff9c9ab000 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'

34300 tests, 7246510 assertions, 0 failures, 1 errors, 159 skips

ruby -v: ruby 4.1.0dev (2026-02-16T08:25:57Z master 11e4f99a4e) +YJIT +PRISM [x86_64-linux]
make: *** [uncommon.mk:913: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -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/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-16T08:25:57Z master 11e4f99a4e) +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 ............................................................
  3420 .....

Finished in 148.738541 seconds

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