# Logfile created on 2025-11-21 18:22:08 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007ad79639fdd0 @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-gc-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-gc-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-gc-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-gc-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2\"", @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=316000, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20251121-182207", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "100"]], @make="make", @logger=#<Logger:0x00007ad79a9ac418 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007ad79a9ac260 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007ad7962d8de8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20251121-182207", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20251121-182207>, @binmode=false, @mon_data=#<Monitor:0x00007ad79a9abfb8>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2"
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2"
From https://github.com/ruby/ruby
8728406..1959fca master -> origin/master
Updating 8728406..1959fca
Fast-forward
zjit/src/asm/arm64/mod.rs | 2 +-
zjit/src/codegen.rs | 25 +++
zjit/src/cruby_methods.rs | 31 +++-
zjit/src/hir.rs | 25 ++-
zjit/src/hir/opt_tests.rs | 462 ++++++++++++++++++++++++++++++++++++++++++----
zjit/src/hir_type/mod.rs | 2 +
zjit/src/stats.rs | 2 +
7 files changed, 508 insertions(+), 41 deletions(-)
Latest commit hash = 1959fcacb3
$$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2"
/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2"
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 -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -latomic -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 --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/version.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2"
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 -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -latomic -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 --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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
4e5a2af4cec19632c96282b6146091e37871e21f4fb366bd5fc88dfce6783bcf builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-gc-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2"
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 -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -latomic -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 --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2"
rm -rf .bundle/gems/win32ole-1.9.2/
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision unchanged
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 -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS = -DRGENGC_CHECK_MODE=2
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -latomic -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 --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-gc-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
installing binary commands: /tmp/ruby/install/trunk-gc-asserts/bin
installing base libraries: /tmp/ruby/install/trunk-gc-asserts/lib
installing arch files: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-gc-asserts/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/4.0.0+0
installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-4.0.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-gc-asserts/bin
installing library scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/4.0.0+0
installing common headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-4.0.0+0
installing manpages: /tmp/ruby/install/trunk-gc-asserts/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/4.0.0+0
bundler 4.0.0.beta1
delegate 0.4.0
did_you_mean 2.0.0
english 0.8.1
erb 6.0.0
error_highlight 0.7.0
fileutils 1.8.0
find 0.2.0
forwardable 1.3.3
ipaddr 1.2.7
net-http 0.8.0
net-protocol 0.2.2
open-uri 0.5.0
open3 0.2.1
optparse 0.8.0
pp 0.6.3
prettyprint 0.2.0
prism 1.6.0
resolv 0.6.3
ruby2_keywords 0.0.5
securerandom 0.4.1
shellwords 0.2.2
singleton 0.3.0
syntax_suggest 2.0.2
tempfile 0.3.1
time 0.4.1
timeout 0.4.4
tmpdir 0.3.1
tsort 0.2.0
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-gc-asserts/lib/ruby/gems/4.0.0+0
date 3.5.0
digest 3.2.1
etc 1.4.6
fcntl 1.3.0
io-console 0.8.1
io-nonblock 0.3.2
io-wait 0.4.0.dev
json 2.16.0
openssl 4.0.0.pre
psych 5.2.6
stringio 3.1.9.dev
strscan 3.1.6.dev
zlib 3.2.2
installing bundled gems: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/4.0.0+0
minitest 5.26.2
power_assert 3.0.1
rake 13.3.1
test-unit 3.7.1
rexml 3.4.4
rss 0.3.1
net-ftp 0.3.9
net-imap 0.5.12
net-pop 0.1.2
net-smtp 0.5.1
matrix 0.4.3
prime 0.1.4
rbs 3.9.5
typeprof 0.31.0
debug 1.11.0
racc 1.8.1
mutex_m 0.3.0
getoptlong 0.2.1
base64 0.3.0
bigdecimal 3.3.1
observer 0.1.2
abbrev 0.1.2
resolv-replace 0.1.1
rinda 0.2.0
drb 2.2.3
nkf 0.2.0
syslog 0.3.0
csv 3.3.5
repl_type_completor 0.1.12
ostruct 0.6.3
pstore 0.2.0
benchmark 0.5.0
logger 1.7.0
rdoc 6.15.1
irb 1.15.3
reline 0.6.3
readline 0.0.4
fiddle 1.1.8
installing bundled gem cache: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/4.0.0+0/cache
skipped bundled gems:
win32ole-1.9.2.gem extensions not found or build failed win32ole-1.9.2
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
Fstderr output is not empty
heap_pages_final_slots: 0, total_freed_objects: 65055
bootstraptest.test_ractor.rb_2354_1407.rb:11: [BUG] inconsistent live slot number: expect 22371, but 22370.
ruby 4.0.0dev (2025-11-21T17:21:57Z master 1959fcacb3) +PRISM [x86_64-linux]
-- Control frame information -----------------------------------------------
c:0005 p:---- s:0023 e:000022 l:y b:---- CFUNC :fork
c:0004 p:0012 s:0019 E:001ee0 l:n b:---- BLOCK bootstraptest.test_ractor.rb_2354_1407.rb:11
c:0003 p:0024 s:0012 e:000011 l:y b:0001 METHOD <internal:numeric>:257
c:0002 p:0018 s:0007 E:0000a0 l:n b:---- EVAL bootstraptest.test_ractor.rb_2354_1407.rb:4 [FINISH]
c:0001 p:0000 s:0003 E:0001c0 l:y b:---- DUMMY [FINISH]
-- Ruby level backtrace information ----------------------------------------
bootstraptest.test_ractor.rb_2354_1407.rb:4:in '<main>'
<internal:numeric>:257:in 'times'
bootstraptest.test_ractor.rb_2354_1407.rb:11:in 'block in <main>'
bootstraptest.test_ractor.rb_2354_1407.rb:11:in 'fork'
-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 1
-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_print_backtrace+0x14) [0x60d7591f2328] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1105
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1450
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug_without_die_internal+0x71) [0x60d758edaf53] /tmp/ruby/src/trunk-gc-asserts/error.c:1098
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1116
[0x60d758feafda]
/tmp/ruby/build/trunk-gc-asserts/miniruby(gc_verify_internal_consistency+0x3c) [0x60d758fedc90] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5241
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_gc_impl_shutdown_call_finalizer) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:3015
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_objspace_call_finalizer) /tmp/ruby/src/trunk-gc-asserts/gc.c:1732
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ec_finalize+0x16) [0x60d758fcd88e] /tmp/ruby/src/trunk-gc-asserts/eval.c:166
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ec_cleanup) /tmp/ruby/src/trunk-gc-asserts/eval.c:257
/tmp/ruby/build/trunk-gc-asserts/miniruby(ruby_stop+0xf) [0x60d758fcdb0f] /tmp/ruby/src/trunk-gc-asserts/eval.c:292
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_f_fork+0x1f) [0x60d7590c2054] /tmp/ruby/src/trunk-gc-asserts/process.c:4291
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_f_fork) /tmp/ruby/src/trunk-gc-asserts/process.c:4281
/tmp/ruby/build/trunk-gc-asserts/miniruby(vm_call_cfunc_with_frame_+0x10d) [0x60d7591bd5bd] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3902
/tmp/ruby/build/trunk-gc-asserts/miniruby(vm_sendish+0xcc) [0x60d7591c705c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6124
/tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_core+0x2240) [0x60d7591d6230] ../../src/trunk-gc-asserts/insns.def:855
/tmp/ruby/build/trunk-gc-asserts/miniruby(vm_exec_loop+0xa) [0x60d7591d9a58] /tmp/ruby/src/trunk-gc-asserts/vm.c:2811
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2787
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_ec_exec_node+0xa5) [0x60d758fc96d5] /tmp/ruby/src/trunk-gc-asserts/eval.c:283
/tmp/ruby/build/trunk-gc-asserts/miniruby(ruby_run_node+0x8b) [0x60d758fcdbab] /tmp/ruby/src/trunk-gc-asserts/eval.c:321
/tmp/ruby/build/trunk-gc-asserts/miniruby(rb_main+0x21) [0x60d758eeb3d6] /tmp/ruby/src/trunk-gc-asserts/main.c:42
/tmp/ruby/build/trunk-gc-asserts/miniruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x77bae13641ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x77bae136428b] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x60d758eeb425]
-- Other runtime information -----------------------------------------------
* Loaded script: bootstraptest.test_ractor.rb_2354_1407.rb
* Ruby Box: disabled
* Loaded features:
0 enumerator.so
1 thread.rb
2 fiber.so
3 rational.so
4 complex.so
5 pathname.so
6 ruby2_keywords.rb
7 set.rb
8 /tmp/ruby/build/trunk-gc-asserts/x86_64-linux-fake.rb
* Process memory map:
60d758e98000-60d758ed8000 r--p 00000000 00:4e 14966734 /tmp/ruby/build/trunk-gc-asserts/miniruby
60d758ed8000-60d759391000 r-xp 00040000 00:4e 14966734 /tmp/ruby/build/trunk-gc-asserts/miniruby
60d759391000-60d759526000 r--p 004f9000 00:4e 14966734 /tmp/ruby/build/trunk-gc-asserts/miniruby
60d759526000-60d75953c000 r--p 0068e000 00:4e 14966734 /tmp/ruby/build/trunk-gc-asserts/miniruby
60d75953c000-60d75953d000 rw-p 006a4000 00:4e 14966734 /tmp/ruby/build/trunk-gc-asserts/miniruby
60d75953d000-60d759552000 rw-p 00000000 00:00 0
60d77ead6000-60d77ec7a000 rw-p 00000000 00:00 0 [heap]
77ba80000000-77ba80021000 rw-p 00000000 00:00 0
77ba80021000-77ba84000000 ---p 00000000 00:00 0
77ba84c19000-77ba88000000 r--s 00000000 00:4e 14966734 /tmp/ruby/build/trunk-gc-asserts/miniruby
77ba88000000-77ba88021000 rw-p 00000000 00:00 0
77ba88021000-77ba8c000000 ---p 00000000 00:00 0
77ba8c000000-77ba8c021000 rw-p 00000000 00:00 0
77ba8c021000-77ba90000000 ---p 00000000 00:00 0
77ba90000000-77ba90021000 rw-p 00000000 00:00 0
77ba90021000-77ba94000000 ---p 00000000 00:00 0
77ba94000000-77ba94021000 rw-p 00000000 00:00 0
77ba94021000-77ba98000000 ---p 00000000 00:00 0
77ba98000000-77ba98021000 rw-p 00000000 00:00 0
77ba98021000-77ba9c000000 ---p 00000000 00:00 0
77ba9c000000-77ba9c021000 rw-p 00000000 00:00 0
77ba9c021000-77baa0000000 ---p 00000000 00:00 0
77baa0000000-77baa0021000 rw-p 00000000 00:00 0
77baa0021000-77baa4000000 ---p 00000000 00:00 0
77baa5599000-77baa57a0000 r--s 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
77baa57a0000-77baa57f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
77baa57fa000-77baa57fb000 ---p 00000000 00:00 0
77baa57fb000-77baa58fb000 rw-p 00000000 00:00 0
77baa58fb000-77baa58fc000 ---p 00000000 00:00 0
77baa58fc000-77baa59fc000 rw-p 00000000 00:00 0
77baa59fc000-77baa59fd000 ---p 00000000 00:00 0
77baa59fd000-77baa5afd000 rw-p 00000000 00:00 0
77baa5afd000-77baa5afe000 ---p 00000000 00:00 0
77baa5afe000-77baa5bfe000 rw-p 00000000 00:00 0
77baa5bfe000-77baa5bff000 ---p 00000000 00:00 0
77baa5bff000-77baa5cff000 rw-p 00000000 00:00 0
77baa5cff000-77baa5d00000 ---p 00000000 00:00 0
77baa5d00000-77baa5e00000 rw-p 00000000 00:00 0
77baa5e00000-77baa5f01000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa5f01000-77baa5f02000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa5f02000-77baa6102000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6102000-77baa6103000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6103000-77baa6303000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6303000-77baa6304000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6304000-77baa6504000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6504000-77baa6505000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6505000-77baa6705000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6705000-77baa6706000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6706000-77baa6906000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6906000-77baa6907000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6907000-77baa6b07000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6b07000-77baa6b08000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6b08000-77baa6d08000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6d08000-77baa6d09000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6d09000-77baa6f09000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6f09000-77baa6f0a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa6f0a000-77baa710a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa710a000-77baa710b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa710b000-77baa730b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa730b000-77baa730c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa730c000-77baa750c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa750c000-77baa750d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa750d000-77baa770d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa770d000-77baa770e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa770e000-77baa790e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa790e000-77baa790f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa790f000-77baa7b0f000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa7b0f000-77baa7b10000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa7b10000-77baa7d10000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa7d10000-77baa7d11000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa7d11000-77baa7f11000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa7f11000-77baa7f12000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa7f12000-77baa8112000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8112000-77baa8113000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8113000-77baa8313000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8313000-77baa8314000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8314000-77baa8514000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8514000-77baa8515000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8515000-77baa8715000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8715000-77baa8716000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8716000-77baa8916000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8916000-77baa8917000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8917000-77baa8b17000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8b17000-77baa8b18000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8b18000-77baa8d18000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8d18000-77baa8d19000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8d19000-77baa8f19000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8f19000-77baa8f1a000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa8f1a000-77baa911a000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa911a000-77baa911b000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa911b000-77baa931b000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa931b000-77baa931c000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa931c000-77baa951c000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa951c000-77baa951d000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa951d000-77baa971d000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa971d000-77baa971e000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa971e000-77baa991e000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa991e000-77baa991f000 ---p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77baa991f000-77bac5e00000 rw-p 00000000 00:00 0 [anon:Ruby:nt_alloc_thread_stack_chunk]
77bac5e10000-77bac5e70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
77bac5e7f000-77bac5e80000 ---p 00000000 00:00 0
77bac5e80000-77bac5f80000 rw-p 00000000 00:00 0
77bac5f80000-77bac5fb0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
77bac5fbf000-77bac5fc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac5fc0000-77bac6061000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6061000-77bac6062000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6062000-77bac6103000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6103000-77bac6104000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6104000-77bac61a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac61a5000-77bac61a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac61a6000-77bac6247000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6247000-77bac6248000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6248000-77bac62e9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac62e9000-77bac62ea000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac62ea000-77bac638b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac638b000-77bac638c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac638c000-77bac642d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac642d000-77bac642e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac642e000-77bac64cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac64cf000-77bac64d0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac64d0000-77bac6571000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6571000-77bac6572000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6572000-77bac6613000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6613000-77bac6614000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6614000-77bac66b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac66b5000-77bac66b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac66b6000-77bac6757000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6757000-77bac6758000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6758000-77bac67f9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac67f9000-77bac67fa000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac67fa000-77bac689b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac689b000-77bac689c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac689c000-77bac693d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac693d000-77bac693e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac693e000-77bac69df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac69df000-77bac69e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac69e0000-77bac6a81000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6a81000-77bac6a82000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6a82000-77bac6b23000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6b23000-77bac6b24000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6b24000-77bac6bc5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6bc5000-77bac6bc6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6bc6000-77bac6c67000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6c67000-77bac6c68000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6c68000-77bac6d09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6d09000-77bac6d0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6d0a000-77bac6dab000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6dab000-77bac6dac000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6dac000-77bac6e4d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6e4d000-77bac6e4e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6e4e000-77bac6eef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6eef000-77bac6ef0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6ef0000-77bac6f91000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6f91000-77bac6f92000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac6f92000-77bac7033000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac7033000-77bac7034000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac7034000-77bac70d5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac70d5000-77bac70d6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac70d6000-77bac7177000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac7177000-77bac7178000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac7178000-77bac7219000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac7219000-77bac721a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac721a000-77bac72bb000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac72bb000-77bac72bc000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac72bc000-77bac735d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac735d000-77bac735e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac735e000-77bac73ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]
77bac73ff000-77bac7400000 ---p 00000000 00:00 0
77bac7400000-77bac7c00000 rw-p 00000000 00:00 0
77bac7c00000-77badfc00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache]
77badfc00000-77bae1000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list]
77bae100f000-77bae1010000 ---p 00000000 00:00 0
77bae1010000-77bae1110000 rw-p 00000000 00:00 0
77bae1110000-77bae1190000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
77bae119f000-77bae11c0000 rw-p 00000000 00:00 0
77bae11c0000-77bae11d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]
77bae11d7000-77bae12d8000 rw-p 00000000 00:00 0
77bae12d8000-77bae12df000 r--s 00000000 00:4e 15348559 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
77bae12df000-77bae1338000 r--p 00000000 00:4e 15348059 /usr/lib/locale/C.utf8/LC_CTYPE
77bae1338000-77bae133a000 rw-p 00000000 00:00 0
77bae133a000-77bae1362000 r--p 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
77bae1362000-77bae14ea000 r-xp 00028000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
77bae14ea000-77bae1539000 r--p 001b0000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
77bae1539000-77bae153d000 r--p 001fe000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
77bae153d000-77bae153f000 rw-p 00202000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6
77bae153f000-77bae154c000 rw-p 00000000 00:00 0
77bae154c000-77bae1550000 r--p 00000000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
77bae1550000-77bae1573000 r-xp 00004000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
77bae1573000-77bae1577000 r--p 00027000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
77bae1577000-77bae1578000 r--p 0002b000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
77bae1578000-77bae1579000 rw-p 0002c000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
77bae1579000-77bae157b000 rw-p 00000000 00:00 0
77bae157b000-77bae158b000 r--p 00000000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
77bae158b000-77bae160a000 r-xp 00010000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
77bae160a000-77bae1662000 r--p 0008f000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
77bae1662000-77bae1663000 r--p 000e7000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
77bae1663000-77bae1664000 rw-p 000e8000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6
77bae1664000-77bae1666000 r--p 00000000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
77bae1666000-77bae167b000 r-xp 00002000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
77bae167b000-77bae1694000 r--p 00017000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
77bae1694000-77bae1695000 r--p 0002f000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
77bae1695000-77bae1696000 rw-p 00030000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
77bae1696000-77bae169e000 rw-p 00000000 00:00 0
77bae169e000-77bae16a8000 r--p 00000000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
77bae16a8000-77bae170b000 r-xp 0000a000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
77bae170b000-77bae1720000 r--p 0006d000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
77bae1720000-77bae1721000 r--p 00081000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
77bae1721000-77bae1722000 rw-p 00082000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
77bae1722000-77bae1724000 r--p 00000000 00:4e 16290236 /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
77bae1724000-77bae1727000 r-xp 00002000 00:4e 16290236 /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
77bae1727000-77bae1729000 r--p 00005000 00:4e 16290236 /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
77bae1729000-77bae172a000 r--p 00006000 00:4e 16290236 /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
77bae172a000-77bae172b000 rw-p 00007000 00:4e 16290236 /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
77bae172b000-77bae172c000 rw-p 00000000 00:00 0
77bae172c000-77bae172e000 r--p 00000000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
77bae172e000-77bae1740000 r-xp 00002000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
77bae1740000-77bae1746000 r--p 00014000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
77bae1746000-77bae1747000 r--p 0001a000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
77bae1747000-77bae1748000 rw-p 0001b000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3
77bae174d000-77bae174f000 rw-p 00000000 00:00 0
77bae174f000-77bae1750000 r--p 00000000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
77bae1750000-77bae177b000 r-xp 00001000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
77bae177b000-77bae1785000 r--p 0002c000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
77bae1785000-77bae1787000 r--p 00036000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
77bae1787000-77bae1789000 rw-p 00038000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffe99e8e000-7ffe99eaf000 rw-p 00000000 00:00 0 [stack]
7ffe99f39000-7ffe99f3d000 r--p 00000000 00:00 0 [vvar]
7ffe99f3d000-7ffe99f3f000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]
bootstraptest.test_ractor.rb_2354_1407.rb:13:in 'block in <main>': unhandled exception
from bootstraptest.test_ractor.rb_2354_1407.rb:4:in 'Integer#times'
from bootstraptest.test_ractor.rb_2354_1407.rb:4:in '<main>'
#1407 test_ractor.rb:2354:
begin
100.times do |i|
Ractor.new(i) do |j|
1000.times do |i|
"#{j}-#{i}"
end
Ractor.receive
end
pid = fork { }
_, status = Process.waitpid2 pid
raise unless status.success?
end
:ok
rescue NotImplementedError
:ok
end
#=> "" (expected "ok")
FAIL 1/2024 tests failed
make: *** [uncommon.mk:848: yes-btest] Error 1
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 512.
$$$[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 -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -latomic -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 --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-gc-asserts/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 -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -latomic -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 --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
Run options:
--seed=23858
"--ruby=./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-gc-asserts/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
# Running tests:
[ 1/756] 2628102=rubygems/test_gem_ext_builder
[ 2/756] 2628103=mkmf/test_flags
[ 3/756] 2628101=openssl/test_x509ext
[ 4/756] 2628104=prism/result/numeric_value_test
[ 5/756] 2628101=prism/ruby/parameters_signature_test
[ 6/756] 2628104=did_you_mean/core_ext/test_name_error_extension
[ 7/756] 2628104=test_weakref
[ 8/756] 2628101=-ext-/path_to_class/test_path_to_class
[ 9/756] 2628101=test_timeout
[ 10/756] 2628104=openssl/test_x509name
[ 11/756] 2628101=rubygems/test_gem_ext_ext_conf_builder
[ 12/756] 2628104=-ext-/bug_reporter/test_bug_reporter
[ 13/756] 2628104=rubygems/test_exit
[ 14/756] 2628103=psych/test_coder
[ 15/756] 2628103=ruby/test_symbol
[ 16/756] 2628104=ruby/enc/test_regex_casefold
[ 17/756] 2628104=socket/test_unix
[ 18/756] 2628104=rubygems/test_gem_source_git
[ 19/756] 2628102=ruby/test_settracefunc
[ 20/756] 2628101=rubygems/test_gem_text
[ 21/756] 2628104=prism/ruby/tunnel_test
[ 22/756] 2628101=socket/test_tcp
[ 23/756] 2628104=rubygems/test_gem_ext_cargo_builder_unit
[ 24/756] 2628104=ruby/test_method_cache
[ 25/756] 2628104=ruby/test_keyword
[ 26/756] 2628101=ruby/test_sprintf_comb
[ 27/756] 2628101=prism/api/parse_stream_test
[ 28/756] 2628101=rubygems/test_gem_commands_info_command
[ 29/756] 2628101=openssl/test_ossl
[ 30/756] 2628101=monitor/test_monitor
[ 31/756] 2628102=rubygems/test_gem_commands_mirror
[ 32/756] 2628101=psych/test_data
[ 33/756] 2628102=ruby/test_whileuntil
[ 34/756] 2628102=psych/test_tree_builder
[ 35/756] 2628101=-ext-/load/test_protect
[ 36/756] 2628101=ripper/test_scanner_events
[ 37/756] 2628102=ruby/test_bignum
[ 38/756] 2628101=rubygems/test_gem_request_set
[ 39/756] 2628102=json/ractor_test
[ 40/756] 2628102=rubygems/test_gem_silent_ui
[ 41/756] 2628102=prism/api/dump_test
[ 42/756] 2628104=-ext-/test_abi
[ 43/756] 2628101=psych/test_object
[ 44/756] 2628101=rubygems/test_gem_commands_specification_command
[ 45/756] 2628104=ruby/test_string_memory
[ 46/756] 2628101=rubygems/test_gem_resolver_vendor_specification
[ 47/756] 2628101=rubygems/test_gem_resolver_git_specification
[ 48/756] 2628104=rubygems/test_gem_source_local
[ 49/756] 2628101=ruby/test_allocation
[ 50/756] 2628104=-ext-/rational/test_rat
[ 51/756] 2628104=rubygems/test_gem_resolver_local_specification
[ 52/756] 2628104=ruby/test_insns_leaf
[ 53/756] 2628104=prism/ruby/string_query_test
[ 54/756] 2628104=ripper/test_parser_events
[ 55/756] 2628104=rubygems/test_gem_resolver_composed_set
[ 56/756] 2628104=ruby/test_ractor
[ 57/756] 2628103=net/http/test_http
[ 58/756] 2628102=json/json_generator_test
[ 59/756] 2628103=io/nonblock/test_flush
[ 60/756] 2628103=rubygems/test_gem_remote_fetcher
[ 61/756] 2628101=openssl/test_x509req
[ 62/756] 2628101=ruby/enc/test_koi8
[ 63/756] 2628101=-ext-/win32/test_dln
[ 64/756] 2628101=prism/errors_test
[ 65/756] 2628103=ripper/test_filter
[ 66/756] 2628103=test_tmpdir
[ 67/756] 2628101=ruby/test_vm_dump
[ 68/756] 2628101=ruby/test_transcode
[ 69/756] 2628103=open-uri/test_ftp
[ 70/756] 2628103=mkmf/test_pkg_config
[ 71/756] 2628103=ruby/test_thread
[ 72/756] 2628101=rubygems/test_gem_package_tar_reader_entry
[ 73/756] 2628102=-ext-/bignum/test_str2big
[ 74/756] 2628101=yaml/test_store
[ 75/756] 2628101=openssl/test_fips
[ 76/756] 2628102=rubygems/test_gem_security_policy
[ 77/756] 2628101=prism/ruby/desugar_compiler_test
[ 78/756] 2628101=-ext-/marshal/test_internal_ivar
[ 79/756] 2628101=prism/test_helper
[ 80/756] 2628101=-ext-/tracepoint/test_tracepoint
[ 81/756] 2628102=rubygems/test_gem_resolver_api_specification
[ 82/756] 2628102=ruby/enc/test_iso_8859
[ 83/756] 2628102=rubygems/test_gem_request
[ 84/756] 2628102=ruby/test_object_id
[ 85/756] 2628101=rubygems/test_gem_request_connection_pools
[ 86/756] 2628102=ruby/test_refinement
[ 87/756] 2628101=prism/unescape_test
[ 88/756] 2628101=-ext-/st/test_numhash
[ 89/756] 2628101=open-uri/test_open-uri
[ 90/756] 2628101=openssl/test_pkey_rsa
[ 91/756] 2628101=openssl/test_x509crl
[ 92/756] 2628101=rubygems/test_gem_validator
[ 93/756] 2628101=did_you_mean/spell_checking/test_class_name_check
[ 94/756] 2628101=rubygems/test_gem_stream_ui
[ 95/756] 2628101=psych/test_null
[ 96/756] 2628101=socket/test_ancdata
[ 97/756] 2628101=-ext-/test_recursion
[ 98/756] 2628101=rubygems/test_gem_commands_lock_command
[ 99/756] 2628104=objspace/test_ractor
[100/756] 2628101=rubygems/test_gem_resolver_git_set
[101/756] 2628101=mkmf/test_config
[102/756] 2628101=rubygems/test_deprecate
[103/756] 2628101=ruby/test_iseq
[104/756] 2628104=psych/test_yamldbm
[105/756] 2628104=win32/test_registry
[106/756] 2628104=strscan/test_ractor
[107/756] 2628104=ruby/test_lambda
[108/756] 2628104=ruby/test_integer
[109/756] 2628101=rubygems/test_gem_rdoc
[110/756] 2628101=net/protocol/test_protocol
[111/756] 2628101=rubygems/test_gem_ext_configure_builder
[112/756] 2628101=test_trick
[113/756] 2628101=date/test_date_ractor
[114/756] 2628101=ruby/test_rational
[115/756] 2628101=rubygems/test_gem_gem_runner
[116/756] 2628101=psych/test_ractor
[117/756] 2628101=open-uri/test_ssl
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 #<File::Stat dev=0x8, ino=988496321, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
[118/756] 2628101=json/json_fixtures_test
[119/756] 2628101=rubygems/test_gem_remote_fetcher_local_ssl_server
[120/756] 2628101=psych/test_merge_keys
[121/756] 2628101=mkmf/test_mkmf
[122/756] 2628101=-ext-/stack/test_stack_overflow
[123/756] 2628101=strscan/test_stringscanner
[124/756] 2628101=fiber/test_scheduler
[125/756] 2628104=ruby/test_marshal
[126/756] 2628102=ruby/test_regexp
[127/756] 2628104=rubygems/test_gem_install_update_options
[128/756] 2628104=fileutils/test_verbose
[129/756] 2628104=ruby/test_threadgroup
[130/756] 2628104=psych/test_parser
[131/756] 2628104=mkmf/test_have_func
[132/756] 2628104=resolv/test_addr
[133/756] 2628104=ruby/test_set
[134/756] 2628104=test_delegate
[135/756] 2628104=rubygems/test_gem
[136/756] 2628104=-ext-/proc/test_bmethod
[137/756] 2628104=psych/test_boolean
[138/756] 2628104=rubygems/test_remote_fetch_error
[139/756] 2628104=json/test_helper
[140/756] 2628104=test_rbconfig
[141/756] 2628104=rubygems/test_gem_resolver_requirement_list
[142/756] 2628104=-ext-/arith_seq/test_arith_seq_beg_len_step
[143/756] 2628104=-ext-/debug/test_profile_frames
[144/756] 2628104=rubygems/test_gem_spec_fetcher
[145/756] 2628104=psych/test_stringio
[146/756] 2628104=rubygems/test_gem_resolver_index_set
[147/756] 2628104=-ext-/struct/test_member
[148/756] 2628104=test_ipaddr
[149/756] 2628104=rubygems/test_gem_command
[150/756] 2628104=did_you_mean/edit_distance/test_jaro_winkler
[151/756] 2628104=ruby/test_optimization
[152/756] 2628101=ruby/test_variable
[153/756] 2628104=rubygems/test_gem_safe_yaml
[154/756] 2628104=rubygems/test_gem_commands_pristine_command
[155/756] 2628104=uri/test_common
[156/756] 2628104=ruby/test_time_tz
[157/756] 2628104=-ext-/test_bug-14834
[158/756] 2628104=rubygems/test_gem_source_specific_file
[159/756] 2628104=ruby/test_object
[160/756] 2628104=-ext-/string/test_nofree
[161/756] 2628104=prism/result/equality_test
[162/756] 2628104=socket/test_addrinfo
[163/756] 2628104=rubygems/test_gem_source_vendor
[164/756] 2628104=ruby/test_dir_m17n
[165/756] 2628101=prism/ruby/pattern_test
[166/756] 2628101=rubygems/test_gem_commands_which_command
[167/756] 2628101=prism/api/command_line_test
[168/756] 2628101=rubygems/test_gem_source_installed
[169/756] 2628101=rubygems/test_gem_available_set
[170/756] 2628101=fiber/test_process
[171/756] 2628101=-ext-/string/test_modify_expand
[172/756] 2628101=fileutils/test_dryrun
[173/756] 2628101=ruby/test_default_gems
[174/756] 2628101=rubygems/test_gem_request_set_lockfile
[175/756] 2628104=prism/result/integer_base_flags_test
[176/756] 2628104=rubygems/test_gem_remote_fetcher_s3
[177/756] 2628104=-ext-/postponed_job/test_postponed_job
[178/756] 2628104=socket/test_basicsocket
[179/756] 2628104=ruby/test_path
[180/756] 2628104=ruby/test_iterator
[181/756] 2628104=dtrace/test_string
[182/756] 2628104=resolv/test_svcb_https
[183/756] 2628104=openssl/test_buffering
[184/756] 2628104=date/test_date_strftime
[185/756] 2628101=prism/ractor_test
[186/756] 2628101=psych/test_symbol
[187/756] 2628101=ruby/enc/test_euc_jp
[188/756] 2628101=fiber/test_storage
[189/756] 2628101=-ext-/exception/test_enc_raise
[190/756] 2628101=ruby/test_rubyoptions
[191/756] 2628104=yaml/test_dbm
[192/756] 2628104=ruby/test_arithmetic_sequence
[193/756] 2628104=rubygems/test_gem_source
[194/756] 2628104=rubygems/test_gem_package_tar_header_ractor
[195/756] 2628104=rubygems/test_project_sanity
[196/756] 2628104=rubygems/test_gem_package_tar_header
[197/756] 2628104=date/test_date_arith
[198/756] 2628104=prism/fixtures_test
[199/756] 2628104=ruby/test_rational2
[200/756] 2628104=open-uri/test_proxy
[201/756] 2628104=-ext-/bignum/test_div
[202/756] 2628104=pathname/test_ractor
[203/756] 2628104=-ext-/exception/test_ensured
[204/756] 2628104=mkmf/test_signedness
[205/756] 2628104=psych/test_deprecated
[206/756] 2628104=rubygems/test_gem_util
[207/756] 2628104=rubygems/test_gem_commands_outdated_command
[208/756] 2628104=ruby/enc/test_shift_jis
[209/756] 2628104=net/http/test_https
[210/756] 2628104=prism/api/parse_test
[211/756] 2628104=json/json_parser_test
[212/756] 2628104=ruby/test_not
[213/756] 2628104=psych/visitors/test_emitter
[214/756] 2628104=fiber/test_address_resolve
[215/756] 2628104=ruby/test_undef
[216/756] 2628104=io/console/test_ractor
[217/756] 2628104=-ext-/method/test_arity
[218/756] 2628104=-ext-/struct/test_duplicate
[219/756] 2628104=rubygems/test_gem_resolver_installed_specification
[220/756] 2628104=-ext-/num2int/test_num2int
[221/756] 2628104=ruby/test_flip
[222/756] 2628104=-ext-/iter/test_iter_break
[223/756] 2628104=ruby/test_memory_view
[224/756] 2628104=ruby/test_weakkeymap
[225/756] 2628101=rubygems/test_gem_ext_cmake_builder
[226/756] 2628101=rubygems/test_gem_resolver_specification
[227/756] 2628101=psych/test_hash
[228/756] 2628101=rubygems/test_gem_installer
[229/756] 2628104=prism/result/source_location_test
[230/756] 2628104=date/test_switch_hitter
[231/756] 2628104=dtrace/test_hash_create
[232/756] 2628104=optparse/test_optparse
[233/756] 2628104=rubygems/test_gem_unsatisfiable_dependency_error
[234/756] 2628104=-ext-/string/test_external_new
[235/756] 2628104=ruby/test_nomethod_error
[236/756] 2628104=ruby/test_pattern_matching
[237/756] 2628104=-ext-/st/test_update
[238/756] 2628104=mkmf/test_have_library
[239/756] 2628104=psych/test_numeric
[240/756] 2628104=rubygems/test_gem_commands_exec_command
[241/756] 2628104=test_time
[242/756] 2628104=did_you_mean/spell_checking/test_variable_name_check
[243/756] 2628104=rubygems/test_gem_security_trust_dir
[244/756] 2628104=prism/magic_comment_test
[245/756] 2628104=objspace/test_objspace
[246/756] 2628101=-ext-/load/test_dot_dot
[247/756] 2628101=openssl/test_engine
[248/756] 2628101=-ext-/struct/test_len
[249/756] 2628101=ruby/test_clone
[250/756] 2628101=-ext-/thread/test_lock_native_thread
[251/756] 2628101=ruby/test_key_error
[252/756] 2628101=ruby/test_require
[253/756] 2628101=openssl/test_provider
[254/756] 2628101=ruby/test_dup
[255/756] 2628101=fiber/test_io_close
[256/756] 2628101=openssl/test_pkcs7
[257/756] 2628101=prism/bom_test
[258/756] 2628101=ruby/test_file
[259/756] 2628101=prism/encoding/symbol_encoding_test
[260/756] 2628101=-ext-/string/test_fstring
[261/756] 2628101=prism/api/parse_comments_test
[262/756] 2628101=openssl/test_config
[263/756] 2628101=ripper/test_files_test_1
[264/756] 2628101=-ext-/typeddata/test_typeddata
[265/756] 2628101=ruby/test_yield
[266/756] 2628101=-ext-/bignum/test_bigzero
[267/756] 2628101=erb/test_erb_command
[268/756] 2628101=-ext-/time/test_new
[269/756] 2628101=openssl/test_cipher
[270/756] 2628101=json/json_ryu_fallback_test
[271/756] 2628101=ruby/test_complex2
[272/756] 2628101=-ext-/class/test_class2name
[273/756] 2628101=prism/ruby/relocation_test
[274/756] 2628101=ruby/enc/test_windows_1251
[275/756] 2628101=-ext-/iseq_load/test_iseq_load
[276/756] 2628101=prism/result/static_inspect_test
[277/756] 2628101=prism/newline_offsets_test
[278/756] 2628101=psych/test_class
[279/756] 2628101=ruby/test_metaclass
[280/756] 2628101=ruby/test_eval
[281/756] 2628101=rubygems/test_gem_commands_owner_command
[282/756] 2628101=prism/fuzzer_test
[283/756] 2628101=-ext-/bignum/test_pack
[284/756] 2628102=prism/onigmo_test
[285/756] 2628102=rubygems/test_gem_commands_install_command
[286/756] 2628101=ruby/test_ast
[287/756] 2628102=psych/test_struct
[288/756] 2628102=ripper/test_sexp
[289/756] 2628102=prism/version_test
[290/756] 2628102=dtrace/test_object_create_start
[291/756] 2628102=erb/test_erb
[292/756] 2628102=rubygems/test_gem_uri
[293/756] 2628102=rubygems/test_gem_commands_list_command
[294/756] 2628102=openssl/test_digest
[295/756] 2628102=rubygems/test_gem_source_lock
[296/756] 2628102=openssl/test_ocsp
[297/756] 2628102=socket/test_nonblock
[298/756] 2628102=fiber/test_enumerator
[299/756] 2628102=prism/api/lex_test
[300/756] 2628102=ruby/test_complexrational
[301/756] 2628102=fiber/test_mutex
[302/756] 2628102=ruby/test_env
[303/756] 2628102=fiber/test_timeout
[304/756] 2628102=ruby/test_struct
[305/756] 2628102=rubygems/test_gem_commands_fetch_command
[306/756] 2628102=ruby/enc/test_case_options
[307/756] 2628102=rubygems/test_bundled_ca
[308/756] 2628102=ruby/test_io_m17n
[309/756] 2628102=date/test_date_compat
[310/756] 2628102=rubygems/test_gem_commands_sources_command
[311/756] 2628102=ruby/test_call
[312/756] 2628102=ruby/enc/test_big5
[313/756] 2628102=-ext-/integer/test_my_integer
[314/756] 2628102=-ext-/bignum/test_big2str
[315/756] 2628102=psych/test_yaml
[316/756] 2628102=ruby/test_fixnum
[317/756] 2628102=ruby/test_signal
[318/756] 2628102=-ext-/marshal/test_usrmarshal
[319/756] 2628102=rubygems/test_gem_commands_search_command
[320/756] 2628102=json/json_addition_test
[321/756] 2628102=-ext-/string/test_qsort
[322/756] 2628102=did_you_mean/spell_checking/test_uncorrectable_name_check
[323/756] 2628102=dtrace/test_cmethod
[324/756] 2628102=rubygems/test_gem_resolver_api_set
[325/756] 2628102=rubygems/test_gem_stub_specification
[326/756] 2628102=rubygems/test_gem_console_ui
[327/756] 2628102=rubygems/test_gem_commands_signin_command
[328/756] 2628102=-ext-/test_printf
[329/756] 2628102=rubygems/test_gem_dependency_installer
[330/756] 2628102=-ext-/funcall/test_passing_block
[331/756] 2628102=ruby/test_frozen_error
[332/756] 2628102=-ext-/file/test_stat
[333/756] 2628102=rubygems/test_gem_commands_help_command
[334/756] 2628102=json/json_generic_object_test
[335/756] 2628102=psych/visitors/test_to_ruby
[336/756] 2628102=-ext-/gvl/test_last_thread
[337/756] 2628102=dtrace/test_load
[338/756] 2628102=ruby/test_stack
[339/756] 2628102=ruby/test_thread_queue
[340/756] 2628102=ruby/test_thread_cv
[341/756] 2628102=mkmf/test_install
[342/756] 2628102=fileutils/test_nowrite
[343/756] 2628102=rubygems/test_gem_version
[344/756] 2628102=psych/visitors/test_depth_first
[345/756] 2628102=ruby/test_econv
[346/756] 2628102=rubygems/test_gem_commands_stale_command
[347/756] 2628102=-ext-/string/test_ellipsize
[348/756] 2628102=-ext-/string/test_cstr
[349/756] 2628103=ruby/test_enum
[350/756] 2628103=-ext-/eval/test_eval
[351/756] 2628103=io/console/test_io_console
[352/756] 2628102=rubygems/test_gem_version_option
[353/756] 2628102=-ext-/symbol/test_inadvertent_creation
[354/756] 2628102=psych/test_object_references
[355/756] 2628102=openssl/test_pair
[356/756] 2628103=test_bundled_gems
[357/756] 2628103=ruby/test_parse
[358/756] 2628103=openssl/test_ssl_session
[359/756] 2628103=prism/result/integer_parse_test
[360/756] 2628103=ripper/test_files_lib
[361/756] 2628102=openssl/test_pkey_dsa
[362/756] 2628102=ruby/test_dir
[363/756] 2628102=net/http/test_httpresponse
[364/756] 2628102=psych/test_alias_and_anchor
[365/756] 2628102=json/json_string_matching_test
[366/756] 2628102=rubygems/test_gem_resolver_best_set
[367/756] 2628102=io/wait/test_io_wait_uncommon
[368/756] 2628102=ripper/test_lexer
[369/756] 2628102=rubygems/test_gem_ci_detector
[370/756] 2628102=-ext-/string/test_rb_str_dup
[371/756] 2628102=ruby/test_module
[372/756] 2628103=socket/test_sockopt
[373/756] 2628103=openssl/test_ssl
[374/756] 2628103=ruby/test_const
[375/756] 2628103=ruby/test_class
[376/756] 2628102=-ext-/string/test_enc_str_buf_cat
[377/756] 2628102=psych/test_encoding
[378/756] 2628102=psych/test_marshalable
[379/756] 2628102=-ext-/test_random
[380/756] 2628102=optparse/test_acceptable
[381/756] 2628102=-ext-/string/test_too_many_dummy_encodings
[382/756] 2628102=mkmf/test_constant
[383/756] 2628102=rubygems/test_gem_resolver_conflict
[384/756] 2628102=rubygems/test_gem_package_tar_reader
[385/756] 2628102=ruby/test_encoding
[386/756] 2628102=prism/ruby/reflection_test
[387/756] 2628102=net/http/test_httpheader
[388/756] 2628102=psych/test_document
[389/756] 2628102=rubygems/test_gem_resolver
[390/756] 2628102=pathname/test_pathname
[391/756] 2628102=mkmf/test_have_macro
[392/756] 2628102=prism/api/freeze_test
[393/756] 2628102=ruby/test_primitive
[394/756] 2628102=coverage/test_coverage
[395/756] 2628102=ruby/test_rubyvm
[396/756] 2628102=psych/test_scalar_scanner
[397/756] 2628102=mkmf/test_convertible
[398/756] 2628102=ruby/test_array
[399/756] 2628103=rubygems/test_gem_uri_formatter
[400/756] 2628103=ruby/test_pack
[401/756] 2628103=uri/test_ws
[402/756] 2628103=ruby/test_weakmap
[403/756] 2628103=psych/test_date_time
[404/756] 2628103=dtrace/test_array_create
[405/756] 2628103=-ext-/exception/test_data_error
[406/756] 2628103=resolv/test_mdns
[407/756] 2628103=ruby/test_condition
[408/756] 2628103=ruby/enc/test_cp949
[409/756] 2628103=ruby/test_enumerator
[410/756] 2628102=ruby/test_sprintf
[411/756] 2628102=rubygems/test_gem_source_fetch_problem
[412/756] 2628102=ruby/test_readpartial
[413/756] 2628102=ruby/enc/test_emoji
[414/756] 2628102=uri/test_wss
[415/756] 2628102=date/test_date_attr
[416/756] 2628102=psych/test_safe_load
[417/756] 2628102=test_singleton
[418/756] 2628102=-ext-/debug/test_debug
[419/756] 2628102=prism/percent_delimiter_string_test
[420/756] 2628102=prism/result/constant_path_node_test
[421/756] 2628102=rubygems/test_gem_commands_dependency_command
[422/756] 2628102=did_you_mean/test_ractor_compatibility
[423/756] 2628102=ruby/test_name_error
[424/756] 2628102=rubygems/test_gem_name_tuple
[425/756] 2628102=mkmf/test_framework
[426/756] 2628102=dtrace/test_function_entry
[427/756] 2628102=uri/test_http
[428/756] 2628102=did_you_mean/spell_checking/test_require_path_check
[429/756] 2628102=ruby/test_data
[430/756] 2628102=net/http/test_httpresponses
[431/756] 2628102=rubygems/test_webauthn_listener
[432/756] 2628102=rubygems/test_gem_security_signer
[433/756] 2628102=rubygems/test_gem_resolver_lock_specification
[434/756] 2628102=uri/test_parser
[435/756] 2628102=test_prettyprint
[436/756] 2628102=optparse/test_getopts
[437/756] 2628102=json/json_coder_test
[438/756] 2628102=net/http/test_buffered_io
[439/756] 2628102=date/test_date_strptime
[440/756] 2628102=rubygems/test_gem_commands_rebuild_command
[441/756] 2628101=ruby/test_stringchar
[442/756] 2628102=fiber/test_queue
[443/756] 2628102=net/http/test_http_request
[444/756] 2628102=stringio/test_ractor
[445/756] 2628102=rubygems/test_gem_commands_build_command
[446/756] 2628101=-ext-/integer/test_integer
[447/756] 2628101=prism/encoding/string_encoding_test
[448/756] 2628101=test_find
[449/756] 2628101=ruby/enc/test_grapheme_breaks
[450/756] 2628101=ruby/test_ifunless
[451/756] 2628101=rubygems/test_gem_path_support
[452/756] 2628102=rubygems/test_gem_dependency_list
[453/756] 2628101=optparse/test_cclass
[454/756] 2628101=rubygems/test_gem_commands_cert_command
[455/756] 2628102=-ext-/st/test_foreach
[456/756] 2628102=rubygems/test_gem_commands_signout_command
[457/756] 2628102=ruby/test_rand
[458/756] 2628101=optparse/test_summary
[459/756] 2628101=ruby/test_backtrace
[460/756] 2628102=ripper/test_files_sample
[461/756] 2628102=-ext-/string/test_capacity
[462/756] 2628102=psych/test_json_tree
[463/756] 2628102=-ext-/float/test_nextafter
[464/756] 2628102=ruby/test_float
[465/756] 2628102=ruby/test_box
[466/756] 2628101=rubygems/test_gem_bundler_version_finder
[467/756] 2628101=psych/test_emitter
[468/756] 2628101=ruby/enc/test_utf16
[469/756] 2628101=rubygems/test_gem_package_tar_writer
[470/756] 2628102=rubygems/test_webauthn_listener_response
[471/756] 2628102=-ext-/test_scan_args
[472/756] 2628101=test_forwardable
[473/756] 2628101=-ext-/load/test_stringify_symbols
[474/756] 2628101=prism/result/heredoc_test
[475/756] 2628101=test_pp
[476/756] 2628101=-ext-/popen_deadlock/test_popen_deadlock
[477/756] 2628102=psych/test_omap
[478/756] 2628102=did_you_mean/spell_checking/test_key_name_check
[479/756] 2628102=test_shellwords
[480/756] 2628102=digest/test_digest_extend
[481/756] 2628102=ruby/test_shapes
[482/756] 2628102=prism/locals_test
[483/756] 2628102=openssl/test_pkcs12
[484/756] 2628102=ruby/test_unicode_escape
[485/756] 2628102=ruby/test_mixed_unicode_escapes
[486/756] 2628102=-ext-/array/test_to_ary_concat
[487/756] 2628101=-ext-/exception/test_exception_at_throwing
[488/756] 2628101=rubygems/test_gem_resolver_installer_set
[489/756] 2628101=fiber/test_backtrace
[490/756] 2628101=ruby/test_warning
[491/756] 2628101=ruby/test_inlinecache
[492/756] 2628101=ruby/enc/test_gbk
[493/756] 2628101=prism/library_symbols_test
[494/756] 2628101=uri/test_ftp
[495/756] 2628101=prism/api/parse_success_test
[496/756] 2628101=test_open3
[497/756] 2628101=rubygems/test_gem_specification
[498/756] 2628101=rubygems/test_gem_uninstaller
[499/756] 2628101=rubygems/test_gem_ext_cargo_builder
[500/756] 2628101=rubygems/test_gem_commands_contents_command
[501/756] 2628101=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[502/756] 2628101=zlib/test_zlib
[503/756] 2628102=date/test_date_new
[504/756] 2628102=date/test_date_parse
[505/756] 2628102=ruby/test_fiber
[506/756] 2628102=psych/test_array
[507/756] 2628102=rubygems/test_gem_commands_uninstall_command
[508/756] 2628102=ruby/test_proc
[509/756] 2628102=openssl/test_pkey_ec
[510/756] 2628102=rubygems/test_gem_request_set_lockfile_parser
[511/756] 2628102=rubygems/test_gem_commands_update_command
[512/756] 2628102=ruby/test_time
[513/756] 2628102=rubygems/test_gem_source_subpath_problem
[514/756] 2628102=did_you_mean/tree_spell/test_human_typo
[515/756] 2628102=-ext-/string/test_enc_associate
[516/756] 2628102=resolv/test_win32_config
[517/756] 2628102=prism/regexp_test
[518/756] 2628102=prism/result/node_id_test
[519/756] 2628102=rubygems/test_gem_resolver_vendor_set
[520/756] 2628102=rubygems/test_gem_package_old
[521/756] 2628102=rubygems/test_gem_commands_yank_command
[522/756] 2628102=rubygems/test_gem_dependency_resolution_error
[523/756] 2628102=ruby/test_random_formatter
[524/756] 2628102=ruby/test_system
[525/756] 2628102=-ext-/string/test_interned_str
[526/756] 2628102=did_you_mean/test_tree_spell_checker
[527/756] 2628102=prism/newline_test
[528/756] 2628102=optparse/test_zsh_completion
[529/756] 2628102=mkmf/test_sizeof
[530/756] 2628102=ruby/test_gc_compact
[531/756] 2628103=ruby/test_pipe
[532/756] 2628103=io/wait/test_ractor
[533/756] 2628103=fiber/test_sleep
[534/756] 2628103=-ext-/struct/test_data
[535/756] 2628103=-ext-/iter/test_yield_block
[536/756] 2628103=-ext-/test_ensure_and_callcc
[537/756] 2628103=optparse/test_optarg
[538/756] 2628103=date/test_date
[539/756] 2628103=openssl/test_bn
[540/756] 2628103=rubygems/test_gem_remote_fetcher_local_server
[541/756] 2628103=rubygems/test_gem_local_remote_options
[542/756] 2628103=fileutils/test_fileutils
[543/756] 2628103=rubygems/test_gem_ext_rake_builder
[544/756] 2628103=psych/test_exception
[545/756] 2628103=prism/result/regular_expression_options_test
[546/756] 2628103=ruby/enc/test_cesu8
[547/756] 2628103=dtrace/test_method_cache
[548/756] 2628103=rubygems/test_gem_commands_server_command
[549/756] 2628103=rubygems/test_gem_platform
[550/756] 2628103=rubygems/test_require
[551/756] 2628103=socket/test_socket
[552/756] 2628103=rubygems/test_gem_source_list
[553/756] 2628101=psych/test_yaml_special_cases
[554/756] 2628101=ruby/test_assignment
[555/756] 2628103=ruby/test_method
[556/756] 2628101=prism/result/string_test
[557/756] 2628101=did_you_mean/spell_checking/test_method_name_check
[558/756] 2628101=-ext-/array/test_resize
[559/756] 2628101=openssl/test_asn1
[560/756] 2628101=lib/!Nothing_to_test
[561/756] 2628101=psych/json/test_stream
[562/756] 2628101=rubygems/test_gem_gemcutter_utilities
[563/756] 2628101=psych/test_nil
[564/756] 2628101=ruby/enc/test_utf32
[565/756] 2628101=ruby/test_complex
[566/756] 2628101=optparse/test_noarg
[567/756] 2628101=ruby/test_io
[568/756] 2628102=openssl/test_random
[569/756] 2628102=-ext-/string/test_set_len
[570/756] 2628102=date/test_date_marshal
[571/756] 2628102=rubygems/test_gem_commands_unpack_command
[572/756] 2628102=etc/test_etc
[573/756] 2628102=rubygems/test_kernel
[574/756] 2628102=digest/test_digest
[575/756] 2628102=ruby/test_yjit
[576/756] 2628102=dtrace/test_require
[577/756] 2628102=ruby/test_process
[578/756] 2628103=ruby/test_m17n
[579/756] 2628103=ruby/test_argf
[580/756] 2628103=prism/heredoc_dedent_test
[581/756] 2628103=ruby/test_objectspace
[582/756] 2628102=-ext-/gvl/test_ubf_async_safe
[583/756] 2628102=ruby/test_require_lib
[584/756] 2628102=ruby/test_integer_comb
[585/756] 2628101=test_tsort
[586/756] 2628101=-ext-/win32/test_console_attr
[587/756] 2628101=ruby/enc/test_euc_kr
[588/756] 2628101=digest/test_ractor
[589/756] 2628101=psych/test_set
[590/756] 2628101=test_securerandom
[591/756] 2628101=optparse/test_kwargs
[592/756] 2628101=ruby/test_frozen
[593/756] 2628101=io/wait/test_io_wait
[594/756] 2628101=ruby/test_sleep
[595/756] 2628103=-ext-/string/test_coderange
[596/756] 2628103=mkmf/test_configuration
[597/756] 2628103=rubygems/test_gem_resolver_dependency_request
[598/756] 2628103=psych/test_stream
[599/756] 2628103=openssl/test_kdf
[600/756] 2628103=rubygems/test_gem_requirement
[601/756] 2628103=rubygems/test_gem_package_task
[602/756] 2628103=fiber/test_io
[603/756] 2628103=openssl/test_ns_spki
[604/756] 2628103=psych/test_serialize_subclasses
[605/756] 2628103=ruby/test_hash
[606/756] 2628101=ruby/test_file_exhaustive
[607/756] 2628102=ruby/enc/test_case_comprehensive
[608/756] 2628102=json/json_common_interface_test
[609/756] 2628102=openssl/test_x509store
[610/756] 2628102=ruby/enc/test_case_mapping
[611/756] 2628102=psych/test_psych
[612/756] 2628102=prism/result/named_capture_test
[613/756] 2628102=-ext-/hash/test_delete
[614/756] 2628102=ruby/test_case
[615/756] 2628102=test_pty
[616/756] 2628102=ruby/test_continuation
[617/756] 2628102=mkmf/test_libs
[618/756] 2628102=rubygems/test_gem_safe_marshal
[619/756] 2628102=ruby/test_math
[620/756] 2628102=dtrace/test_gc
[621/756] 2628102=optparse/test_placearg
[622/756] 2628102=rubygems/test_gem_resolver_index_specification
[623/756] 2628102=fiber/test_io_buffer
[624/756] 2628102=psych/test_scalar
[625/756] 2628102=ruby/test_m17n_comb
[626/756] 2628102=rubygems/test_gem_command_manager
[627/756] 2628102=rubygems/test_webauthn_poller
[628/756] 2628102=optparse/test_did_you_mean
[629/756] 2628102=ripper/test_files_test
[630/756] 2628102=rubygems/test_gem_commands_setup_command
[631/756] 2628102=prism/ruby/location_test
[632/756] 2628102=ruby/test_yjit_exit_locations
[633/756] 2628102=rubygems/test_gem_commands_push_command
[634/756] 2628102=prism/result/attribute_write_test
[635/756] 2628102=rubygems/test_gem_config_file
[636/756] 2628102=openssl/test_x509cert
[637/756] 2628102=did_you_mean/test_spell_checker
[638/756] 2628102=rubygems/test_config
[639/756] 2628102=optparse/test_load
[640/756] 2628102=rubygems/test_gem_security
[641/756] 2628104=rubygems/test_gem_request_set_gem_dependency_api
[642/756] 2628104=ruby/test_literal
[643/756] 2628102=socket/test_udp
[644/756] 2628102=ruby/test_string
[645/756] 2628104=cgi/test_cgi_escape
[646/756] 2628104=fiber/test_thread
[647/756] 2628104=ruby/enc/test_emoji_breaks
[648/756] 2628104=-ext-/symbol/test_type
[649/756] 2628104=openssl/test_pkey
[650/756] 2628104=prism/result/breadth_first_search_test
[651/756] 2628104=openssl/test_pkey_dh
[652/756] 2628104=ruby/test_exception
[653/756] 2628104=ruby/test_range
[654/756] 2628103=fiber/test_ractor
[655/756] 2628103=-ext-/test_enumerator_kw
[656/756] 2628103=openssl/test_ts
[657/756] 2628103=rubygems/test_gem_resolver_activation_request
[658/756] 2628103=psych/visitors/test_yaml_tree
[659/756] 2628103=rubygems/test_gem_update_suggestion
[660/756] 2628103=psych/test_string
[661/756] 2628103=rubygems/test_gem_commands_check_command
[662/756] 2628103=prism/ruby/compiler_test
[663/756] 2628103=dtrace/test_raise
[664/756] 2628103=ruby/test_io_buffer
[665/756] 2628103=rubygems/test_gem_resolver_lock_set
[666/756] 2628103=resolv/test_dns
[667/756] 2628103=rubygems/test_gem_commands_environment_command
[668/756] 2628103=stringio/test_stringio
[669/756] 2628103=erb/test_erb_m17n
[670/756] 2628104=optparse/test_bash_completion
[671/756] 2628104=prism/result/implicit_array_test
[672/756] 2628104=prism/ruby/ruby_parser_test
[673/756] 2628104=psych/test_psych_set
[674/756] 2628104=dtrace/test_singleton_function
[675/756] 2628104=prism/result/warnings_test
[676/756] 2628104=json/json_ext_parser_test
[677/756] 2628104=psych/nodes/test_enumerable
[678/756] 2628104=ruby/test_beginendblock
[679/756] 2628103=prism/ruby/dispatcher_test
[680/756] 2628103=ruby/test_alias
[681/756] 2628103=ruby/test_fnmatch
[682/756] 2628103=optparse/test_switch
[683/756] 2628103=ruby/enc/test_windows_1252
[684/756] 2628103=rubygems/test_gem_request_set_lockfile_tokenizer
[685/756] 2628103=rubygems/test_gem_dependency
[686/756] 2628103=ruby/test_comparable
[687/756] 2628103=ruby/test_super
[688/756] 2628104=net/http/test_https_proxy
[689/756] 2628104=ruby/test_zjit
[690/756] 2628104=ruby/test_defined
[691/756] 2628104=ruby/test_io_timeout
[692/756] 2628104=-ext-/vm/test_at_exit
[693/756] 2628104=ruby/test_gc
[694/756] 2628103=ripper/test_files_test_2
[695/756] 2628103=optparse/test_autoconf
[696/756] 2628103=error_highlight/test_error_highlight
[697/756] 2628103=prism/result/static_literals_test
[698/756] 2628103=-ext-/wait/test_wait
[699/756] 2628103=prism/ruby/parser_test
[700/756] 2628103=uri/test_file
[701/756] 2628103=prism/result/comments_test
[702/756] 2628103=uri/test_generic
[703/756] 2628103=ripper/test_files_ext
[704/756] 2628103=ruby/enc/test_euc_tw
[705/756] 2628103=mkmf/test_egrep_cpp
[706/756] 2628103=prism/result/index_write_test
[707/756] 2628103=date/test_date_conv
[708/756] 2628103=-ext-/econv/test_append
[709/756] 2628103=test_extlibs
[710/756] 2628103=ruby/enc/test_gb18030
[711/756] 2628103=-ext-/string/test_normalize
[712/756] 2628103=prism/encoding/encodings_test
[713/756] 2628103=prism/ruby/ripper_test
[714/756] 2628103=rubygems/test_rubygems
[715/756] 2628103=rubygems/test_gem_commands_open_command
[716/756] 2628103=uri/test_mailto
[717/756] 2628103=prism/encoding/regular_expression_encoding_test
[718/756] 2628103=-ext-/test_notimplement
[719/756] 2628103=mmtk/test_configuration
[720/756] 2628103=-ext-/box/test_load_ext
[721/756] 2628103=-ext-/test_bug-3571
[722/756] 2628103=ruby/test_syntax
[723/756] 2628103=ruby/test_compile_prism
[724/756] 2628103=optparse/test_reqarg
[725/756] 2628103=-ext-/thread/test_instrumentation_api
[726/756] 2628103=test_tempfile
[727/756] 2628103=-ext-/bignum/test_mul
[728/756] 2628103=resolv/test_resource
[729/756] 2628103=mkmf/test_find_executable
[730/756] 2628103=ruby/test_lazy_enumerator
[731/756] 2628103=ruby/test_basicinstructions
[732/756] 2628103=ruby/test_trace
[733/756] 2628103=prism/snippets_test
[734/756] 2628103=-ext-/load/test_resolve_symbol
[735/756] 2628103=ruby/test_arity
[736/756] 2628103=prism/lex_test
[737/756] 2628103=json/json_encoding_test
[738/756] 2628103=rubygems/test_gem_package
[739/756] 2628103=psych/handlers/test_recorder
[740/756] 2628103=uri/test_ldap
[741/756] 2628103=rubygems/test_gem_doctor
[742/756] 2628103=ripper/test_ripper
[743/756] 2628103=openssl/test_x509attr
[744/756] 2628103=did_you_mean/tree_spell/test_change_word
[745/756] 2628103=rubygems/test_gem_commands_cleanup_command
[746/756] 2628103=did_you_mean/spell_checking/test_pattern_key_name_check
[747/756] 2628103=openssl/test_hmac
[748/756] 2628103=rubygems/test_gem_impossible_dependencies_error
[749/756] 2628103=psych/test_yamlstore
[750/756] 2628103=test_unicode_normalize
[751/756] 2628103=-ext-/arith_seq/test_arith_seq_extract
[752/756] 2628103=-ext-/win32/test_fd_setsize
[753/756] 2628103=prism/result/overlap_test
[754/756] 2628103=ruby/test_numeric
[755/756] 2628103=ruby/test_autoload
[756/756] 2628101=-ext-/test_bug-5832
Finished tests in 1971.506170s, 17.0763 tests/s, 3475.6376 assertions/s.
Children under /tmp/rubytest.zhjswa:
* -rw-r--r-- 1 1456592 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_openssl.so
* -rw-r--r-- 1 92504 2025-11-21 18:43:16 +0000 _ruby_box_p2990114_2_-test-+sanitizers.so
* -rw-r--r-- 1 186488 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_strscan.so
* -rw-r--r-- 1 811488 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_socket.so
* -rw-r--r-- 1 145344 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_etc.so
* -rw-r--r-- 1 102784 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_monitor.so
* -rw-r--r-- 1 183032 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_io+console.so
* -rw-r--r-- 1 183032 2025-11-21 18:43:18 +0000 _ruby_box_p2990174_2_io+console.so
* -rw-r--r-- 1 112128 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_rbconfig+sizeof.so
* -rw-r--r-- 1 91456 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_io+wait.so
* -rw-r--r-- 1 112128 2025-11-21 18:43:18 +0000 _ruby_box_p2990156_2_rbconfig+sizeof.so
* -rw-r--r-- 1 111320 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_io+nonblock.so
* -rw-r--r-- 1 112128 2025-11-21 18:43:18 +0000 _ruby_box_p2990174_2_rbconfig+sizeof.so
* -rw-r--r-- 1 825808 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_date_core.so
* -rw-r--r-- 1 112128 2025-11-21 18:43:18 +0000 _ruby_box_p2990161_2_rbconfig+sizeof.so
* -rw-r--r-- 1 226240 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_json+ext+parser.so
* -rw-r--r-- 1 125336 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_cgi+escape.so
* -rw-r--r-- 1 291736 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_zlib.so
* -rw-r--r-- 1 183032 2025-11-21 18:43:16 +0000 _ruby_box_p2990114_2_io+console.so
* -rw-r--r-- 1 92504 2025-11-21 18:43:18 +0000 _ruby_box_p2990156_2_-test-+sanitizers.so
* -rw-r--r-- 1 120776 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_digest.so
* -rw-r--r-- 1 112128 2025-11-21 18:43:16 +0000 _ruby_box_p2990114_2_rbconfig+sizeof.so
* -rw-r--r-- 1 92504 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_-test-+sanitizers.so
* -rw-r--r-- 1 184920 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_psych.so
* -rw-r--r-- 1 92504 2025-11-21 18:43:18 +0000 _ruby_box_p2990161_2_-test-+sanitizers.so
* -rw-r--r-- 1 183032 2025-11-21 18:43:18 +0000 _ruby_box_p2990161_2_io+console.so
* -rw-r--r-- 1 108096 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_erb+escape.so
* -rw-r--r-- 1 183032 2025-11-21 18:43:18 +0000 _ruby_box_p2990156_2_io+console.so
* -rw-r--r-- 1 92504 2025-11-21 18:43:18 +0000 _ruby_box_p2990174_2_-test-+sanitizers.so
* -rw-r--r-- 1 291656 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_json+ext+generator.so
* -rw-r--r-- 1 194320 2025-11-21 18:43:17 +0000 _ruby_box_p2990136_2_stringio.so
33666 tests, 6852241 assertions, 0 failures, 0 errors, 159 skips
ruby -v: ruby 4.0.0dev (2025-11-21T17:21:57Z master 1959fcacb3) +PRISM [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -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 -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/17.0.0 -Dmodular_gc_dir=
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.4.0 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -latomic -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 --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs'
ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
ruby 4.0.0dev (2025-11-21T17:21:57Z master 1959fcacb3) +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 ..................................................
Finished in 81.322429 seconds
3349 files, 33769 examples, 142301 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.