# Logfile created on 2025-11-23 13:14:51 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007d3c108efde0 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk.20251123-131451", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007d3c110ce250 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007d3c110ce0e8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007d3c108293e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20251123-131451", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20251123-131451>, @binmode=false, @mon_data=#<Monitor:0x00007d3c110cde40>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j20
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j20" exit with 0.
$$$[beg] make update-src      -j20
Already up to date.
Latest commit hash = 32a4545ee4
$$$[end] "make update-src      -j20" exit with 0.
$$$[beg] make after-update    -j20
Update rbs to 22451ecbe262326176eb3915b64366712930685c
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk/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'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$$$[end] "make after-update    -j20" exit with 0.
$$$[beg] make miniruby -j20
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' '/tmp/ruby/src/trunk/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/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/version.c
linking miniruby
$$$[end] "make miniruby -j20" exit with 0.
$$$[beg] make ruby -j20
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' '/tmp/ruby/src/trunk/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/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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
82852881f8f7ead06416f98b12e87f4609cd0e1c9aec231598903e5b3a70dc80  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.4.0.0
linking ruby
$$$[end] "make ruby -j20" exit with 0.
$$$[beg] make all -j20
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' '/tmp/ruby/src/trunk/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/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
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/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/st_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
$$$[end] "make all -j20" exit with 0.
$$$[beg] make install -j20
Update rbs to 22451ecbe262326176eb3915b64366712930685c
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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/target/release/' '/tmp/ruby/src/trunk/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/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
echo 22451ecbe262326176eb3915b64366712930685c | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
generating encdb.h
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk/bin
installing base libraries:          /tmp/ruby/install/trunk/lib
installing arch files:              /tmp/ruby/install/trunk/lib/ruby/4.0.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/4.0.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/4.0.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-4.0.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/4.0.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/4.0.0+0
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-4.0.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk/bin
installing library scripts:         /tmp/ruby/install/trunk/lib/ruby/4.0.0+0
installing common headers:          /tmp/ruby/install/trunk/include/ruby-4.0.0+0
installing manpages:                /tmp/ruby/install/trunk/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk/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/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/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/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 -j20" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j20'
 Fstderr output is not empty
   bootstraptest.test_ractor.rb_2354_1407.rb:11: [BUG] Segmentation fault at 0x0000000000000000
   ruby 4.0.0dev (2025-11-23T12:46:51Z master 32a4545ee4) +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:001880 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:001480 l:n b:---- EVAL   bootstraptest.test_ractor.rb_2354_1407.rb:4 [FINISH]
   c:0001 p:0000 s:0003 E:000600 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: 48
   Ruby thread count for this ractor: 1
   
   -- Machine register context ------------------------------------------------
    RIP: 0x0000720c90caee8d RBP: 0x000060f303d48c30 RSP: 0x00007ffffb8dcdb8
    RAX: 0x0000720c7569fdd0 RBX: 0x0000000000000000 RCX: 0x0000000000000000
    RDX: 0x0000720c7569fde0 RDI: 0x0000720c5b42fc08 RSI: 0x0000720c5b42fc08
     R8: 0x000000060f303e5c  R9: 0x0000000000000007 R10: 0x000060f303e5cd40
    R11: 0x2af000a27251db3a R12: 0x0000720c5b42fc08 R13: 0x000060f303ebab70
    R14: 0x000060f303d46300 R15: 0x000060f303eba608 EFL: 0x0000000000010246
   
   -- C level backtrace information -------------------------------------------
   /tmp/ruby/build/trunk/miniruby(rb_print_backtrace+0x14) [0x60f30270d618] /tmp/ruby/src/trunk/vm_dump.c:1105
   /tmp/ruby/build/trunk/miniruby(rb_vm_bugreport) /tmp/ruby/src/trunk/vm_dump.c:1450
   /tmp/ruby/build/trunk/miniruby(rb_bug_for_fatal_signal+0x10a) [0x60f3024dbfca] /tmp/ruby/src/trunk/error.c:1131
   /tmp/ruby/build/trunk/miniruby(sigsegv+0x48) [0x60f302645898] /tmp/ruby/src/trunk/signal.c:948
   /lib/x86_64-linux-gnu/libc.so.6(0x720c90c45330) [0x720c90c45330]
   /lib/x86_64-linux-gnu/libc.so.6(musable+0x14) [0x720c90caee8d] ./malloc/malloc.c:5238
   /lib/x86_64-linux-gnu/libc.so.6(__malloc_usable_size) ./malloc/malloc.c:5252
   /lib/x86_64-linux-gnu/libc.so.6(malloc_usable_size) (null):0
   /tmp/ruby/build/trunk/miniruby(objspace_malloc_size+0x8) [0x60f302510523] /tmp/ruby/src/trunk/gc/default/default.c:7965
   /tmp/ruby/build/trunk/miniruby(rb_gc_impl_free) /tmp/ruby/src/trunk/gc/default/default.c:8195
   /tmp/ruby/build/trunk/miniruby(ractor_basket_free+0x5) [0x60f3025e4825] /tmp/ruby/src/trunk/ractor_sync.c:234
   /tmp/ruby/build/trunk/miniruby(ractor_queue_free) /tmp/ruby/src/trunk/ractor_sync.c:283
   /tmp/ruby/build/trunk/miniruby(ractor_free_all_ports) /tmp/ruby/src/trunk/ractor_sync.c:512
   /tmp/ruby/build/trunk/miniruby(ractor_sync_terminate_atfork) /tmp/ruby/src/trunk/ractor_sync.c:521
   /tmp/ruby/build/trunk/miniruby(rb_ractor_terminate_atfork) /tmp/ruby/src/trunk/ractor.c:468
   /tmp/ruby/build/trunk/miniruby(rb_thread_atfork_internal+0x1be) [0x60f30269db51] /tmp/ruby/src/trunk/thread.c:4951
   /tmp/ruby/build/trunk/miniruby(rb_thread_atfork) /tmp/ruby/src/trunk/thread.c:4995
   /tmp/ruby/build/trunk/miniruby(rb_fork_ruby+0x18b) [0x60f3025dd94b] /tmp/ruby/src/trunk/process.c:1590
   /tmp/ruby/build/trunk/miniruby(proc_fork_pid+0x7) [0x60f3025ddcd9] /tmp/ruby/src/trunk/process.c:4169
   /tmp/ruby/build/trunk/miniruby(rb_call_proc__fork) /tmp/ruby/src/trunk/process.c:4184
   /tmp/ruby/build/trunk/miniruby(rb_call_proc__fork) /tmp/ruby/src/trunk/process.c:4179
   /tmp/ruby/build/trunk/miniruby(rb_f_fork+0x1d) [0x60f3025ddded] /tmp/ruby/src/trunk/process.c:4285
   /tmp/ruby/build/trunk/miniruby(vm_call_cfunc_with_frame_+0x10d) [0x60f3026d8ead] /tmp/ruby/src/trunk/vm_insnhelper.c:3902
   /tmp/ruby/build/trunk/miniruby(vm_sendish+0xcc) [0x60f3026e299c] /tmp/ruby/src/trunk/vm_insnhelper.c:6124
   /tmp/ruby/build/trunk/miniruby(vm_exec_core+0x1246) [0x60f3026f0aa6] ../../src/trunk/insns.def:855
   /tmp/ruby/build/trunk/miniruby(vm_exec_loop+0x0) [0x60f3026f4f74] /tmp/ruby/src/trunk/vm.c:2784
   /tmp/ruby/build/trunk/miniruby(rb_vm_exec) /tmp/ruby/src/trunk/vm.c:2787
   /tmp/ruby/build/trunk/miniruby(rb_ec_exec_node+0xa5) [0x60f3024e5d05] /tmp/ruby/src/trunk/eval.c:283
   /tmp/ruby/build/trunk/miniruby(ruby_run_node+0x8b) [0x60f3024ea1db] /tmp/ruby/src/trunk/eval.c:321
   /tmp/ruby/build/trunk/miniruby(rb_main+0x21) [0x60f302407a56] /tmp/ruby/src/trunk/main.c:42
   /tmp/ruby/build/trunk/miniruby(main) /tmp/ruby/src/trunk/main.c:62
   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x720c90c2a1ca] ../sysdeps/nptl/libc_start_call_main.h:58
   /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x720c90c2a28b] ../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
   [0x60f302407aa5]
   
   -- 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/x86_64-linux-fake.rb
   
   * Process memory map:
   
   60f3023d1000-60f302400000 r--p 00000000 00:23 1209695740                 /tmp/ruby/build/trunk/miniruby
   60f302400000-60f3027ae000 r-xp 0002f000 00:23 1209695740                 /tmp/ruby/build/trunk/miniruby
   60f3027ae000-60f302909000 r--p 003dd000 00:23 1209695740                 /tmp/ruby/build/trunk/miniruby
   60f302909000-60f302913000 r--p 00538000 00:23 1209695740                 /tmp/ruby/build/trunk/miniruby
   60f302913000-60f302914000 rw-p 00542000 00:23 1209695740                 /tmp/ruby/build/trunk/miniruby
   60f302914000-60f302927000 rw-p 00000000 00:00 0 
   60f303d45000-60f303ec5000 rw-p 00000000 00:00 0                          [heap]
   60f303ec5000-60f303ee9000 rw-p 00000000 00:00 0                          [heap]
   720c30000000-720c30021000 rw-p 00000000 00:00 0 
   720c30021000-720c34000000 ---p 00000000 00:00 0 
   720c36005000-720c38000000 r--s 00000000 00:23 1209695740                 /tmp/ruby/build/trunk/miniruby
   720c38000000-720c38021000 rw-p 00000000 00:00 0 
   720c38021000-720c3c000000 ---p 00000000 00:00 0 
   720c3c000000-720c3c021000 rw-p 00000000 00:00 0 
   720c3c021000-720c40000000 ---p 00000000 00:00 0 
   720c40000000-720c40021000 rw-p 00000000 00:00 0 
   720c40021000-720c44000000 ---p 00000000 00:00 0 
   720c44000000-720c44021000 rw-p 00000000 00:00 0 
   720c44021000-720c48000000 ---p 00000000 00:00 0 
   720c48000000-720c48021000 rw-p 00000000 00:00 0 
   720c48021000-720c4c000000 ---p 00000000 00:00 0 
   720c4c000000-720c4c021000 rw-p 00000000 00:00 0 
   720c4c021000-720c50000000 ---p 00000000 00:00 0 
   720c50000000-720c50021000 rw-p 00000000 00:00 0 
   720c50021000-720c54000000 ---p 00000000 00:00 0 
   720c54c00000-720c54e07000 r--s 00000000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
   720c54e32000-720c54e36000 r--p 00000000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   720c54e36000-720c54e5a000 r-xp 00004000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   720c54e5a000-720c54e5e000 r--p 00028000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   720c54e5e000-720c54e5f000 r--p 0002b000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   720c54e5f000-720c54e60000 rw-p 0002c000 103:02 5244357                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
   720c54e60000-720c54ef0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
   720c54ef9000-720c54efa000 ---p 00000000 00:00 0 
   720c54efa000-720c54ffa000 rw-p 00000000 00:00 0 
   720c54ffa000-720c54ffb000 ---p 00000000 00:00 0 
   720c54ffb000-720c550fb000 rw-p 00000000 00:00 0 
   720c550fb000-720c550fc000 ---p 00000000 00:00 0 
   720c550fc000-720c551fc000 rw-p 00000000 00:00 0 
   720c551fc000-720c551fd000 ---p 00000000 00:00 0 
   720c551fd000-720c552fd000 rw-p 00000000 00:00 0 
   720c552fd000-720c552fe000 ---p 00000000 00:00 0 
   720c552fe000-720c553fe000 rw-p 00000000 00:00 0 
   720c553fe000-720c553ff000 ---p 00000000 00:00 0 
   720c553ff000-720c554ff000 rw-p 00000000 00:00 0 
   720c554ff000-720c55500000 ---p 00000000 00:00 0 
   720c55500000-720c55600000 rw-p 00000000 00:00 0 
   720c55600000-720c55701000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55701000-720c55702000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55702000-720c55902000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55902000-720c55903000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55903000-720c55b03000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55b03000-720c55b04000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55b04000-720c55d04000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55d04000-720c55d05000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55d05000-720c55f05000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55f05000-720c55f06000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c55f06000-720c56106000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56106000-720c56107000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56107000-720c56307000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56307000-720c56308000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56308000-720c56508000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56508000-720c56509000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56509000-720c56709000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56709000-720c5670a000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5670a000-720c5690a000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5690a000-720c5690b000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5690b000-720c56b0b000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56b0b000-720c56b0c000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56b0c000-720c56d0c000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56d0c000-720c56d0d000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56d0d000-720c56f0d000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56f0d000-720c56f0e000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c56f0e000-720c5710e000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5710e000-720c5710f000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5710f000-720c5730f000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5730f000-720c57310000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57310000-720c57510000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57510000-720c57511000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57511000-720c57711000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57711000-720c57712000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57712000-720c57912000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57912000-720c57913000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57913000-720c57b13000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57b13000-720c57b14000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57b14000-720c57d14000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57d14000-720c57d15000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57d15000-720c57f15000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57f15000-720c57f16000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c57f16000-720c58116000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58116000-720c58117000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58117000-720c58317000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58317000-720c58318000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58318000-720c58518000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58518000-720c58519000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58519000-720c58719000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58719000-720c5871a000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5871a000-720c5891a000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5891a000-720c5891b000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5891b000-720c58b1b000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58b1b000-720c58b1c000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58b1c000-720c58d1c000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58d1c000-720c58d1d000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58d1d000-720c58f1d000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58f1d000-720c58f1e000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c58f1e000-720c5911e000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5911e000-720c5911f000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5911f000-720c5931f000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5931f000-720c59320000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59320000-720c59520000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59520000-720c59521000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59521000-720c59721000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59721000-720c59722000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59722000-720c59922000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59922000-720c59923000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59923000-720c59b23000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59b23000-720c59b24000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59b24000-720c59d24000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59d24000-720c59d25000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59d25000-720c59f25000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59f25000-720c59f26000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c59f26000-720c5a126000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a126000-720c5a127000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a127000-720c5a327000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a327000-720c5a328000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a328000-720c5a528000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a528000-720c5a529000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a529000-720c5a729000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a729000-720c5a72a000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a72a000-720c5a92a000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a92a000-720c5a92b000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5a92b000-720c5ab2b000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5ab2b000-720c5ab2c000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5ab2c000-720c5ad2c000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5ad2c000-720c5ad2d000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5ad2d000-720c5af2d000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5af2d000-720c5af2e000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5af2e000-720c5b12e000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5b12e000-720c5b12f000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5b12f000-720c5b32f000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5b32f000-720c5b330000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c5b330000-720c75600000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
   720c75610000-720c756b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
   720c756be000-720c756bf000 ---p 00000000 00:00 0 
   720c756bf000-720c757bf000 rw-p 00000000 00:00 0 
   720c757bf000-720c757c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c757c0000-720c75861000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75861000-720c75862000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75862000-720c75903000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75903000-720c75904000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75904000-720c759a5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c759a5000-720c759a6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c759a6000-720c75a47000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75a47000-720c75a48000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75a48000-720c75ae9000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75ae9000-720c75aea000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75aea000-720c75b8b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75b8b000-720c75b8c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75b8c000-720c75c2d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75c2d000-720c75c2e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75c2e000-720c75ccf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75ccf000-720c75cd0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75cd0000-720c75d71000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75d71000-720c75d72000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75d72000-720c75e13000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75e13000-720c75e14000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75e14000-720c75eb5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75eb5000-720c75eb6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75eb6000-720c75f57000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75f57000-720c75f58000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75f58000-720c75ff9000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75ff9000-720c75ffa000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c75ffa000-720c7609b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c7609b000-720c7609c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c7609c000-720c7613d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c7613d000-720c7613e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c7613e000-720c761df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c761df000-720c761e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c761e0000-720c76281000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76281000-720c76282000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76282000-720c76323000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76323000-720c76324000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76324000-720c763c5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c763c5000-720c763c6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c763c6000-720c76467000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76467000-720c76468000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76468000-720c76509000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76509000-720c7650a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c7650a000-720c765ab000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c765ab000-720c765ac000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c765ac000-720c7664d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c7664d000-720c7664e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c7664e000-720c766ef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c766ef000-720c766f0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c766f0000-720c76791000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76791000-720c76792000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76792000-720c76833000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76833000-720c76834000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76834000-720c768d5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c768d5000-720c768d6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c768d6000-720c76977000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76977000-720c76978000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76978000-720c76a19000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76a19000-720c76a1a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76a1a000-720c76abb000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76abb000-720c76abc000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76abc000-720c76b5d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76b5d000-720c76b5e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76b5e000-720c76bff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
   720c76bff000-720c76c00000 ---p 00000000 00:00 0 
   720c76c00000-720c77400000 rw-p 00000000 00:00 0 
   720c77400000-720c8f400000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
   720c8f400000-720c90800000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
   720c90800000-720c90aeb000 r--p 00000000 103:02 5243470                   /usr/lib/locale/locale-archive
   720c90aff000-720c90c00000 rw-p 00000000 00:00 0 
   720c90c00000-720c90c28000 r--p 00000000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
   720c90c28000-720c90db0000 r-xp 00028000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
   720c90db0000-720c90dff000 r--p 001b0000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
   720c90dff000-720c90e03000 r--p 001fe000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
   720c90e03000-720c90e05000 rw-p 00202000 103:02 5243197                   /usr/lib/x86_64-linux-gnu/libc.so.6
   720c90e05000-720c90e12000 rw-p 00000000 00:00 0 
   720c90e30000-720c90ea0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
   720c90eaf000-720c90ed0000 rw-p 00000000 00:00 0 
   720c90ed0000-720c90ee0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
   720c90eee000-720c90ef3000 rw-p 00000000 00:00 0 
   720c90ef3000-720c90f03000 r--p 00000000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
   720c90f03000-720c90f82000 r-xp 00010000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
   720c90f82000-720c90fda000 r--p 0008f000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
   720c90fda000-720c90fdb000 r--p 000e7000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
   720c90fdb000-720c90fdc000 rw-p 000e8000 103:02 5243213                   /usr/lib/x86_64-linux-gnu/libm.so.6
   720c90fdc000-720c90fde000 r--p 00000000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   720c90fde000-720c90ff3000 r-xp 00002000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   720c90ff3000-720c9100c000 r--p 00017000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   720c9100c000-720c9100d000 r--p 0002f000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   720c9100d000-720c9100e000 rw-p 00030000 103:02 5245505                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
   720c9100e000-720c91016000 rw-p 00000000 00:00 0 
   720c91016000-720c91020000 r--p 00000000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
   720c91020000-720c91083000 r-xp 0000a000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
   720c91083000-720c91098000 r--p 0006d000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
   720c91098000-720c91099000 r--p 00081000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
   720c91099000-720c9109a000 rw-p 00082000 103:02 5243895                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
   720c9109a000-720c9109c000 r--p 00000000 103:02 5243859                   /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
   720c9109c000-720c910a0000 r-xp 00002000 103:02 5243859                   /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
   720c910a0000-720c910a2000 r--p 00006000 103:02 5243859                   /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
   720c910a2000-720c910a3000 r--p 00007000 103:02 5243859                   /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
   720c910a3000-720c910a4000 rw-p 00008000 103:02 5243859                   /usr/lib/x86_64-linux-gnu/libatomic.so.1.2.0
   720c910a4000-720c910a5000 rw-p 00000000 00:00 0 
   720c910a5000-720c910a7000 r--p 00000000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
   720c910a7000-720c910b9000 r-xp 00002000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
   720c910b9000-720c910bf000 r--p 00014000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
   720c910bf000-720c910c0000 r--p 0001a000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
   720c910c0000-720c910c1000 rw-p 0001b000 103:02 5246901                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
   720c910c1000-720c910c8000 r--s 00000000 103:02 5379339                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
   720c910c8000-720c910ca000 rw-p 00000000 00:00 0 
   720c910ca000-720c910cb000 r--p 00000000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   720c910cb000-720c910f6000 r-xp 00001000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   720c910f6000-720c91100000 r--p 0002c000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   720c91100000-720c91102000 r--p 00036000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   720c91102000-720c91104000 rw-p 00038000 103:02 5243156                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
   7ffffb8bd000-7ffffb8de000 rw-p 00000000 00:00 0                          [stack]
   7ffffb904000-7ffffb908000 r--p 00000000 00:00 0                          [vvar]
   7ffffb908000-7ffffb90a000 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 -j20'" exit with 512.
