# Logfile created on 2026-02-23 04:08:12 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000075846ce6fdc8 @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-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @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-jemalloc.20260223-040811", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000075846d01de68 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000075846d01dcb0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000758468949488 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20260223-040811", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20260223-040811>, @binmode=false, @mon_data=#<Monitor:0x000075846d01d7b0>, @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.3/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src -j4
Already up to date.
Latest commit hash = b94162ab8a
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-jemalloc/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-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
$$$[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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.1 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.1 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.1.0
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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.1 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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 encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
$$$[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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.1 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.3/
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 encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-jemalloc/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-jemalloc/bin
installing base libraries: /tmp/ruby/install/trunk-jemalloc/lib
installing arch files: /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.1.0+1/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-jemalloc/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.1.0+1/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/4.1.0+1/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/4.1.0+1/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-4.1.0+1/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.1.0+1
installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/4.1.0+1
installing extension scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/4.1.0+1
installing extension headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-4.1.0+1/ruby
installing command scripts: /tmp/ruby/install/trunk-jemalloc/bin
installing library scripts: /tmp/ruby/install/trunk-jemalloc/lib/ruby/4.1.0+1
installing common headers: /tmp/ruby/install/trunk-jemalloc/include/ruby-4.1.0+1
installing manpages: /tmp/ruby/install/trunk-jemalloc/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-jemalloc/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-jemalloc/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.1
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-jemalloc/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
win32-registry 0.1.2
installing bundled gem cache: /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/4.1.0+1/cache
skipped bundled gems:
win32ole-1.9.3.gem extensions not found or build failed win32ole-1.9.3
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2040 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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.1 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-jemalloc/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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.1 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
Run options:
--seed=37222
"--ruby=./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-jemalloc/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
# Running tests:
[ 1/757] 1069159=-ext-/test_bug-14834
[ 2/757] 1069161=rubygems/test_gem_commands_dependency_command
[ 3/757] 1069162=rubygems/test_gem_commands_search_command
[ 4/757] 1069160=ruby/test_arithmetic_sequence
[ 5/757] 1069160=socket/test_addrinfo
[ 6/757] 1069159=rubygems/test_gem_commands_specification_command
[ 7/757] 1069162=prism/regexp_test
[ 8/757] 1069160=ruby/enc/test_cesu8
[ 9/757] 1069160=date/test_date_ractor
[ 10/757] 1069162=fiber/test_address_resolve
[ 11/757] 1069162=uri/test_parser
[ 12/757] 1069162=json/json_generator_test
[ 13/757] 1069161=rubygems/test_gem_commands_signin_command
[ 14/757] 1069159=ruby/enc/test_iso_8859
[ 15/757] 1069161=yaml/test_dbm
[ 16/757] 1069161=-ext-/num2int/test_num2int
[ 17/757] 1069161=-ext-/test_ensure_and_callcc
[ 18/757] 1069159=-ext-/iter/test_iter_break
[ 19/757] 1069160=open-uri/test_open-uri
[ 20/757] 1069161=date/test_date_strptime
[ 21/757] 1069159=ruby/test_warning
[ 22/757] 1069159=rubygems/test_gem_safe_marshal
[ 23/757] 1069161=prism/result/node_id_test
[ 24/757] 1069160=psych/test_merge_keys
[ 25/757] 1069160=ruby/enc/test_gbk
[ 26/757] 1069160=ruby/test_string
[ 27/757] 1069162=test_rbconfig
[ 28/757] 1069162=did_you_mean/test_spell_checker
[ 29/757] 1069162=test_open3
[ 30/757] 1069161=optparse/test_load
[ 31/757] 1069161=io/nonblock/test_flush
[ 32/757] 1069161=ruby/enc/test_euc_jp
[ 33/757] 1069161=error_highlight/test_error_highlight
[ 34/757] 1069159=openssl/test_random
[ 35/757] 1069159=ruby/test_call
[ 36/757] 1069159=rubygems/test_gem_resolver_conflict
[ 37/757] 1069159=prism/result/static_inspect_test
[ 38/757] 1069159=rubygems/test_gem_resolver_lock_specification
[ 39/757] 1069159=optparse/test_noarg
[ 40/757] 1069159=rubygems/test_gem_commands_contents_command
[ 41/757] 1069159=rubygems/test_gem_resolver_best_set
[ 42/757] 1069159=rubygems/test_gem_util_atomic_file_writer
[ 43/757] 1069159=rubygems/test_gem_commands_environment_command
[ 44/757] 1069161=ruby/enc/test_utf32
[ 45/757] 1069161=ruby/test_threadgroup
[ 46/757] 1069159=ruby/test_array
[ 47/757] 1069161=digest/test_digest
[ 48/757] 1069161=rubygems/test_gem_package_task
[ 49/757] 1069161=prism/newline_offsets_test
[ 50/757] 1069162=psych/test_omap
[ 51/757] 1069161=test_shellwords
[ 52/757] 1069161=-ext-/iter/test_yield_block
[ 53/757] 1069161=ruby/test_complex
[ 54/757] 1069162=digest/test_ractor
[ 55/757] 1069162=-ext-/postponed_job/test_postponed_job
[ 56/757] 1069161=rubygems/test_gem_request_set_lockfile
[ 57/757] 1069162=test_pty
[ 58/757] 1069161=-ext-/test_recursion
[ 59/757] 1069161=prism/api/parse_comments_test
[ 60/757] 1069161=prism/api/parse_success_test
[ 61/757] 1069161=ruby/test_float
[ 62/757] 1069162=objspace/test_ractor
[ 63/757] 1069161=prism/ruby/relocation_test
[ 64/757] 1069161=ruby/enc/test_windows_1251
[ 65/757] 1069161=ruby/test_frozen
[ 66/757] 1069161=prism/ruby/source_test
[ 67/757] 1069161=ruby/test_set
[ 68/757] 1069162=test_delegate
[ 69/757] 1069161=rubygems/test_gem_ext_cargo_builder_unit
[ 70/757] 1069161=psych/test_serialize_subclasses
[ 71/757] 1069161=fileutils/test_dryrun
[ 72/757] 1069162=ruby/test_enum
[ 73/757] 1069161=openssl/test_kdf
[ 74/757] 1069161=io/wait/test_ractor
[ 75/757] 1069161=rubygems/test_gem_source_specific_file
[ 76/757] 1069161=prism/result/named_capture_test
[ 77/757] 1069161=ruby/test_settracefunc
[ 78/757] 1069162=psych/test_psych
[ 79/757] 1069162=rubygems/test_gem_text
[ 80/757] 1069162=-ext-/string/test_set_len
[ 81/757] 1069162=prism/ruby/tunnel_test
[ 82/757] 1069162=ruby/test_rubyoptions
[ 83/757] 1069159=ruby/test_pattern_matching
[ 84/757] 1069161=optparse/test_zsh_completion
[ 85/757] 1069161=rubygems/test_gem_commands_open_command
[ 86/757] 1069161=json/json_common_interface_test
[ 87/757] 1069159=openssl/test_asn1
[ 88/757] 1069161=ruby/test_sprintf_comb
[ 89/757] 1069159=ruby/test_method_cache
[ 90/757] 1069159=fiber/test_scheduler
[ 91/757] 1069160=openssl/test_x509name
[ 92/757] 1069160=ruby/test_backtrace
[ 93/757] 1069161=-ext-/win32/test_dln
[ 94/757] 1069161=psych/test_scalar_scanner
[ 95/757] 1069161=-ext-/string/test_nofree
[ 96/757] 1069161=prism/encoding/symbol_encoding_test
[ 97/757] 1069161=mkmf/test_pkg_config
[ 98/757] 1069161=rubygems/test_gem_security_signer
[ 99/757] 1069161=-ext-/load/test_resolve_symbol
[100/757] 1069161=rubygems/test_gem_source_lock
[101/757] 1069161=ruby/test_default_gems
[102/757] 1069161=resolv/test_svcb_https
[103/757] 1069161=openssl/test_buffering
[104/757] 1069161=ruby/test_allocation
[105/757] 1069160=-ext-/integer/test_my_integer
[106/757] 1069160=ruby/test_insns_leaf
[107/757] 1069160=rubygems/test_gem_version_option
[108/757] 1069160=-ext-/struct/test_member
[109/757] 1069160=ruby/test_syntax
[110/757] 1069159=openssl/test_x509req
[111/757] 1069159=ruby/test_flip
[112/757] 1069159=rubygems/test_gem_commands_which_command
[113/757] 1069159=openssl/test_pkcs12
[114/757] 1069159=ruby/test_weakmap
[115/757] 1069159=ruby/test_fiber
[116/757] 1069161=ruby/test_refinement
[117/757] 1069159=ruby/enc/test_case_options
[118/757] 1069159=openssl/test_x509crl
[119/757] 1069159=-ext-/marshal/test_usrmarshal
[120/757] 1069160=net/http/test_httpresponses
[121/757] 1069160=ruby/test_optimization
[122/757] 1069159=ripper/test_ripper
[123/757] 1069159=rubygems/test_gem_commands_cleanup_command
[124/757] 1069159=rubygems/test_gem_dependency_resolution_error
[125/757] 1069159=net/http/test_buffered_io
[126/757] 1069159=rubygems/test_gem_ext_ext_conf_builder
[127/757] 1069161=-ext-/path_to_class/test_path_to_class
[128/757] 1069161=rubygems/test_gem_request_set_lockfile_parser
[129/757] 1069161=ruby/enc/test_utf16
[130/757] 1069161=ruby/test_autoload
[131/757] 1069159=ruby/test_sprintf
[132/757] 1069159=ruby/test_eval
[133/757] 1069159=date/test_date_attr
[134/757] 1069159=prism/ruby/reflection_test
[135/757] 1069159=rubygems/test_gem_name_tuple
[136/757] 1069159=rubygems/test_gem_resolver
[137/757] 1069159=ruby/enc/test_emoji
[138/757] 1069159=-ext-/array/test_resize
[139/757] 1069159=ruby/test_condition
[140/757] 1069159=json/json_generic_object_test
[141/757] 1069159=erb/test_erb
[142/757] 1069159=ruby/enc/test_cp949
[143/757] 1069159=-ext-/load/test_stringify_symbols
[144/757] 1069159=openssl/test_x509ext
[145/757] 1069159=net/http/test_httpresponse
[146/757] 1069159=prism/locals_test
[147/757] 1069159=rubygems/test_gem_remote_fetcher_local_server
.Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 12
[148/757] 1069159=fileutils/test_verbose
[149/757] 1069159=rubygems/test_gem_commands_push_command
[150/757] 1069162=io/wait/test_io_wait_uncommon
[151/757] 1069162=prism/bom_test
[152/757] 1069162=rubygems/test_gem_ci_detector
[153/757] 1069162=io/console/test_io_console
[154/757] 1069159=ruby/test_file
[155/757] 1069159=prism/result/heredoc_test
[156/757] 1069159=rubygems/test_gem_ext_cmake_builder
[157/757] 1069159=openssl/test_bn
[158/757] 1069159=digest/test_digest_extend
[159/757] 1069159=rubygems/test_gem_rdoc
[160/757] 1069159=rubygems/test_gem_dependency_list
[161/757] 1069159=rubygems/test_gem_install_update_options
[162/757] 1069162=-ext-/gvl/test_last_thread
[163/757] 1069159=monitor/test_monitor
[164/757] 1069159=-ext-/st/test_numhash
[165/757] 1069159=ruby/test_whileuntil
[166/757] 1069159=openssl/test_pkey_rsa
[167/757] 1069162=uri/test_generic
[168/757] 1069162=mkmf/test_framework
[169/757] 1069162=-ext-/funcall/test_passing_block
[170/757] 1069162=dtrace/test_singleton_function
[171/757] 1069162=rubygems/test_gem_resolver_index_specification
[172/757] 1069162=fiber/test_enumerator
[173/757] 1069162=ripper/test_files_test_1
[174/757] 1069161=-ext-/eval/test_eval
[175/757] 1069161=rubygems/test_gem_unsatisfiable_dependency_error
[176/757] 1069161=rubygems/test_gem_dependency_installer
[177/757] 1069159=rubygems/test_gem_uri
[178/757] 1069159=ruby/test_dir
[179/757] 1069159=rubygems/test_gem_ext_builder
[180/757] 1069160=prism/result/static_literals_test
[181/757] 1069160=rubygems/test_gem_remote_fetcher
[182/757] 1069160=ruby/test_ifunless
[183/757] 1069160=ruby/test_defined
[184/757] 1069159=-ext-/test_bug-3571
[185/757] 1069159=json/json_ext_parser_test
[186/757] 1069159=date/test_date_compat
[187/757] 1069159=rubygems/test_gem_commands_signout_command
[188/757] 1069160=prism/magic_comment_test
[189/757] 1069159=rubygems/test_gem_commands_yank_command
[190/757] 1069159=ripper/test_scanner_events
[191/757] 1069159=-ext-/bignum/test_pack
[192/757] 1069160=psych/nodes/test_enumerable
[193/757] 1069160=mkmf/test_mkmf
[194/757] 1069159=prism/ruby/ruby_parser_test
[195/757] 1069159=ruby/test_nomethod_error
[196/757] 1069159=did_you_mean/tree_spell/test_human_typo
[197/757] 1069160=-ext-/test_bug-5832
[198/757] 1069160=psych/test_emitter
[199/757] 1069160=net/http/test_https_proxy
[200/757] 1069159=test_forwardable
[201/757] 1069160=mkmf/test_have_library
[202/757] 1069159=rubygems/test_gem_request_set
[203/757] 1069162=prism/ruby/desugar_compiler_test
[204/757] 1069162=psych/test_string
[205/757] 1069162=-ext-/marshal/test_internal_ivar
[206/757] 1069162=did_you_mean/test_tree_spell_checker
[207/757] 1069162=dtrace/test_raise
[208/757] 1069162=objspace/test_objspace
[209/757] 1069161=-ext-/tracepoint/test_tracepoint
[210/757] 1069159=mkmf/test_have_macro
[211/757] 1069161=ruby/test_sleep
[212/757] 1069161=psych/handlers/test_recorder
[213/757] 1069161=rubygems/test_gem_remote_fetcher_s3
[214/757] 1069159=ruby/test_fnmatch
[215/757] 1069161=ruby/test_shapes
[216/757] 1069161=mkmf/test_configuration
[217/757] 1069159=erb/test_erb_m17n
[218/757] 1069159=ruby/test_iseq
[219/757] 1069161=rubygems/test_gem_resolver_dependency_request
[220/757] 1069161=rubygems/test_gem_commands_owner_command
[221/757] 1069160=rubygems/test_gem_path_support
[222/757] 1069160=prism/snippets_test
[223/757] 1069161=test_weakref
[224/757] 1069161=io/console/test_ractor
[225/757] 1069161=test_timeout
[226/757] 1069161=uri/test_ws
[227/757] 1069161=ruby/test_path
[228/757] 1069161=openssl/test_ts
[229/757] 1069159=rubygems/test_gem_uri_formatter
[230/757] 1069159=-ext-/string/test_normalize
[231/757] 1069159=ruby/test_range
[232/757] 1069161=ruby/test_numeric
[233/757] 1069161=ripper/test_files_lib
[234/757] 1069159=socket/test_udp
[235/757] 1069159=ruby/test_basicinstructions
[236/757] 1069159=ruby/test_io_buffer
[237/757] 1069159=ruby/test_lazy_enumerator
[238/757] 1069159=openssl/test_hmac
[239/757] 1069159=socket/test_nonblock
[240/757] 1069159=optparse/test_optparse
[241/757] 1069159=-ext-/exception/test_data_error
[242/757] 1069159=mkmf/test_find_executable
[243/757] 1069159=resolv/test_mdns
[244/757] 1069159=rubygems/test_gem_source
[245/757] 1069159=date/test_date_conv
[246/757] 1069159=mkmf/test_egrep_cpp
[247/757] 1069159=rubygems/test_gem_resolver_activation_request
[248/757] 1069159=did_you_mean/spell_checking/test_method_name_check
[249/757] 1069159=-ext-/symbol/test_inadvertent_creation
[250/757] 1069159=rubygems/test_webauthn_listener
[251/757] 1069159=rubygems/test_gem_util
[252/757] 1069159=openssl/test_pkey_dsa
[253/757] 1069159=rubygems/test_gem_package
[254/757] 1069161=-ext-/scheduler/test_interrupt_with_scheduler
[255/757] 1069161=-ext-/file/test_stat
[256/757] 1069161=rubygems/test_gem_resolver_specification
[257/757] 1069160=prism/api/freeze_test
[258/757] 1069160=-ext-/win32/test_fd_setsize
[259/757] 1069160=fiber/test_queue
[260/757] 1069161=rubygems/test_gem_dependency
[261/757] 1069160=rubygems/test_gem_commands_rebuild_command
[262/757] 1069160=ruby/test_env
[263/757] 1069161=test_prettyprint
[264/757] 1069161=did_you_mean/edit_distance/test_jaro_winkler
[265/757] 1069161=prism/result/overlap_test
[266/757] 1069161=openssl/test_ssl_session
[267/757] 1069159=ruby/test_beginendblock
[268/757] 1069161=prism/heredoc_dedent_test
[269/757] 1069161=psych/test_deprecated
[270/757] 1069161=-ext-/test_abi
[271/757] 1069159=-ext-/bignum/test_div
[272/757] 1069159=did_you_mean/core_ext/test_name_error_extension
[273/757] 1069159=psych/test_marshalable
[274/757] 1069159=test_find
[275/757] 1069159=ruby/test_m17n_comb
[276/757] 1069161=rubygems/test_gem_commands_stale_command
[277/757] 1069161=psych/test_stream
[278/757] 1069161=rubygems/test_gem_resolver_git_specification
[279/757] 1069161=test_pp
[280/757] 1069161=did_you_mean/spell_checking/test_uncorrectable_name_check
[281/757] 1069161=json/json_parser_test
[282/757] 1069161=-ext-/string/test_coderange
[283/757] 1069161=ruby/test_method
[284/757] 1069160=-ext-/st/test_update
[285/757] 1069160=ruby/test_ast
[286/757] 1069159=coverage/test_coverage
[287/757] 1069159=socket/test_socket
[288/757] 1069159=pathname/test_pathname
[289/757] 1069159=prism/result/constant_path_node_test
[290/757] 1069159=strscan/test_stringscanner
[291/757] 1069159=ruby/test_super
[292/757] 1069159=ruby/test_memory_view
[293/757] 1069159=ruby/test_thread_queue
[294/757] 1069161=fileutils/test_nowrite
[295/757] 1069161=ruby/test_alias
[296/757] 1069159=-ext-/econv/test_append
[297/757] 1069161=ruby/test_exception
[298/757] 1069159=net/protocol/test_protocol
[299/757] 1069159=net/http/test_httpheader
[300/757] 1069159=ruby/test_process
[301/757] 1069161=ruby/test_file_exhaustive
[302/757] 1069161=optparse/test_acceptable
[303/757] 1069161=erb/test_erb_command
[304/757] 1069161=resolv/test_dns
[305/757] 1069161=cgi/test_cgi_escape
[306/757] 1069161=-ext-/string/test_cstr
[307/757] 1069161=rubygems/test_gem_resolver_vendor_specification
[308/757] 1069161=did_you_mean/spell_checking/test_require_path_check
[309/757] 1069161=ruby/test_dup
[310/757] 1069161=test_securerandom
[311/757] 1069161=prism/result/attribute_write_test
[312/757] 1069161=-ext-/struct/test_len
[313/757] 1069161=-ext-/string/test_interned_str
[314/757] 1069161=ruby/test_literal
[315/757] 1069161=ruby/test_compile_prism
[316/757] 1069161=fiber/test_thread
[317/757] 1069161=rubygems/test_bundled_ca
[318/757] 1069161=-ext-/exception/test_exception_at_throwing
[319/757] 1069161=prism/api/parse_test
[320/757] 1069161=ruby/test_mixed_unicode_escapes
[321/757] 1069161=fiber/test_ractor
[322/757] 1069161=psych/test_array
[323/757] 1069161=rubygems/test_gem_commands_fetch_command
[324/757] 1069161=date/test_date_arith
[325/757] 1069161=ruby/test_frozen_error
[326/757] 1069161=mmtk/test_configuration
[327/757] 1069161=ruby/test_trace
[328/757] 1069161=-ext-/box/test_load_ext
[329/757] 1069161=rubygems/test_gem_resolver_api_specification
[330/757] 1069161=date/test_date_new
[331/757] 1069161=-ext-/test_notimplement
[332/757] 1069161=openssl/test_pkey
[333/757] 1069161=pathname/test_ractor
[334/757] 1069161=openssl/test_provider
[335/757] 1069161=dtrace/test_require
[336/757] 1069161=mkmf/test_signedness
[337/757] 1069162=rubygems/test_gem_specification
[338/757] 1069162=ruby/test_arity
[339/757] 1069162=ruby/test_weakkeymap
[340/757] 1069159=ruby/test_system
[341/757] 1069162=rubygems/test_gem_package_tar_writer
[342/757] 1069162=rubygems/test_gem_commands_cert_command
[343/757] 1069159=prism/result/equality_test
[344/757] 1069159=-ext-/string/test_enc_associate
[345/757] 1069162=prism/newline_test
[346/757] 1069159=-ext-/array/test_to_ary_concat
[347/757] 1069162=uri/test_mailto
[348/757] 1069162=ruby/test_not
[349/757] 1069162=fiber/test_sleep
[350/757] 1069162=psych/test_scalar
[351/757] 1069162=rubygems/test_gem_command_manager
[352/757] 1069162=mkmf/test_sizeof
[353/757] 1069161=rubygems/test_remote_fetch_error
[354/757] 1069161=json/json_encoding_test
[355/757] 1069161=rubygems/test_gem_ext_rake_builder
[356/757] 1069161=-ext-/iseq_load/test_iseq_load
[357/757] 1069159=-ext-/win32/test_console_attr
[358/757] 1069159=ripper/test_files_sample
[359/757] 1069159=rubygems/test_gem_commands_help_command
[360/757] 1069159=rubygems/test_gem_commands_build_command
[361/757] 1069159=psych/test_numeric
[362/757] 1069159=ruby/test_marshal
[363/757] 1069159=ruby/test_inlinecache
[364/757] 1069159=ruby/enc/test_case_mapping
[365/757] 1069159=-ext-/gvl/test_ubf_async_safe
[366/757] 1069159=psych/test_ractor
[367/757] 1069159=ruby/test_assignment
[368/757] 1069161=open-uri/test_ssl
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 37653>
.Closed file descriptor: TestOpenURISSL#test_validation_failure: 11
[369/757] 1069161=rubygems/test_gem_stream_ui
[370/757] 1069161=rubygems/test_gem
[371/757] 1069159=openssl/test_pkcs7
[372/757] 1069159=ruby/test_zjit
[373/757] 1069159=optparse/test_optarg
[374/757] 1069159=psych/test_parser
[375/757] 1069159=psych/test_stringio
[376/757] 1069159=psych/test_data
[377/757] 1069159=psych/test_exception
[378/757] 1069159=ruby/test_string_memory
[379/757] 1069159=ruby/test_unicode_escape
[380/757] 1069159=rubygems/test_gem_bundler_version_finder
[381/757] 1069161=socket/test_tcp
[382/757] 1069159=rubygems/test_gem_requirement
[383/757] 1069161=rubygems/test_webauthn_listener_response
[384/757] 1069161=ruby/test_complex2
[385/757] 1069161=rubygems/test_kernel
[386/757] 1069159=-ext-/typeddata/test_typeddata
[387/757] 1069162=lib/!Nothing_to_test
[388/757] 1069162=-ext-/load/test_protect
[389/757] 1069162=rubygems/test_gem_stub_specification
[390/757] 1069162=psych/test_tree_builder
[391/757] 1069162=-ext-/popen_deadlock/test_popen_deadlock
[392/757] 1069159=mkmf/test_flags
[393/757] 1069162=test_trick
[394/757] 1069161=rubygems/test_gem_commands_list_command
[395/757] 1069161=psych/test_class
[396/757] 1069161=rubygems/test_gem_commands_install_command
[397/757] 1069159=ruby/test_integer
[398/757] 1069161=prism/encoding/regular_expression_encoding_test
[399/757] 1069161=ruby/enc/test_emoji_breaks
[400/757] 1069161=rubygems/test_gem_safe_yaml
[401/757] 1069161=date/test_date_parse
[402/757] 1069161=strscan/test_ractor
[403/757] 1069161=rubygems/test_gem_command
[404/757] 1069161=openssl/test_pkey_ec
[405/757] 1069161=dtrace/test_array_create
[406/757] 1069161=prism/ractor_test
[407/757] 1069161=psych/test_symbol
[408/757] 1069161=-ext-/string/test_external_new
[409/757] 1069161=-ext-/rational/test_rat
[410/757] 1069161=rubygems/test_webauthn_poller
[411/757] 1069161=rubygems/test_gem_resolver_lock_set
[412/757] 1069161=fiber/test_backtrace
[413/757] 1069161=rubygems/test_require
[414/757] 1069162=rubygems/test_gem_security
[415/757] 1069159=socket/test_ancdata
[416/757] 1069159=rubygems/test_gem_update_suggestion
[417/757] 1069159=prism/lex_test
[418/757] 1069159=yaml/test_store
[419/757] 1069159=ruby/test_gc_compact
[420/757] 1069161=rubygems/test_gem_resolver_requirement_list
[421/757] 1069161=-ext-/arith_seq/test_arith_seq_beg_len_step
[422/757] 1069161=prism/api/command_line_test
[423/757] 1069161=optparse/test_did_you_mean
[424/757] 1069161=rubygems/test_gem_config_file
[425/757] 1069161=mkmf/test_have_func
[426/757] 1069161=ruby/test_yjit_exit_locations
[427/757] 1069161=rubygems/test_gem_commands_pristine_command
[428/757] 1069159=psych/visitors/test_yaml_tree
[429/757] 1069159=rubygems/test_gem_local_remote_options
[430/757] 1069159=rubygems/test_gem_package_tar_reader
[431/757] 1069159=ruby/enc/test_case_comprehensive
[432/757] 1069159=rubygems/test_gem_gem_runner
[433/757] 1069159=-ext-/debug/test_debug
[434/757] 1069159=ruby/test_time_tz
[435/757] 1069159=rubygems/test_gem_impossible_dependencies_error
[436/757] 1069159=-ext-/thread/test_instrumentation_api
[437/757] 1069159=rubygems/test_gem_commands_mirror
[438/757] 1069159=prism/result/string_test
[439/757] 1069159=rubygems/test_gem_package_tar_header
[440/757] 1069161=rubygems/test_gem_resolver_api_set
[441/757] 1069159=psych/visitors/test_depth_first
[442/757] 1069159=optparse/test_cclass
[443/757] 1069161=prism/result/comments_test
[444/757] 1069161=psych/json/test_stream
[445/757] 1069161=ruby/test_hash
[446/757] 1069159=ruby/test_box
[447/757] 1069159=test_time
[448/757] 1069159=ruby/test_transcode
[449/757] 1069160=mkmf/test_convertible
[450/757] 1069162=json/json_string_matching_test
[451/757] 1069162=openssl/test_ossl
[452/757] 1069162=test_extlibs
[453/757] 1069159=dtrace/test_load
[454/757] 1069159=dtrace/test_method_cache
[455/757] 1069159=psych/test_json_tree
[456/757] 1069159=prism/result/integer_parse_test
[457/757] 1069159=stringio/test_ractor
[458/757] 1069159=fileutils/test_fileutils
[459/757] 1069159=rubygems/test_gem_resolver_installed_specification
[460/757] 1069159=prism/api/parse_stream_test
[461/757] 1069159=rubygems/test_deprecate
[462/757] 1069159=ruby/test_readpartial
[463/757] 1069159=psych/test_object
[464/757] 1069159=optparse/test_bash_completion
[465/757] 1069159=prism/ruby/string_query_test
[466/757] 1069159=date/test_date_marshal
[467/757] 1069159=did_you_mean/test_ractor_compatibility
[468/757] 1069159=openssl/test_ssl
[469/757] 1069162=prism/result/warnings_test
[470/757] 1069162=ruby/test_module
[471/757] 1069161=psych/test_set
[472/757] 1069161=prism/unescape_test
[473/757] 1069161=rubygems/test_gem_source_fetch_problem
[474/757] 1069161=ruby/test_object_id
[475/757] 1069161=prism/ruby/dispatcher_test
[476/757] 1069161=-ext-/proc/test_bmethod
[477/757] 1069161=ruby/enc/test_windows_1252
[478/757] 1069161=prism/result/index_write_test
[479/757] 1069161=mkmf/test_constant
[480/757] 1069162=ruby/test_rubyvm
[481/757] 1069162=ruby/test_argf
[482/757] 1069159=json/json_fixtures_test
[483/757] 1069159=-ext-/string/test_too_many_dummy_encodings
[484/757] 1069159=ruby/test_encoding
[485/757] 1069159=ruby/test_yjit
[486/757] 1069161=ruby/test_m17n
[487/757] 1069161=ruby/test_keyword
[488/757] 1069162=did_you_mean/spell_checking/test_pattern_key_name_check
[489/757] 1069162=psych/test_null
[490/757] 1069162=-ext-/test_scan_args
[491/757] 1069162=rubygems/test_gem_silent_ui
[492/757] 1069162=optparse/test_getopts
[493/757] 1069162=prism/version_test
[494/757] 1069162=rubygems/test_gem_security_trust_dir
[495/757] 1069161=ruby/test_enumerator
[496/757] 1069162=ripper/test_parser_events
[497/757] 1069162=prism/test_helper
[498/757] 1069162=rubygems/test_gem_security_policy
[499/757] 1069162=rubygems/test_gem_resolver_installer_set
[500/757] 1069162=-ext-/thread/test_lock_native_thread
[501/757] 1069162=prism/encoding/encodings_test
[502/757] 1069162=psych/test_safe_load
[503/757] 1069162=ruby/enc/test_regex_casefold
[504/757] 1069162=rubygems/test_gem_source_git
[505/757] 1069162=dtrace/test_object_create_start
[506/757] 1069162=uri/test_http
[507/757] 1069162=openssl/test_fips
[508/757] 1069162=ripper/test_sexp
[509/757] 1069162=ruby/test_name_error
[510/757] 1069162=prism/api/lex_test
[511/757] 1069162=prism/result/implicit_array_test
[512/757] 1069162=optparse/test_summary
[513/757] 1069162=fiber/test_timeout
[514/757] 1069162=rubygems/test_gem_commands_sources_command
[515/757] 1069162=-ext-/st/test_foreach
[516/757] 1069162=-ext-/bignum/test_str2big
[517/757] 1069162=ruby/test_struct
[518/757] 1069162=fiber/test_mutex
[519/757] 1069162=ruby/enc/test_big5
[520/757] 1069162=psych/test_date_time
[521/757] 1069160=-ext-/struct/test_data
[522/757] 1069160=date/test_date_strftime
[523/757] 1069162=rubygems/test_gem_source_subpath_problem
[524/757] 1069162=json/json_coder_test
[525/757] 1069162=ruby/test_gc
[526/757] 1069160=ruby/test_stringchar
[527/757] 1069160=ruby/test_signal
[528/757] 1069160=ruby/test_fixnum
[529/757] 1069160=prism/api/dump_test
[530/757] 1069160=ruby/test_case
[531/757] 1069160=rubygems/test_gem_validator
[532/757] 1069160=uri/test_common
[533/757] 1069160=rubygems/test_gem_request
[534/757] 1069160=prism/ruby/pattern_test
[535/757] 1069160=mkmf/test_libs
[536/757] 1069160=dtrace/test_gc
[537/757] 1069160=ruby/test_math
[538/757] 1069160=socket/test_basicsocket
[539/757] 1069160=rubygems/test_gem_commands_exec_command
[540/757] 1069160=resolv/test_win32_config
[541/757] 1069160=prism/errors_test
[542/757] 1069160=ruby/test_vm_dump
[543/757] 1069160=open-uri/test_ftp
[544/757] 1069160=ruby/test_pipe
[545/757] 1069160=rubygems/test_gem_resolver_vendor_set
[546/757] 1069160=rubygems/test_gem_commands_update_command
[547/757] 1069159=psych/test_object_references
[548/757] 1069159=prism/ruby/location_test
[549/757] 1069159=uri/test_ldap
[550/757] 1069159=optparse/test_reqarg
[551/757] 1069160=ruby/enc/test_shift_jis
[552/757] 1069160=ruby/test_ractor
[553/757] 1069159=resolv/test_resource
[554/757] 1069159=net/http/test_http
[555/757] 1069159=psych/test_hash
[556/757] 1069159=net/http/test_http_request
[557/757] 1069159=-ext-/test_printf
[558/757] 1069159=ruby/enc/test_koi8
[559/757] 1069159=ruby/test_thread
[560/757] 1069160=dtrace/test_function_entry
[561/757] 1069160=ripper/test_filter
[562/757] 1069160=ruby/test_complexrational
[563/757] 1069160=-ext-/symbol/test_type
[564/757] 1069160=ruby/test_time
[565/757] 1069160=ruby/test_thread_cv
[566/757] 1069160=ruby/test_undef
[567/757] 1069160=rubygems/test_gem_commands_setup_command
[568/757] 1069159=test_tmpdir
[569/757] 1069159=rubygems/test_gem_package_tar_reader_entry
[570/757] 1069159=ruby/test_continuation
[571/757] 1069159=openssl/test_ocsp
[572/757] 1069160=date/test_switch_hitter
[573/757] 1069160=ruby/test_primitive
[574/757] 1069160=psych/test_yamlstore
[575/757] 1069160=-ext-/bignum/test_big2str
[576/757] 1069160=-ext-/hash/test_delete
[577/757] 1069160=rubygems/test_gem_ext_configure_builder
[578/757] 1069160=-ext-/test_enumerator_kw
[579/757] 1069160=optparse/test_placearg
[580/757] 1069162=ruby/test_proc
[581/757] 1069160=psych/test_document
[582/757] 1069160=rubygems/test_gem_commands_uninstall_command
[583/757] 1069159=-ext-/vm/test_at_exit
[584/757] 1069159=dtrace/test_hash_create
[585/757] 1069159=zlib/test_zlib
[586/757] 1069160=ruby/test_io_m17n
[587/757] 1069162=-ext-/string/test_rb_str_dup
[588/757] 1069162=psych/test_encoding
[589/757] 1069162=socket/test_sockopt
[590/757] 1069162=rubygems/test_gem_commands_lock_command
[591/757] 1069162=ripper/test_files_ext
[592/757] 1069162=rubygems/test_gem_request_connection_pools
[593/757] 1069162=-ext-/method/test_arity
[594/757] 1069162=ripper/test_files_test
[595/757] 1069162=test_tempfile
[596/757] 1069162=ripper/test_lexer
[597/757] 1069162=rubygems/test_gem_resolver_index_set
[598/757] 1069162=psych/test_psych_set
[599/757] 1069162=ruby/enc/test_grapheme_breaks
[600/757] 1069162=-ext-/test_random
[601/757] 1069162=-ext-/arith_seq/test_arith_seq_extract
[602/757] 1069162=ruby/enc/test_gb18030
[603/757] 1069162=rubygems/test_gem_gemcutter_utilities
[604/757] 1069160=psych/visitors/test_to_ruby
[605/757] 1069160=prism/result/numeric_value_test
[606/757] 1069160=optparse/test_switch
[607/757] 1069160=-ext-/string/test_enc_str_buf_cat
[608/757] 1069160=rubygems/test_gem_ext_cargo_builder
[609/757] 1069160=rubygems/test_gem_version
[610/757] 1069162=rubygems/test_exit
[611/757] 1069162=uri/test_wss
[612/757] 1069162=rubygems/test_gem_source_local
[613/757] 1069160=rubygems/test_gem_request_set_gem_dependency_api
[614/757] 1069162=-ext-/bignum/test_mul
[615/757] 1069162=psych/test_nil
[616/757] 1069162=openssl/test_digest
[617/757] 1069160=rubygems/test_gem_commands_unpack_command
[618/757] 1069162=socket/test_unix
[619/757] 1069162=psych/test_coder
[620/757] 1069162=ruby/test_symbol
[621/757] 1069160=-ext-/load/test_dot_dot
[622/757] 1069160=uri/test_file
[623/757] 1069160=-ext-/string/test_ellipsize
[624/757] 1069160=openssl/test_x509store
[625/757] 1069160=-ext-/wait/test_wait
[626/757] 1069160=openssl/test_x509attr
[627/757] 1069160=json/ractor_test
[628/757] 1069160=ruby/test_yield
[629/757] 1069159=prism/result/regular_expression_options_test
[630/757] 1069159=ruby/test_bignum
[631/757] 1069159=prism/result/integer_base_flags_test
[632/757] 1069159=ruby/test_integer_comb
[633/757] 1069161=ruby/enc/test_euc_tw
[634/757] 1069161=rubygems/test_gem_console_ui
[635/757] 1069161=psych/test_alias_and_anchor
[636/757] 1069161=-ext-/string/test_capacity
[637/757] 1069161=dtrace/test_cmethod
[638/757] 1069161=mkmf/test_install
[639/757] 1069161=-ext-/float/test_nextafter
[640/757] 1069161=ruby/test_comparable
[641/757] 1069161=date/test_date
[642/757] 1069161=openssl/test_pair
[643/757] 1069159=-ext-/integer/test_integer
[644/757] 1069159=test_bundled_gems
[645/757] 1069159=rubygems/test_gem_commands_server_command
[646/757] 1069159=ruby/test_clone
[647/757] 1069162=ruby/test_io_timeout
[648/757] 1069162=fiber/test_io_buffer
[649/757] 1069162=test_ipaddr
[650/757] 1069162=prism/ruby/parameters_signature_test
[651/757] 1069162=openssl/test_config
[652/757] 1069160=ruby/test_require_lib
[653/757] 1069162=-ext-/bug_reporter/test_bug_reporter
[654/757] 1069159=ruby/test_objectspace
[655/757] 1069161=ruby/test_variable
[656/757] 1069162=-ext-/debug/test_profile_frames
[657/757] 1069162=fiber/test_io_close
[658/757] 1069162=ruby/test_key_error
[659/757] 1069162=ruby/test_data
[660/757] 1069162=test_unicode_normalize
[661/757] 1069162=psych/visitors/test_emitter
[662/757] 1069162=openssl/test_engine
[663/757] 1069162=prism/result/source_location_test
[664/757] 1069162=ruby/test_object
[665/757] 1069162=-ext-/exception/test_enc_raise
[666/757] 1069162=psych/test_yaml
[667/757] 1069162=prism/encoding/string_encoding_test
[668/757] 1069162=ruby/test_random_formatter
[669/757] 1069162=rubygems/test_gem_uninstaller
[670/757] 1069161=rubygems/test_gem_commands_info_command
[671/757] 1069161=ruby/test_dir_m17n
[672/757] 1069160=-ext-/struct/test_duplicate
[673/757] 1069160=openssl/test_pkey_dh
[674/757] 1069160=rubygems/test_gem_package_tar_header_ractor
[675/757] 1069159=-ext-/string/test_modify_expand
[676/757] 1069159=rubygems/test_gem_package_old
[677/757] 1069159=rubygems/test_gem_available_set
[678/757] 1069162=ruby/test_io
[679/757] 1069159=rubygems/test_gem_request_set_lockfile_tokenizer
[680/757] 1069159=fiber/test_process
[681/757] 1069159=rubygems/test_gem_spec_fetcher
[682/757] 1069160=test_singleton
[683/757] 1069160=ruby/test_metaclass
[684/757] 1069160=did_you_mean/spell_checking/test_variable_name_check
[685/757] 1069160=prism/ruby/ripper_test
[686/757] 1069159=rubygems/test_rubygems
[687/757] 1069159=rubygems/test_gem_source_vendor
[688/757] 1069159=did_you_mean/tree_spell/test_change_word
[689/757] 1069159=rubygems/test_gem_doctor
[690/757] 1069159=etc/test_etc
[691/757] 1069161=ruby/test_iterator
[692/757] 1069159=dtrace/test_string
[693/757] 1069159=rubygems/test_config
[694/757] 1069161=rubygems/test_gem_commands_outdated_command
[695/757] 1069159=rubygems/test_gem_resolver_git_set
[696/757] 1069161=openssl/test_cipher
[697/757] 1069161=rubygems/test_gem_installer
[698/757] 1069159=-ext-/time/test_new
[699/757] 1069159=fiber/test_storage
[700/757] 1069159=-ext-/string/test_qsort
[701/757] 1069159=json/json_addition_test
[702/757] 1069159=prism/library_symbols_test
[703/757] 1069159=ruby/test_pack
[704/757] 1069159=rubygems/test_gem_commands_check_command
[705/757] 1069159=prism/percent_delimiter_string_test
[706/757] 1069159=mkmf/test_config
[707/757] 1069160=optparse/test_kwargs
[708/757] 1069160=io/wait/test_io_wait
[709/757] 1069159=fiber/test_io
[710/757] 1069160=uri/test_ftp
[711/757] 1069160=prism/result/breadth_first_search_test
[712/757] 1069160=optparse/test_autoconf
[713/757] 1069160=did_you_mean/spell_checking/test_class_name_check
[714/757] 1069160=psych/test_yamldbm
[715/757] 1069160=net/http/test_https
[716/757] 1069159=-ext-/string/test_fstring
[717/757] 1069159=prism/ruby/parser_test
[718/757] 1069159=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[719/757] 1069159=-ext-/exception/test_ensured
[720/757] 1069159=prism/fuzzer_test
[721/757] 1069159=ruby/test_const
[722/757] 1069159=ruby/test_class
[723/757] 1069160=open-uri/test_proxy
[724/757] 1069160=rubygems/test_gem_source_installed
[725/757] 1069160=prism/onigmo_test
[726/757] 1069160=psych/test_yaml_special_cases
[727/757] 1069160=psych/test_struct
[728/757] 1069160=rubygems/test_gem_source_list
[729/757] 1069160=prism/fixtures_test
[730/757] 1069160=ruby/test_rational2
[731/757] 1069160=ruby/test_lambda
[732/757] 1069160=prism/ruby/compiler_test
[733/757] 1069160=rubygems/test_project_sanity
[734/757] 1069160=ruby/test_rational
[735/757] 1069160=ruby/enc/test_euc_kr
[736/757] 1069160=ruby/test_regexp
[New LWP 1099019]
[New LWP 1098979]
[New LWP 1098978]
[New LWP 1098972]
[New LWP 1098946]
[737/757] 1069161=ruby/test_rand
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x000072d7fb8fbe3c in uleb128 (p=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/addr2line.c:221
221 int s = 0;
>>> Threads
Id Target Id Frame
* 1 Thread 0x72d7faa70240 (LWP 1098944) "ruby" 0x000072d7fb8fbe3c in uleb128 (p=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/addr2line.c:221
2 Thread 0x72d7be3bf6c0 (LWP 1099019) "ruby" 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=29399, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
3 Thread 0x72d7df6ed6c0 (LWP 1098979) "ruby" 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=29399, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
4 Thread 0x72d7df70e6c0 (LWP 1098978) "ruby" 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=29399, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
5 Thread 0x72d7df72f6c0 (LWP 1098972) "ruby" 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=-2147483648, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
6 Thread 0x72d7e0b6f6c0 (LWP 1098946) "ruby" 0x000072d7fae48042 in epoll_wait (epfd=4, events=events@entry=0x72d7fbaccd1c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 6 (Thread 0x72d7e0b6f6c0 (LWP 1098946) "ruby"):
#0 0x000072d7fae48042 in epoll_wait (epfd=4, events=events@entry=0x72d7fbaccd1c <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
sc_ret = -4
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000072d7fb6e4461 in event_wait (vm=0x72d7fbacd3a0 <_vm>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2931
r = <optimized out>
r = <optimized out>
#2 timer_thread_polling (vm=0x72d7fbacd3a0 <_vm>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread_mn.c:934
r = <optimized out>
r = <optimized out>
i = <optimized out>
th = <optimized out>
events = <optimized out>
sched = <optimized out>
event_serial = <optimized out>
#3 timer_thread_func (ptr=0x72d7fbacd3a0 <_vm>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:3058
vm = 0x72d7fbacd3a0 <_vm>
#4 0x000072d7fadbaa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {126271513622208, 1745465905803771495, 126271513622208, -2896, 0, 140721384586432, 1745465905984126567, 1745451777555644007}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x000072d7fae47c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 5 (Thread 0x72d7df72f6c0 (LWP 1098972) "ruby"):
#0 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=-2147483648, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=-2147483648, abstime=0x0, clockid=0, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x72d7fbacd4a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3 0x000072d7fadb97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x72d7fbacd440 <_vm+160>, cond=0x72d7fbacd478 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x72d7fadb94a0 <__condvar_cleanup_waiting>, __arg = 0x72d7df72e280, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 5, cond = 0x72d7fbacd478 <_vm+216>, mutex = 0x72d7fbacd440 <_vm+160>, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 5
seq = 2
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000072d7fb6e088d in rb_native_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
r = <optimized out>
#6 0x000072d7fb6e9b5b in ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1302
r = <optimized out>
r = <optimized out>
#7 nt_start (ptr=0x72d7e0dffd80) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2277
r = <optimized out>
nt = <optimized out>
vm = 0x72d7fbacd3a0 <_vm>
#8 0x000072d7fadbaa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {126271492388544, 1745527993851002471, 126271492388544, -2896, 0, 140721384585584, 1745527994031357543, 1745451777555644007}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#9 0x000072d7fae47c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 4 (Thread 0x72d7df70e6c0 (LWP 1098978) "ruby"):
#0 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=29399, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=29399, abstime=0x0, clockid=0, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x72d7fbacd4a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3 0x000072d7fadb97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x72d7fbacd440 <_vm+160>, cond=0x72d7fbacd478 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x72d7fadb94a0 <__condvar_cleanup_waiting>, __arg = 0x72d7df70d280, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 3, cond = 0x72d7fbacd478 <_vm+216>, mutex = 0x72d7fbacd440 <_vm+160>, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 3
seq = 1
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000072d7fb6e088d in rb_native_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
r = <optimized out>
#6 0x000072d7fb6e9b5b in ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1302
r = <optimized out>
r = <optimized out>
#7 nt_start (ptr=0x72d7fa63b300) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2277
r = <optimized out>
nt = <optimized out>
vm = 0x72d7fbacd3a0 <_vm>
#8 0x000072d7fadbaa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {126271492253376, 1745527976134262375, 126271492253376, -2896, 0, 140721384582320, 1745527976314617447, 1745451777555644007}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#9 0x000072d7fae47c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 3 (Thread 0x72d7df6ed6c0 (LWP 1098979) "ruby"):
#0 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=29399, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=29399, abstime=0x0, clockid=0, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x72d7fbacd4a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3 0x000072d7fadb97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x72d7fbacd440 <_vm+160>, cond=0x72d7fbacd478 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x72d7fadb94a0 <__condvar_cleanup_waiting>, __arg = 0x72d7df6ec280, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 7, cond = 0x72d7fbacd478 <_vm+216>, mutex = 0x72d7fbacd440 <_vm+160>, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 7
seq = 3
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000072d7fb6e088d in rb_native_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
r = <optimized out>
#6 0x000072d7fb6e9b5b in ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1302
r = <optimized out>
r = <optimized out>
#7 nt_start (ptr=0x72d7e0bacb00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2277
r = <optimized out>
nt = <optimized out>
vm = 0x72d7fbacd3a0 <_vm>
#8 0x000072d7fadbaa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {126271492118208, 1745527820978568807, 126271492118208, -2896, 0, 140721384582320, 1745527821158923879, 1745451777555644007}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#9 0x000072d7fae47c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 2 (Thread 0x72d7be3bf6c0 (LWP 1099019) "ruby"):
#0 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=29399, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=29399, abstime=0x0, clockid=0, expected=0, futex_word=0x72d7fbacd4a4 <_vm+260>) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x72d7fbacd4a4 <_vm+260>, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3 0x000072d7fadb97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x72d7fbacd440 <_vm+160>, cond=0x72d7fbacd478 <_vm+216>) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x72d7fadb94a0 <__condvar_cleanup_waiting>, __arg = 0x72d7be3be280, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 9, cond = 0x72d7fbacd478 <_vm+216>, mutex = 0x72d7fbacd440 <_vm+160>, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 9
seq = 4
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at ./nptl/pthread_cond_wait.c:627
No locals.
#5 0x000072d7fb6e088d in rb_native_cond_wait (cond=cond@entry=0x72d7fbacd478 <_vm+216>, mutex=mutex@entry=0x72d7fbacd440 <_vm+160>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
r = <optimized out>
#6 0x000072d7fb6e9b5b in ractor_sched_deq (cr=0x0, vm=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1302
r = <optimized out>
r = <optimized out>
#7 nt_start (ptr=0x72d7e0bacc00) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:2277
r = <optimized out>
nt = <optimized out>
vm = 0x72d7fbacd3a0 <_vm>
#8 0x000072d7fadbaa94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {126270935135936, 1745601034064838247, 126270935135936, -2896, 0, 140721384582320, 1745601034245193319, 1745451777555644007}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#9 0x000072d7fae47c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.
Thread 1 (Thread 0x72d7faa70240 (LWP 1098944) "ruby"):
#0 0x000072d7fb8fbe3c in uleb128 (p=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/addr2line.c:221
r = <optimized out>
s = <optimized out>
r = <optimized out>
s = <optimized out>
b = <optimized out>
#1 di_skip_records (reader=reader@entry=0x72d7e0bf3980, errout=errout@entry=0x72d7faf224e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-jemalloc/addr2line.c:1486
v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
at = <optimized out>
form = <optimized out>
#2 0x000072d7fb8fd0b4 in debug_info_read (errout=<optimized out>, offset=<optimized out>, lines=<optimized out>, traces=<optimized out>, num_traces=<optimized out>, reader=0x72d7e0bf3980) at /tmp/ruby/src/trunk-jemalloc/addr2line.c:1909
die = {pos = 11557345, tag = 72, has_children = 1}
ranges = <optimized out>
line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
addr_header = {ptr = <optimized out>, unit_length = <optimized out>, format = <optimized out>, address_size = 0 '\000'}
rnglists_header = {unit_length = <optimized out>, format = 4 '\004', address_size = <optimized out>, offset_entry_count = 0}
addr_header = <optimized out>
rnglists_header = <optimized out>
skip_die = <optimized out>
die = <optimized out>
ranges = <optimized out>
line = <optimized out>
v = <optimized out>
i = <optimized out>
addr = <optimized out>
offset = <optimized out>
saddr = <optimized out>
lp = <optimized out>
#3 fill_lines (num_traces=num_traces@entry=27, traces=traces@entry=0x72d7fbacf960 <trace>, check_debuglink=check_debuglink@entry=1, objp=objp@entry=0x72d7e0bf42d8, lines=lines@entry=0x72d7df870700, offset=offset@entry=0, errout=0x72d7faf224e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-jemalloc/addr2line.c:2218
reader = {obj = 0x72d7fa7e00c0, file = 0x72d7bc765000 "\177ELF\002\001\001", current_version = 5 '\005', current_cu = 0x72d7bb6fb5a9 <incomplete sequence \354>, current_low_pc = 3977328, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x72d7ba8ecc8c "\216\036", debug_line_format = 4 '\004', debug_line_version = 5, debug_line_files = 0x72d7ba8e9c37 "\002\001\037\002\017\254\001$/", debug_line_directories = 0x72d7ba8e9be7 "\001\001\037\023", p = 0x72d7bb70616e "Ы", cu_end = 0x72d7bb70a219 "T;", pend = 0x72d7bbd9e8ea "", q0 = 0x72d7df8d2af4 "\001I", q = 0x72d7df8d2b20 "", format = 4, address_size = 8 '\b', level = 4, abbrev_table = {0x0, 0x72d7df8d2af5 "I", 0x72d7df8d2afe "(", 0x72d7df8d2b07 "\r", 0x72d7df8d2b18 "H\001}\001\177\023\001\023", 0x72d7df8d2b23 "\005", 0x72d7df8d2b2f "H\001}\001\177\023", 0x72d7df8d2b38 "\035\0011\023R\001\270B\005\021\001\022\aX\vY\005W\v\001\023", 0x72d7df8d2b50 "\r", 0x72d7df8d2b66 "\023\001\003\016\v\v\210\001!\b:!\016;\0059!\020\001\023", 0x72d7df8d2b7d "\026", 0x72d7df8d2b92 "\r", 0x72d7df8d2ba3 "4", 0x72d7df8d2bb7 "(", 0x72d7df8d2bc0 "\026", 0x72d7df8d2bcf "\017", 0x72d7df8d2bd9 "\005", 0x72d7df8d2be0 "\023\001\003\016\v\v:\v;\0059!\020\001\023", 0x72d7df8d2bf2 "\v\001\021\001\022\a\001\023", 0x72d7df8d2bfd "\r", 0x72d7df8d2c0f "\026", 0x72d7df8d2c1e "\035\0011\023R\001\270B\005U\027X\vY\005W\v\001\023", 0x72d7df8d2c34 "\v\001U\027\001\023", 0x72d7df8d2c3d "\v\001U\027", 0x72d7df8d2c44 "\005", 0x72d7df8d2c58 "\023\001\v\v:\v;\v9!\t\001\023", 0x72d7df8d2c68 "&", 0x72d7df8d2c6f "\005", 0x72d7df8d2c7f "\035\0011\023R\001\270B\005\021\001\022\aX!\001Y\vW\v\001\023", 0x72d7df8d2c98 "$", 0x72d7df8d2ca3 "4", 0x72d7df8d2cb4 "4", 0x72d7df8d2cc5 "H", 0x72d7df8d2cce "4", 0x72d7df8d2cda ".\001?\031\003\016:\v;\v9\v'\031<\031\001\023", 0x72d7df8d2cef "4", 0x72d7df8d2cfe "4", 0x72d7df8d2d13 "\005", 0x72d7df8d2d22 "\004\001>!\a\v!\004I\023:\v;\v9\v\001\023", 0x72d7df8d2d37 "\001\001I\023\001\023", 0x72d7df8d2d40 "!", 0x72d7df8d2d49 "\023\001\v\v:\v;\0059!\t\001\023", 0x72d7df8d2d59 "4", 0x72d7df8d2d6b ".\001\003\016:!\001;\0059!\001'\031 !\001\001\023", 0x72d7df8d2d81 "\005", 0x72d7df8d2d96 "H\001}\001\202\001\031\177\023\001\023", 0x72d7df8d2da4 "\023\001\003\016\v\v:\v;\v9!\020\001\023", 0x72d7df8d2db6 "\r", 0x72d7df8d2dc7 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031\001\023", 0x72d7df8d2dde "H\001}\001\202\001\031\177\023", 0x72d7df8d2dea "4", 0x72d7df8d2df7 "\035\0011\023R\001\270B\005\021\001\022\aX!\001Y\vW!\001", 0x72d7df8d2e0f ".\0011\023\021\001\022\a@\030z\031\001\023", 0x72d7df8d2e20 "\025\001'\031\001\023", 0x72d7df8d2e29 ".\001?\031\003\016:!\002;\0059!\001'\031\021\001\022\a@\030z\031\001\023", 0x72d7df8d2e46 ".\001\003\016:\v;\0059!\001'\031\021\001\022\a@\030z\031\001\023", 0x72d7df8d2e60 "\v\001", 0x72d7df8d2e65 "\035\0011\023R\001\270B\005U\027X!\001Y\vW\v\001\023", 0x72d7df8d2e7c "\v\0011\023\021\001\022\a\001\023", 0x72d7df8d2e89 "7", 0x72d7df8d2e90 "\025\001'\031I\023\001\023", 0x72d7df8d2e9b "\r", 0x72d7df8d2eac "\r", 0x72d7df8d2ebd "\004\001>!\a\v!\004I\023:!\023;\0059!\016\001\023", 0x72d7df8d2ed4 ".\001?\031\003\016:!\021;\0059\v'\031<\031\001\023", 0x72d7df8d2eea "\035\0011\023R\001\270B\005\021\001\022\aX!\002Y\005W\v", 0x72d7df8d2f01 "\v", 0x72d7df8d2f08 ".\001?\031\003\016:!\001;\0059!\001'\031 !\001\001\023", 0x72d7df8d2f20 ".\001\003\016:!\001;\v9!\001'\031\021\001\022\a@\030z\031\001\023", 0x72d7df8d2f3b ".\001\003\016:!\001;\v9!\001'\031 !\001\001\023", 0x72d7df8d2f51 ".\001\003\016:!\001;\v9!\001'\031I\023 !\003\001\023", 0x72d7df8d2f69 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x72d7df8d2f7e "$", 0x72d7df8d2f89 "\017", 0x72d7df8d2f90 "&", 0x72d7df8d2f95 "\r", 0x72d7df8d2fa8 "\r", 0x72d7df8d2fbb "\004\001\003\016>\v\v\vI\023:\v;\v9\v\001\023", 0x72d7df8d2fd0 "\004\001\003\016>\v\v\vI\023:\v;\0059\v\001\023", 0x72d7df8d2fe5 "\r", 0x72d7df8d2ff9 "\027\001\v\v:\v;\v9\v\001\023", 0x72d7df8d3008 "\023\001\003\016\v\005:\v;\0059\v\001\023", 0x72d7df8d3019 "\r", 0x72d7df8d302a "\023\001\v\005:\v;\0059\v\001\023", 0x72d7df8d3039 ".\001?\031\003\016:\v;\0059\v'\031I\023<\031\001\023", 0x72d7df8d3050 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031<\031\001\023", 0x72d7df8d3068 "\005", 0x72d7df8d306f "\v\0011\023U\027\001\023", 0x72d7df8d307a "\v\0011\023U\027", 0x72d7df8d3083 "4", 0x72d7df8d3092 "4", 0x72d7df8d30a1 ".\001?\031\003\016:\v;\v9\v'\031I\023 \v4\031\001\023", 0x72d7df8d30ba "I", 0x72d7df8d30c4 ".", 0x72d7df8d1d1a "4", 0x72d7df8d1d27 ".\001\003\016:\v;\v9\v'\031 \v\001\023", 0x72d7df8d1d3a ".\001?\031\003\016:\v;\v9\v'\031 \v\001\023", 0x72d7df8d1d4f ".\001\003\016:\v;\v9\v'\031I\023 \v\001\023", 0x72d7df8d1573 "\n", 0x72d7df8d1581 "\021\001%\016\023\v\003\037\033\037U\027\021\001\020\027y\027", 0x72d7df8d1596 "\017", 0x72d7df8d159d "$", 0x72d7df8d15a8 "&", 0x72d7df8d15ad "\026", 0x72d7df8d15bc "\r", 0x72d7df8d15cb "!", 0x72d7df8d15d0 "\r", 0x72d7df8d15e3 "\r", 0x72d7df8d15f6 "\023\001\003\016\v\005:\v;\0059\v\001\023", 0x72d7df8d1607 "\r", 0x72d7df8d1618 "\023\001\v\005:\v;\0059\v\001\023", 0x72d7df8d1627 "(", 0x72d7df8d1630 ".", 0x72d7df8d1643 "\030", 0x72d7df8d1648 ".\001?\031\003\016:\v;\0059\v'\031\021\001\022\a@\030z\031\001\023", 0x72d7df8d1663 "!", 0x72d7df8d166c ".\001\003\b:\v;\0059\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x72d7df8d1687 "\035\0011\023U\027X\vY\005W\v", 0x72d7df8d1696 ".\001\003\016:\v;\0059\v'\031U\027@\030z\031\001\023", 0x72d7df8d16ad "4", 0x72d7df8d16c1 ".\001\003\016:\v;\v9\v'\031I\023\021\001\022\a@\030z\031\001\023", 0x72d7df8d16dc "\005", 0x72d7df8d16f0 ".\001\003\016:\v;\0059\v'\031 \v4\031\001\023", 0x72d7df8d1705 ".\001?\031\003\016:\v;\v9\v'\031I\023 \v4\031\001\023", 0x72d7df8d171e ".", 0x72d7df8d172b "6", 0x72d7df8d1732 ".", 0x72d7df8cf701 "\035", 0x72d7df8cf719 ".\001\003\016:!\001;\0059!\001'\031I\023U\027@\030|\031\001\023", 0x72d7df8cf735 ".\001\003\016:!\001;\0059!\001'\031I\023U\027@\030z\031\001\023", 0x72d7df8cf751 ".\001\003\016:!\001;\0059!\001'\031I\023\021\001\022\a@\030z\031\001\023", 0x72d7df8cf76f ".\001?\031\003\016:!\001;\0059!\001'\031I\023\021\001\022\a@\030|\031\001\023", 0x72d7df8cf78f ".\001\003\016:!\001;\0059!\001'\031\021\001\022\a@\030|\031\001\023", 0x72d7df8cf7ab ".\001\003\016:!\001;\0059!\001'\031\021\001\022\a@\030z\031\001\023", 0x72d7df8cf7c7 ".\001?\031\003\016:!\001;\0059!\001'\031U\027@\030z\031\001\023", 0x72d7df8cf7e3 "\005", 0x72d7df8cf7f9 "4", 0x72d7df8cf80f ".", 0x72d7df8cf826 ".\0011\023\021\001\022\a@\030|\031\001\023", 0x72d7df8cf838 "\005", 0x72d7df8cf842 "\021\001%\016\023\v\003\037\033\037U\027\021\001\020\027y\027", 0x72d7df8cf858 "\017", 0x72d7df8cf860 "$", 0x72d7df8cf86c "&", 0x72d7df8cf872 "\026", 0x72d7df8cf882 "(", 0x72d7df8cf88c "\r", 0x72d7df8cf89c "\023\001\003\016\v\v\210\001\v:\v;\0059\v\001\023", 0x72d7df8cf8b1 "\025\001I\023\001\023", 0x72d7df8cf8bb "\r", 0x72d7df8cf8cd "\023\001\003\016\v\005\210\001\v:\v;\0059\v\001\023", 0x72d7df8cf8e2 "\027\001\003\016\v\v:\v;\0059\v\001\023", 0x72d7df8cf8f4 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x72d7df8cf906 "\r", 0x72d7df8cf918 "!", 0x72d7df8cf922 "\023\001\v\v\210\001\v:\v;\0059\v\001\023", 0x72d7df8cf935 "\026", 0x72d7df8cf948 "4", 0x72d7df8cf95a ".\001?\031\003\016:\v;\0059\v'\031U\027@\030|\031\001\023", 0x72d7df8cf974 ".\001?\031\003\016:\v;\0059\v'\031I\023\001\023", 0x72d7df8cf98a ".", 0x72d7df8cf9a6 "\035", 0x72d7df8cf9bb "\035", 0x72d7df8cf9cd ".\001?\031\003\016:\v;\0059\v'\031 \v\001\023", 0x72d7df8cf9e3 ".\001?\031\003\016:\v;\0059\v'\031I\023U\027@\030z\031\001\023", 0x72d7df8cf9ff ".\001?\031\003\016:\v;\v9\v'\031 \v\001\023", 0x72d7df8cfa15 ".", 0x72d7df8cfa27 ".", 0x72d7df8cfa3b ".\001\003\016:\v;\v9\v'\031\207\001\031 \v\001\023", 0x72d7df8cfa52 ".\001\003\016:\v;\0059\v'\031 \v4\031\001\023", 0x72d7df8cfa68 ".\001\003\016:\v;\v9\v'\031I\023\001\023", 0x72d7df8cfa7c "\035", 0x72d7df8cfa93 ".\0011\023U\027@\030|\031\001\023", 0x72d7df8cfaa3 "H\001}\001", 0x72d7df8cfaab ".", 0x72d7df8cde30 ".", 0x72d7df8ccd50 "\r", 0x72d7df8ccd66 "(", 0x72d7df8ccd70 "\004\001>!\a\v!\004I\023:\v;\0059\v\001\023", 0x72d7df8ccd86 "\026", 0x72d7df8ccd97 ".", 0x72d7df8ccdad ".\001?\031\003\016:\v;\0059!\001'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x72d7df8ccdcd ".\001?\031\003\016:\v;\0059!\001'\031U\027@\030|\031\001\023", 0x72d7df8ccde8 ".\001\003\016:\v;\v9!\001'\031\021\001\022\a@\030z\031\001\023", 0x72d7df8cce03 ".\001?\031\003\016:\v;\v9!\001'\031I\023 !\001\001\023", 0x72d7df8cce1d "\005", 0x72d7df8cce2f ".\001\003\016:!\004;\0059!\001'\031I\023\021\001\022\a@\030\001\023", 0x72d7df8cce4b ".\001\003\016:\v;\v9!\001'\031\207\001\031 !\003\001\023", 0x72d7df8cce64 "\005", 0x72d7df8cce6e "\r", 0x72d7df8cce80 "4", 0x72d7df8cce90 ".\001?\031\003\016:\v;\v9\vn\016'\031I\023<\031\001\023", 0x72d7df8cceaa ".\001?\031\003\016:\v;!\f9!\006'\031\021\001\022\a@\030z\031\001\023", 0x72d7df8ccec8 ".", 0x72d7df8ccedd ".", 0x72d7df8ccef1 "\005", 0x72d7df8ccf04 "\v", 0x72d7df8ccf0c "4", 0x72d7df8ccf18 ".\0011\023U\027@\030|\031\001\023", 0x72d7df8ccf28 "\021\001%\016\023\v\003\037\033\037U\027\021\001\020\027y\027"...}}
i = 0
j = <optimized out>
shstr = <optimized out>
ehdr = <optimized out>
shdr = <optimized out>
shstr_shdr = <optimized out>
gnu_debuglink_shdr = <optimized out>
note_gnu_build_id = <optimized out>
fd = <optimized out>
filesize = <optimized out>
file = <optimized out>
symtab_shdr = <optimized out>
strtab_shdr = <optimized out>
dynsym_shdr = <optimized out>
dynstr_shdr = <optimized out>
obj = 0x72d7fa7e00c0
dladdr_fbase = <optimized out>
fail = <optimized out>
finish = <optimized out>
#4 0x000072d7fb8fe5e1 in rb_dump_backtrace_with_lines (num_traces=<optimized out>, traces=traces@entry=0x72d7fbacf960 <trace>, errout=errout@entry=0x72d7faf224e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-jemalloc/addr2line.c:2674
path = <optimized out>
p = <optimized out>
info = {dli_fname = 0x72d7fbad52b0 "/tmp/ruby/build/trunk-jemalloc/libruby.so.4.1", dli_fbase = 0x72d7fb3e4000, dli_sname = 0x0, dli_saddr = 0x0}
i = 0
lines = <optimized out>
obj = 0x72d7fa7e00c0
dladdr_fbases = <optimized out>
main_path = <optimized out>
len = <optimized out>
next_line = <optimized out>
#5 0x000072d7fb76061b in rb_print_backtrace (errout=0x72d7faf224e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-jemalloc/vm_dump.c:1107
n = <optimized out>
trace = {0x72d7fb760607 <rb_vm_bugreport+2343>, 0x72d7fb51dffa <rb_bug_for_fatal_signal+266>, 0x72d7fb693358 <sigsegv+72>, 0x72d7fad63320 <__restore_rt>, 0x72d7fadb6d61 <__GI___futex_abstimed_wait_cancelable64+225>, 0x72d7fadb97dd <___pthread_cond_wait+525>, 0x72d7fb6e088d <rb_native_cond_wait+13>, 0x72d7fb6e09d3 <thread_sched_wait_running_turn+147>, 0x72d7fb6e195f <rb_ractor_sched_wait+351>, 0x72d7fb62c7ac <ractor_wait_receive+476>, 0x72d7fb62cbde <ractor_port_receive+206>, 0x72d7fb744eea <vm_exec_core+15162>, 0x72d7fb747018 <rb_vm_exec+184>, 0x72d7fb74d73a <vm_call0_cc+250>, 0x72d7fb74febb <rb_funcall_with_block_kw+123>, 0x72d7fb74c390 <rb_yield+192>, 0x72d7fb444dbc <rb_ary_each+60>, 0x72d7fb72a44d <vm_call_cfunc_with_frame_+269>, 0x72d7fb733b03 <vm_sendish+211>, 0x72d7fb743289 <vm_exec_core+7897>, 0x72d7fb747018 <rb_vm_exec+184>, 0x72d7fb5282c5 <rb_ec_exec_node+165>, 0x72d7fb52c7db <ruby_run_node+139>, 0x633ae618b186 <main+102>, 0x72d7fad481ca <__libc_start_call_main+122>, 0x72d7fad4828b <__libc_start_main_impl+139>, 0x633ae618b1d5 <_start+37>, 0x0 <repeats 997 times>}
n = <optimized out>
#6 rb_vm_bugreport (ctx=ctx@entry=0x72d7e0bf4600, errout=errout@entry=0x72d7faf224e0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-jemalloc/vm_dump.c:1450
box_env = <optimized out>
cmd = <optimized out>
error = <optimized out>
other_runtime_info = other_runtime_info
vm = 0x72d7fbacd3a0 <_vm>
current_box = 0x72d7fbac6900 <root_box>
ec = <optimized out>
loaded_features = 126271513688680
#7 0x000072d7fb51dffa in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x72d7e0bf4600, fmt=fmt@entry=0x72d7fb90ad3e "Segmentation fault at %p") at /tmp/ruby/src/trunk-jemalloc/error.c:1131
pid = -1
out = 0x72d7faf224e0 <_IO_2_1_stderr_>
file = <optimized out>
line = 742
#8 0x000072d7fb693358 in sigsegv (sig=11, info=0x72d7e0bf4730, ctx=0x72d7e0bf4600) at /tmp/ruby/src/trunk-jemalloc/signal.c:948
No locals.
#9 <signal handler called>
No locals.
#10 0x000072d7fadb6d61 in __futex_abstimed_wait_common64 (private=29399, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x72d7fa63b054) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#11 __futex_abstimed_wait_common (cancel=true, private=29399, abstime=0x0, clockid=0, expected=0, futex_word=0x72d7fa63b054) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 393
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#12 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x72d7fa63b054, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#13 0x000072d7fadb97dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x72d7fbacc578 <_main_ractor+216>, cond=0x72d7fa63b028) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x72d7fadb94a0 <__condvar_cleanup_waiting>, __arg = 0x7ffc4023f550, __canceltype = -94125992, __prev = 0x0}
cbuffer = {wseq = 3, cond = 0x72d7fa63b028, mutex = 0x72d7fbacc578 <_main_ractor+216>, private = 0}
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 3
seq = 1
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#14 ___pthread_cond_wait (cond=cond@entry=0x72d7fa63b028, mutex=mutex@entry=0x72d7fbacc578 <_main_ractor+216>) at ./nptl/pthread_cond_wait.c:627
No locals.
#15 0x000072d7fb6e088d in rb_native_cond_wait (cond=cond@entry=0x72d7fa63b028, mutex=mutex@entry=0x72d7fbacc578 <_main_ractor+216>) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:231
r = <optimized out>
#16 0x000072d7fb6e09d3 in thread_sched_wait_running_turn (sched=sched@entry=0x72d7fbacc578 <_main_ractor+216>, th=0x72d7fbabcd40 <_main_thread>, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:851
next_th = 0x0
#17 0x000072d7fb6e195f in rb_ractor_sched_wait (ec=ec@entry=0x72d7fa63c058, cr=cr@entry=0x72d7fbacc4a0 <_main_ractor>, ubf=ubf@entry=0x72d7fb62ba90 <ubf_ractor_wait>, ubf_arg=ubf_arg@entry=0x7ffc4023f6a0) at /tmp/ruby/src/trunk-jemalloc/thread_pthread.c:1356
can_direct_transfer = false
th = 0x72d7fbabcd40 <_main_thread>
sched = 0x72d7fbacc578 <_main_ractor+216>
#18 0x000072d7fb62c7ac in ractor_wait (cr=0x72d7fbacc4a0 <_main_ractor>, ec=0x72d7fa63c058) at /tmp/ruby/src/trunk-jemalloc/ractor_sync.c:1037
th = <optimized out>
waiter = {wakeup_status = wakeup_by_send, th = 0x72d7fbabcd40 <_main_thread>, node = {next = 0x72d7fbacc508 <_main_ractor+104>, prev = 0x72d7fbacc508 <_main_ractor+104>}}
th = <optimized out>
waiter = <optimized out>
#19 ractor_wait_receive (ec=ec@entry=0x72d7fa63c058, cr=cr@entry=0x72d7fbacc4a0 <_main_ractor>) at /tmp/ruby/src/trunk-jemalloc/ractor_sync.c:1104
messages = {set = {n = {next = 0x1, prev = 0x72d7fbabcd40 <_main_thread>}}, closed = 8}
deliverred = false
#20 0x000072d7fb62cbde in ractor_receive (rp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/ractor_sync.c:1157
v = <optimized out>
cr = <optimized out>
cr = <optimized out>
v = <optimized out>
#21 ractor_port_receive (ec=0x72d7fa63c058, self=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/ractor_sync.c:129
rp = <optimized out>
#22 0x000072d7fb744eea in vm_exec_core (ec=0x72d7fa63b054, ec@entry=0x72d7fa63c058) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:7400
reg_pc = 0x72d7e0c66a18
reg_cfp = 0x72d7fa741228
insns_address_table = {0x72d7fb744923 <vm_exec_core+13683>, 0x72d7fb7427c2 <vm_exec_core+5138>, 0x72d7fb742756 <vm_exec_core+5030>, 0x72d7fb7426b5 <vm_exec_core+4869>, 0x72d7fb74263b <vm_exec_core+4747>, 0x72d7fb742596 <vm_exec_core+4582>, 0x72d7fb742b93 <vm_exec_core+6115>, 0x72d7fb742b38 <vm_exec_core+6024>, 0x72d7fb7428ca <vm_exec_core+5402>, 0x72d7fb74282e <vm_exec_core+5246>, 0x72d7fb742c32 <vm_exec_core+6274>, 0x72d7fb7429bd <vm_exec_core+5645>, 0x72d7fb742551 <vm_exec_core+4513>, 0x72d7fb7424e9 <vm_exec_core+4409>, 0x72d7fb742472 <vm_exec_core+4290>, 0x72d7fb742435 <vm_exec_core+4229>, 0x72d7fb7423fd <vm_exec_core+4173>, 0x72d7fb7423c8 <vm_exec_core+4120>, 0x72d7fb742393 <vm_exec_core+4067>, 0x72d7fb74235e <vm_exec_core+4014>, 0x72d7fb7422d6 <vm_exec_core+3878>, 0x72d7fb742292 <vm_exec_core+3810>, 0x72d7fb74224b <vm_exec_core+3739>, 0x72d7fb7421f3 <vm_exec_core+3651>, 0x72d7fb7421ad <vm_exec_core+3581>, 0x72d7fb742130 <vm_exec_core+3456>, 0x72d7fb7420f6 <vm_exec_core+3398>, 0x72d7fb742099 <vm_exec_core+3305>, 0x72d7fb74203f <vm_exec_core+3215>, 0x72d7fb742002 <vm_exec_core+3154>, 0x72d7fb7437b3 <vm_exec_core+9219>, 0x72d7fb74362a <vm_exec_core+8826>, 0x72d7fb7435a4 <vm_exec_core+8692>, 0x72d7fb74353d <vm_exec_core+8589>, 0x72d7fb7434eb <vm_exec_core+8507>, 0x72d7fb743489 <vm_exec_core+8409>, 0x72d7fb74343c <vm_exec_core+8332>, 0x72d7fb7433e7 <vm_exec_core+8247>, 0x72d7fb7438a1 <vm_exec_core+9457>, 0x72d7fb74387a <vm_exec_core+9418>, 0x72d7fb74383f <vm_exec_core+9359>, 0x72d7fb7437f0 <vm_exec_core+9280>, 0x72d7fb743993 <vm_exec_core+9699>, 0x72d7fb7438eb <vm_exec_core+9531>, 0x72d7fb742da7 <vm_exec_core+6647>, 0x72d7fb742d63 <vm_exec_core+6579>, 0x72d7fb743063 <vm_exec_core+7347>, 0x72d7fb742ff4 <vm_exec_core+7236>, 0x72d7fb743095 <vm_exec_core+7397>, 0x72d7fb742fa5 <vm_exec_core+7157>, 0x72d7fb742f36 <vm_exec_core+7046>, 0x72d7fb742ed8 <vm_exec_core+6952>, 0x72d7fb742e26 <vm_exec_core+6774>, 0x72d7fb742dea <vm_exec_core+6714>, 0x72d7fb7432b9 <vm_exec_core+7945>, 0x72d7fb74324f <vm_exec_core+7839>, 0x72d7fb7431a4 <vm_exec_core+7668>, 0x72d7fb741410 <vm_exec_core+96>, 0x72d7fb7430ee <vm_exec_core+7486>, 0x72d7fb74334f <vm_exec_core+8095>, 0x72d7fb743300 <vm_exec_core+8016>, 0x72d7fb743398 <vm_exec_core+8168>, 0x72d7fb741fb3 <vm_exec_core+3075>, 0x72d7fb7448db <vm_exec_core+13611>, 0x72d7fb741f64 <vm_exec_core+2996>, 0x72d7fb741ef3 <vm_exec_core+2883>, 0x72d7fb741eae <vm_exec_core+2814>, 0x72d7fb741e3b <vm_exec_core+2699>, 0x72d7fb741cec <vm_exec_core+2364>, 0x72d7fb741c1c <vm_exec_core+2156>, 0x72d7fb741ba0 <vm_exec_core+2032>, 0x72d7fb7414d0 <vm_exec_core+288>, 0x72d7fb741b6c <vm_exec_core+1980>, 0x72d7fb741b2d <vm_exec_core+1917>, 0x72d7fb741aee <vm_exec_core+1854>, 0x72d7fb741ab2 <vm_exec_core+1794>, 0x72d7fb741a8e <vm_exec_core+1758>, 0x72d7fb741a45 <vm_exec_core+1685>, 0x72d7fb7419fc <vm_exec_core+1612>, 0x72d7fb7419c0 <vm_exec_core+1552>, 0x72d7fb741900 <vm_exec_core+1360>, 0x72d7fb74187b <vm_exec_core+1227>, 0x72d7fb744a33 <vm_exec_core+13955>, 0x72d7fb744934 <vm_exec_core+13700>, 0x72d7fb74499a <vm_exec_core+13802>, 0x72d7fb7439fd <vm_exec_core+9805>, 0x72d7fb744a98 <vm_exec_core+14056>, 0x72d7fb744252 <vm_exec_core+11938>, 0x72d7fb7442ab <vm_exec_core+12027>, 0x72d7fb7443cb <vm_exec_core+12315>, 0x72d7fb7444ac <vm_exec_core+12540>, 0x72d7fb74430c <vm_exec_core+12124>, 0x72d7fb74436d <vm_exec_core+12221>, 0x72d7fb744429 <vm_exec_core+12409>, 0x72d7fb74450a <vm_exec_core+12634>, 0x72d7fb744556 <vm_exec_core+12710>, 0x72d7fb74480e <vm_exec_core+13406>, 0x72d7fb74473c <vm_exec_core+13196>, 0x72d7fb7447c6 <vm_exec_core+13334>, 0x72d7fb7445a9 <vm_exec_core+12793>, 0x72d7fb7445fb <vm_exec_core+12875>, 0x72d7fb744644 <vm_exec_core+12948>, 0x72d7fb7446aa <vm_exec_core+13050>, 0x72d7fb744b31 <vm_exec_core+14209>, 0x72d7fb74180a <vm_exec_core+1114>, 0x72d7fb74178a <vm_exec_core+986>, 0x72d7fb7416e1 <vm_exec_core+817>, 0x72d7fb74169a <vm_exec_core+746>, 0x72d7fb74164f <vm_exec_core+671>, 0x72d7fb741606 <vm_exec_core+598>, 0x72d7fb7415b5 <vm_exec_core+517>, 0x72d7fb741580 <vm_exec_core+464>, 0x72d7fb74154b <vm_exec_core+411>, 0x72d7fb744891 <vm_exec_core+13537>, 0x72d7fb7427b1 <vm_exec_core+5121>, 0x72d7fb742745 <vm_exec_core+5013>, 0x72d7fb7426a4 <vm_exec_core+4852>, 0x72d7fb74262a <vm_exec_core+4730>, 0x72d7fb742585 <vm_exec_core+4565>, 0x72d7fb742b82 <vm_exec_core+6098>, 0x72d7fb742b27 <vm_exec_core+6007>, 0x72d7fb7428b9 <vm_exec_core+5385>, 0x72d7fb74281d <vm_exec_core+5229>, 0x72d7fb742c21 <vm_exec_core+6257>, 0x72d7fb7429ac <vm_exec_core+5628>, 0x72d7fb742540 <vm_exec_core+4496>, 0x72d7fb7424d8 <vm_exec_core+4392>, 0x72d7fb742461 <vm_exec_core+4273>, 0x72d7fb742424 <vm_exec_core+4212>, 0x72d7fb7423ec <vm_exec_core+4156>, 0x72d7fb7423b7 <vm_exec_core+4103>, 0x72d7fb742382 <vm_exec_core+4050>, 0x72d7fb74234d <vm_exec_core+3997>, 0x72d7fb7422c5 <vm_exec_core+3861>, 0x72d7fb742281 <vm_exec_core+3793>, 0x72d7fb74223a <vm_exec_core+3722>, 0x72d7fb7421e2 <vm_exec_core+3634>, 0x72d7fb74219c <vm_exec_core+3564>, 0x72d7fb74211f <vm_exec_core+3439>, 0x72d7fb7420e5 <vm_exec_core+3381>, 0x72d7fb742088 <vm_exec_core+3288>, 0x72d7fb74202e <vm_exec_core+3198>, 0x72d7fb741ff1 <vm_exec_core+3137>, 0x72d7fb7437a2 <vm_exec_core+9202>, 0x72d7fb743619 <vm_exec_core+8809>, 0x72d7fb743593 <vm_exec_core+8675>, 0x72d7fb74352c <vm_exec_core+8572>, 0x72d7fb7434da <vm_exec_core+8490>, 0x72d7fb743478 <vm_exec_core+8392>, 0x72d7fb74342b <vm_exec_core+8315>, 0x72d7fb7433d6 <vm_exec_core+8230>, 0x72d7fb743890 <vm_exec_core+9440>, 0x72d7fb743869 <vm_exec_core+9401>, 0x72d7fb74382e <vm_exec_core+9342>, 0x72d7fb7437df <vm_exec_core+9263>, 0x72d7fb743982 <vm_exec_core+9682>, 0x72d7fb7438da <vm_exec_core+9514>, 0x72d7fb742d96 <vm_exec_core+6630>, 0x72d7fb742d52 <vm_exec_core+6562>, 0x72d7fb743052 <vm_exec_core+7330>, 0x72d7fb742fe3 <vm_exec_core+7219>, 0x72d7fb743084 <vm_exec_core+7380>, 0x72d7fb742f94 <vm_exec_core+7140>, 0x72d7fb742f25 <vm_exec_core+7029>, 0x72d7fb742ec7 <vm_exec_core+6935>, 0x72d7fb742e15 <vm_exec_core+6757>, 0x72d7fb742dd9 <vm_exec_core+6697>, 0x72d7fb7432a8 <vm_exec_core+7928>, 0x72d7fb74323e <vm_exec_core+7822>, 0x72d7fb743193 <vm_exec_core+7651>, 0x72d7fb7448af <vm_exec_core+13567>, 0x72d7fb7430dd <vm_exec_core+7469>, 0x72d7fb74333e <vm_exec_core+8078>, 0x72d7fb7432ef <vm_exec_core+7999>, 0x72d7fb743387 <vm_exec_core+8151>, 0x72d7fb741fa2 <vm_exec_core+3058>, 0x72d7fb7448c5 <vm_exec_core+13589>, 0x72d7fb741f53 <vm_exec_core+2979>, 0x72d7fb741ee2 <vm_exec_core+2866>, 0x72d7fb741e9d <vm_exec_core+2797>, 0x72d7fb741e2a <vm_exec_core+2682>, 0x72d7fb741cdb <vm_exec_core+2347>, 0x72d7fb741c0b <vm_exec_core+2139>, 0x72d7fb741b8f <vm_exec_core+2015>, 0x72d7fb7414bf <vm_exec_core+271>, 0x72d7fb741b5b <vm_exec_core+1963>, 0x72d7fb741b1c <vm_exec_core+1900>, 0x72d7fb741add <vm_exec_core+1837>, 0x72d7fb741aa1 <vm_exec_core+1777>, 0x72d7fb741a7d <vm_exec_core+1741>, 0x72d7fb741a34 <vm_exec_core+1668>, 0x72d7fb7419eb <vm_exec_core+1595>, 0x72d7fb7419af <vm_exec_core+1535>, 0x72d7fb7418ef <vm_exec_core+1343>, 0x72d7fb74186a <vm_exec_core+1210>, 0x72d7fb744093 <vm_exec_core+11491>, 0x72d7fb7440a9 <vm_exec_core+11513>, 0x72d7fb7440bf <vm_exec_core+11535>, 0x72d7fb7440d5 <vm_exec_core+11557>, 0x72d7fb7440eb <vm_exec_core+11579>...}
#23 0x000072d7fb747018 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:2825
vm_loop_start = <optimized out>
vm_loop_start = <optimized out>
#24 rb_vm_exec (ec=0x72d7fa63c058) at /tmp/ruby/src/trunk-jemalloc/vm.c:2801
_ec = 0x72d7fa63c058
_tag = {tag = 36, retval = 4, buf = {0x0, 0x72d7fb747070 <rb_vm_exec+272>, 0x0, 0x7ffc4023f910, 0x72d7df73e950}, prev = 0x7ffc4023fe60, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#25 0x000072d7fb74d73a in vm_call0_cc (ec=0x72d7fa63c058, recv=<optimized out>, id=13633, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:101
flags = <optimized out>
use_argv = <optimized out>
av = {126271948782248, 9}
calling = {cd = 0x7ffc4023f9e0, cc = 0x72d7dfaf7038, block_handler = 0, recv = 126271492516840, argc = 0, kw_splat = false, heap_argv = 0}
#26 0x000072d7fb74febb in rb_call (scope=<optimized out>, argv=0x7ffc4023fb40, argc=0, mid=13633, recv=126271492516840) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:891
ec = <optimized out>
ec = <optimized out>
#27 rb_funcall_with_block_kw (recv=126271492516840, mid=13633, argc=0, argv=0x7ffc4023fb40, passed_procval=4, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1210
No locals.
#28 0x000072d7fb74c390 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffc4023fb38, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1865
No locals.
#29 vm_yield (kw_splat=0, argv=0x7ffc4023fb38, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:1879
No locals.
#30 rb_yield_0 (argv=0x7ffc4023fb38, argc=1) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1362
No locals.
#31 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_eval.c:1378
No locals.
#32 0x000072d7fb444dbc in rb_ary_each (ary=126271496350920) at /tmp/ruby/src/trunk-jemalloc/array.c:2766
i = 1
#33 0x000072d7fb72a44d in vm_call_cfunc_with_frame_ (ec=0x72d7fa63c058, reg_cfp=0x72d7fa7412d0, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm_insnhelper.c:3905
ci = 0xc1100020001
cc = <optimized out>
val = <optimized out>
me = 0x72d7faa2eaf0
cfunc = <optimized out>
recv = <optimized out>
block_handler = <optimized out>
frame_type = 1431634051
len = <optimized out>
args = <optimized out>
args = <optimized out>
#34 0x000072d7fb733b03 in vm_sendish (ec=0x72d7fa63c058, reg_cfp=0x72d7fa7412d0, cd=0x72d7e0c32ac0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-jemalloc/vm_callinfo.h:452
val = 36
ci = <optimized out>
cc = 0x72d7dfaf7060
argc = <optimized out>
recv = <optimized out>
calling = {cd = 0x72d7e0c32ac0, cc = 0x72d7dfaf7060, block_handler = 3490060, recv = 126271496350920, argc = 0, kw_splat = false, heap_argv = 0}
#35 0x000072d7fb743289 in vm_exec_core (ec=0x72d7fa63b054, ec@entry=0x72d7fa63c058) at ../../src/trunk-jemalloc/insns.def:857
bh = 126271952219489
cd = 0x72d7e0c32ac0
blockiseq = 0x0
leaf = <optimized out>
val = 126271496350920
reg_pc = 0x72d7e0cd35e8
reg_cfp = 0x72d7fa7412d0
insns_address_table = {0x72d7fb744923 <vm_exec_core+13683>, 0x72d7fb7427c2 <vm_exec_core+5138>, 0x72d7fb742756 <vm_exec_core+5030>, 0x72d7fb7426b5 <vm_exec_core+4869>, 0x72d7fb74263b <vm_exec_core+4747>, 0x72d7fb742596 <vm_exec_core+4582>, 0x72d7fb742b93 <vm_exec_core+6115>, 0x72d7fb742b38 <vm_exec_core+6024>, 0x72d7fb7428ca <vm_exec_core+5402>, 0x72d7fb74282e <vm_exec_core+5246>, 0x72d7fb742c32 <vm_exec_core+6274>, 0x72d7fb7429bd <vm_exec_core+5645>, 0x72d7fb742551 <vm_exec_core+4513>, 0x72d7fb7424e9 <vm_exec_core+4409>, 0x72d7fb742472 <vm_exec_core+4290>, 0x72d7fb742435 <vm_exec_core+4229>, 0x72d7fb7423fd <vm_exec_core+4173>, 0x72d7fb7423c8 <vm_exec_core+4120>, 0x72d7fb742393 <vm_exec_core+4067>, 0x72d7fb74235e <vm_exec_core+4014>, 0x72d7fb7422d6 <vm_exec_core+3878>, 0x72d7fb742292 <vm_exec_core+3810>, 0x72d7fb74224b <vm_exec_core+3739>, 0x72d7fb7421f3 <vm_exec_core+3651>, 0x72d7fb7421ad <vm_exec_core+3581>, 0x72d7fb742130 <vm_exec_core+3456>, 0x72d7fb7420f6 <vm_exec_core+3398>, 0x72d7fb742099 <vm_exec_core+3305>, 0x72d7fb74203f <vm_exec_core+3215>, 0x72d7fb742002 <vm_exec_core+3154>, 0x72d7fb7437b3 <vm_exec_core+9219>, 0x72d7fb74362a <vm_exec_core+8826>, 0x72d7fb7435a4 <vm_exec_core+8692>, 0x72d7fb74353d <vm_exec_core+8589>, 0x72d7fb7434eb <vm_exec_core+8507>, 0x72d7fb743489 <vm_exec_core+8409>, 0x72d7fb74343c <vm_exec_core+8332>, 0x72d7fb7433e7 <vm_exec_core+8247>, 0x72d7fb7438a1 <vm_exec_core+9457>, 0x72d7fb74387a <vm_exec_core+9418>, 0x72d7fb74383f <vm_exec_core+9359>, 0x72d7fb7437f0 <vm_exec_core+9280>, 0x72d7fb743993 <vm_exec_core+9699>, 0x72d7fb7438eb <vm_exec_core+9531>, 0x72d7fb742da7 <vm_exec_core+6647>, 0x72d7fb742d63 <vm_exec_core+6579>, 0x72d7fb743063 <vm_exec_core+7347>, 0x72d7fb742ff4 <vm_exec_core+7236>, 0x72d7fb743095 <vm_exec_core+7397>, 0x72d7fb742fa5 <vm_exec_core+7157>, 0x72d7fb742f36 <vm_exec_core+7046>, 0x72d7fb742ed8 <vm_exec_core+6952>, 0x72d7fb742e26 <vm_exec_core+6774>, 0x72d7fb742dea <vm_exec_core+6714>, 0x72d7fb7432b9 <vm_exec_core+7945>, 0x72d7fb74324f <vm_exec_core+7839>, 0x72d7fb7431a4 <vm_exec_core+7668>, 0x72d7fb741410 <vm_exec_core+96>, 0x72d7fb7430ee <vm_exec_core+7486>, 0x72d7fb74334f <vm_exec_core+8095>, 0x72d7fb743300 <vm_exec_core+8016>, 0x72d7fb743398 <vm_exec_core+8168>, 0x72d7fb741fb3 <vm_exec_core+3075>, 0x72d7fb7448db <vm_exec_core+13611>, 0x72d7fb741f64 <vm_exec_core+2996>, 0x72d7fb741ef3 <vm_exec_core+2883>, 0x72d7fb741eae <vm_exec_core+2814>, 0x72d7fb741e3b <vm_exec_core+2699>, 0x72d7fb741cec <vm_exec_core+2364>, 0x72d7fb741c1c <vm_exec_core+2156>, 0x72d7fb741ba0 <vm_exec_core+2032>, 0x72d7fb7414d0 <vm_exec_core+288>, 0x72d7fb741b6c <vm_exec_core+1980>, 0x72d7fb741b2d <vm_exec_core+1917>, 0x72d7fb741aee <vm_exec_core+1854>, 0x72d7fb741ab2 <vm_exec_core+1794>, 0x72d7fb741a8e <vm_exec_core+1758>, 0x72d7fb741a45 <vm_exec_core+1685>, 0x72d7fb7419fc <vm_exec_core+1612>, 0x72d7fb7419c0 <vm_exec_core+1552>, 0x72d7fb741900 <vm_exec_core+1360>, 0x72d7fb74187b <vm_exec_core+1227>, 0x72d7fb744a33 <vm_exec_core+13955>, 0x72d7fb744934 <vm_exec_core+13700>, 0x72d7fb74499a <vm_exec_core+13802>, 0x72d7fb7439fd <vm_exec_core+9805>, 0x72d7fb744a98 <vm_exec_core+14056>, 0x72d7fb744252 <vm_exec_core+11938>, 0x72d7fb7442ab <vm_exec_core+12027>, 0x72d7fb7443cb <vm_exec_core+12315>, 0x72d7fb7444ac <vm_exec_core+12540>, 0x72d7fb74430c <vm_exec_core+12124>, 0x72d7fb74436d <vm_exec_core+12221>, 0x72d7fb744429 <vm_exec_core+12409>, 0x72d7fb74450a <vm_exec_core+12634>, 0x72d7fb744556 <vm_exec_core+12710>, 0x72d7fb74480e <vm_exec_core+13406>, 0x72d7fb74473c <vm_exec_core+13196>, 0x72d7fb7447c6 <vm_exec_core+13334>, 0x72d7fb7445a9 <vm_exec_core+12793>, 0x72d7fb7445fb <vm_exec_core+12875>, 0x72d7fb744644 <vm_exec_core+12948>, 0x72d7fb7446aa <vm_exec_core+13050>, 0x72d7fb744b31 <vm_exec_core+14209>, 0x72d7fb74180a <vm_exec_core+1114>, 0x72d7fb74178a <vm_exec_core+986>, 0x72d7fb7416e1 <vm_exec_core+817>, 0x72d7fb74169a <vm_exec_core+746>, 0x72d7fb74164f <vm_exec_core+671>, 0x72d7fb741606 <vm_exec_core+598>, 0x72d7fb7415b5 <vm_exec_core+517>, 0x72d7fb741580 <vm_exec_core+464>, 0x72d7fb74154b <vm_exec_core+411>, 0x72d7fb744891 <vm_exec_core+13537>, 0x72d7fb7427b1 <vm_exec_core+5121>, 0x72d7fb742745 <vm_exec_core+5013>, 0x72d7fb7426a4 <vm_exec_core+4852>, 0x72d7fb74262a <vm_exec_core+4730>, 0x72d7fb742585 <vm_exec_core+4565>, 0x72d7fb742b82 <vm_exec_core+6098>, 0x72d7fb742b27 <vm_exec_core+6007>, 0x72d7fb7428b9 <vm_exec_core+5385>, 0x72d7fb74281d <vm_exec_core+5229>, 0x72d7fb742c21 <vm_exec_core+6257>, 0x72d7fb7429ac <vm_exec_core+5628>, 0x72d7fb742540 <vm_exec_core+4496>, 0x72d7fb7424d8 <vm_exec_core+4392>, 0x72d7fb742461 <vm_exec_core+4273>, 0x72d7fb742424 <vm_exec_core+4212>, 0x72d7fb7423ec <vm_exec_core+4156>, 0x72d7fb7423b7 <vm_exec_core+4103>, 0x72d7fb742382 <vm_exec_core+4050>, 0x72d7fb74234d <vm_exec_core+3997>, 0x72d7fb7422c5 <vm_exec_core+3861>, 0x72d7fb742281 <vm_exec_core+3793>, 0x72d7fb74223a <vm_exec_core+3722>, 0x72d7fb7421e2 <vm_exec_core+3634>, 0x72d7fb74219c <vm_exec_core+3564>, 0x72d7fb74211f <vm_exec_core+3439>, 0x72d7fb7420e5 <vm_exec_core+3381>, 0x72d7fb742088 <vm_exec_core+3288>, 0x72d7fb74202e <vm_exec_core+3198>, 0x72d7fb741ff1 <vm_exec_core+3137>, 0x72d7fb7437a2 <vm_exec_core+9202>, 0x72d7fb743619 <vm_exec_core+8809>, 0x72d7fb743593 <vm_exec_core+8675>, 0x72d7fb74352c <vm_exec_core+8572>, 0x72d7fb7434da <vm_exec_core+8490>, 0x72d7fb743478 <vm_exec_core+8392>, 0x72d7fb74342b <vm_exec_core+8315>, 0x72d7fb7433d6 <vm_exec_core+8230>, 0x72d7fb743890 <vm_exec_core+9440>, 0x72d7fb743869 <vm_exec_core+9401>, 0x72d7fb74382e <vm_exec_core+9342>, 0x72d7fb7437df <vm_exec_core+9263>, 0x72d7fb743982 <vm_exec_core+9682>, 0x72d7fb7438da <vm_exec_core+9514>, 0x72d7fb742d96 <vm_exec_core+6630>, 0x72d7fb742d52 <vm_exec_core+6562>, 0x72d7fb743052 <vm_exec_core+7330>, 0x72d7fb742fe3 <vm_exec_core+7219>, 0x72d7fb743084 <vm_exec_core+7380>, 0x72d7fb742f94 <vm_exec_core+7140>, 0x72d7fb742f25 <vm_exec_core+7029>, 0x72d7fb742ec7 <vm_exec_core+6935>, 0x72d7fb742e15 <vm_exec_core+6757>, 0x72d7fb742dd9 <vm_exec_core+6697>, 0x72d7fb7432a8 <vm_exec_core+7928>, 0x72d7fb74323e <vm_exec_core+7822>, 0x72d7fb743193 <vm_exec_core+7651>, 0x72d7fb7448af <vm_exec_core+13567>, 0x72d7fb7430dd <vm_exec_core+7469>, 0x72d7fb74333e <vm_exec_core+8078>, 0x72d7fb7432ef <vm_exec_core+7999>, 0x72d7fb743387 <vm_exec_core+8151>, 0x72d7fb741fa2 <vm_exec_core+3058>, 0x72d7fb7448c5 <vm_exec_core+13589>, 0x72d7fb741f53 <vm_exec_core+2979>, 0x72d7fb741ee2 <vm_exec_core+2866>, 0x72d7fb741e9d <vm_exec_core+2797>, 0x72d7fb741e2a <vm_exec_core+2682>, 0x72d7fb741cdb <vm_exec_core+2347>, 0x72d7fb741c0b <vm_exec_core+2139>, 0x72d7fb741b8f <vm_exec_core+2015>, 0x72d7fb7414bf <vm_exec_core+271>, 0x72d7fb741b5b <vm_exec_core+1963>, 0x72d7fb741b1c <vm_exec_core+1900>, 0x72d7fb741add <vm_exec_core+1837>, 0x72d7fb741aa1 <vm_exec_core+1777>, 0x72d7fb741a7d <vm_exec_core+1741>, 0x72d7fb741a34 <vm_exec_core+1668>, 0x72d7fb7419eb <vm_exec_core+1595>, 0x72d7fb7419af <vm_exec_core+1535>, 0x72d7fb7418ef <vm_exec_core+1343>, 0x72d7fb74186a <vm_exec_core+1210>, 0x72d7fb744093 <vm_exec_core+11491>, 0x72d7fb7440a9 <vm_exec_core+11513>, 0x72d7fb7440bf <vm_exec_core+11535>, 0x72d7fb7440d5 <vm_exec_core+11557>, 0x72d7fb7440eb <vm_exec_core+11579>...}
#36 0x000072d7fb747018 in vm_exec_loop (result=<optimized out>, tag=<optimized out>, state=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:2825
vm_loop_start = <optimized out>
vm_loop_start = <optimized out>
#37 rb_vm_exec (ec=0x72d7fa63c058) at /tmp/ruby/src/trunk-jemalloc/vm.c:2801
_ec = 0x72d7fa63c058
_tag = {tag = 36, retval = 4, buf = {0x72d7fa63c058, 0x72d7fb747070 <rb_vm_exec+272>, 0x0, 0x7ffc4023fe40, 0x72d7fa63c058}, prev = 0x7ffc4023ff10, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#38 0x000072d7fb75976d in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/vm.c:3064
ec = <optimized out>
val = <optimized out>
#39 0x000072d7fb5282c5 in rb_ec_exec_node (ec=ec@entry=0x72d7fa63c058, n=n@entry=0x72d7dfab9a30) at /tmp/ruby/src/trunk-jemalloc/eval.c:283
_ec = 0x72d7fa63c058
_tag = {tag = 36, retval = 126271960038421, buf = {0x72d7fa63c058, 0x72d7fb528310 <rb_ec_exec_node+240>, 0x0, 0x7ffc4023fef0, 0x72d7dfab9a30}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x72d7dfab9a30
#40 0x000072d7fb52c7db in ruby_run_node (n=0x72d7dfab9a30) at /tmp/ruby/src/trunk-jemalloc/eval.c:321
ec = 0x72d7fa63c058
status = 0
#41 0x0000633ae618b186 in rb_main (argv=0x7ffc40240138, argc=113) at /tmp/ruby/src/trunk-jemalloc/main.c:42
variable_in_this_stack_frame = 140721384588488
#42 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-jemalloc/main.c:62
No locals.
>>> Dump Ruby level backtrace (if possible)
$1 = true
[738/757] 1069161=ruby/test_parse
$2 = 0
">>> Finish
"[Inferior 1 (process 1098944) detached]
[739/757] 1069162=-ext-/bignum/test_bigzero
[740/757] 1069162=json/json_ryu_fallback_test
[741/757] 1069162=-ext-/class/test_class2name
[742/757] 1069162=-ext-/stack/test_stack_overflow
[743/757] 1069162=rubygems/test_gem_platform
[744/757] 1069162=openssl/test_x509cert
[745/757] 1069161=stringio/test_stringio
[746/757] 1069161=rubygems/test_gem_remote_fetcher_local_ssl_server
[747/757] 1069162=json/test_helper
[748/757] 1069162=ripper/test_files_test_2
[749/757] 1069162=rubygems/test_gem_resolver_composed_set
[750/757] 1069162=rubygems/test_gem_resolver_local_specification
[751/757] 1069162=ruby/test_econv
[752/757] 1069161=ruby/test_require
[753/757] 1069159=psych/test_boolean
[754/757] 1069159=resolv/test_addr
[755/757] 1069159=openssl/test_ns_spki
[756/757] 1069159=ruby/test_stack
[757/757] 1069162=did_you_mean/spell_checking/test_key_name_check
1) Error:
TestClass#test_safe_multi_ractor_subclasses_list_mutation:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (10 sec)
pid 1098944 killed by SIGABRT (signal 6) (core dumped)
|
| <internal:ractor>:742: [BUG] Segmentation fault at 0x000003e900105067
| ruby 4.1.0dev (2026-02-22T16:40:41Z master b94162ab8a) +PRISM [x86_64-linux]
|
| -- Control frame information -----------------------------------------------
| c:0005 p:0003 s:0020 e:000019 l:y b:0001 METHOD <internal:ractor>:742
| c:0004 p:0027 s:0016 e:000015 l:y b:0001 METHOD <internal:ractor>:589 [FINISH]
| c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC :each
| c:0002 p:0061 s:0007 E:001108 l:n b:---- EVAL -:20 [FINISH]
| c:0001 p:0000 s:0003 E:000d50 l:y b:---- DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -:20:in '<main>'
| -:20:in 'each'
| <internal:ractor>:589:in 'join'
| <internal:ractor>:742:in 'receive'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 4
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| RIP: 0x000072d7fadb6d61 RBP: 0x00007ffc4023f4e0 RSP: 0x00007ffc4023f4a0
| RAX: 0xfffffffffffffffc RBX: 0x000072d7fa63b028 RCX: 0x000072d7fadb6d61
| RDX: 0x0000000000000000 RDI: 0x000072d7fa63b054 RSI: 0x0000000000000189
Finished tests in 1265.072766s, 27.1613 tests/s, 5728.3638 assertions/s.
| R8: 0x0000000000000000 R9: 0x00000000ffffffff R10: 0x0000000000000000
| R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
| R14: 0x000072d7fbacc578 R15: 0x000072d7fa63b054 EFL: 0x0000000000000246
|
| -- C level backtrace information -------------------------------------------
| th: 0x72d7fbabcd40, native_id: 0x72d7faa70240
| -- Control frame information -----------------------------------------------
| c:0005 p:0003 s:0020 e:000019 l:y b:0001 METHOD <internal:ractor>:742
| c:0004 p:0027 s:0016 e:000015 l:y b:0001 METHOD <internal:ractor>:589 [FINISH]
| c:0003 p:---- s:0011 e:000010 l:y b:---- CFUNC :each
| c:0002 p:0061 s:0007 E:001108 l:n b:---- EVAL -:20 [FINISH]
| c:0001 p:0000 s:0003 E:000d50 l:y b:---- DUMMY [FINISH]
|
| ABRT received in SEGV handler
/tmp/ruby/src/trunk-jemalloc/test/ruby/test_class.rb:922:in 'TestClass#test_safe_multi_ractor_subclasses_list_mutation'
34361 tests, 7246797 assertions, 0 failures, 1 errors, 159 skips
ruby -v: ruby 4.1.0dev (2026-02-22T16:40:41Z master b94162ab8a) +PRISM [x86_64-linux]
make: *** [uncommon.mk:916: 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 -fPIC
XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.1 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -ljemalloc -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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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-jemalloc/target/release/' '/tmp/ruby/src/trunk-jemalloc/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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/digest_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/finalizer_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/set_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
ruby 4.1.0dev (2026-02-22T16:40:41Z master b94162ab8a) +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 181.700982 seconds
3424 files, 34136 examples, 193289 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.