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

ruby -v: ruby 3.4.0dev (2024-01-10T05:06:33Z master e59a730477) [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
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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-jemalloc/ext/bigdecimal'
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/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-10T05:06:33Z master e59a730477) [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 188.147491 seconds

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