$$$[beg] make yes-test-basic TESTS='-j20'
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/target/release/' '/tmp/ruby/src/trunk/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/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j20'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/target/release/' '/tmp/ruby/src/trunk/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/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Run options: 
  --seed=21967
  "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j20

# Running tests:

[  1/756] 3263441=ruby/enc/test_case_options
[  2/756] 3263441=yaml/test_store
[  3/756] 3263441=prism/ruby/parameters_signature_test
[  4/756] 3263428=psych/test_scalar
[  5/756] 3263438=rubygems/test_gem_dependency_installer
[  6/756] 3263435=rubygems/test_gem_commands_info_command
[  7/756] 3263442=-ext-/bug_reporter/test_bug_reporter
[  8/756] 3263433=ruby/test_rand
[  9/756] 3263439=rubygems/test_gem_package_tar_reader_entry
[ 10/756] 3263448=rubygems/test_gem_name_tuple
[ 11/756] 3263444=ruby/test_exception
[ 12/756] 3263431=ruby/test_method_cache
[ 13/756] 3263427=rubygems/test_gem_request
[ 14/756] 3263430=ruby/test_sprintf_comb
[ 15/756] 3263436=cgi/test_cgi_escape
[ 16/756] 3263432=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[ 17/756] 3263437=rubygems/test_gem_commands_mirror
[ 18/756] 3263428=-ext-/test_enumerator_kw
[ 19/756] 3263446=rubygems/test_gem_text
[ 20/756] 3263445=ruby/test_settracefunc
[ 21/756] 3263443=prism/ruby/tunnel_test
[ 22/756] 3263431=uri/test_generic
[ 23/756] 3263428=-ext-/test_scan_args
[ 24/756] 3263429=optparse/test_cclass
[ 25/756] 3263428=ruby/test_box
[ 26/756] 3263434=rubygems/test_gem_request_connection_pools
[ 27/756] 3263441=rubygems/test_gem_version_option
[ 28/756] 3263431=ruby/enc/test_grapheme_breaks
[ 29/756] 3263431=openssl/test_pkey
[ 30/756] 3263443=ripper/test_parser_events
[ 31/756] 3263437=psych/test_json_tree
[ 32/756] 3263448=ruby/test_m17n_comb
[ 33/756] 3263443=fiber/test_ractor
[ 34/756] 3263437=rubygems/test_gem_stream_ui
[ 35/756] 3263429=test_extlibs
[ 36/756] 3263435=stringio/test_ractor
[ 37/756] 3263435=ruby/test_require_lib
[ 38/756] 3263433=rubygems/test_gem_install_update_options
[ 39/756] 3263430=rubygems/test_gem_remote_fetcher_s3
[ 40/756] 3263441=fiber/test_thread
[ 41/756] 3263443=socket/test_socket
[ 42/756] 3263432=ruby/test_objectspace
[ 43/756] 3263437=prism/ruby/location_test
[ 44/756] 3263446=ruby/test_literal
[ 45/756] 3263431=-ext-/bignum/test_str2big
[ 46/756] 3263436=-ext-/load/test_dot_dot
[ 47/756] 3263436=test_singleton
[ 48/756] 3263431=io/nonblock/test_flush
[ 49/756] 3263431=io/console/test_io_console
[ 50/756] 3263436=date/test_switch_hitter
[ 51/756] 3263436=test_securerandom
[ 52/756] 3263439=psych/test_data
[ 53/756] 3263439=json/json_coder_test
[ 54/756] 3263437=-ext-/funcall/test_passing_block
[ 55/756] 3263439=did_you_mean/spell_checking/test_uncorrectable_name_check
[ 56/756] 3263437=prism/newline_test
[ 57/756] 3263436=dtrace/test_hash_create
[ 58/756] 3263436=ruby/test_stringchar
[ 59/756] 3263439=rubygems/test_gem_source_local
[ 60/756] 3263436=rubygems/test_gem_security_policy
[ 61/756] 3263437=-ext-/gvl/test_last_thread
[ 62/756] 3263427=ruby/test_process
[ 63/756] 3263441=ruby/test_pack
[ 64/756] 3263433=prism/api/command_line_test
[ 65/756] 3263439=rubygems/test_gem_resolver_lock_specification
[ 66/756] 3263442=ruby/test_gc
[ 67/756] 3263439=openssl/test_x509cert
[ 68/756] 3263433=-ext-/method/test_arity
[ 69/756] 3263433=rubygems/test_gem_ext_rake_builder
[ 70/756] 3263430=rubygems/test_gem_commands_specification_command
[ 71/756] 3263430=prism/ruby/reflection_test
[ 72/756] 3263428=rubygems/test_gem_commands_which_command
[ 73/756] 3263436=ruby/enc/test_shift_jis
[ 74/756] 3263436=uri/test_http
[ 75/756] 3263441=ruby/test_enumerator
[ 76/756] 3263436=mkmf/test_flags
[ 77/756] 3263430=-ext-/symbol/test_inadvertent_creation
[ 78/756] 3263430=ruby/test_name_error
[ 79/756] 3263446=rubygems/test_gem_commands_dependency_command
[ 80/756] 3263428=psych/test_safe_load
[ 81/756] 3263445=rubygems/test_gem_resolver_composed_set
[ 82/756] 3263428=rubygems/test_gem_resolver
[ 83/756] 3263430=psych/test_stream
[ 84/756] 3263430=open-uri/test_open-uri
[ 85/756] 3263439=net/http/test_httpresponse
[ 86/756] 3263446=rubygems/test_gem_safe_yaml
[ 87/756] 3263446=ruby/test_syntax
[ 88/756] 3263439=ruby/test_data
[ 89/756] 3263439=date/test_date_new
[ 90/756] 3263439=dtrace/test_require
[ 91/756] 3263439=psych/test_date_time
[ 92/756] 3263439=ruby/enc/test_iso_8859
[ 93/756] 3263445=socket/test_tcp
[ 94/756] 3263428=psych/test_emitter
[ 95/756] 3263428=rubygems/test_gem_silent_ui
[ 96/756] 3263439=prism/result/static_inspect_test
[ 97/756] 3263428=ripper/test_files_ext
[ 98/756] 3263439=-ext-/test_bug-5832
[ 99/756] 3263439=rubygems/test_kernel
[100/756] 3263433=rubygems/test_gem_doctor
[101/756] 3263430=openssl/test_kdf
[102/756] 3263433=-ext-/exception/test_enc_raise
[103/756] 3263433=psych/test_psych
[104/756] 3263433=lib/!Nothing_to_test
[105/756] 3263433=prism/snippets_test
[106/756] 3263444=-ext-/vm/test_at_exit
[107/756] 3263430=prism/api/parse_success_test
[108/756] 3263430=rubygems/test_gem_ext_cargo_builder_unit
[109/756] 3263428=rubygems/test_gem_rdoc
[110/756] 3263428=date/test_date
[111/756] 3263428=dtrace/test_object_create_start
[112/756] 3263430=openssl/test_hmac
[113/756] 3263428=rubygems/test_gem_command
[114/756] 3263430=-ext-/test_bug-3571
[115/756] 3263444=uri/test_common
[116/756] 3263430=rubygems/test_gem_spec_fetcher
[117/756] 3263434=prism/api/parse_stream_test
[118/756] 3263428=ruby/test_numeric
[119/756] 3263434=ruby/test_assignment
[120/756] 3263428=ruby/test_ifunless
[121/756] 3263428=rubygems/test_gem_commands_lock_command
[122/756] 3263428=psych/test_yaml_special_cases
[123/756] 3263430=optparse/test_optarg
[124/756] 3263428=rubygems/test_gem_source_list
[125/756] 3263428=fiber/test_address_resolve
[126/756] 3263428=optparse/test_zsh_completion
[127/756] 3263428=psych/test_exception
[128/756] 3263428=-ext-/iter/test_iter_break
[129/756] 3263428=fileutils/test_verbose
[130/756] 3263444=psych/test_nil
[131/756] 3263428=-ext-/num2int/test_num2int
[132/756] 3263428=ruby/test_frozen
[133/756] 3263444=rubygems/test_gem_ext_configure_builder
[134/756] 3263428=test_pp
[135/756] 3263430=rubygems/test_gem_remote_fetcher_local_server
[136/756] 3263428=prism/result/integer_parse_test
[137/756] 3263437=ruby/test_gc_compact
[138/756] 3263430=ruby/test_string
[139/756] 3263428=ruby/test_proc
[140/756] 3263443=rubygems/test_gem_resolver_index_set
[141/756] 3263436=rubygems/test_gem_package_old
[142/756] 3263444=zlib/test_zlib
[143/756] 3263436=mkmf/test_egrep_cpp
[144/756] 3263429=erb/test_erb_m17n
[145/756] 3263439=date/test_date_conv
[146/756] 3263429=ruby/test_optimization
[147/756] 3263439=did_you_mean/spell_checking/test_require_path_check
[148/756] 3263445=ruby/test_fnmatch
[149/756] 3263443=ripper/test_files_test_2
[150/756] 3263439=rubygems/test_gem_validator
[151/756] 3263439=-ext-/test_ensure_and_callcc
[152/756] 3263445=psych/visitors/test_depth_first
[153/756] 3263439=rubygems/test_gem_request_set_lockfile_parser
[154/756] 3263436=openssl/test_x509attr
[155/756] 3263445=dtrace/test_raise
[156/756] 3263445=ruby/test_pattern_matching
[157/756] 3263436=psych/test_string
[158/756] 3263439=rubygems/test_gem_dependency_resolution_error
[159/756] 3263445=-ext-/string/test_qsort
[160/756] 3263439=json/json_addition_test
[161/756] 3263445=prism/ruby/compiler_test
[162/756] 3263439=psych/test_null
[163/756] 3263439=prism/newline_offsets_test
[164/756] 3263436=-ext-/bignum/test_mul
[165/756] 3263436=ruby/test_default_gems
[166/756] 3263436=test_trick
[167/756] 3263445=ruby/test_pipe
[168/756] 3263438=openssl/test_pkey_ec
[169/756] 3263445=prism/result/integer_base_flags_test
[170/756] 3263445=date/test_date_parse
[171/756] 3263438=ruby/test_io_buffer
[172/756] 3263445=did_you_mean/spell_checking/test_key_name_check
[173/756] 3263445=fiber/test_backtrace
[174/756] 3263445=ruby/test_defined
[175/756] 3263438=rubygems/test_gem_uninstaller
[176/756] 3263439=openssl/test_buffering
[177/756] 3263439=resolv/test_svcb_https
[178/756] 3263434=ruby/enc/test_gb18030
[179/756] 3263434=ruby/test_time
[180/756] 3263439=ruby/enc/test_windows_1251
[181/756] 3263439=prism/ruby/relocation_test
[182/756] 3263439=openssl/test_pkey_dh
[183/756] 3263445=-ext-/bignum/test_bigzero
[184/756] 3263445=prism/result/source_location_test
[185/756] 3263439=rubygems/test_gem_package_tar_header
[186/756] 3263445=rubygems/test_gem_util
[187/756] 3263439=-ext-/iseq_load/test_iseq_load
[188/756] 3263434=ruby/test_system
[189/756] 3263445=openssl/test_pkcs12
[190/756] 3263435=ruby/test_yjit_exit_locations
[191/756] 3263435=etc/test_etc
[192/756] 3263428=rubygems/test_gem_config_file
[193/756] 3263435=ripper/test_ripper
[194/756] 3263428=optparse/test_getopts
[195/756] 3263428=net/protocol/test_protocol
[196/756] 3263448=rubygems/test_gem_resolver_activation_request
[197/756] 3263448=mkmf/test_libs
[198/756] 3263448=rubygems/test_gem_commands_fetch_command
[199/756] 3263445=ruby/test_math
[200/756] 3263445=dtrace/test_gc
[201/756] 3263445=fiber/test_sleep
[202/756] 3263448=rubygems/test_config
[203/756] 3263448=psych/visitors/test_yaml_tree
[204/756] 3263448=mkmf/test_sizeof
[205/756] 3263428=ruby/test_case
[206/756] 3263431=ruby/enc/test_utf16
[207/756] 3263431=ruby/test_autoload
[208/756] 3263428=prism/result/numeric_value_test
[209/756] 3263428=ruby/test_io
[210/756] 3263434=ruby/test_unicode_escape
[211/756] 3263438=ruby/test_backtrace
[212/756] 3263434=fiber/test_io_buffer
[213/756] 3263435=rubygems/test_gem_resolver_conflict
[214/756] 3263435=prism/result/regular_expression_options_test
[215/756] 3263435=rubygems/test_gem_commands_install_command
[216/756] 3263432=ruby/test_clone
[217/756] 3263434=ruby/test_readpartial
[218/756] 3263432=io/console/test_ractor
[219/756] 3263432=prism/locals_test
[220/756] 3263432=-ext-/rational/test_rat
[221/756] 3263432=rubygems/test_webauthn_poller
[222/756] 3263432=rubygems/test_gem_resolver_best_set
[223/756] 3263432=-ext-/typeddata/test_typeddata
[224/756] 3263434=-ext-/string/test_fstring
[225/756] 3263444=optparse/test_optparse
[226/756] 3263444=psych/test_array
[227/756] 3263444=mkmf/test_convertible
[228/756] 3263434=ruby/test_yield
[229/756] 3263437=strscan/test_stringscanner
[230/756] 3263432=ripper/test_files_sample
[231/756] 3263437=rubygems/test_gem_security_trust_dir
[232/756] 3263437=ruby/test_string_memory
[233/756] 3263432=ruby/test_sprintf
[234/756] 3263437=rubygems/test_gem_requirement
[235/756] 3263436=objspace/test_objspace
[236/756] 3263445=ruby/test_undef
[237/756] 3263437=-ext-/thread/test_lock_native_thread
[238/756] 3263445=rubygems/test_gem_commands_stale_command
[239/756] 3263445=mkmf/test_have_library
[240/756] 3263432=rubygems/test_remote_fetch_error
[241/756] 3263432=prism/result/equality_test
[242/756] 3263432=prism/encoding/regular_expression_encoding_test
[243/756] 3263432=psych/test_set
[244/756] 3263432=psych/test_tree_builder
[245/756] 3263432=rubygems/test_gem_resolver_dependency_request
[246/756] 3263432=psych/test_hash
[247/756] 3263432=psych/test_alias_and_anchor
[248/756] 3263432=-ext-/postponed_job/test_postponed_job
[249/756] 3263433=-ext-/string/test_external_new
[250/756] 3263433=rubygems/test_gem_request_set_lockfile
[251/756] 3263443=-ext-/load/test_protect
[252/756] 3263443=ruby/test_argf
[253/756] 3263437=openssl/test_ns_spki
[254/756] 3263437=mkmf/test_framework
[255/756] 3263437=ruby/test_weakmap
[256/756] 3263438=ruby/test_yjit
[257/756] 3263438=uri/test_ws
[258/756] 3263438=rubygems/test_gem_commands_environment_command
[259/756] 3263439=ruby/test_m17n
[260/756] 3263435=io/wait/test_io_wait
[261/756] 3263438=rubygems/test_gem_commands_exec_command
[262/756] 3263432=optparse/test_kwargs
[263/756] 3263432=-ext-/string/test_ellipsize
[264/756] 3263432=date/test_date_attr
[265/756] 3263432=-ext-/win32/test_console_attr
[266/756] 3263432=optparse/test_summary
[267/756] 3263435=rubygems/test_gem_unsatisfiable_dependency_error
[268/756] 3263435=ruby/enc/test_cp949
[269/756] 3263435=rubygems/test_gem_commands_uninstall_command
[270/756] 3263433=-ext-/st/test_foreach
[271/756] 3263433=rubygems/test_gem_source_specific_file
[272/756] 3263432=ruby/test_condition
[273/756] 3263439=fiber/test_io
[274/756] 3263432=ruby/enc/test_emoji
[275/756] 3263433=-ext-/gvl/test_ubf_async_safe
[276/756] 3263432=ruby/test_hash
[277/756] 3263433=rubygems/test_gem_impossible_dependencies_error
[278/756] 3263433=dtrace/test_array_create
[279/756] 3263433=-ext-/bignum/test_pack
[280/756] 3263439=psych/visitors/test_to_ruby
[281/756] 3263439=did_you_mean/spell_checking/test_pattern_key_name_check
[282/756] 3263439=ruby/test_method
[283/756] 3263433=ruby/enc/test_euc_kr
[284/756] 3263433=uri/test_ftp
[285/756] 3263433=prism/encoding/symbol_encoding_test
[286/756] 3263433=date/test_date_strftime
[287/756] 3263445=rubygems/test_gem_installer
[288/756] 3263438=psych/test_yamlstore
[289/756] 3263438=openssl/test_asn1
[290/756] 3263438=openssl/test_random
[291/756] 3263438=json/json_string_matching_test
[292/756] 3263438=optparse/test_load
[293/756] 3263438=ruby/test_class
[294/756] 3263435=ruby/test_const
[295/756] 3263435=fiber/test_queue
[296/756] 3263435=optparse/test_noarg
[297/756] 3263435=test_tempfile
[298/756] 3263433=prism/ruby/pattern_test
[299/756] 3263433=-ext-/tracepoint/test_tracepoint
[300/756] 3263435=test_prettyprint
[301/756] 3263435=rubygems/test_gem_commands_help_command
[302/756] 3263433=-ext-/struct/test_duplicate
[303/756] 3263433=ruby/enc/test_utf32
[304/756] 3263433=socket/test_basicsocket
[305/756] 3263435=rubygems/test_gem_resolver_index_specification
[306/756] 3263433=prism/ruby/desugar_compiler_test
[307/756] 3263433=-ext-/marshal/test_internal_ivar
[308/756] 3263433=optparse/test_reqarg
[309/756] 3263435=ruby/test_stack
[310/756] 3263433=rubygems/test_gem_commands_list_command
[311/756] 3263433=-ext-/string/test_too_many_dummy_encodings
[312/756] 3263448=ruby/test_econv
[313/756] 3263433=ruby/enc/test_cesu8
[314/756] 3263433=rubygems/test_gem_version
[315/756] 3263433=uri/test_ldap
[316/756] 3263433=psych/visitors/test_emitter
[317/756] 3263433=rubygems/test_gem_commands_signin_command
[318/756] 3263437=resolv/test_resource
[319/756] 3263437=prism/encoding/encodings_test
[320/756] 3263437=fileutils/test_fileutils
[321/756] 3263433=ruby/test_complex
[322/756] 3263429=rubygems/test_gem_commands_search_command
[323/756] 3263446=dtrace/test_method_cache
[324/756] 3263446=rubygems/test_gem_stub_specification
[325/756] 3263441=ruby/test_frozen_error
[326/756] 3263441=rubygems/test_gem_ext_ext_conf_builder
[327/756] 3263434=prism/lex_test
[328/756] 3263433=-ext-/path_to_class/test_path_to_class
[329/756] 3263433=-ext-/stack/test_stack_overflow
[330/756] 3263435=rubygems/test_gem_resolver_specification
[331/756] 3263429=rubygems/test_gem_dependency
[332/756] 3263435=ruby/test_inlinecache
[333/756] 3263446=rubygems/test_gem_remote_fetcher
[334/756] 3263435=ruby/test_parse
[335/756] 3263429=resolv/test_mdns
[336/756] 3263437=rubygems/test_gem_resolver_installed_specification
[337/756] 3263429=prism/result/string_test
[338/756] 3263437=ripper/test_scanner_events
[339/756] 3263433=-ext-/bignum/test_big2str
[340/756] 3263433=resolv/test_win32_config
[341/756] 3263433=-ext-/wait/test_wait
[342/756] 3263437=test_forwardable
[343/756] 3263429=psych/test_yaml
[344/756] 3263437=ruby/test_thread_queue
[345/756] 3263433=fileutils/test_nowrite
[346/756] 3263433=rubygems/test_gem_commands_sources_command
[347/756] 3263429=io/wait/test_ractor
[348/756] 3263446=ruby/enc/test_euc_tw
[349/756] 3263429=-ext-/proc/test_bmethod
[350/756] 3263446=ruby/test_shapes
[351/756] 3263429=json/json_fixtures_test
[352/756] 3263446=ruby/test_io_timeout
[353/756] 3263429=prism/result/index_write_test
[354/756] 3263446=ruby/test_comparable
[355/756] 3263429=-ext-/string/test_enc_str_buf_cat
[356/756] 3263429=-ext-/class/test_class2name
[357/756] 3263446=ruby/enc/test_gbk
[358/756] 3263446=json/json_ryu_fallback_test
[359/756] 3263446=-ext-/debug/test_profile_frames
[360/756] 3263429=ruby/test_warning
[361/756] 3263448=-ext-/string/test_cstr
[362/756] 3263429=digest/test_digest
[363/756] 3263446=psych/test_marshalable
[364/756] 3263446=rubygems/test_require
[365/756] 3263435=psych/test_psych_set
[366/756] 3263435=rubygems/test_gem_commands_contents_command
[367/756] 3263433=rubygems/test_gem_ext_cmake_builder
[368/756] 3263431=uri/test_wss
[369/756] 3263431=optparse/test_switch
[370/756] 3263433=test_find
[371/756] 3263431=digest/test_ractor
[372/756] 3263433=pathname/test_pathname
[373/756] 3263435=ruby/test_complexrational
[374/756] 3263435=prism/regexp_test
[375/756] 3263435=rubygems/test_gem_package_tar_reader
[376/756] 3263435=coverage/test_coverage
[377/756] 3263431=uri/test_file
[378/756] 3263431=-ext-/string/test_modify_expand
[379/756] 3263431=rubygems/test_gem_available_set
[380/756] 3263448=optparse/test_bash_completion
[381/756] 3263448=rubygems/test_deprecate
[382/756] 3263448=ruby/test_zjit
[383/756] 3263448=psych/handlers/test_recorder
[384/756] 3263448=rubygems/test_gem_source_vendor
[385/756] 3263448=rubygems/test_gem_commands_owner_command
[386/756] 3263433=ruby/enc/test_regex_casefold
[387/756] 3263433=rubygems/test_gem_commands_signout_command
[388/756] 3263441=ruby/test_refinement
[389/756] 3263433=rubygems/test_gem_source_git
[390/756] 3263443=ruby/test_dir_m17n
[391/756] 3263431=rubygems/test_gem_resolver_installer_set
[392/756] 3263434=prism/result/warnings_test
[393/756] 3263434=ruby/test_float
[394/756] 3263431=ruby/test_require
[395/756] 3263429=fiber/test_process
[396/756] 3263429=ruby/enc/test_windows_1252
[397/756] 3263429=prism/ruby/dispatcher_test
[398/756] 3263429=prism/result/heredoc_test
[399/756] 3263429=ruby/test_metaclass
[400/756] 3263429=ruby/test_fixnum
[401/756] 3263429=ruby/test_signal
[402/756] 3263435=openssl/test_x509crl
[403/756] 3263446=-ext-/debug/test_debug
[404/756] 3263446=ruby/test_memory_view
[405/756] 3263433=test_shellwords
[406/756] 3263433=digest/test_digest_extend
[407/756] 3263432=ruby/test_iterator
[408/756] 3263433=dtrace/test_string
[409/756] 3263433=psych/test_omap
[410/756] 3263446=prism/result/constant_path_node_test
[411/756] 3263433=rubygems/test_gem_resolver_git_set
[412/756] 3263446=fiber/test_storage
[413/756] 3263446=-ext-/time/test_new
[414/756] 3263446=openssl/test_cipher
[415/756] 3263432=rubygems/test_gem_security_signer
[416/756] 3263448=prism/result/named_capture_test
[417/756] 3263435=json/json_parser_test
[418/756] 3263446=ruby/test_nomethod_error
[419/756] 3263448=prism/result/comments_test
[420/756] 3263446=openssl/test_config
[421/756] 3263448=rubygems/test_gem_source_subpath_problem
[422/756] 3263432=-ext-/win32/test_dln
[423/756] 3263432=json/json_common_interface_test
[424/756] 3263435=psych/test_struct
[425/756] 3263435=fiber/test_io_close
[426/756] 3263446=prism/onigmo_test
[427/756] 3263446=prism/magic_comment_test
[428/756] 3263435=prism/fuzzer_test
[429/756] 3263432=ripper/test_sexp
[430/756] 3263435=ruby/test_variable
[431/756] 3263432=mkmf/test_pkg_config
[432/756] 3263432=ruby/test_insns_leaf
[433/756] 3263432=psych/test_serialize_subclasses
[434/756] 3263448=psych/test_deprecated
[435/756] 3263432=-ext-/bignum/test_div
[436/756] 3263432=ruby/test_allocation
[437/756] 3263448=openssl/test_engine
[438/756] 3263448=ruby/test_key_error
[439/756] 3263448=fiber/test_mutex
[440/756] 3263433=openssl/test_x509req
[441/756] 3263446=ripper/test_files_test_1
[442/756] 3263444=ruby/test_struct
[443/756] 3263445=rubygems/test_gem_path_support
[444/756] 3263445=ruby/test_module
[445/756] 3263443=rubygems/test_gem_request_set
[446/756] 3263433=openssl/test_ssl
[447/756] 3263428=rubygems/test_gem_ext_cargo_builder
[448/756] 3263428=did_you_mean/spell_checking/test_method_name_check
[449/756] 3263428=-ext-/arith_seq/test_arith_seq_extract
[450/756] 3263429=uri/test_parser
[451/756] 3263439=ruby/test_whileuntil
[452/756] 3263439=prism/ruby/string_query_test
[453/756] 3263439=mkmf/test_configuration
[454/756] 3263429=ruby/test_rubyvm
[455/756] 3263429=monitor/test_monitor
[456/756] 3263434=net/http/test_buffered_io
[457/756] 3263428=-ext-/load/test_stringify_symbols
[458/756] 3263439=-ext-/thread/test_instrumentation_api
[459/756] 3263428=psych/test_boolean
[460/756] 3263428=rubygems/test_gem_source
[461/756] 3263443=psych/test_scalar_scanner
[462/756] 3263443=rubygems/test_gem_commands_outdated_command
[463/756] 3263434=ruby/test_array
[464/756] 3263443=rubygems/test_gem_package_tar_writer
[465/756] 3263435=rubygems/test_gem_dependency_list
[466/756] 3263429=prism/result/implicit_array_test
[467/756] 3263429=net/http/test_https
[468/756] 3263435=rubygems/test_gem_ext_builder
[469/756] 3263442=-ext-/test_abi
[470/756] 3263443=openssl/test_provider
[471/756] 3263428=dtrace/test_load
[472/756] 3263428=psych/test_yamldbm
[473/756] 3263428=rubygems/test_gem_commands_rebuild_command
[474/756] 3263428=-ext-/struct/test_len
[475/756] 3263428=rubygems/test_gem_package_tar_header_ractor
[476/756] 3263442=open-uri/test_proxy
[477/756] 3263442=-ext-/iter/test_yield_block
[478/756] 3263442=rubygems/test_gem_commands_cert_command
[479/756] 3263448=erb/test_erb
[480/756] 3263448=openssl/test_x509ext
[481/756] 3263448=rubygems/test_gem_source_installed
[482/756] 3263448=did_you_mean/test_spell_checker
[483/756] 3263448=ruby/test_rational
[484/756] 3263443=prism/fixtures_test
[485/756] 3263443=ruby/test_rational2
[486/756] 3263443=test_rbconfig
[487/756] 3263443=did_you_mean/tree_spell/test_human_typo
[488/756] 3263443=ruby/test_primitive
[489/756] 3263443=did_you_mean/core_ext/test_name_error_extension
[490/756] 3263443=test_bundled_gems
[491/756] 3263443=openssl/test_pair
[492/756] 3263428=rubygems/test_gem_commands_yank_command
[493/756] 3263435=psych/test_document
[494/756] 3263435=optparse/test_acceptable
[495/756] 3263444=ruby/enc/test_euc_jp
[496/756] 3263444=mkmf/test_install
[497/756] 3263428=socket/test_sockopt
[498/756] 3263428=prism/encoding/string_encoding_test
[499/756] 3263428=-ext-/string/test_set_len
[500/756] 3263428=net/http/test_httpresponses
[501/756] 3263435=psych/test_encoding
[502/756] 3263428=net/http/test_httpheader
[503/756] 3263435=rubygems/test_gem_resolver_local_specification
[504/756] 3263428=json/json_encoding_test
[505/756] 3263435=ruby/test_compile_prism
[506/756] 3263428=date/test_date_compat
[507/756] 3263428=-ext-/test_bug-14834
[508/756] 3263444=socket/test_addrinfo
[509/756] 3263430=net/http/test_http
[510/756] 3263428=did_you_mean/test_tree_spell_checker
[511/756] 3263444=ruby/test_path
[512/756] 3263444=ruby/enc/test_case_mapping
[513/756] 3263444=openssl/test_bn
[514/756] 3263444=fiber/test_enumerator
[515/756] 3263428=ruby/enc/test_koi8
[516/756] 3263428=ripper/test_filter
[517/756] 3263444=rubygems/test_gem_gem_runner
[518/756] 3263428=-ext-/struct/test_data
[519/756] 3263428=rubygems/test_gem_uri
[520/756] 3263428=-ext-/test_notimplement
[521/756] 3263444=-ext-/test_random
[522/756] 3263428=mmtk/test_configuration
[523/756] 3263444=rubygems/test_gem_resolver_vendor_specification
[524/756] 3263428=rubygems/test_gem_commands_update_command
[525/756] 3263444=-ext-/box/test_load_ext
[526/756] 3263445=openssl/test_ssl_session
[527/756] 3263444=ripper/test_lexer
[528/756] 3263444=ruby/test_thread_cv
[529/756] 3263435=yaml/test_dbm
[530/756] 3263435=-ext-/string/test_interned_str
[531/756] 3263435=prism/api/freeze_test
[532/756] 3263435=ruby/enc/test_case_comprehensive
[533/756] 3263435=prism/result/node_id_test
[534/756] 3263446=rubygems/test_gem_commands_build_command
[535/756] 3263438=prism/percent_delimiter_string_test
[536/756] 3263438=dtrace/test_cmethod
[537/756] 3263438=-ext-/econv/test_append
[538/756] 3263438=prism/result/breadth_first_search_test
[539/756] 3263438=rubygems/test_gem_commands_server_command
[540/756] 3263438=ruby/test_io_m17n
[541/756] 3263431=did_you_mean/spell_checking/test_variable_name_check
[542/756] 3263435=optparse/test_did_you_mean
[543/756] 3263431=-ext-/exception/test_exception_at_throwing
[544/756] 3263446=ruby/test_iseq
[545/756] 3263435=fiber/test_scheduler
[546/756] 3263431=openssl/test_pkey_dsa
[547/756] 3263437=openssl/test_ocsp
[548/756] 3263448=psych/test_class
[549/756] 3263448=ripper/test_files_lib
[550/756] 3263444=rubygems/test_gem_commands_unpack_command
[551/756] 3263441=ruby/test_beginendblock
[552/756] 3263431=ruby/enc/test_emoji_breaks
[553/756] 3263431=rubygems/test_gem_bundler_version_finder
[554/756] 3263431=-ext-/array/test_to_ary_concat
[555/756] 3263428=rubygems/test_webauthn_listener_response
[556/756] 3263428=test_time
[557/756] 3263444=psych/json/test_stream
[558/756] 3263444=-ext-/test_printf
[559/756] 3263444=rubygems/test_exit
[560/756] 3263444=-ext-/test_recursion
[561/756] 3263428=ruby/test_set
[562/756] 3263444=mkmf/test_mkmf
[563/756] 3263444=date/test_date_marshal
[564/756] 3263444=test_delegate
[565/756] 3263444=-ext-/popen_deadlock/test_popen_deadlock
[566/756] 3263438=rubygems/test_bundled_ca
[567/756] 3263428=ruby/test_fiber
[568/756] 3263441=test_open3
[569/756] 3263431=objspace/test_ractor
[570/756] 3263445=rubygems/test_gem_security
[571/756] 3263446=openssl/test_digest
[572/756] 3263446=ruby/test_integer_comb
[573/756] 3263439=open-uri/test_ftp
[574/756] 3263439=test_tmpdir
[575/756] 3263439=ruby/test_vm_dump
[576/756] 3263439=prism/errors_test
[577/756] 3263431=rubygems/test_gem_commands_check_command
[578/756] 3263431=ruby/test_regexp
[579/756] 3263437=ruby/test_object_id
[580/756] 3263444=socket/test_udp
[581/756] 3263444=-ext-/exception/test_data_error
[582/756] 3263439=prism/bom_test
[583/756] 3263439=prism/unescape_test
[584/756] 3263439=ruby/test_file
[585/756] 3263444=ruby/test_range
[586/756] 3263437=rubygems/test_project_sanity
[587/756] 3263437=mkmf/test_constant
[588/756] 3263435=ruby/test_dup
[589/756] 3263432=test_pty
[590/756] 3263442=erb/test_erb_command
[591/756] 3263438=json/test_helper
[592/756] 3263438=ruby/test_encoding
[593/756] 3263442=rubygems/test_gem_uri_formatter
[594/756] 3263442=-ext-/exception/test_ensured
[595/756] 3263442=prism/library_symbols_test
[596/756] 3263435=resolv/test_addr
[597/756] 3263435=openssl/test_ts
[598/756] 3263442=prism/ruby/ruby_parser_test
[599/756] 3263442=rubygems/test_gem_resolver_api_set
[600/756] 3263442=rubygems/test_gem_safe_marshal
[601/756] 3263448=psych/nodes/test_enumerable
[602/756] 3263448=mkmf/test_config
[603/756] 3263427=rubygems/test_gem_resolver_vendor_set
[604/756] 3263427=json/json_generator_test
[605/756] 3263444=ruby/test_eval
[606/756] 3263438=ruby/test_transcode
[607/756] 3263432=-ext-/st/test_update
[608/756] 3263432=openssl/test_fips
[609/756] 3263443=openssl/test_x509name
[610/756] 3263443=prism/api/parse_comments_test
[611/756] 3263443=openssl/test_x509store
[612/756] 3263434=rubygems/test_webauthn_listener
[613/756] 3263441=ruby/test_random_formatter
[614/756] 3263441=prism/test_helper
[615/756] 3263441=did_you_mean/edit_distance/test_jaro_winkler
[616/756] 3263441=ruby/test_ast
[617/756] 3263434=rubygems/test_gem_request_set_gem_dependency_api
[618/756] 3263432=ruby/test_lambda
[619/756] 3263435=rubygems/test_gem_platform
[620/756] 3263448=rubygems/test_gem_package_task
[621/756] 3263448=date/test_date_strptime
[622/756] 3263427=optparse/test_placearg
[623/756] 3263432=rubygems/test_gem_commands_push_command
[624/756] 3263434=ruby/test_weakkeymap
[625/756] 3263443=-ext-/st/test_numhash
[626/756] 3263443=openssl/test_pkey_rsa
[627/756] 3263442=did_you_mean/spell_checking/test_class_name_check
[628/756] 3263448=ruby/test_keyword
[629/756] 3263442=prism/api/dump_test
[630/756] 3263435=-ext-/win32/test_fd_setsize
[631/756] 3263435=ruby/test_continuation
[632/756] 3263435=-ext-/hash/test_delete
[633/756] 3263435=ruby/test_file_exhaustive
[634/756] 3263427=rubygems/test_gem_update_suggestion
[635/756] 3263444=ripper/test_files_test
[636/756] 3263427=prism/result/attribute_write_test
[637/756] 3263444=rubygems/test_gem_resolver_lock_set
[638/756] 3263427=ruby/test_not
[639/756] 3263444=prism/version_test
[640/756] 3263427=psych/test_object
[641/756] 3263427=prism/heredoc_dedent_test
[642/756] 3263427=ruby/test_arithmetic_sequence
[643/756] 3263427=ruby/test_basicinstructions
[644/756] 3263444=rubygems/test_gem_gemcutter_utilities
[645/756] 3263427=prism/api/parse_test
[646/756] 3263427=rubygems/test_gem_command_manager
[647/756] 3263427=prism/api/lex_test
[648/756] 3263427=rubygems/test_gem_remote_fetcher_local_ssl_server
[649/756] 3263448=ruby/test_sleep
[650/756] 3263432=date/test_date_arith
[651/756] 3263432=ruby/test_object
[652/756] 3263444=rubygems/test_gem_local_remote_options
[653/756] 3263434=fiber/test_timeout
[654/756] 3263434=-ext-/string/test_normalize
[655/756] 3263434=openssl/test_ossl
[656/756] 3263434=did_you_mean/tree_spell/test_change_word
[657/756] 3263434=ruby/test_flip
[658/756] 3263444=mkmf/test_signedness
[659/756] 3263434=test_tsort
[660/756] 3263434=ruby/enc/test_big5
[661/756] 3263434=pathname/test_ractor
[662/756] 3263446=-ext-/symbol/test_type
[663/756] 3263446=ruby/test_arity
[664/756] 3263446=stringio/test_stringio
[665/756] 3263434=io/wait/test_io_wait_uncommon
[666/756] 3263434=ruby/test_bignum
[667/756] 3263446=rubygems/test_gem_ci_detector
[668/756] 3263446=ruby/test_time_tz
[669/756] 3263434=json/ractor_test
[670/756] 3263446=ruby/test_trace
[671/756] 3263446=mkmf/test_have_macro
[672/756] 3263434=ruby/test_complex2
[673/756] 3263434=-ext-/load/test_resolve_symbol
[674/756] 3263442=rubygems/test_gem_package
[675/756] 3263434=ruby/test_threadgroup
[676/756] 3263438=rubygems/test_gem_specification
[677/756] 3263432=ruby/test_enum
[678/756] 3263443=psych/test_merge_keys
[679/756] 3263443=rubygems/test_gem_resolver_api_specification
[680/756] 3263443=prism/result/overlap_test
[681/756] 3263446=prism/result/static_literals_test
[682/756] 3263446=test_ipaddr
[683/756] 3263446=ruby/test_mixed_unicode_escapes
[684/756] 3263446=did_you_mean/test_ractor_compatibility
[685/756] 3263442=ruby/test_dir
[686/756] 3263437=date/test_date_ractor
[687/756] 3263443=rubygems/test_gem_console_ui
[688/756] 3263443=-ext-/eval/test_eval
[689/756] 3263443=optparse/test_autoconf
[690/756] 3263443=rubygems/test_gem_commands_cleanup_command
[691/756] 3263446=psych/test_numeric
[692/756] 3263446=-ext-/struct/test_member
[693/756] 3263446=net/http/test_http_request
[694/756] 3263442=rubygems/test_gem_source_fetch_problem
[695/756] 3263446=json/json_generic_object_test
[696/756] 3263442=-ext-/array/test_resize
[697/756] 3263446=error_highlight/test_error_highlight
[698/756] 3263442=uri/test_mailto
[699/756] 3263442=-ext-/string/test_coderange
[700/756] 3263442=prism/ractor_test
[701/756] 3263437=psych/test_symbol
[702/756] 3263437=rubygems/test_gem_resolver_requirement_list
[703/756] 3263437=-ext-/arith_seq/test_arith_seq_beg_len_step
[704/756] 3263437=openssl/test_pkcs7
[705/756] 3263442=dtrace/test_function_entry
[706/756] 3263442=psych/test_coder
[707/756] 3263442=ruby/test_symbol
[708/756] 3263432=prism/ruby/parser_test
[709/756] 3263432=rubygems/test_gem_commands_pristine_command
[710/756] 3263434=-ext-/string/test_nofree
[711/756] 3263443=mkmf/test_find_executable
[712/756] 3263434=-ext-/string/test_enc_associate
[713/756] 3263443=ruby/test_lazy_enumerator
[714/756] 3263443=psych/test_stringio
[715/756] 3263443=socket/test_unix
[716/756] 3263443=ruby/test_integer
[717/756] 3263434=ruby/test_super
[718/756] 3263437=ruby/test_rubyoptions
[719/756] 3263444=prism/ruby/ripper_test
[720/756] 3263432=ruby/test_call
[721/756] 3263438=net/http/test_https_proxy
[722/756] 3263434=rubygems/test_rubygems
[723/756] 3263438=-ext-/float/test_nextafter
[724/756] 3263446=-ext-/string/test_capacity
[725/756] 3263446=-ext-/file/test_stat
[726/756] 3263446=rubygems/test_gem_request_set_lockfile_tokenizer
[727/756] 3263432=mkmf/test_have_func
[728/756] 3263438=rubygems/test_gem_resolver_git_specification
[729/756] 3263446=psych/test_object_references
[730/756] 3263434=-ext-/marshal/test_usrmarshal
[731/756] 3263446=ruby/test_env
[732/756] 3263434=-ext-/integer/test_integer
[733/756] 3263438=fileutils/test_dryrun
[734/756] 3263444=rubygems/test_gem_commands_setup_command
[735/756] 3263438=ruby/test_ractor
[736/756] 3263434=psych/test_parser
[737/756] 3263434=win32/test_registry
[738/756] 3263434=strscan/test_ractor
[739/756] 3263434=rubygems/test_gem_commands_open_command
[740/756] 3263434=resolv/test_dns
[741/756] 3263442=rubygems/test_gem_source_lock
[742/756] 3263442=rubygems/test_gem
[743/756] 3263430=open-uri/test_ssl
[744/756] 3263444=psych/test_ractor
[745/756] 3263432=-ext-/integer/test_my_integer
[746/756] 3263432=ruby/test_thread
[747/756] 3263444=json/json_ext_parser_test
[748/756] 3263444=ruby/test_marshal
[749/756] 3263434=test_unicode_normalize
[750/756] 3263434=socket/test_nonblock
[751/756] 3263433=test_weakref
[752/756] 3263434=ruby/test_alias
[753/756] 3263434=test_timeout
[754/756] 3263433=dtrace/test_singleton_function
[755/756] 3263433=socket/test_ancdata
[756/756] 3263433=-ext-/string/test_rb_str_dup
Finished tests in 34.511038s, 973.6595 tests/s, 198435.5822 assertions/s.
Children under /tmp/rubytest.a55ogl:
* -rw-r--r-- 1  102816 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_monitor.so
* -rw-r--r-- 1  194336 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_stringio.so
* -rw-r--r-- 1  108136 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_erb+escape.so
* -rw-r--r-- 1  125368 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_cgi+escape.so
* -rw-r--r-- 1  186528 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_strscan.so
* -rw-r--r-- 1  111336 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_io+nonblock.so
* -rw-r--r-- 1  120752 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_digest.so
* -rw-r--r-- 1 1453600 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_openssl.so
* -rw-r--r-- 1   91472 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_io+wait.so
* -rw-r--r-- 1  810464 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_socket.so
* -rw-r--r-- 1  291792 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_zlib.so
* -rw-r--r-- 1  184872 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_psych.so
* -rw-r--r-- 1  291712 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_json+ext+generator.so
* -rw-r--r-- 1  236936 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_json+ext+parser.so
* -rw-r--r-- 1  145352 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_etc.so
* -rw-r--r-- 1  825848 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_date_core.so
* -rw-r--r-- 1  183040 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_io+console.so
* -rw-r--r-- 1   92464 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_-test-+sanitizers.so
* -rw-r--r-- 1  112152 2025-11-23 13:15:06 +0000 _ruby_box_p3263917_2_rbconfig+sizeof.so
* -rw-r--r-- 1  183040 2025-11-23 13:15:06 +0000 _ruby_box_p3263812_2_io+console.so
* -rw-r--r-- 1   92464 2025-11-23 13:15:06 +0000 _ruby_box_p3263812_2_-test-+sanitizers.so
* -rw-r--r-- 1  112152 2025-11-23 13:15:06 +0000 _ruby_box_p3263812_2_rbconfig+sizeof.so
* -rw-r--r-- 1  183040 2025-11-23 13:15:06 +0000 _ruby_box_p3263682_2_io+console.so
* -rw-r--r-- 1   92464 2025-11-23 13:15:06 +0000 _ruby_box_p3263682_2_-test-+sanitizers.so
* -rw-r--r-- 1  112152 2025-11-23 13:15:06 +0000 _ruby_box_p3263682_2_rbconfig+sizeof.so
* -rw-r--r-- 1  183040 2025-11-23 13:15:06 +0000 _ruby_box_p3263605_2_io+console.so
* -rw-r--r-- 1   92464 2025-11-23 13:15:06 +0000 _ruby_box_p3263605_2_-test-+sanitizers.so
* -rw-r--r-- 1  112152 2025-11-23 13:15:06 +0000 _ruby_box_p3263605_2_rbconfig+sizeof.so
* -rw-r--r-- 1  183040 2025-11-23 13:15:06 +0000 _ruby_box_p3263552_2_io+console.so
* -rw-r--r-- 1   92464 2025-11-23 13:15:06 +0000 _ruby_box_p3263552_2_-test-+sanitizers.so
* -rw-r--r-- 1  112152 2025-11-23 13:15:05 +0000 _ruby_box_p3263552_2_rbconfig+sizeof.so
33602 tests, 6848218 assertions, 0 failures, 0 errors, 153 skips

ruby -v: ruby 4.0.0dev (2025-11-23T12:46:51Z master 32a4545ee4) +PRISM [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'
	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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/target/release/' '/tmp/ruby/src/trunk/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/target/release/' '/tmp/ruby/src/trunk/zjit/src/lib.rs'
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
ruby 4.0.0dev (2025-11-23T12:46:51Z master 32a4545ee4) +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 7.388428 seconds

3349 files, 33775 examples, 179890 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j20'" exit with 0.
raw logfile