# Logfile created on 2024-01-19 06:54:46 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055ac22d4a868 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-jemalloc", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-jemalloc", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-jemalloc", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-jemalloc", @configure_opts=["--with-jemalloc --enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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, @logfile="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240119-065446", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ac22dd3528 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ac22dd33c0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ac22dd3230 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240119-065446", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-jemalloc.20240119-065446>, @binmode=false, @mon_data=#<Monitor:0x000055ac22dd3168>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   54552b8..e8cb9e1  master     -> origin/master
Updating 54552b8..e8cb9e1
Fast-forward
 NEWS.md                                            |   3 +-
 doc/maintainers.md                                 |  18 +-
 doc/standard_library.rdoc                          |   2 +-
 gems/bundled_gems                                  |   3 +-
 lib/observer.gemspec                               |  32 ---
 lib/observer.rb                                    | 229 ---------------------
 spec/ruby/library/observer/add_observer_spec.rb    |  35 ++--
 spec/ruby/library/observer/count_observers_spec.rb |  37 ++--
 spec/ruby/library/observer/delete_observer_spec.rb |  29 +--
 .../ruby/library/observer/delete_observers_spec.rb |  29 +--
 spec/ruby/library/observer/fixtures/classes.rb     |  24 ++-
 .../ruby/library/observer/notify_observers_spec.rb |  49 ++---
 test/test_observer.rb                              |  66 ------
 13 files changed, 123 insertions(+), 433 deletions(-)
 delete mode 100644 lib/observer.gemspec
 delete mode 100644 lib/observer.rb
 delete mode 100644 test/test_observer.rb
Latest commit hash = e8cb9e1328
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
make[1]: Entering directory '/tmp/ruby/src/trunk-jemalloc/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-jemalloc/ext/socket'
/tmp/ruby/src/trunk-jemalloc/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
Downloading bundled gem observer-0.1.2...
Downloading bundled gem minitest-5.21.2...
Extracting bundle gem observer-0.1.2...
Extracting bundle gem minitest-5.21.2...
Unpacked gems/observer-0.1.2.gem
Unpacked gems/minitest-5.21.2.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-jemalloc/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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.inc updated
f0f99355960b2d95d43d018499bd9b852f159a1c2db93c2d5f13e7f0b37fb1db  builtin_binary.inc
compiling /tmp/ruby/src/trunk-jemalloc/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
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/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/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/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
./miniruby -I/tmp/ruby/src/trunk-jemalloc/lib -I. -I.ext/common  /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-jemalloc/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-jemalloc/bin
installing base libraries:          /tmp/ruby/install/trunk-jemalloc/lib
installing arch files:              /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-jemalloc/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-jemalloc/bin
installing library scripts:         /tmp/ruby/install/trunk-jemalloc/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-jemalloc/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-jemalloc/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
installing bundled gem cache:       /tmp/ruby/install/trunk-jemalloc/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1876 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-jemalloc/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

[  1/901] 933633=test_nofree
[  2/901] 933633=test_set
[  3/901] 933633=test_scalar_scanner
[  4/901] 933635=test_backtrace
[  5/901] 933633=test_dln
[  6/901] 933633=test_rdoc_task
[  7/901] 933633=test_x509name
[  8/901] 933633=test_default_gems
[  9/901] 933634=test_rdoc_normal_module
[ 10/901] 933633=test_rdoc_markdown_test
[ 11/901] 933637=test_resolve_symbol
[ 12/901] 933637=test_gem_source_lock
[ 13/901] 933634=test_gem_security_signer
[ 14/901] 933637=test_pkg_config
[ 15/901] 933637=test_gem_version_option
[ 16/901] 933635=encoding_test
[ 17/901] 933637=test_insns_leaf
[ 18/901] 933637=test_option
[ 19/901] 933634=test_my_integer
[ 20/901] 933634=test_svcb_https
[ 21/901] 933634=test_buffering
[ 22/901] 933634=test_flip
[ 23/901] 933637=test_syntax
[ 24/901] 933635=test_x509req
[ 25/901] 933634=test_win32ole_variant
[ 26/901] 933634=test_abbrev
[ 27/901] 933634=test_liberal_parsing
[ 28/901] 933634=test_member
[ 29/901] 933634=test_case_options
[ 30/901] 933634=test_fiber
[ 31/901] 933635=test_refinement
[ 32/901] 933633=test_weakmap
[ 33/901] 933634=test_gem_commands_which_command
[ 34/901] 933634=test_pkcs12
[ 35/901] 933634=test_optimization
[ 36/901] 933633=test_ripper
[ 37/901] 933633=test_x509crl
[ 38/901] 933633=test_usrmarshal
[ 39/901] 933633=test_httpresponses
[ 40/901] 933633=test_cgi_session
[ 41/901] 933633=test_read_write
[ 42/901] 933633=test_path_to_class
[ 43/901] 933633=test_gem_dependency_resolution_error
[ 44/901] 933633=test_buffered_io
[ 45/901] 933633=test_gem_ext_ext_conf_builder
[ 46/901] 933635=test_gem_commands_cleanup_command
[ 47/901] 933633=test_autoload
[ 48/901] 933635=test_sprintf
[ 49/901] 933635=test_unconverted_fields
[ 50/901] 933635=test_utf16
[ 51/901] 933635=test_gem_request_set_lockfile_parser
[ 52/901] 933637=test_gem_name_tuple
[ 53/901] 933637=test_date_attr
[ 54/901] 933635=test_kconv
[ 55/901] 933637=test_eval
[ 56/901] 933635=test_stringify_symbols
[ 57/901] 933635=test_condition
[ 58/901] 933635=json_generic_object_test
[ 59/901] 933635=test_erb
[ 60/901] 933635=test_cp949
[ 61/901] 933635=test_gem_resolver
[ 62/901] 933637=test_rdoc_tom_doc
[ 63/901] 933635=test_emoji
[ 64/901] 933635=test_sorted_set
[ 65/901] 933637=test_resize
[ 66/901] 933637=test_verbose
[ 67/901] 933637=test_rdoc_parser_ruby
[ 68/901] 933635=test_httpresponse
[ 69/901] 933635=parse_test
[ 70/901] 933637=locals_test
[ 71/901] 933637=test_x509ext
[ 72/901] 933637=test_rdoc_markup_to_bs
[ 73/901] 933637=test_gem_commands_push_command
[ 74/901] 933637=bom_test
[ 75/901] 933637=test_gem_ci_detector
[ 76/901] 933637=test_io_console
[ 77/901] 933637=test_file
[ 78/901] 933635=test_column_separator
[ 79/901] 933635=test_io_wait_uncommon
[ 80/901] 933635=comments_test
[ 81/901] 933635=test_acl
[ 82/901] 933635=parameters_signature_test
[ 83/901] 933635=test_rdoc_parser_changelog
[ 84/901] 933635=test_c_union_entity
[ 85/901] 933635=test_gem_ext_cmake_builder
[ 86/901] 933635=test_cmd
[ 87/901] 933633=test_pkey_rsa
[ 88/901] 933634=test_numhash
[ 89/901] 933634=test_whileuntil
[ 90/901] 933634=test_gem_dependency_list
[ 91/901] 933634=test_gem_install_update_options
[ 92/901] 933637=test_c_struct_builder
[ 93/901] 933633=test_last_thread
[ 94/901] 933637=test_monitor
[ 95/901] 933634=test_bn
[ 96/901] 933634=test_digest_extend
[ 97/901] 933634=test_gem_rdoc
[ 98/901] 933637=test_singleton_function
[ 99/901] 933637=test_gem_resolver_index_specification
[100/901] 933637=test_workspace
[101/901] 933634=test_framework
[102/901] 933634=test_debug_cmd
[103/901] 933634=test_passing_block
[104/901] 933634=test_rdoc_markup_to_ansi
[105/901] 933634=test_generic
[106/901] 933633=test_gem_commands_dependency_command
[107/901] 933637=test_rdoc_markup_parser
[108/901] 933634=test_terminfo
[109/901] 933635=test_rdoc_markup_document
[110/901] 933635=test_rdoc_generator_markup
[111/901] 933635=test_bug-14834
[112/901] 933634=test_row_separator
[113/901] 933634=test_cesu8
[114/901] 933634=test_arithmetic_sequence
[115/901] 933637=test_addrinfo
[116/901] 933634=test_gem_commands_specification_command
[117/901] 933633=regexp_test
[118/901] 933635=test_gem_commands_search_command
[119/901] 933635=json_generator_test
[120/901] 933633=test_gem_commands_signin_command
[121/901] 933634=test_iso_8859
[122/901] 933635=test_parser
[123/901] 933634=test_date_ractor
[124/901] 933635=test_address_resolve
[125/901] 933635=test_rdoc_markup_to_tt_only
[126/901] 933635=test_open-uri
[127/901] 933637=test_iter_break
[128/901] 933637=test_num2int
[129/901] 933637=test_cgi_util
[130/901] 933633=test_rdoc_context
[131/901] 933634=test_merge_keys
[132/901] 933634=test_gbk
[133/901] 933634=test_string
[134/901] 933637=test_date_strptime
[135/901] 933637=test_rdoc_extend
[136/901] 933637=test_gem_safe_marshal
[137/901] 933633=test_random
[138/901] 933633=test_drb
[139/901] 933635=test_call
[140/901] 933635=test_gem_resolver_conflict
[141/901] 933635=test_load
[142/901] 933635=test_flush
[143/901] 933635=test_euc_jp
[144/901] 933635=test_error_highlight
[145/901] 933635=test_win32ole_method
[146/901] 933635=test_rbconfig
[147/901] 933635=test_spell_checker
[148/901] 933635=test_open3
[149/901] 933637=test_gem_resolver_lock_specification
[150/901] 933637=test_noarg
[151/901] 933637=test_gem_commands_contents_command
[152/901] 933637=test_rdoc_markup_to_html_crossref
[153/901] 933637=test_write
[154/901] 933637=test_gem_commands_environment_command
[155/901] 933637=test_utf32
[156/901] 933637=test_threadgroup
[157/901] 933637=test_array
[158/901] 933635=test_gem_resolver_best_set
[159/901] 933635=test_digest
[160/901] 933635=test_case
[161/901] 933635=test_yield_block
[162/901] 933635=test_complex
[163/901] 933635=test_ractor
[164/901] 933635=test_shellwords
[165/901] 933635=test_fiddle
[166/901] 933635=test_omap
[167/901] 933635=test_recursion
[168/901] 933635=test_rdoc_markup_attributes
[169/901] 933635=test_pty
[170/901] 933635=test_gem_request_set_lockfile
[171/901] 933635=test_postponed_job
[172/901] 933635=test_delegate
[173/901] 933635=test_gem_ext_cargo_builder_unit
[174/901] 933635=test_windows_1251
[175/901] 933635=test_frozen
[176/901] 933635=test_float
[177/901] 933633=test_ractor
[178/901] 933633=test_rdoc_parser_markdown
[179/901] 933633=test_dryrun
[180/901] 933633=test_enum
[181/901] 933635=test_handle
[182/901] 933635=test_serialize_subclasses
[183/901] 933635=test_general
[184/901] 933633=test_gem_source_specific_file
[185/901] 933635=test_ractor
[186/901] 933635=test_kdf
[187/901] 933633=test_zsh_completion
[188/901] 933633=test_data_converters
[189/901] 933633=test_win32ole
[190/901] 933633=test_gem_commands_open_command
[191/901] 933635=json_common_interface_test
[192/901] 933635=test_asn1
[193/901] 933633=test_features
[194/901] 933635=test_rubyoptions
[195/901] 933633=test_pattern_matching
[196/901] 933633=test_settracefunc
[197/901] 933633=test_psych
[198/901] 933637=test_gem_text
[199/901] 933633=test_set_len
[200/901] 933633=test_scheduler
[201/901] 933633=test_rdoc_ri_paths
[202/901] 933633=test_quote_char_nil
[203/901] 933637=test_method_cache
[204/901] 933637=test_rdoc_rd_block_parser
[205/901] 933633=test_sprintf_comb
[206/901] 933637=test_rdoc_markup_pre_process
[207/901] 933633=test_reline
[208/901] 933637=test_abi
[209/901] 933637=test_div
[210/901] 933637=test_within_pipe
[211/901] 933637=test_name_error_extension
[212/901] 933637=heredoc_dedent_test
[213/901] 933637=test_deprecated
[214/901] 933633=test_ssl_session
[215/901] 933637=test_beginendblock
[216/901] 933633=test_uncorrectable_name_check
[217/901] 933633=test_gem_commands_stale_command
[218/901] 933633=test_stream
[219/901] 933633=test_gem_resolver_git_specification
[220/901] 933637=test_pp
[221/901] 933637=test_m17n_comb
[222/901] 933633=test_marshalable
[223/901] 933633=test_find
[224/901] 933633=test_ast
[225/901] 933637=test_update
[226/901] 933637=test_rdoc_markup_to_label
[227/901] 933637=test_method
[228/901] 933634=json_parser_test
[229/901] 933634=test_coderange
[230/901] 933634=test_super
[231/901] 933634=test_socket
[232/901] 933634=test_pathname
[233/901] 933634=test_stringscanner
[234/901] 933634=test_coverage
[235/901] 933634=test_alias
[236/901] 933634=test_memory_view
[237/901] 933634=test_thread_queue
[238/901] 933635=test_nowrite
[239/901] 933635=test_rendering
[240/901] 933635=test_ostruct
[241/901] 933635=test_tsort
[242/901] 933635=test_process
[243/901] 933634=test_append
[244/901] 933637=test_rdoc_ri_driver
[245/901] 933634=test_exception
[246/901] 933637=test_protocol
[247/901] 933637=test_httpheader
[248/901] 933637=test_header
[249/901] 933637=test_cstr
[250/901] 933637=test_gem_resolver_vendor_specification
[251/901] 933637=test_rdoc_markup_heading
[252/901] 933637=test_require_path_check
[253/901] 933637=test_gem_commands_query_command
[254/901] 933634=test_dns
[255/901] 933637=test_file_exhaustive
[256/901] 933634=test_acceptable
[257/901] 933634=test_erb_command
[258/901] 933634=test_rdoc_class_module
[259/901] 933634=test_input_method
[260/901] 933634=test_securerandom
[261/901] 933634=test_rdoc_rubygems_hook
[262/901] 933634=test_dup
[263/901] 933634=test_bundled_ca
[264/901] 933634=test_exception_at_throwing
[265/901] 933634=test_thread
[266/901] 933634=test_literal
[267/901] 933634=test_compile_prism
[268/901] 933634=test_rdoc_options
[269/901] 933634=test_pstore
[270/901] 933634=test_rdoc_markup_to_html
[271/901] 933634=test_rdoc_markup_to_joined_paragraph
[272/901] 933634=test_len
[273/901] 933634=test_pack
[274/901] 933634=test_interned_str
[275/901] 933634=test_mixed_unicode_escapes
[276/901] 933634=test_rdoc_include
[277/901] 933634=test_date_arith
[278/901] 933634=test_gem_commands_fetch_command
[279/901] 933634=test_array
[280/901] 933634=test_win32ole_variable
[281/901] 933634=test_ractor
[282/901] 933634=test_gem_specification
[283/901] 933637=test_arity
[284/901] 933637=test_provider
[285/901] 933637=test_require
[286/901] 933637=test_signedness
[287/901] 933634=test_date_new
[288/901] 933634=test_notimplement
[289/901] 933634=test_pkey
[290/901] 933634=test_ractor
[291/901] 933634=test_frozen_error
[292/901] 933634=test_rdoc_text
[293/901] 933634=test_trace
[294/901] 933634=test_gem_resolver_api_specification
[295/901] 933634=test_rdoc_markup_indented_paragraph
[296/901] 933634=test_system
[297/901] 933634=test_gem_package_tar_writer
[298/901] 933634=test_each
[299/901] 933634=test_weakkeymap
[300/901] 933634=test_c_struct_entry
[301/901] 933634=test_to_ary_concat
[302/901] 933637=test_drbssl
[303/901] 933634=test_enc_associate
[304/901] 933634=newline_test
[305/901] 933634=desugar_compiler_test
[306/901] 933634=test_gem_commands_cert_command
[307/901] 933635=test_sleep
[308/901] 933635=test_not
[309/901] 933635=test_mailto
[310/901] 933635=json_encoding_test
[311/901] 933635=test_gem_ext_rake_builder
[312/901] 933634=test_sizeof
[313/901] 933635=test_remote_fetch_error
[314/901] 933635=test_face
[315/901] 933635=test_gem_command_manager
[316/901] 933635=test_scalar
[317/901] 933635=test_gem_dependency_installer
[318/901] 933635=test_eval
[319/901] 933635=test_gem_unsatisfiable_dependency_error
[320/901] 933635=test_rdoc_rd_inline
[321/901] 933635=test_nesting_parser
[322/901] 933635=test_files_test_1
[323/901] 933634=test_enumerator
[324/901] 933634=test_ifunless
[325/901] 933634=test_defined
[326/901] 933634=test_bug-3571
[327/901] 933634=test_gem_ext_builder
[328/901] 933634=test_rewind
[329/901] 933634=test_gem_remote_fetcher
[330/901] 933635=test_gem_uri
[331/901] 933635=test_dir
[332/901] 933635=magic_comment_test
[333/901] 933635=test_gem_commands_yank_command
[334/901] 933635=test_date_compat
[335/901] 933635=test_gem_commands_signout_command
[336/901] 933635=json_ext_parser_test
[337/901] 933635=test_config
[338/901] 933635=test_nomethod_error
[339/901] 933635=test_human_typo
[340/901] 933635=test_mkmf
[341/901] 933635=test_pack
[342/901] 933635=test_enumerable
[343/901] 933635=test_scanner_events
[344/901] 933635=test_gem_request_set
[345/901] 933634=test_https_proxy
[346/901] 933634=test_forwardable
[347/901] 933634=test_have_library
[348/901] 933635=constant_path_node_test
[349/901] 933635=test_bug-5832
[350/901] 933635=test_emitter
[351/901] 933635=test_sleep
[352/901] 933635=test_raise
[353/901] 933635=test_objspace
[354/901] 933634=test_tracepoint
[355/901] 933637=test_general
[356/901] 933637=test_have_macro
[357/901] 933634=test_internal_ivar
[358/901] 933634=test_tree_spell_checker
[359/901] 933634=test_rinda
[360/901] 933637=test_row
[361/901] 933637=test_string
[362/901] 933637=test_converters
[363/901] 933637=test_configuration
[364/901] 933637=test_fnmatch
[365/901] 933637=test_shapes
[366/901] 933637=test_recorder
[367/901] 933637=test_rdoc_top_level
[368/901] 933634=test_gem_path_support
[369/901] 933634=test_rdoc_generator_darkfish
[370/901] 933637=test_iseq
[371/901] 933634=test_gem_resolver_dependency_request
[372/901] 933634=test_gem_commands_owner_command
[373/901] 933634=test_key_event_record
[374/901] 933634=test_erb_m17n
[375/901] 933634=test_gem_uri_formatter
[376/901] 933634=test_locale
[377/901] 933634=test_assembler
[378/901] 933634=test_rdoc_require
[379/901] 933634=test_path
[380/901] 933634=test_encodings
[381/901] 933637=test_ts
[382/901] 933634=test_timeout
[383/901] 933634=test_ws
[384/901] 933634=test_weakref
[385/901] 933637=test_macro
[386/901] 933637=test_inputs_scanner
[387/901] 933637=test_range
[388/901] 933634=test_rdoc_markup_include
[389/901] 933634=test_normalize
[390/901] 933634=test_io_buffer
[391/901] 933634=test_numeric
[392/901] 933634=test_files_lib
[393/901] 933637=test_udp
[394/901] 933637=test_convert
[395/901] 933637=test_basicinstructions
[396/901] 933637=test_key_actor_emacs
[397/901] 933637=test_data_error
[398/901] 933637=test_find_executable
[399/901] 933637=test_mdns
[400/901] 933637=test_gem_source
[401/901] 933637=test_nonblock
[402/901] 933637=test_strip
[403/901] 933637=test_optparse
[404/901] 933637=test_benchmark
[405/901] 933637=test_hmac
[406/901] 933637=test_lazy_enumerator
[407/901] 933637=test_rdoc_rdoc
[408/901] 933637=test_method_name_check
[409/901] 933637=test_inadvertent_creation
[410/901] 933637=test_gem_resolver_activation_request
[411/901] 933637=test_cgi_modruby
[412/901] 933637=test_egrep_cpp
[413/901] 933637=test_date_conv
[414/901] 933637=test_force_quotes
[415/901] 933637=test_stat
[416/901] 933637=test_pkey_dsa
[417/901] 933637=test_gem_package
[418/901] 933637=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 41437>
[419/901] 933637=test_gem_util
[420/901] 933637=test_color
Closed file descriptor: TestIRB::ColorTest#test_colorize_code: 11
[421/901] 933637=test_fd_setsize
[422/901] 933637=test_queue
[423/901] 933637=test_gem_resolver_specification
[424/901] 933637=test_prettyprint
[425/901] 933637=test_jaro_winkler
[426/901] 933637=test_env
[427/901] 933633=test_gem_dependency
[428/901] 933633=test_stream
[429/901] 933633=test_hash
[430/901] 933634=test_cclass
[431/901] 933634=test_gem_package_tar_header
[432/901] 933634=test_gem_resolver_api_set
[433/901] 933634=test_depth_first
[434/901] 933634=test_rdoc_single_class
[435/901] 933634=test_win32ole_variant_m
[436/901] 933634=test_gem_commands_mirror
[437/901] 933634=test_json_tree
[438/901] 933634=test_rdoc_generator_json_index
[439/901] 933634=test_method_cache
[440/901] 933634=test_ruby_lex
[441/901] 933634=test_ossl
[442/901] 933637=test_extlibs
[443/901] 933637=test_rdoc_token_stream
[444/901] 933637=test_load
[445/901] 933637=test_time
[446/901] 933637=test_transcode
[447/901] 933637=test_convertible
[448/901] 933633=json_string_matching_test
[449/901] 933633=test_nil2vtempty
[450/901] 933633=test_rdoc_servlet
[451/901] 933633=test_rdoc_markdown
[452/901] 933633=test_gem_resolver_installed_specification
[453/901] 933633=test_ractor
[454/901] 933633=test_severity
[455/901] 933633=test_fileutils
[456/901] 933633=test_rdoc_encoding
[457/901] 933633=test_date_marshal
[458/901] 933633=test_bash_completion
[459/901] 933633=test_readpartial
[460/901] 933633=test_object
[461/901] 933633=test_deprecate
[462/901] 933633=test_rdoc_constant
[463/901] 933633=test_set
[464/901] 933633=test_nkf
[465/901] 933634=test_module
[466/901] 933633=test_ssl
[467/901] 933634=test_rdoc_parser_simple
[468/901] 933634=test_ractor_compatibility
[469/901] 933634=test_syslog_logger
[470/901] 933634=test_bmethod
[471/901] 933634=test_windows_1252
[472/901] 933634=test_rdoc_generator_pot_po_entry
[473/901] 933634=unescape_test
[474/901] 933634=test_gem_source_fetch_problem
[475/901] 933634=test_rdoc_parser_c
[476/901] 933634=test_rdoc_rd_inline_parser
[477/901] 933634=test_m17n
[478/901] 933634=test_keyword
[479/901] 933633=test_pattern_key_name_check
[480/901] 933633=test_rdoc_markup_verbatim
[481/901] 933633=test_propertyputref
[482/901] 933633=test_encoding
[483/901] 933633=test_yjit
[484/901] 933634=json_fixtures_test
[485/901] 933634=test_too_many_dummy_encodings
[486/901] 933634=test_constant
[487/901] 933637=test_rubyvm
[488/901] 933637=test_argf
[489/901] 933634=test_getopts
[490/901] 933634=test_rdoc_parser_rd
[491/901] 933634=test_rdoc_markup_to_markdown
[492/901] 933634=test_gem_silent_ui
[493/901] 933634=test_null
[494/901] 933634=test_scan_args
[495/901] 933634=test_gem_resolver_installer_set
[496/901] 933634=test_rdoc_markup_paragraph
[497/901] 933634=test_gem_security_policy
[498/901] 933634=test_enumerator
[499/901] 933637=test_parser_events
[500/901] 933637=test_helper
[501/901] 933637=version_test
[502/901] 933637=test_gem_security_trust_dir
[503/901] 933637=test_tuplebag
[504/901] 933637=test_cgi_header
[505/901] 933637=test_fips
[506/901] 933637=test_sexp
[507/901] 933637=test_name_error
[508/901] 933637=test_regex_casefold
[509/901] 933637=test_gem_source_git
[510/901] 933633=test_object_create_start
[511/901] 933633=test_http
[512/901] 933633=test_safe_load
[513/901] 933633=test_string_processing
[514/901] 933633=test_summary
[515/901] 933633=test_timeout
[516/901] 933633=compiler_test
[517/901] 933633=test_date_time
[518/901] 933633=attribute_write_test
[519/901] 933633=test_data
[520/901] 933633=test_big5
[521/901] 933633=test_mutex
[522/901] 933633=test_foreach
[523/901] 933633=test_str2big
[524/901] 933633=test_struct
[525/901] 933633=test_pointer
[526/901] 933637=test_win32ole_type
[527/901] 933637=test_gem_commands_sources_command
[528/901] 933637=test_gem_source_subpath_problem
[529/901] 933637=test_gc
[530/901] 933633=test_date_strftime
[531/901] 933633=test_kill_ring
[532/901] 933633=test_stringchar
[533/901] 933633=test_signal
[534/901] 933633=test_fixnum
[535/901] 933633=test_common
[536/901] 933633=test_key_stroke
[537/901] 933633=test_gem_request
[538/901] 933633=test_gem_validator
[539/901] 933633=test_case
[540/901] 933633=test_logger
[541/901] 933633=test_rendering
[542/901] 933633=test_import
[543/901] 933635=test_vm_dump
[544/901] 933635=test_gem_commands_exec_command
[545/901] 933635=errors_test
[546/901] 933635=test_libs
[547/901] 933635=test_gc
[548/901] 933635=test_math
[549/901] 933635=test_basicsocket
[550/901] 933635=test_numeric
[551/901] 933635=test_inlinecache
[552/901] 933635=test_marshal
[553/901] 933633=test_word
[554/901] 933633=test_type_completor
[555/901] 933633=test_files_sample
[556/901] 933633=test_win32ole_variant_outarg
[557/901] 933633=test_gem_commands_help_command
[558/901] 933633=test_gem_commands_build_command
[559/901] 933633=test_iseq_load
[560/901] 933635=test_console_attr
[561/901] 933635=test_rdoc_markup_to_html_snippet
[562/901] 933635=test_rdoc_generator_ri
[563/901] 933635=test_win32ole_record
[564/901] 933635=test_ssl
[565/901] 933635=test_gem_stream_ui
[566/901] 933635=test_case_mapping
[567/901] 933635=test_ubf_async_safe
[568/901] 933635=test_ractor
[569/901] 933635=test_assignment
[570/901] 933633=location_test
[571/901] 933633=test_optarg
[572/901] 933633=test_pkcs7
[573/901] 933633=test_rdoc_method_attr
[574/901] 933633=test_gem
[575/901] 933635=test_history
[576/901] 933635=test_cgi_core
[577/901] 933635=test_exception
[578/901] 933635=ruby_api_test
[579/901] 933635=test_parser
[580/901] 933635=test_gem_requirement
[581/901] 933635=test_line_editor
[582/901] 933635=test_gem_bundler_version_finder
[583/901] 933635=test_ole_methods
[584/901] 933635=test_tcp
[585/901] 933635=test_string_memory
[586/901] 933633=test_unicode_escape
[587/901] 933635=test_rdoc_i18n_locale
[588/901] 933635=test_kernel
[589/901] 933633=test_rdoc_markup
[590/901] 933633=test_webauthn_listener_response
[591/901] 933633=test_complex2
[592/901] 933633=test_gem_stub_specification
[593/901] 933633=test_tree_builder
[594/901] 933633=test_popen_deadlock
[595/901] 933635=test_typeddata
[596/901] 933635=!Nothing_to_test
[597/901] 933635=test_protect
[598/901] 933635=test_integer
[599/901] 933633=test_gem_commands_install_command
[600/901] 933637=test_trick
[601/901] 933635=test_history
[602/901] 933633=test_gem_commands_list_command
[603/901] 933635=test_class
[604/901] 933635=test_flags
[605/901] 933633=test_win32ole_param
[606/901] 933633=test_emoji_breaks
[607/901] 933637=test_pkey_ec
[608/901] 933637=test_array_create
[609/901] 933637=test_gem_command
[610/901] 933637=test_thread
[611/901] 933637=test_date_parse
[612/901] 933637=test_ractor
[613/901] 933637=test_formatter
[614/901] 933637=test_read
[615/901] 933637=test_webauthn_poller
[616/901] 933637=test_gem_resolver_lock_set
[617/901] 933637=test_backtrace
[618/901] 933637=test_require
[619/901] 933633=test_external_new
[620/901] 933633=test_rat
[621/901] 933633=test_win32ole_typelib
[622/901] 933633=test_symbol
[623/901] 933633=test_gem_update_suggestion
[624/901] 933633=test_store
[625/901] 933635=test_gem_security
[626/901] 933633=test_ancdata
[627/901] 933633=test_color_printer
[628/901] 933633=test_gc_compact
[629/901] 933637=test_gem_resolver_requirement_list
[630/901] 933637=test_arith_seq_beg_len_step
[631/901] 933637=test_have_func
[632/901] 933637=test_raise_exception
[633/901] 933637=test_yjit_exit_locations
[634/901] 933637=test_gem_commands_pristine_command
[635/901] 933633=ripper_compat_test
[636/901] 933633=test_did_you_mean
[637/901] 933633=test_gem_config_file
[638/901] 933633=test_rdoc_attr
[639/901] 933633=test_case_comprehensive
[640/901] 933637=test_rdoc_store
[641/901] 933635=test_gem_local_remote_options
[642/901] 933635=test_gem_package_tar_reader
[643/901] 933635=test_rdoc_stats
[644/901] 933635=test_yaml_tree
[645/901] 933635=test_rdoc_generator_pot
[646/901] 933635=test_gem_impossible_dependencies_error
[647/901] 933635=test_instrumentation_api
[648/901] 933637=test_debug
[649/901] 933637=test_time_tz
[650/901] 933637=test_rdoc_generator_pot_po
[651/901] 933637=test_gem_gem_runner
[652/901] 933637=test_rdoc_context_section
[653/901] 933637=test_table
[654/901] 933637=test_require_lib
[655/901] 933635=test_config
[656/901] 933635=test_rdoc_markup_to_rdoc
[657/901] 933635=test_io_buffer
[658/901] 933635=memsize_test
[659/901] 933635=test_ipaddr
[660/901] 933635=test_profile_frames
[661/901] 933635=test_objectspace
[662/901] 933634=test_variable
[663/901] 933634=test_cparser
[664/901] 933635=test_bug_reporter
[665/901] 933635=test_object
[666/901] 933635=test_key_actor_vi
[667/901] 933635=test_enc_raise
[668/901] 933635=test_reline_key
[669/901] 933635=test_data
[670/901] 933635=test_unicode_normalize
[671/901] 933634=test_emitter
[672/901] 933634=test_engine
[673/901] 933634=test_key_error
[674/901] 933634=test_skip_lines
[675/901] 933634=test_rdoc_code_object
[676/901] 933634=test_rdoc_alias
[677/901] 933634=test_gem_uninstaller
[678/901] 933637=test_gem_commands_info_command
[679/901] 933637=test_random_formatter
[680/901] 933637=test_func
[681/901] 933634=test_rdoc_markup_formatter
[682/901] 933634=test_yaml
[683/901] 933634=test_cgi_tag_helper
[684/901] 933634=test_modify_expand
[685/901] 933634=test_gem_package_old
[686/901] 933634=test_gem_available_set
[687/901] 933634=test_io
[688/901] 933635=test_gem_request_set_lockfile_tokenizer
[689/901] 933635=test_duplicate
[690/901] 933635=test_pkey_dh
[691/901] 933635=test_dir_m17n
[692/901] 933635=test_cgi_cookie
[693/901] 933635=test_gem_source_vendor
[694/901] 933635=test_variable_name_check
[695/901] 933635=test_rubygems
[696/901] 933635=test_metaclass
[697/901] 933635=test_process
[698/901] 933635=test_gem_spec_fetcher
[699/901] 933635=test_singleton
[700/901] 933635=test_iterator
[701/901] 933635=test_string
[702/901] 933635=test_config
[703/901] 933635=test_gem_commands_outdated_command
[704/901] 933635=test_rdoc_normal_class
[705/901] 933635=test_change_word
[706/901] 933635=test_gem_doctor
[707/901] 933635=test_etc
[708/901] 933635=pattern_test
[709/901] 933635=library_symbols_test
[710/901] 933637=test_pack
[711/901] 933635=json_addition_test
[712/901] 933635=test_gem_installer
[713/901] 933637=test_new
[714/901] 933637=test_storage
[715/901] 933637=test_qsort
[716/901] 933637=test_gem_resolver_git_set
[717/901] 933637=test_cipher
[718/901] 933637=test_ftp
[719/901] 933637=test_kwargs
[720/901] 933637=test_io_wait
[721/901] 933637=test_io
[722/901] 933637=test_config
[723/901] 933637=test_gem_commands_check_command
[724/901] 933637=test_rdoc_comment
[725/901] 933637=test_cgi_multipart
[726/901] 933637=test_yamldbm
[727/901] 933637=test_https
[728/901] 933637=test_patterns
[729/901] 933637=test_rdoc_i18n_text
[730/901] 933637=test_evaluation
[731/901] 933637=test_thread_fd_close
[732/901] 933637=test_autoconf
[733/901] 933637=test_class_name_check
[734/901] 933637=test_gem_source_installed
[735/901] 933637=test_yaml_special_cases
[736/901] 933637=test_struct
[737/901] 933637=test_gem_source_list
[738/901] 933637=test_syslog
[739/901] 933637=test_ensured
[740/901] 933637=test_completion
[741/901] 933637=test_rdoc_markup_raw
[742/901] 933637=fuzzer_test
[743/901] 933637=test_const
[744/901] 933637=test_class
[745/901] 933637=test_gem_ext_cargo_builder_link_flag_converter
[746/901] 933635=test_fstring
[747/901] 933637=test_euc_kr
[748/901] 933637=test_project_sanity
[749/901] 933635=test_rational
[750/901] 933635=test_quote_empty
[751/901] 933635=test_lambda
[752/901] 933635=test_rational2
[753/901] 933635=test_gem_platform
[754/901] 933637=test_parse
[755/901] 933635=test_bigzero
[756/901] 933635=test_class2name
[757/901] 933635=test_rand
[758/901] 933637=test_regexp
[759/901] 933634=test_logdevice
[760/901] 933635=test_x509cert
[761/901] 933635=test_stringio
[762/901] 933635=test_logperiod
[763/901] 933635=test_econv
[764/901] 933634=test_rdoc_markup_hard_break
[765/901] 933634=test_files_test_2
[766/901] 933634=test_gem_resolver_composed_set
[767/901] 933634=test_gem_resolver_local_specification
[768/901] 933634=test_rdoc_rd
[769/901] 933634=test_helper
[770/901] 933634=test_rdoc_markup_attribute_manager
[771/901] 933634=test_ns_spki
[772/901] 933634=test_stack
[773/901] 933635=test_key_name_check
[774/901] 933635=test_boolean
[775/901] 933635=test_addr
[776/901] 933635=test_win32ole_type_event
[777/901] 933635=test_require
[778/901] 933634=test_rdoc_cross_reference
[779/901] 933634=test_shift_jis
[780/901] 933634=test_ldap
[781/901] 933634=test_reqarg
[782/901] 933634=test_object_references
[783/901] 933634=test_pipe
[784/901] 933634=test_gem_resolver_vendor_set
[785/901] 933634=test_gem_commands_update_command
[786/901] 933635=test_hash
[787/901] 933635=test_http_request
[788/901] 933635=test_win32ole_param_event
[789/901] 933635=test_resource
[790/901] 933634=test_http
[791/901] 933635=test_unicode
[792/901] 933635=test_filter
[793/901] 933635=test_type
[794/901] 933635=test_complexrational
[795/901] 933635=test_time
[796/901] 933635=test_thread
[797/901] 933633=test_rdoc_any_method
[798/901] 933633=test_function_entry
[799/901] 933633=test_koi8
[800/901] 933633=test_printf
[801/901] 933633=test_gem_package_tar_reader_entry
[802/901] 933633=test_invalid
[803/901] 933633=test_tmpdir
[804/901] 933633=test_thread_cv
[805/901] 933633=test_undef
[806/901] 933633=test_gem_commands_setup_command
[807/901] 933634=test_enumerator_kw
[808/901] 933634=test_big2str
[809/901] 933634=test_delete
[810/901] 933634=test_gem_ext_configure_builder
[811/901] 933634=test_yamlstore
[812/901] 933634=test_continuation
[813/901] 933633=test_ocsp
[814/901] 933634=test_switch_hitter
[815/901] 933634=test_primitive
[816/901] 933634=test_hash_create
[817/901] 933634=test_rdoc_markup_to_table_of_contents
[818/901] 933634=test_zlib
[819/901] 933633=test_gem_commands_uninstall_command
[820/901] 933635=test_ansi_with_terminfo
[821/901] 933635=test_at_exit
[822/901] 933635=test_placearg
[823/901] 933635=test_proc
[824/901] 933633=test_document
[825/901] 933633=test_irb
[826/901] 933633=test_read
[827/901] 933635=test_files_ext
[828/901] 933635=test_gem_request_connection_pools
[829/901] 933633=test_function
[830/901] 933633=test_sockopt
[831/901] 933633=test_gem_commands_lock_command
[832/901] 933633=test_rb_str_dup
[833/901] 933633=test_encoding
[834/901] 933633=test_io_m17n
[835/901] 933635=test_arity
[836/901] 933635=test_files_test
[837/901] 933635=test_tempfile
[838/901] 933635=test_err_in_callback
[839/901] 933635=test_eval_history
[840/901] 933635=dispatcher_test
[841/901] 933635=test_drbunix
[842/901] 933633=test_grapheme_breaks
[843/901] 933633=test_random
[844/901] 933633=test_gem_resolver_index_set
[845/901] 933633=test_lexer
[846/901] 933633=test_enc_str_buf_cat
[847/901] 933633=test_gem_ext_cargo_builder
[848/901] 933633=test_gem_version
[849/901] 933633=test_memory_view
[850/901] 933633=test_to_ruby
[851/901] 933633=test_gb18030
[852/901] 933633=test_gem_gemcutter_utilities
[853/901] 933633=test_arith_seq_extract
[854/901] 933633=test_folderitem2_invokeverb
[855/901] 933633=test_win32ole_event
[856/901] 933633=test_pinned
[857/901] 933633=test_drbobject
[858/901] 933633=test_mul
[859/901] 933633=test_nil
[860/901] 933633=test_gem_request_set_gem_dependency_api
[861/901] 933633=test_exit
[862/901] 933633=test_wss
[863/901] 933633=test_gem_source_local
[864/901] 933635=test_x509store
[865/901] 933633=test_closure
[866/901] 933635=test_coder
[867/901] 933635=test_symbol
[868/901] 933634=test_dot_dot
[869/901] 933634=test_context
[870/901] 933633=test_file
[871/901] 933633=test_ellipsize
[872/901] 933634=test_unix
[873/901] 933633=test_ansi_without_terminfo
[874/901] 933633=test_digest
[875/901] 933633=test_init
[876/901] 933634=test_gem_commands_unpack_command
[877/901] 933633=test_bignum
[878/901] 933634=test_yield
[879/901] 933633=test_x509attr
[880/901] 933633=ractor_test
[881/901] 933633=test_wait
[882/901] 933633=test_alias_and_anchor
[883/901] 933633=test_capacity
[884/901] 933633=test_install
[885/901] 933633=test_cmethod
[886/901] 933633=test_win32ole_method_event
[887/901] 933633=test_nextafter
[888/901] 933633=test_gem_console_ui
[889/901] 933633=test_integer_comb
[890/901] 933633=test_euc_tw
[891/901] 933633=test_show_source
[892/901] 933633=test_rdoc_parser
[893/901] 933633=test_gem_commands_server_command
[894/901] 933633=test_clone
[895/901] 933633=test_io_timeout
[896/901] 933633=test_comparable
[897/901] 933633=test_date
[898/901] 933633=test_pair
[899/901] 933634=test_integer
[900/901] 933634=parse_comments_test
[901/901] 933634=test_delegation
Finished tests in 917.197569s, 29.2772 tests/s, 10411.2160 assertions/s.
26853 tests, 9549142 assertions, 0 failures, 0 errors, 226 skips

ruby -v: ruby 3.4.0dev (2024-01-19T06:35:57Z master e8cb9e1328) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-jemalloc/include -I/tmp/ruby/src/trunk-jemalloc -I/tmp/ruby/src/trunk-jemalloc/prism -I/tmp/ruby/src/trunk-jemalloc/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -ljemalloc -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-jemalloc/yjit/target/release/' /tmp/ruby/src/trunk-jemalloc/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-jemalloc/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Entering directory '/tmp/ruby/build/trunk-jemalloc'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-jemalloc'
$ /tmp/ruby/build/trunk-jemalloc/miniruby -I/tmp/ruby/src/trunk-jemalloc/lib /tmp/ruby/src/trunk-jemalloc/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-jemalloc --extout=.ext -- /tmp/ruby/src/trunk-jemalloc/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-jemalloc/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-19T06:35:57Z master e8cb9e1328) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 296.205814 seconds

3728 files, 32015 examples, 159261 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
raw logfile